mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
20 lines
844 B
Markdown
20 lines
844 B
Markdown
### [CVE-2024-27282](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-27282)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An issue was discovered in Ruby 3.x through 3.3.0. If attacker-supplied data is provided to the Ruby regex compiler, it is possible to extract arbitrary heap data relative to the start of the text, including pointers and sensitive strings. The fixed versions are 3.0.7, 3.1.5, 3.2.4, and 3.3.1.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/lifeparticle/Ruby-Cheatsheet
|
|
- https://github.com/nomi-sec/PoC-in-GitHub
|
|
- https://github.com/p333zy/poc-ruby-infoleak
|
|
|