2023-06-23 18:00:32 +00:00
{
"id" : "CVE-2023-35150" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2023-06-23T17:15:09.380" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:08:02.300" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-06-23 18:00:32 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Starting in version 2.40m-2 and prior to versions 14.4.8, 14.10.4, and 15.0, any user with view rights on any document can execute code with programming rights, leading to remote code execution by crafting an url with a dangerous payload. The problem has been patched in XWiki 15.0, 14.10.4 and 14.4.8."
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-06-30 08:00:33 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-06-30 08:00:33 +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:C/C:H/I:H/A:L" ,
"baseScore" : 9.9 ,
"baseSeverity" : "CRITICAL" ,
2023-06-30 08:00:33 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
2024-12-08 03:06:42 +00:00
"userInteraction" : "NONE" ,
"scope" : "CHANGED" ,
2023-06-30 08:00:33 +00:00
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "LOW"
2023-06-30 08:00:33 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 3.1 ,
"impactScore" : 6.0
2023-06-30 08:00:33 +00:00
} ,
2023-06-23 18:00:32 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-06-23 18:00:32 +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:R/S:U/C:H/I:H/A:H" ,
"baseScore" : 8.0 ,
"baseSeverity" : "HIGH" ,
2023-06-23 18:00:32 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
2024-12-08 03:06:42 +00:00
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
2023-06-23 18:00:32 +00:00
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-06-23 18:00:32 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 2.1 ,
"impactScore" : 5.9
2023-06-23 18:00:32 +00:00
}
]
} ,
"weaknesses" : [
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-06-30 08:00:33 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-95"
2023-06-30 08:00:33 +00:00
}
]
} ,
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-06-23 18:00:32 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-94"
2023-06-23 18:00:32 +00:00
}
]
}
] ,
2023-06-30 08:00:33 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:xwiki:xwiki:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "2.5" ,
"versionEndExcluding" : "14.4.8" ,
"matchCriteriaId" : "27E99C7F-8D35-4531-8D90-D55C39B65090"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:xwiki:xwiki:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "14.10" ,
"versionEndExcluding" : "14.10.4" ,
"matchCriteriaId" : "52386B3B-5D04-4D18-A88A-5E0D31FD5B2F"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:xwiki:xwiki:2.4:milestone2:*:*:*:*:*:*" ,
"matchCriteriaId" : "9FAFF67A-3777-44B7-B460-7A309D8B0CA2"
}
]
}
]
}
] ,
2023-06-23 18:00:32 +00:00
"references" : [
{
"url" : "https://github.com/xwiki/xwiki-platform/commit/b65220a4d86b8888791c3b643074ebca5c089a3a" ,
2023-06-30 08:00:33 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch" ,
"Vendor Advisory"
]
2023-06-23 18:00:32 +00:00
} ,
{
"url" : "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-6mf5-36v9-3h2w" ,
2023-06-30 08:00:33 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Vendor Advisory"
]
2023-06-23 18:00:32 +00:00
} ,
{
"url" : "https://jira.xwiki.org/browse/XWIKI-20285" ,
2023-06-30 08:00:33 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Exploit" ,
"Issue Tracking" ,
"Patch" ,
"Vendor Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/xwiki/xwiki-platform/commit/b65220a4d86b8888791c3b643074ebca5c089a3a" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch" ,
"Vendor Advisory"
]
} ,
{
"url" : "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-6mf5-36v9-3h2w" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Vendor Advisory"
]
} ,
{
"url" : "https://jira.xwiki.org/browse/XWIKI-20285" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit" ,
"Issue Tracking" ,
"Patch" ,
"Vendor Advisory"
]
2023-06-23 18:00:32 +00:00
}
]
}