Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/knadh/listmonk/commit/c0a6525009a65265230185f16e8674dcc83aa02
- https://github.com/knadh/listmonk/releases/tag/v6.2.0
- https://github.com/knadh/listmonk/security/advisories/GHSA-xgjr-7j9q-2h4r
- https://github.com/knadh/listmonk/security/advisories/GHSA-xgjr-7j9q-2h4r
FAQ
What is CVE-2026-62361?
CVE-2026-62361 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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 QuerySubscr...
How severe is CVE-2026-62361?
CVE-2026-62361 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-62361?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.