cvelist/2023/49xxx/CVE-2023-49088.json

106 lines
4.4 KiB
JSON
Raw Normal View History

2023-11-21 19:00:35 +00:00
{
2023-12-22 17:00:35 +00:00
"data_version": "4.0",
2023-11-21 19:00:35 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-49088",
2023-12-22 17:00:35 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-11-21 19:00:35 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-12-22 17:00:35 +00:00
"value": "Cacti is an open source operational monitoring and fault management framework. The fix applied for CVE-2023-39515 in version 1.2.25 is incomplete as it enables an adversary to have a victim browser execute malicious code when a victim user hovers their mouse over the malicious data source path in `data_debug.php`. To perform the cross-site scripting attack, the adversary needs to be an authorized cacti user with the following permissions: `General Administration>Sites/Devices/Data`. The victim of this attack could be any account with permissions to view `http://<HOST>/cacti/data_debug.php`. As of time of publication, no complete fix has been included in Cacti."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"cweId": "CWE-79"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Cacti",
"product": {
"product_data": [
{
"product_name": "cacti",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "<= 1.2.25"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/Cacti/cacti/security/advisories/GHSA-q7g7-gcf6-wh4x",
"refsource": "MISC",
"name": "https://github.com/Cacti/cacti/security/advisories/GHSA-q7g7-gcf6-wh4x"
},
{
"url": "https://github.com/Cacti/cacti/security/advisories/GHSA-hrg9-qqqx-wc4h",
"refsource": "MISC",
"name": "https://github.com/Cacti/cacti/security/advisories/GHSA-hrg9-qqqx-wc4h"
},
{
"url": "https://github.com/Cacti/cacti/blob/5f6f65c215d663a775950b2d9db35edbaf07d680/data_debug.php",
"refsource": "MISC",
"name": "https://github.com/Cacti/cacti/blob/5f6f65c215d663a775950b2d9db35edbaf07d680/data_debug.php"
2024-04-01 20:48:34 +00:00
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00018.html",
"refsource": "MISC",
"name": "https://lists.debian.org/debian-lts-announce/2024/03/msg00018.html"
2024-06-10 17:00:36 +00:00
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RBEOAFKRARQHTDIYSL723XAFJ2Q6624X/",
"refsource": "MISC",
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RBEOAFKRARQHTDIYSL723XAFJ2Q6624X/"
2023-12-22 17:00:35 +00:00
}
]
},
"source": {
"advisory": "GHSA-q7g7-gcf6-wh4x",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
2023-11-21 19:00:35 +00:00
}
]
}
}