CVE Catalog

CVE-2026-62361

MediumCVSS 5.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.24%

15th percentile - higher than 15% of all known CVEs

Summary

Listmonk prior to version 6.2.0 contains an SQL injection vulnerability in the GET /api/subscribers/export endpoint. The user-controlled query parameter is passed to QuerySubscribersForExport without validation, allowing an authenticated user with appropriate permissions to read arbitrary database tables and execute data-modifying PostgreSQL CTEs.

Risk Assessment

An attacker can read sensitive data from tables such as users and settings, and also modify data in the database, leading to a breach of confidentiality and integrity of the system.

Recommendation

Immediately update listmonk to version 6.2.0 or later, which includes a fix for this vulnerability.

Other vulnerabilities in listmonk

See all
Original NVD description (English source)

listmonk is a standalone, self-hosted, newsletter and mailing list manager. Prior to 6.2.0, listmonk’s GET /api/subscribers/export endpoint injects the user-controlled query parameter into QuerySubscribersForExport in internal/core/subscribers.go without calling validateQueryTables, unlike GET /api/subscribers, allowing an authenticated user with subscribers:sql_query and subscribers:get_all to read arbitrary database tables such as users and settings and execute data-modifying PostgreSQL CTEs. This issue is fixed in version 6.2.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS