CVE-2013-3617
Openbravo ERP <= 3.0 - Authenticated XML External Entity Injection via /ws/dal/XXX Interfaces
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2013-3617.
PoCs published by Tod Beardsley, including Metasploit module auxiliary/admin/http/openbravo_xxe.
AI-analyzed exploit summary This XML payload demonstrates an XXE (XML External Entity) vulnerability in Openbravo ERP, allowing an attacker to read arbitrary files (e.g., /etc/passwd) by exploiting improper XML entity processing. The PoC includes a malicious DTD declaration that references an external file, which is then embedded in the XML structure.
Description
The XML API in Openbravo ERP 2.5, 3.0, and earlier allows remote authenticated users to read arbitrary files via an XML document with an external entity declaration in conjunction with an entity reference to /ws/dal/ADUser or other /ws/dal/XXX interfaces, related to an XML External Entity (XXE) issue.
Exploits (2)
This XML payload demonstrates an XXE (XML External Entity) vulnerability in Openbravo ERP, allowing an attacker to read arbitrary files (e.g., /etc/passwd) by exploiting improper XML entity processing. The PoC includes a malicious DTD declaration that references an external file, which is then embedded in the XML structure.
This Metasploit module exploits an XXE vulnerability in Openbravo ERP to read arbitrary files from the server. It authenticates, crafts a malicious XML payload with an external entity reference, and retrieves the file contents via the API response.