Files
CVEs-PoC/2014/CVE-2014-3482.md
T
2024-06-18 02:51:15 +02:00

19 lines
842 B
Markdown

### [CVE-2014-3482](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3482)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
SQL injection vulnerability in activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb in the PostgreSQL adapter for Active Record in Ruby on Rails 2.x and 3.x before 3.2.19 allows remote attackers to execute arbitrary SQL commands by leveraging improper bitstring quoting.
### POC
#### Reference
- https://groups.google.com/forum/message/raw?msg=rubyonrails-security/wDxePLJGZdI/WP7EasCJTA4J
- https://hackerone.com/reports/28449
#### Github
No PoCs found on GitHub currently.