2024-08-12 18:03:13 +00:00
{
"id" : "CVE-2024-42489" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2024-08-12T16:15:16.667" ,
2024-09-16 20:03:20 +00:00
"lastModified" : "2024-09-16T19:46:18.913" ,
"vulnStatus" : "Analyzed" ,
2024-08-12 18:03:13 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "Pro Macros provides XWiki rendering macros. Missing escaping in the Viewpdf macro allows any user with view right on the `CKEditor.HTMLConverter` page or edit or comment right on any page to perform remote code execution. Other macros like Viewppt are vulnerable to the same kind of attack. This vulnerability is fixed in 1.10.1."
2024-08-18 02:03:12 +00:00
} ,
{
"lang" : "es" ,
"value" : "Pro Macros proporciona macros de renderizado de XWiki. La falta de escape en la macro Viewpdf permite a cualquier usuario con vista directa en la p\u00e1gina `CKEditor.HTMLConverter` o editar o comentar directamente en cualquier p\u00e1gina realizar la ejecuci\u00f3n remota de c\u00f3digo. Otras macros como Viewppt son vulnerables al mismo tipo de ataque. Esta vulnerabilidad se solucion\u00f3 en 1.10.1."
2024-08-12 18:03:13 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-09-16 20:03:20 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2024-09-16 20:03:20 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" ,
"baseScore" : 10.0 ,
"baseSeverity" : "CRITICAL" ,
2024-09-16 20:03:20 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
2024-12-08 03:06:42 +00:00
"privilegesRequired" : "NONE" ,
2024-09-16 20:03:20 +00:00
"userInteraction" : "NONE" ,
2024-12-08 03:06:42 +00:00
"scope" : "CHANGED" ,
2024-09-16 20:03:20 +00:00
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2024-09-16 20:03:20 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 3.9 ,
"impactScore" : 6.0
2024-09-16 20:03:20 +00:00
} ,
2024-08-12 18:03:13 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-08-12 18:03:13 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" ,
"baseScore" : 8.8 ,
"baseSeverity" : "HIGH" ,
2024-08-12 18:03:13 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
2024-12-08 03:06:42 +00:00
"privilegesRequired" : "LOW" ,
2024-08-12 18:03:13 +00:00
"userInteraction" : "NONE" ,
2024-12-08 03:06:42 +00:00
"scope" : "UNCHANGED" ,
2024-08-12 18:03:13 +00:00
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2024-08-12 18:03:13 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 2.8 ,
"impactScore" : 5.9
2024-08-12 18:03:13 +00:00
}
]
} ,
"weaknesses" : [
2024-09-16 20:03:20 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2024-09-16 20:03:20 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-74"
}
]
} ,
2024-08-12 18:03:13 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-08-12 18:03:13 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-74"
}
]
}
] ,
2024-09-16 20:03:20 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:xwiki:pro_macros:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "1.0" ,
"versionEndExcluding" : "1.10.1" ,
"matchCriteriaId" : "67030169-47C7-4EC9-81F6-DA8C72B0CE16"
}
]
}
]
}
] ,
2024-08-12 18:03:13 +00:00
"references" : [
{
"url" : "https://github.com/xwikisas/xwiki-pro-macros/blob/main/xwiki-pro-macros-ui/src/main/resources/Confluence/Macros/Viewpdf.xml#L265-L267" ,
2024-09-16 20:03:20 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Broken Link"
]
2024-08-12 18:03:13 +00:00
} ,
{
"url" : "https://github.com/xwikisas/xwiki-pro-macros/commit/199553c84901999481a20614f093af2d57970eba" ,
2024-09-16 20:03:20 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-08-12 18:03:13 +00:00
} ,
{
"url" : "https://github.com/xwikisas/xwiki-pro-macros/security/advisories/GHSA-cfq3-q227-7j65" ,
2024-09-16 20:03:20 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Vendor Advisory"
]
2024-08-12 18:03:13 +00:00
}
]
}