CVE-2023-23926: XEE
APOC (Awesome Procedures on Cypher) is an add-on library for Neo4j. An XML External Entity (XXE) vulnerability found in the apoc.import.graphml procedure of APOC core plugin prior to version 5.5.0 and 4.4.0.14 (4.4 branch) in Neo4j graph database. XML External Entity (XXE) injection occurs when the XML parser allows external entities to be resolved. The XML parser used by the apoc.import.graphml procedure was not configured in a secure way and therefore allowed this. External entities can be used to read local files, send HTTP requests, and perform denial-of-service attacks on the application. Abusing the XXE vulnerability enabled assessors to read local files remotely. Although with the level of privileges assessors had this was limited to one-line files. With the ability to write to the database, any file could have been read. Additionally, assessors noted, with local testing, the server could be crashed by passing in improperly formatted XML. The minimum version containing a patch for this vulnerability is 5.5.0. Those who cannot upgrade the library can control the allowlist of the procedures that can be used in your system.
Affected Software
Remediation
Patch Available
Event History
Frequently Asked Questions
What is CVE-2023-23926?
CVE-2023-23926 is an XML External Entity (XXE) vulnerability found in the apoc.import.graphml procedure of APOC core plugin prior to version 5.5.0 and 4.4.0.14 (4.4 branch) in Neo4j graph database.
How does the XML External Entity (XXE) injection occur in CVE-2023-23926?
XML External Entity (XXE) injection occurs when the apoc.import.graphml procedure in the APOC core plugin of Neo4j graph database processes external XML entities, leading to potential information disclosure or denial of service.
What is the severity of CVE-2023-23926?
CVE-2023-23926 has a severity rating of 8.1 (high).
How can I fix CVE-2023-23926?
To fix CVE-2023-23926, update to APOC core plugin version 5.5.0 or higher (or version 4.4.0.14 for the 4.4 branch) in Neo4j graph database.
Where can I find more information about CVE-2023-23926?
You can find more information about CVE-2023-23926 at the following references: [GitHub Pull Request](https://github.com/neo4j/apoc/pull/310), [APOC Release Notes](https://github.com/neo4j/apoc/releases/tag/5.5.0), [Neo4j Security Advisories](https://github.com/neo4j/apoc/security/advisories/GHSA-6wxg-wh7f-rqpr).