cvelist/2024/12xxx/CVE-2024-12068.json

87 lines
2.9 KiB
JSON
Raw Normal View History

2024-12-02 22:00:31 +00:00
{
2025-03-20 11:01:02 +00:00
"data_version": "4.0",
2024-12-02 22:00:31 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-12068",
2025-03-20 11:01:02 +00:00
"ASSIGNER": "security@huntr.com",
"STATE": "PUBLIC"
2024-12-02 22:00:31 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2025-03-20 11:01:02 +00:00
"value": "A Server-Side Request Forgery (SSRF) vulnerability was discovered in haotian-liu/llava, affecting version git c121f04. This vulnerability allows an attacker to make the server perform HTTP requests to arbitrary URLs, potentially accessing sensitive data that is only accessible from the server, such as AWS metadata credentials."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-918 Server-Side Request Forgery (SSRF)",
"cweId": "CWE-918"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "haotian-liu",
"product": {
"product_data": [
{
"product_name": "haotian-liu/llava",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "unspecified",
"version_value": "latest"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://huntr.com/bounties/9d0b908d-63cd-4d62-91ff-6ceef3183752",
"refsource": "MISC",
"name": "https://huntr.com/bounties/9d0b908d-63cd-4d62-91ff-6ceef3183752"
}
]
},
"source": {
"advisory": "9d0b908d-63cd-4d62-91ff-6ceef3183752",
"discovery": "EXTERNAL"
},
"impact": {
"cvss": [
{
"version": "3.0",
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"baseScore": 7.5,
"baseSeverity": "HIGH"
2024-12-02 22:00:31 +00:00
}
]
}
}