Cyber Resilience

CVE-2022-39195

MediumPublic PoC

Published: 17 January 2023

Published
17 January 2023
Modified
04 April 2025
KEV Added
Patch
CVSS Score v3.1 6.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.0997 93.2th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-39195 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Lsoft Listserv. Its CVSS base score is 6.1 (Medium).

Operationally, ranked in the top 6.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

A cross-site scripting vulnerability tracked as CVE-2022-39195 affects the web interface of LISTSERV 17. The flaw, classified under CWE-79, permits remote attackers to supply arbitrary JavaScript or HTML through the c parameter, producing a CVSS 3.1 score of 6.1 that reflects network attack vector, low complexity, no required privileges, and required user interaction with changed scope.

An unauthenticated attacker can craft a malicious link containing the c parameter and deliver it to a victim; when the recipient interacts with the link, the injected code executes in the context of the LISTSERV application, enabling theft of session data or limited interface manipulation.

EPSS probability for the issue rose from a low baseline to a peak of 0.3139 on 2026-02-04 before receding to the current value of 0.0997, indicating a period of increased exploitation interest after public disclosure. Public references include exploit code posted to Packet Storm and discussion threads on the vendor’s LISTSERV mailing list, though no specific patch or mitigation guidance is detailed in the available references.

EU & UK References

Vulnerability details

A cross-site scripting (XSS) vulnerability in the LISTSERV 17 web interface allows remote attackers to inject arbitrary JavaScript or HTML via the c parameter.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

lsoft
listserv
17.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References