<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/what-is-an-idor-google-and-uber-got-hacked-this-way--pxaxgcsw3" -->

---
title: What is an IDOR? Google and Uber got hacked this way.
description: An introduction to Insecure Direct Object Reference (IDOR) vulnerabilities, demonstrated through a live lab where changing a numeric user ID in a URL exposes...
canonical: https://daily.dev/posts/what-is-an-idor-google-and-uber-got-hacked-this-way--pxaxgcsw3
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: What is an IDOR? Google and Uber got hacked this way. | daily.dev
og:description: An introduction to Insecure Direct Object Reference (IDOR) vulnerabilities, demonstrated through a live lab where changing a numeric user ID in a URL exposes...
og:url: https://daily.dev/posts/what-is-an-idor-google-and-uber-got-hacked-this-way--pxaxgcsw3
og:image: https://api.daily.dev/og/posts/pXaXGcSW3.png
og:image:alt: What is an IDOR? Google and Uber got hacked this way.
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What is an IDOR? Google and Uber got hacked this way.

**[David Bombal](https://daily.dev/sources/davidbombal)** · 2 min read · 0 upvotes · 0 comments

## Summary

An introduction to Insecure Direct Object Reference (IDOR) vulnerabilities, demonstrated through a live lab where changing a numeric user ID in a URL exposes another user's private data. A bug bounty hunter confirms these vulnerabilities are still actively found in production systems at major companies like Google, Uber, and Meta in 2026, often hidden in lesser-visited API endpoints.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=YHFSRnjwTEI>

## Similar posts on daily.dev

- [OSSEC: IDOR vulnerability no more — The easiest way for you to verify your apps yourself.](https://daily.dev/posts/ossec-idor-vulnerability-no-more-the-easiest-way-for-you-to-verify-your-apps-yourself--im32nx5sz) · ITNEXT · 1 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security)

[View this post on daily.dev](https://daily.dev/posts/what-is-an-idor-google-and-uber-got-hacked-this-way--pxaxgcsw3)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"What is an IDOR? Google and Uber got hacked this way.","url":"https://daily.dev/posts/what-is-an-idor-google-and-uber-got-hacked-this-way--pxaxgcsw3","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/what-is-an-idor-google-and-uber-got-hacked-this-way--pxaxgcsw3"},"datePublished":"2026-06-15T20:16:28.262Z","dateModified":"2026-06-15T20:16:45.274Z","description":"An introduction to Insecure Direct Object Reference (IDOR) vulnerabilities, demonstrated through a live lab where changing a numeric user ID in a URL exposes...","image":"https://i.ytimg.com/vi/YHFSRnjwTEI/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/YHFSRnjwTEI/sddefault.jpg","isAccessibleForFree":true,"articleSection":"David Bombal","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"David Bombal","logo":"https://media.daily.dev/image/upload/s--Dz6oUxSb--/f_auto/v1710503980/logos/davidbombal","url":"https://daily.dev/sources/davidbombal"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/what-is-an-idor-google-and-uber-got-hacked-this-way--pxaxgcsw3","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"security","timeRequired":"PT2M","video":{"@type":"VideoObject","name":"What is an IDOR? Google and Uber got hacked this way.","description":"An introduction to Insecure Direct Object Reference (IDOR) vulnerabilities, demonstrated through a live lab where changing a numeric user ID in a URL exposes...","thumbnailUrl":"https://i.ytimg.com/vi/YHFSRnjwTEI/sddefault.jpg","uploadDate":"2026-06-15T20:16:28.262Z","duration":"PT2M","url":"https://api.daily.dev/r/pXaXGcSW3","embedUrl":"https://www.youtube.com/embed/YHFSRnjwTEI"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"David Bombal","item":"https://daily.dev/sources/davidbombal"},{"@type":"ListItem","position":3,"name":"What is an IDOR? Google and Uber got hacked this way."}]}
```

