SEPTEMBER 9, 2026
Live Feed
Back to database
Case File

CVE-2026-62361

MEDIUM · CVSS 5.5 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-15 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

The vulnerability in listmonk allows authenticated users with specific permissions to exploit the GET /api/subscribers/export endpoint, enabling them to read arbitrary database tables and execute data-modifying queries. This could lead to unauthorized access to sensitive information, such as user data and application settings. Organizations using versions prior to 6.2.0 should prioritize upgrading to mitigate potential data breaches.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-62361
Severity
MEDIUM
CVSS
5.5
EPSS
0.24%

Original NVD 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.