cvelist/2024/34xxx/CVE-2024-34707.json

110 lines
4.4 KiB
JSON
Raw Normal View History

2024-05-07 14:00:34 +00:00
{
2024-05-13 20:00:33 +00:00
"data_version": "4.0",
2024-05-07 14:00:34 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-34707",
2024-05-13 20:00:33 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-05-07 14:00:34 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-05-13 20:00:33 +00:00
"value": "Nautobot is a Network Source of Truth and Network Automation Platform. A Nautobot user with admin privileges can modify the `BANNER_TOP`, `BANNER_BOTTOM`, and `BANNER_LOGIN` configuration settings via the `/admin/constance/config/` endpoint. Normally these settings are used to provide custom banner text at the top and bottom of all Nautobot web pages (or specifically on the login page in the case of `BANNER_LOGIN`) but it was reported that an admin user can make use of these settings to inject arbitrary HTML, potentially exposing Nautobot users to security issues such as cross-site scripting (stored XSS). The vulnerability is fixed in Nautobot 1.6.22 and 2.2.4."
}
]
},
"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": "nautobot",
"product": {
"product_data": [
{
"product_name": "nautobot",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 1.6.22"
},
{
"version_affected": "=",
"version_value": ">= 2.0.0, < 2.2.4"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/nautobot/nautobot/security/advisories/GHSA-r2hr-4v48-fjv3",
"refsource": "MISC",
"name": "https://github.com/nautobot/nautobot/security/advisories/GHSA-r2hr-4v48-fjv3"
},
{
"url": "https://github.com/nautobot/nautobot/pull/5697",
"refsource": "MISC",
"name": "https://github.com/nautobot/nautobot/pull/5697"
},
{
"url": "https://github.com/nautobot/nautobot/pull/5698",
"refsource": "MISC",
"name": "https://github.com/nautobot/nautobot/pull/5698"
},
{
"url": "https://github.com/nautobot/nautobot/commit/4f0a66bd6307bfe0e0acb899233e0d4ad516f51c",
"refsource": "MISC",
"name": "https://github.com/nautobot/nautobot/commit/4f0a66bd6307bfe0e0acb899233e0d4ad516f51c"
},
{
"url": "https://github.com/nautobot/nautobot/commit/f640aedc69c848d3d1be57f0300fc40033ff6423",
"refsource": "MISC",
"name": "https://github.com/nautobot/nautobot/commit/f640aedc69c848d3d1be57f0300fc40033ff6423"
}
]
},
"source": {
"advisory": "GHSA-r2hr-4v48-fjv3",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:L",
"version": "3.1"
2024-05-07 14:00:34 +00:00
}
]
}
}