cvelist/2024/23xxx/CVE-2024-23822.json

91 lines
3.2 KiB
JSON
Raw Normal View History

2024-01-22 23:00:33 +00:00
{
2024-01-29 16:00:36 +00:00
"data_version": "4.0",
2024-01-22 23:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-23822",
2024-01-29 16:00:36 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-01-22 23:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-01-29 16:00:36 +00:00
"value": "Thruk is a multibackend monitoring webinterface. Prior to 3.12, the Thruk web monitoring application presents a vulnerability in a file upload form that allows a threat actor to arbitrarily upload files to the server to any path they desire and have permissions for. This vulnerability is known as Path Traversal or Directory Traversal. Version 3.12 fixes the issue.\n"
}
]
},
"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": "sni",
"product": {
"product_data": [
{
"product_name": "Thruk",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 3.12"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/sni/Thruk/security/advisories/GHSA-4mrh-mx7x-rqjx",
"refsource": "MISC",
"name": "https://github.com/sni/Thruk/security/advisories/GHSA-4mrh-mx7x-rqjx"
},
{
"url": "https://github.com/sni/Thruk/commit/1aa9597cdf2722a69651124f68cbb449be12cc39",
"refsource": "MISC",
"name": "https://github.com/sni/Thruk/commit/1aa9597cdf2722a69651124f68cbb449be12cc39"
}
]
},
"source": {
"advisory": "GHSA-4mrh-mx7x-rqjx",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
2024-01-22 23:00:33 +00:00
}
]
}
}