diff --git a/2022/36xxx/CVE-2022-36092.json b/2022/36xxx/CVE-2022-36092.json index ba74513e9e8..a7f58a30a3c 100644 --- a/2022/36xxx/CVE-2022-36092.json +++ b/2022/36xxx/CVE-2022-36092.json @@ -1,18 +1,106 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-36092", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "XWiki Platform Old Core vulnerable to Authentication Bypass Using the Login Action" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "xwiki-platform", + "version": { + "version_data": [ + { + "version_value": "< 13.10.4" + }, + { + "version_value": ">= 14.0, < 14.2" + } + ] + } + } + ] + }, + "vendor_name": "xwiki" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "XWiki Platform Old Core is a core package for XWiki Platform, a generic wiki platform. Prior to versions 14.2 and 13.10.4, all rights checks that would normally prevent a user from viewing a document on a wiki can be bypassed using the login action and directly specified templates. This exposes title, content and comments of any document and properties of objects, though class and property name must be known. This is also exploitable on private wikis. This has been patched in versions 14.2 and 13.10.4 by properly checking view rights before loading documents and disallowing non-default templates in the login, registration and skin action. As a workaround, it would be possible to protect all templates individually by adding code to check access rights first." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 7.5, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-287: Improper Authentication" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-8h89-34w2-jpfm", + "refsource": "CONFIRM", + "url": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-8h89-34w2-jpfm" + }, + { + "name": "https://github.com/xwiki/xwiki-platform/commit/71a6d0bb6f8ab718fcfaae0e9b8c16c2d69cd4bb", + "refsource": "MISC", + "url": "https://github.com/xwiki/xwiki-platform/commit/71a6d0bb6f8ab718fcfaae0e9b8c16c2d69cd4bb" + }, + { + "name": "https://github.com/xwiki/xwiki-platform/commit/9b7057d57a941592d763992d4299456300918208", + "refsource": "MISC", + "url": "https://github.com/xwiki/xwiki-platform/commit/9b7057d57a941592d763992d4299456300918208" + }, + { + "name": "https://jira.xwiki.org/browse/XWIKI-18602", + "refsource": "MISC", + "url": "https://jira.xwiki.org/browse/XWIKI-18602" + }, + { + "name": "https://jira.xwiki.org/browse/XWIKI-19549", + "refsource": "MISC", + "url": "https://jira.xwiki.org/browse/XWIKI-19549" + } + ] + }, + "source": { + "advisory": "GHSA-8h89-34w2-jpfm", + "discovery": "UNKNOWN" } } \ No newline at end of file