VYPR
Unrated severityNVD Advisory· Published Nov 26, 2019· Updated Aug 6, 2024

CVE-2011-3600

CVE-2011-3600

Description

The /webtools/control/xmlrpc endpoint in OFBiz XML-RPC event handler is exposed to External Entity Injection by passing DOCTYPE declarations with executable payloads that discloses the contents of files in the filesystem. In addition, it can also be used to probe for open network ports, and figure out from returned error messages whether a file exists or not. This affects OFBiz 16.11.01 to 16.11.04.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

An XML External Entity (XXE) injection vulnerability in the OFBiz /webtools/control/xmlrpc endpoint allows attackers to read files, probe ports, and check file existence.

Vulnerability

The /webtools/control/xmlrpc endpoint in Apache OFBiz's XML-RPC event handler is vulnerable to External Entity Injection (XXE). An attacker can send a malicious XML-RPC request containing a DOCTYPE declaration with external entities. This affects OFBiz versions 16.11.01 to 16.11.04 inclusive [1][3]. The underlying issue originates from the XML-RPC library's SAX parser not disabling external entity processing [2].

Exploitation

To exploit, an attacker sends a crafted HTTP POST request to the /webtools/control/xmlrpc endpoint with a payload that includes an external entity referencing a local file (e.g., /etc/passwd), a network port (e.g., http://internal-host:22), or a file path. The server parses the XML and, if external entities are resolved, returns the content in the response or reveals information through error messages [1][3]. No authentication or special privileges are required; the endpoint is typically accessible without authentication.

Impact

Successful exploitation leads to disclosure of sensitive files from the server's filesystem, such as configuration files or credentials. Additionally, the vulnerability can be used to probe for open network ports behind the firewall (e.g., internal services) and to determine whether specific files exist on the system, based on differing error responses [1][3]. This results in a significant information disclosure risk that can aid further attacks.

Mitigation

Fixed versions for OFBiz are not explicitly listed in the references; however, the underlying XML-RPC library fix was introduced in version 3.1.3 [2]. Users should upgrade OFBiz to a version that incorporates the fix or apply appropriate patches to the XML-RPC handler. The Debian security tracker notes that a fix exists but does not specify a version [3]. If no official patch is available, a workaround is to disable the /webtools/control/xmlrpc endpoint or restrict network access to it. This CVE is not listed in the KEV catalog.

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

3

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

0

No linked articles in our index yet.