cvelist/2024/9xxx/CVE-2024-9415.json

87 lines
2.9 KiB
JSON
Raw Normal View History

2024-10-01 18:00:34 +00:00
{
2025-03-20 11:00:35 +00:00
"data_version": "4.0",
2024-10-01 18:00:34 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-9415",
2025-03-20 11:00:35 +00:00
"ASSIGNER": "security@huntr.com",
"STATE": "PUBLIC"
2024-10-01 18:00:34 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2025-03-20 11:00:35 +00:00
"value": "A Path Traversal vulnerability exists in the file upload functionality of transformeroptimus/superagi version 0.0.14. This vulnerability allows an attacker to upload an arbitrary file to the server, potentially leading to remote code execution or overwriting any file on the server."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')",
"cweId": "CWE-22"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "transformeroptimus",
"product": {
"product_data": [
{
"product_name": "transformeroptimus/superagi",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "unspecified",
"version_value": "latest"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://huntr.com/bounties/31bdf98c-5205-4c48-9bc7-9e780ba63398",
"refsource": "MISC",
"name": "https://huntr.com/bounties/31bdf98c-5205-4c48-9bc7-9e780ba63398"
}
]
},
"source": {
"advisory": "31bdf98c-5205-4c48-9bc7-9e780ba63398",
"discovery": "EXTERNAL"
},
"impact": {
"cvss": [
{
"version": "3.0",
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"baseScore": 8.8,
"baseSeverity": "HIGH"
2024-10-01 18:00:34 +00:00
}
]
}
}