Direct Web RemotingApplication · Directwebremoting

CVE-2014-5325

MEDIUM · 5.0 CVSS v2.0 Published 2014-11-24
Fix available
A fix is available. Upgrade to after 2.0.10 or later.
See remediation →
59/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

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 · unedited
The (1) DOMConverter, (2) JDOMConverter, (3) DOM4JConverter, and (4) XOMConverter functions in Direct Web Remoting (DWR) through 2.0.10 and 3.x through 3.0.RC2 allow remote attackers to read arbitrary files via DOM data containing an XML external entity declaration in conjunction with an entity reference, related to an XML External Entity (XXE) issue.

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 confidence

Direct Web Remoting (DWR) contains an XML External Entity (XXE) injection vulnerability in multiple converter functions (DOMConverter, JDOMConverter, DOM4JConverter, XOMConverter). Attackers can craft malicious XML with external entity declarations to read arbitrary files from the server's filesystem.

MitigationUpgrade DWR to version 2.0.11 or later / 3.0.RC3 or later. As a compensating control, disable external entity resolution in XML parsers or implement input validation for XML data.

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
Direct Web RemotingApplication
Affected:<= 2.0.10= 3.0

CVSS 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
Authentication
None
Confidentiality
Partial
Integrity
None
Availability
None

AV:N/AC:L/Au:N/C:P/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 checks

Work through these to decide whether this CVE applies to you.

  1. Locate DWR installation
    Search for dwr.jar or dwr libraries in your application classpath, webapp directories (WEB-INF/lib), or dependency management files (pom.xml, build.gradle)
    Affected if DWR library is found in the application
  2. Identify DWR version
    Inspect the dwr.jar manifest file, or check the version in your dependency management system (Maven/Gradle), or look for version strings in dwr*.jar filename
    Affected if Version is 2.0.10 or lower, or exactly 3.0 (3.0.RC1 or 3.0.RC2)
  3. Find converter configuration
    Look in dwr.xml or spring-dwr.xml configuration files for converter definitions. Search for converter entries using class attributes: org.directwebremoting.convert.DOMConverter, org.directwebremoting.convert.JDOMConverter, org.directwebremoting.convert.DOM4JConverter, or org.directwebremoting.convert.XOMConverter
    Affected if Any of these four converters are explicitly configured and enabled
  4. Check for XML input endpoints
    Identify DWR remoted Java classes that accept XML parameters (String, Document, or XML-specific objects). Review your remote.java files and DWR exposed methods for XML input handling
    Affected if Application accepts XML data through DWR remoted methods that use the vulnerable converters

Your environment is affected if DWR version 2.0.10 or lower (or 3.0) is running AND any of the four XML converters (DOM, JDOM, DOM4J, XOM) are enabled AND your application accepts XML input processed by those converters.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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.

From vendor data
Upgrade available Upgrade to a release after 2.0.10
Interim mitigation

Upgrade DWR to version 2.0.11 or later / 3.0.RC3 or later. As a compensating control, disable external entity resolution in XML parsers or implement input validation for XML data.

Fix this in Direct Web Remoting Scoped from the published advisory
  • Consultation2.0 h
  • Implementation2.0 h
  • Testing4.0 h
  • Review / QA2.0 h
10.0 hours of engineering $1,720
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,752.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2014-5325 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2014-5325 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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