About 15,400 results
Open links in new tab
  1. 4. Prototype Pollution: One JSON Key That Turns You into ...

    Feb 6, 2026 · A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters.

  2. $250 Bounty: Poisoning the Prototype: Exploiting Lodash’s ...

    Jul 20, 2025 · In this write-up, we’ll walk through how a $250 vulnerability in Lodash’s zipObjectDeep() method turned into a prototype poisoning problem, and how you can spot similar flaws in the wild.

  3. $175 Prototype Pollution Vulnerability – Public program

    Oct 2, 2024 · In this post, I’ll walk you through how I uncovered a prototype pollution vulnerability, leading to a $175 bounty. Let’s dive in! I’ve been hunting bugs for like 2 years, I usually target...

  4. Reflecting on 2025 and setting bug bounty goals for 2026

    For 2026 I like to put the bar a bit higher for myself. While maintaining the realistic percentages I gained this year, I doubled the amount of bugs I would like to find.

  5. Prototype Pollution: Exploiting the Prototype Chain | Beyond XSS

    In general, prototype pollution refers to vulnerabilities in a program that allow attackers to pollute properties on the prototype chain. However, in addition to pollution, the attacker must find a place …

  6. JavaScript Prototype Pollution | Bug Bounty Explained

    In this video, I cover JavaScript Prototype Pollution, a useful gadget that can assist in exploiting vulnerabilies like XSS and CSRF on the client, whilst also potentially leading to RCE on the...

  7. Prototype pollution - PortSwigger

    This learning path introduces you to prototype pollution vulnerabilities in JavaScript. You'll learn what prototype pollution is, how it can be exploited, and how to prevent it in your applications.