CVE-2025-58430: CWE-80: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in knadh listmonk
listmonk is a standalone, self-hosted, newsletter and mailing list manager. In versions up to and including 1.1.0, every http request in addition to the session cookie `session` there included `nonce`. The value is not checked and validated by the backend, removing `nonce` allows the requests to be processed correctly. This may seem harmless, but if chained to other vulnerabilities it can become a critical vulnerability. Cross-site request forgery and cross-site scripting chained together can result in improper admin account creation. As of time of publication, no patched versions are available.
AI Analysis
Technical Summary
CVE-2025-58430 is a high-severity vulnerability affecting listmonk, a standalone, self-hosted newsletter and mailing list manager, in versions up to and including 1.1.0. The core issue involves improper neutralization of script-related HTML tags (CWE-80) leading to a basic Cross-Site Scripting (XSS) vulnerability, compounded by Cross-Site Request Forgery (CSRF) weaknesses (CWE-352). Specifically, every HTTP request to listmonk includes a session cookie named 'session' and an additional parameter 'nonce'. However, the backend does not validate or check the 'nonce' value, and removing it allows requests to be processed correctly. This behavior may appear benign but can be exploited when chained with other vulnerabilities. The combination of XSS and CSRF can enable attackers to perform unauthorized actions such as improper admin account creation. This chain attack could allow an attacker to inject malicious scripts that execute in the context of an authenticated administrator's browser, bypassing authentication and authorization controls. As of the publication date, no patches or fixed versions are available, increasing the risk for users of affected versions. The CVSS 4.0 score of 8.6 reflects the high impact on confidentiality, integrity, and availability, with network attack vector, low attack complexity, no privileges or authentication required, but user interaction needed. The vulnerability does not require prior authentication, making it accessible to remote attackers. The lack of validation on the 'nonce' parameter and the presence of XSS and CSRF vulnerabilities together create a critical attack surface in listmonk installations.
Potential Impact
For European organizations using listmonk for managing newsletters and mailing lists, this vulnerability poses significant risks. Exploitation could lead to unauthorized administrative access, allowing attackers to manipulate mailing lists, send phishing or malware-laden emails to subscribers, or exfiltrate sensitive subscriber data. This could damage organizational reputation, violate GDPR regulations due to data breaches, and result in financial penalties. The ability to create admin accounts improperly undermines trust in the system's integrity and could facilitate further lateral movement within organizational networks. Since listmonk is self-hosted, organizations with less mature patch management or security monitoring may be particularly vulnerable. The impact extends beyond confidentiality to integrity and availability of communication channels, potentially disrupting marketing, customer engagement, or internal communications. Given the lack of a patch, organizations must assume active risk and prepare mitigations accordingly.
Mitigation Recommendations
1. Immediate mitigation should include disabling or restricting access to listmonk instances from untrusted networks to reduce exposure. 2. Implement Web Application Firewall (WAF) rules to detect and block common XSS and CSRF attack patterns targeting listmonk endpoints, particularly filtering requests with suspicious 'nonce' parameter manipulations. 3. Enforce strict Content Security Policy (CSP) headers to limit script execution and reduce XSS impact. 4. Conduct thorough input validation and output encoding on all user-supplied data within listmonk interfaces, especially in administrative functions. 5. Monitor logs for unusual administrative account creation or suspicious HTTP requests containing manipulated 'nonce' parameters. 6. Where possible, isolate listmonk instances in segmented network zones with limited access. 7. Prepare for rapid patch deployment once vendor releases a fix; consider contributing to or monitoring vendor communications for updates. 8. Educate administrators and users about phishing risks that could leverage this vulnerability. 9. Consider temporary alternative mailing list management solutions if risk is unacceptable until a patch is available.
Affected Countries
Germany, France, United Kingdom, Netherlands, Sweden, Italy, Spain
CVE-2025-58430: CWE-80: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in knadh listmonk
Description
listmonk is a standalone, self-hosted, newsletter and mailing list manager. In versions up to and including 1.1.0, every http request in addition to the session cookie `session` there included `nonce`. The value is not checked and validated by the backend, removing `nonce` allows the requests to be processed correctly. This may seem harmless, but if chained to other vulnerabilities it can become a critical vulnerability. Cross-site request forgery and cross-site scripting chained together can result in improper admin account creation. As of time of publication, no patched versions are available.
AI-Powered Analysis
Technical Analysis
CVE-2025-58430 is a high-severity vulnerability affecting listmonk, a standalone, self-hosted newsletter and mailing list manager, in versions up to and including 1.1.0. The core issue involves improper neutralization of script-related HTML tags (CWE-80) leading to a basic Cross-Site Scripting (XSS) vulnerability, compounded by Cross-Site Request Forgery (CSRF) weaknesses (CWE-352). Specifically, every HTTP request to listmonk includes a session cookie named 'session' and an additional parameter 'nonce'. However, the backend does not validate or check the 'nonce' value, and removing it allows requests to be processed correctly. This behavior may appear benign but can be exploited when chained with other vulnerabilities. The combination of XSS and CSRF can enable attackers to perform unauthorized actions such as improper admin account creation. This chain attack could allow an attacker to inject malicious scripts that execute in the context of an authenticated administrator's browser, bypassing authentication and authorization controls. As of the publication date, no patches or fixed versions are available, increasing the risk for users of affected versions. The CVSS 4.0 score of 8.6 reflects the high impact on confidentiality, integrity, and availability, with network attack vector, low attack complexity, no privileges or authentication required, but user interaction needed. The vulnerability does not require prior authentication, making it accessible to remote attackers. The lack of validation on the 'nonce' parameter and the presence of XSS and CSRF vulnerabilities together create a critical attack surface in listmonk installations.
Potential Impact
For European organizations using listmonk for managing newsletters and mailing lists, this vulnerability poses significant risks. Exploitation could lead to unauthorized administrative access, allowing attackers to manipulate mailing lists, send phishing or malware-laden emails to subscribers, or exfiltrate sensitive subscriber data. This could damage organizational reputation, violate GDPR regulations due to data breaches, and result in financial penalties. The ability to create admin accounts improperly undermines trust in the system's integrity and could facilitate further lateral movement within organizational networks. Since listmonk is self-hosted, organizations with less mature patch management or security monitoring may be particularly vulnerable. The impact extends beyond confidentiality to integrity and availability of communication channels, potentially disrupting marketing, customer engagement, or internal communications. Given the lack of a patch, organizations must assume active risk and prepare mitigations accordingly.
Mitigation Recommendations
1. Immediate mitigation should include disabling or restricting access to listmonk instances from untrusted networks to reduce exposure. 2. Implement Web Application Firewall (WAF) rules to detect and block common XSS and CSRF attack patterns targeting listmonk endpoints, particularly filtering requests with suspicious 'nonce' parameter manipulations. 3. Enforce strict Content Security Policy (CSP) headers to limit script execution and reduce XSS impact. 4. Conduct thorough input validation and output encoding on all user-supplied data within listmonk interfaces, especially in administrative functions. 5. Monitor logs for unusual administrative account creation or suspicious HTTP requests containing manipulated 'nonce' parameters. 6. Where possible, isolate listmonk instances in segmented network zones with limited access. 7. Prepare for rapid patch deployment once vendor releases a fix; consider contributing to or monitoring vendor communications for updates. 8. Educate administrators and users about phishing risks that could leverage this vulnerability. 9. Consider temporary alternative mailing list management solutions if risk is unacceptable until a patch is available.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2025-09-01T20:03:06.531Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 68c082c41d20e9585176cde6
Added to database: 9/9/2025, 7:40:52 PM
Last enriched: 9/17/2025, 1:05:08 AM
Last updated: 10/29/2025, 9:41:18 AM
Views: 51
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-12450: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in litespeedtech LiteSpeed Cache
MediumCVE-2025-64291: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Premmerce Premmerce User Roles
UnknownCVE-2025-64290: Cross-Site Request Forgery (CSRF) in Premmerce Premmerce Product Search for WooCommerce
UnknownCVE-2025-64289: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Premmerce Premmerce Product Search for WooCommerce
UnknownCVE-2025-64286: Cross-Site Request Forgery (CSRF) in WpEstate WP Rentals
UnknownActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.