CVE-2013-0269
JSON gem < 1.5.5, 1.6.x < 1.6.8, 1.7.x < 1.7.7 - DoS and Mass Assignment Bypass via Crafted JSON
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2013-0269. PoCs published by heroku.
AI-analyzed exploit summary This repository contains a Ruby script to scan Heroku applications for vulnerable versions of the JSON gem (CVE-2013-0269). It checks installed JSON versions against known vulnerable ranges and reports affected apps.
Description
The JSON gem before 1.5.5, 1.6.x before 1.6.8, and 1.7.x before 1.7.7 for Ruby allows remote attackers to cause a denial of service (resource consumption) or bypass the mass assignment protection mechanism via a crafted JSON document that triggers the creation of arbitrary Ruby symbols or certain internal objects, as demonstrated by conducting a SQL injection attack against Ruby on Rails, aka "Unsafe Object Creation Vulnerability."
Exploits (1)
This repository contains a Ruby script to scan Heroku applications for vulnerable versions of the JSON gem (CVE-2013-0269). It checks installed JSON versions against known vulnerable ranges and reports affected apps.