cvelist/2024/4xxx/CVE-2024-4322.json

87 lines
3.3 KiB
JSON
Raw Normal View History

2024-04-29 19:00:33 +00:00
{
2024-05-16 10:00:34 +00:00
"data_version": "4.0",
2024-04-29 19:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-4322",
2024-05-16 10:00:34 +00:00
"ASSIGNER": "security@huntr.com",
"STATE": "PUBLIC"
2024-04-29 19:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-05-16 10:00:34 +00:00
"value": "A path traversal vulnerability exists in the parisneo/lollms-webui application, specifically within the `/list_personalities` endpoint. By manipulating the `category` parameter, an attacker can traverse the directory structure and list any directory on the system. This issue affects the latest version of the application. The vulnerability is due to improper handling of user-supplied input in the `list_personalities` function, where the `category` parameter can be controlled to specify arbitrary directories for listing. Successful exploitation of this vulnerability could allow an attacker to list all folders in the drive on the system, potentially leading to information disclosure."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-29 Path Traversal: '\\..\\filename'",
"cweId": "CWE-29"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "parisneo",
"product": {
"product_data": [
{
"product_name": "parisneo/lollms-webui",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "unspecified",
"version_value": "latest"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://huntr.com/bounties/5116d858-ce00-418c-a5a5-851c5608c209",
"refsource": "MISC",
"name": "https://huntr.com/bounties/5116d858-ce00-418c-a5a5-851c5608c209"
}
]
},
"source": {
"advisory": "5116d858-ce00-418c-a5a5-851c5608c209",
"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-04-29 19:00:33 +00:00
}
]
}
}