cvelist/2024/0xxx/CVE-2024-0763.json

92 lines
3.2 KiB
JSON
Raw Normal View History

2024-01-19 21:00:36 +00:00
{
2024-02-27 22:00:36 +00:00
"data_version": "4.0",
2024-01-19 21:00:36 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-0763",
2024-02-27 22:00:36 +00:00
"ASSIGNER": "security@huntr.com",
"STATE": "PUBLIC"
2024-01-19 21:00:36 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-02-27 22:00:36 +00:00
"value": "Any user can delete an arbitrary folder (recursively) on a remote server due to bad input sanitization leading to path traversal. The attacker would need access to the server at some privilege level since this endpoint is protected and requires authorization."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-20 Improper Input Validation",
"cweId": "CWE-20"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "mintplex-labs",
"product": {
"product_data": [
{
"product_name": "mintplex-labs/anything-llm",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "unspecified",
"version_value": "1.0.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://huntr.com/bounties/25a2f487-5a9c-4c7f-a2d3-b0527db73ea5",
"refsource": "MISC",
"name": "https://huntr.com/bounties/25a2f487-5a9c-4c7f-a2d3-b0527db73ea5"
},
{
"url": "https://github.com/mintplex-labs/anything-llm/commit/8a7324d0e77a15186e1ad5e5119fca4fb224c39c",
"refsource": "MISC",
"name": "https://github.com/mintplex-labs/anything-llm/commit/8a7324d0e77a15186e1ad5e5119fca4fb224c39c"
}
]
},
"source": {
"advisory": "25a2f487-5a9c-4c7f-a2d3-b0527db73ea5",
"discovery": "EXTERNAL"
},
"impact": {
"cvss": [
{
"version": "3.0",
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"baseScore": 8.1,
"baseSeverity": "HIGH"
2024-01-19 21:00:36 +00:00
}
]
}
}