CVE-2022-46751
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 · uneditedImproper Restriction of XML External Entity Reference, XML Injection (aka Blind XPath Injection) vulnerability in Apache Software Foundation Apache Ivy.This issue affects any version of Apache Ivy prior to 2.5.2. When Apache Ivy prior to 2.5.2 parses XML files - either its own configuration, Ivy files or Apache Maven POMs - it will allow downloading external document type definitions and expand any entity references contained therein when used. This can be used to exfiltrate data, access resources only the machine running Ivy has access to or disturb the execution of Ivy in different ways. Starting with Ivy 2.5.2 DTD processing is disabled by default except when parsing Maven POMs where the default is to allow DTD processing but only to include a DTD snippet shipping with Ivy that is needed to deal with existing Maven POMs that are not valid XML files but are nevertheless accepted by Maven. Access can be be made more lenient via newly introduced system properties where needed. Users of Ivy prior to version 2.5.2 can use Java system properties to restrict processing of external DTDs, see the section about "JAXP Properties for External Access restrictions" inside Oracle's "Java API for XML Processing (JAXP) Security Guide".
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 confidenceThis is an XXE (XML External Entity) vulnerability in Apache Ivy versions prior to 2.5.2. When parsing XML files (Ivy configuration, Ivy files, or Maven POMs), Ivy allows downloading external DTDs and expanding entity references, enabling attackers to exfiltrate data, access internal resources, or disrupt Ivy execution.
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.5.2CVSS 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
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:L
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.
-
Identify Apache Ivy version in useLocate the ivy jar file (typically in $ANT_HOME/lib, Maven local repository ~/.m2/repository/org/apache/ivy/ivy/, or bundled with a build tool) and run 'java -jar ivy-[version].jar -version' or check the filename. If Ivy is integrated into a build tool, check the build tool's dependency declaration for ivy version.Affected if The reported version is earlier than 2.5.2 (e.g., 2.5.0, 2.4.0, 2.3.0, etc.)
-
Confirm Ivy parses XML files in your workflowSearch your project directories for Ivy files (ivy.xml, ivysettings.xml) and Maven POM files (pom.xml) that Ivy processes. Check build scripts that invoke Ivy tasks (resolve, publish, retrieve) or integrate Ivy via Java code calling ParserFactory or XmlParser classes.Affected if Ivy is actively parsing XML configuration files (ivy.xml, ivysettings.xml, or any POM files) using the vulnerable parsing logic.
-
Check for external DTD/entity expansion in parsed XMLExamine the Ivy XML files and POM files in your environment for DOCTYPE declarations referencing external DTDs, or for entity references (&entity;) that could trigger external retrieval. Use a text search for '<!DOCTYPE' and '&' characters in XML files processed by Ivy.Affected if The XML files being parsed contain DOCTYPE declarations pointing to external URLs or define custom entities that would be expanded during parsing.
You are affected if Apache Ivy version is earlier than 2.5.2 AND your workflow involves Ivy parsing XML files (ivy.xml, ivysettings.xml, or Maven POMs) that contain external DTD references or custom entity definitions.
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 · scoped2.5.2
Upgrade to Apache Ivy 2.5.2 or later, which disables external DTD processing by default. Alternatively, use Java JAXP system properties to restrict external entity processing as documented in Oracle's JAXP Security Guide.
Apache Ivy 2.5.2
- Download Apache Ivy version 2.5.2 from the official Apache Ivy distribution (https://ant.apache.org/ivy/download.cgi) or Maven Central
- Replace the existing ivy-[version].jar file in your project or environment with ivy-2.5.2.jar
- If using Maven POMs that require external DTD processing beyond the bundled DTD snippet, configure the JAXP system properties as documented in Oracle's 'JAXP Properties for External Access restrictions' to allow necessary DTD access
- Restart any applications or build processes that use Apache Ivy to ensure the new version is loaded
- Verify that your build and dependency resolution still works correctly with the new version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,464.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-46751 — 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-2022-46751 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