cvelist/2024/32xxx/CVE-2024-32875.json

105 lines
3.8 KiB
JSON
Raw Normal View History

2024-04-19 15:00:33 +00:00
{
2024-04-23 21:00:38 +00:00
"data_version": "4.0",
2024-04-19 15:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-32875",
2024-04-23 21:00:38 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-04-19 15:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-04-23 21:00:38 +00:00
"value": "Hugo is a static site generator. Starting in version 0.123.0 and prior to version 0.125.3, title arguments in Markdown for links and images not escaped in internal render hooks. Hugo users who are impacted are those who have these hooks enabled and do not trust their Markdown content files. The issue is patched in v0.125.3. As a workaround, replace the templates with user defined templates or disable the internal templates."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-80: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)",
"cweId": "CWE-80"
}
]
},
{
"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": "gohugoio",
"product": {
"product_data": [
{
"product_name": "hugo",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": ">= 0.123.0, < 0.125.3"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/gohugoio/hugo/security/advisories/GHSA-ppf8-hhpp-f5hj",
"refsource": "MISC",
"name": "https://github.com/gohugoio/hugo/security/advisories/GHSA-ppf8-hhpp-f5hj"
},
{
"url": "https://github.com/gohugoio/hugo/releases/tag/v0.125.3",
"refsource": "MISC",
"name": "https://github.com/gohugoio/hugo/releases/tag/v0.125.3"
},
{
"url": "https://gohugo.io/getting-started/configuration-markup/#renderhooksimageenabledefault",
"refsource": "MISC",
"name": "https://gohugo.io/getting-started/configuration-markup/#renderhooksimageenabledefault"
}
]
},
"source": {
"advisory": "GHSA-ppf8-hhpp-f5hj",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
2024-04-19 15:00:33 +00:00
}
]
}
}