CVE-2023-38490

MEDIUM

Kirby <3.5.8.3, 3.6.6.3, 3.7.5.2, 3.8.4.1, 3.9.6 - XXE

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2023-38490. PoCs published by Acceis.

AI-analyzed exploit summary This repository contains a functional exploit for CVE-2023-38490, an XXE vulnerability in Kirby CMS versions < 3.9.6. It includes a Docker setup to replicate the vulnerable environment and demonstrates the exploit via a crafted RSS feed.

Description

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.

Exploits (1)

nomisec WORKING POC
by Acceis · poc
https://github.com/Acceis/exploit-CVE-2023-38490

This repository contains a functional exploit for CVE-2023-38490, an XXE vulnerability in Kirby CMS versions < 3.9.6. It includes a Docker setup to replicate the vulnerable environment and demonstrates the exploit via a crafted RSS feed.

Classification
Working Poc 95%
Attack Type
Info Leak
Complexity
Moderate
Reliability
Reliable
Target: Kirby CMS < 3.9.6
No auth needed
Prerequisites: Docker environment · Network access to the target Kirby instance
devstral-2 · analyzed Feb 18, 2026 Full analysis →

References (7)

Core 7
Core References
Third Party Advisory x_refsource_misc
https://github.com/getkirby/kirby/releases/tag/3.5.8.3
Third Party Advisory x_refsource_misc
https://github.com/getkirby/kirby/releases/tag/3.6.6.3
Third Party Advisory x_refsource_misc
https://github.com/getkirby/kirby/releases/tag/3.7.5.2
Third Party Advisory x_refsource_misc
https://github.com/getkirby/kirby/releases/tag/3.8.4.1
Third Party Advisory x_refsource_misc
https://github.com/getkirby/kirby/releases/tag/3.9.6

Scores

CVSS v3 6.8
EPSS 0.2037
EPSS Percentile 95.7%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Details

CWE
CWE-611 CWE-776
Status published
Products (2)
getkirby/cms 0 - 3.5.8.3Packagist
getkirby/kirby 3.5.0 - 3.5.8.3
Published Jul 27, 2023
Tracked Since Feb 18, 2026