Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-62361 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-89Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')[email protected]

Affected Products

ProductVersions
listmonk
<= 6.1.0 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 6.2.0moderate effort

    Download the latest binary. Stop and replace the old binary. Run `./listmonk --upgrade`. Start the app again. For Docker users: 1. cd /directory/with/docker-compose.yml 2. docker-compose down 3. docker-compose pull && docker-compose run --rm app ./listmonk --upgrade 4. docker-compose up -d app db

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-62361
NVD Published Date:
Jul 15, 2026
NVD Last Modified:
Jul 16, 2026
Source:
[email protected]
CVE-2026-62361 Details - Not Deferred