CVE-2023-38490

Kirby is a content management system. A vulnerability in versions prior to 3.5.8.3, 3.6.6.3, 3.7.5.2, 3.8.4.1, and 3.9.6 only affects Kirby sites that use the `Xml` data handler (e.g. `Data::decode($string, 'xml')`) or the `Xml::parse()` method in site or plugin code. The Kirby core does not use any of the affected methods. XML External Entities (XXE) is a little used feature in the XML markup language that allows to include data from external files in an XML structure. If the name of the external file can be controlled by an attacker, this becomes a vulnerability that can be abused for various system impacts like the disclosure of internal or confidential data that is stored on the server (arbitrary file disclosure) or to perform network requests on behalf of the server (server-side request forgery, SSRF). Kirby's `Xml::parse()` method used PHP's `LIBXML_NOENT` constant, which enabled the processing of XML external entities during the parsing operation. The `Xml::parse()` method is used in the `Xml` data handler (e.g. `Data::decode($string, 'xml')`). Both the vulnerable method and the data handler are not used in the Kirby core. However they may be used in site or plugin code, e.g. to parse RSS feeds or other XML files. If those files are of an external origin (e.g. uploaded by a user or retrieved from an external URL), attackers may be able to include an external entity in the XML file that will then be processed in the parsing process. Kirby sites that don't use XML parsing in site or plugin code are *not* affected. The problem has been patched in Kirby 3.5.8.3, 3.6.6.3, 3.7.5.2, 3.8.4.1, and 3.9.6. In all of the mentioned releases, the maintainers have removed the `LIBXML_NOENT` constant as processing of external entities is out of scope of the parsing logic. This protects all uses of the method against the described vulnerability.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:getkirby:kirby:*:*:*:*:*:*:*:*
cpe:2.3:a:getkirby:kirby:*:*:*:*:*:*:*:*
cpe:2.3:a:getkirby:kirby:*:*:*:*:*:*:*:*
cpe:2.3:a:getkirby:kirby:*:*:*:*:*:*:*:*
cpe:2.3:a:getkirby:kirby:*:*:*:*:*:*:*:*

History

03 Aug 2023, 13:31

Type Values Removed Values Added
References (MISC) https://github.com/getkirby/kirby/security/advisories/GHSA-q386-w6fg-gmgp - (MISC) https://github.com/getkirby/kirby/security/advisories/GHSA-q386-w6fg-gmgp - Third Party Advisory
References (MISC) https://github.com/getkirby/kirby/releases/tag/3.7.5.2 - (MISC) https://github.com/getkirby/kirby/releases/tag/3.7.5.2 - Third Party Advisory
References (MISC) https://github.com/getkirby/kirby/releases/tag/3.5.8.3 - (MISC) https://github.com/getkirby/kirby/releases/tag/3.5.8.3 - Third Party Advisory
References (MISC) https://github.com/getkirby/kirby/releases/tag/3.9.6 - (MISC) https://github.com/getkirby/kirby/releases/tag/3.9.6 - Third Party Advisory
References (MISC) https://github.com/getkirby/kirby/commit/277b05662d2b67386f0a0f18323cf68b30e86387 - (MISC) https://github.com/getkirby/kirby/commit/277b05662d2b67386f0a0f18323cf68b30e86387 - Patch, Third Party Advisory
References (MISC) https://github.com/getkirby/kirby/releases/tag/3.6.6.3 - (MISC) https://github.com/getkirby/kirby/releases/tag/3.6.6.3 - Third Party Advisory
References (MISC) https://github.com/getkirby/kirby/releases/tag/3.8.4.1 - (MISC) https://github.com/getkirby/kirby/releases/tag/3.8.4.1 - Third Party Advisory
CPE cpe:2.3:a:getkirby:kirby:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 10.0
First Time Getkirby
Getkirby kirby

27 Jul 2023, 16:52

Type Values Removed Values Added
New CVE

Information

Published : 2023-07-27 15:15

Updated : 2023-12-10 15:14


NVD link : CVE-2023-38490

Mitre link : CVE-2023-38490

CVE.ORG link : CVE-2023-38490


JSON object : View

Products Affected

getkirby

  • kirby
CWE
CWE-611

Improper Restriction of XML External Entity Reference

CWE-776

Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')