cvelist/2024/45xxx/CVE-2024-45612.json

99 lines
3.6 KiB
JSON
Raw Normal View History

2024-09-02 16:00:33 +00:00
{
2024-09-17 19:00:34 +00:00
"data_version": "4.0",
2024-09-02 16:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-45612",
2024-09-17 19:00:34 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-09-02 16:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-09-17 19:00:34 +00:00
"value": "Contao is an Open Source CMS. In affected versions an untrusted user can inject insert tags into the canonical tag, which are then replaced on the web page (front end). Users are advised to update to Contao 4.13.49, 5.3.15 or 5.4.3. Users unable to upgrade should disable canonical tags in the root page settings."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-20: Improper Input Validation",
"cweId": "CWE-20"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "contao",
"product": {
"product_data": [
{
"product_name": "contao",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": ">= 4.13.0, < 4.13.49"
},
{
"version_affected": "=",
"version_value": ">= 5.0.0, < 5.3.15"
},
{
"version_affected": "=",
"version_value": ">= 5.4.0, < 5.4.3"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/contao/contao/security/advisories/GHSA-2xpq-xp6c-5mgj",
"refsource": "MISC",
"name": "https://github.com/contao/contao/security/advisories/GHSA-2xpq-xp6c-5mgj"
},
{
"url": "https://contao.org/en/security-advisories/insert-tag-injection-via-canonical-urls",
"refsource": "MISC",
"name": "https://contao.org/en/security-advisories/insert-tag-injection-via-canonical-urls"
}
]
},
"source": {
"advisory": "GHSA-2xpq-xp6c-5mgj",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
2024-09-02 16:00:33 +00:00
}
]
}
}