CVE-2023-29289
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedAdobe Commerce versions 2.4.6 (and earlier), 2.4.5-p2 (and earlier) and 2.4.4-p3 (and earlier) are affected by an XML Injection vulnerability. An attacker with low privileges can trigger a specially crafted script to a security feature bypass. Exploitation of this issue does not require user interaction.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceAdobe Commerce (Magento) versions prior to 2.4.6-p1, 2.4.5-p3, and 2.4.4-p4 contain an XML Injection vulnerability in a security feature. An authenticated attacker with low privileges can inject malicious XML content to bypass security controls. No user interaction is required for exploitation.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 2.3.7= 2.4.0= 2.4.1= 2.4.2= 2.4.3= 2.4.4= 2.4.5= 2.4.6= 2.4.4= 2.4.5= 2.4.6CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Determine Adobe Commerce versionRun the command 'php bin/magento --version' from the Magento root directory, or inspect the composer.json file for the 'version' field under the 'magento/product-enterprise-edition' or 'magento/module-...' packages.Affected if The installed version is 2.3.7, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.4.5, or 2.4.6 (any version prior to the patched releases).
-
Confirm product typeCheck if the installation is Adobe Commerce (Magento Open Source differences apply). Inspect composer.json for 'magento/product-enterprise-edition' (Adobe Commerce) or 'magento/product-community-edition' (Magento Open Source).Affected if The product is Adobe Commerce version 2.3.7 through 2.4.6, as listed in the affected versions.
-
Identify XML handling in security featuresReview custom modules and configuration files in app/code or vendor/ for XML parsing or processing related to security controls. Look for usage of SimpleXML, DOMDocument, or XML validation in security-related code paths.Affected if The environment processes XML input within security features without proper sanitization, enabling the injection vector.
-
Verify authenticated access exposureReview user role configurations under Stores > Settings > All Users in the admin panel. Determine if low-privilege user accounts (with limited roles) can access areas that handle XML-based security configurations.Affected if Low-privilege authenticated users can access or modify XML-based security settings without sufficient input validation.
A user is affected if their Adobe Commerce installation version is 2.3.7 through 2.4.6 (any version prior to 2.4.6-p1, 2.4.5-p3, or 2.4.4-p4) and the system processes XML content in security-related functionality.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade Adobe Commerce to version 2.4.6-p1, 2.4.5-p3, 2.4.4-p4 or later. Apply the official Adobe security patch if immediate upgrade is not feasible. Review and sanitize any XML input handling in custom modules.
Apply vendor security patch: 2.4.4-p3 or later for 2.4.4.x, 2.4.5-p2 or later for 2.4.5.x, or 2.4.7+ for 2.4.6 and earlier
- 1. Identify current Adobe Commerce/Magento version by running `bin/magento --version` or checking the admin panel under System > Configuration > Advanced > Advanced
- 2. Review the official Adobe security bulletin at helpx.adobe.com for CVE-2023-29289 to obtain the specific patch file
- 3. Back up the entire Magento database and codebase before applying any patches
- 4. Apply the security patch using the standard patch command: `patch -p1 < patch_file.patch`
- 5. After patch application, clear the Magento cache: `bin/magento cache:flush`
- 6. Verify the patch was applied successfully and the version reflects the patched state
- 7. Test that XML-related functionality works correctly and the vulnerability is remediated
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation6.0 h
- Implementation20.0 h
- Testing12.0 h
- Review / QA6.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $12,288.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-29289 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2023-29289 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data