cvelist/2024/27xxx/CVE-2024-27282.json

67 lines
2.2 KiB
JSON
Raw Normal View History

2024-02-22 05:00:41 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2024-05-08 22:00:30 +00:00
"ID": "CVE-2024-27282",
"STATE": "PUBLIC"
2024-02-22 05:00:41 +00:00
},
2024-05-08 22:00:30 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2024-02-22 05:00:41 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2024-05-08 22:00:30 +00:00
"value": "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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://hackerone.com/reports/2122624",
"refsource": "MISC",
"name": "https://hackerone.com/reports/2122624"
},
{
"refsource": "CONFIRM",
"name": "https://www.ruby-lang.org/en/news/2024/04/23/arbitrary-memory-address-read-regexp-cve-2024-27282/",
"url": "https://www.ruby-lang.org/en/news/2024/04/23/arbitrary-memory-address-read-regexp-cve-2024-27282/"
2024-02-22 05:00:41 +00:00
}
]
}
}