Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-34584

CVE-2026-34584: listmonk Auth Bypass Vulnerability

CVE-2026-34584 is an authentication bypass flaw in listmonk that allows unauthorized access to mailing lists in multi-user environments. This article covers technical details, affected versions 4.1.0-6.1.0, and mitigation.

Published: April 2, 2026

CVE-2026-34584 Overview

CVE-2026-34584 is an authorization bypass vulnerability discovered in listmonk, a standalone, self-hosted newsletter and mailing list manager. From version 4.1.0 to before version 6.1.0, bugs in list permission checks allow users in a multi-user environment to access lists which they don't have authorization to access under different scenarios. This authorization bypass affects multi-user environments with untrusted users, potentially allowing unauthorized data access and modification.

Critical Impact

Users in multi-user listmonk deployments can bypass permission checks to access and potentially modify mailing lists they should not have access to, leading to unauthorized data exposure and potential integrity violations.

Affected Products

  • listmonk versions 4.1.0 through 6.0.x
  • Self-hosted listmonk multi-user deployments
  • Newsletter and mailing list management systems running vulnerable listmonk versions

Discovery Timeline

  • 2026-04-02 - CVE-2026-34584 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-34584

Vulnerability Analysis

This vulnerability is classified as CWE-639 (Authorization Bypass Through User-Controlled Key), a broken access control flaw where the application fails to properly validate user permissions before granting access to protected resources. The vulnerability exists in multiple handlers within the listmonk application, where permission checks were either missing or improperly implemented.

In affected versions, when users interact with campaign and import functionality, the application does not adequately filter list IDs against the current user's permitted lists. This allows authenticated users to reference and access lists belonging to other users or that they otherwise should not have permission to view or manage.

Root Cause

The root cause lies in missing permission validation logic across multiple request handlers in the listmonk codebase. Specifically, the application failed to filter incoming list IDs against the authenticated user's permitted lists before processing requests. The absence of calls to FilterListsByPerm() in critical code paths allowed users to specify arbitrary list IDs in their requests, bypassing the intended access control model.

Attack Vector

The attack requires network access and valid authentication credentials (low-privilege user account) in a multi-user listmonk deployment. An authenticated attacker can exploit this vulnerability by:

  1. Identifying or guessing list IDs belonging to other users
  2. Crafting requests that reference these unauthorized list IDs
  3. Submitting the requests through campaign creation, import, or other affected endpoints
  4. Gaining unauthorized read or write access to the targeted lists

The security patch adds proper permission filtering by introducing the FilterListsByPerm() function call to validate user permissions:

go
// Filter lists against the current user's permitted lists.
user := auth.GetUser(c)
o.ListIDs = user.FilterListsByPerm(auth.PermTypeGet|auth.PermTypeManage, o.ListIDs)

Source: GitHub Commit Details

The patch also adds the necessary auth import to the import handler:

go
"os"
"strings"

"github.com/knadh/listmonk/internal/auth"
"github.com/knadh/listmonk/internal/subimporter"
"github.com/knadh/listmonk/models"
"github.com/labstack/echo/v4"

Source: GitHub Commit Details

Detection Methods for CVE-2026-34584

Indicators of Compromise

  • Unusual access patterns where users interact with lists outside their assigned permissions
  • API requests containing list IDs that don't belong to the requesting user
  • Audit logs showing users accessing or modifying mailing lists they were not explicitly granted access to
  • Unexpected changes to subscriber lists or campaign configurations

Detection Strategies

  • Review application logs for requests to campaign and import endpoints that reference unauthorized list IDs
  • Implement database query monitoring to detect cross-user list access patterns
  • Monitor API traffic for anomalous list ID references in multi-user deployments
  • Audit user activity reports for permission boundary violations

Monitoring Recommendations

  • Enable verbose logging for all list access operations in listmonk
  • Implement alerting for users accessing lists outside their permission scope
  • Regularly audit user permissions and access patterns in multi-user environments
  • Deploy web application firewall rules to log requests with suspicious list ID patterns

How to Mitigate CVE-2026-34584

Immediate Actions Required

  • Upgrade listmonk to version 6.1.0 or later immediately
  • Audit existing user permissions and list access configurations
  • Review access logs for any signs of unauthorized list access
  • Consider temporarily restricting multi-user access until patching is complete

Patch Information

The vulnerability has been patched in listmonk version 6.1.0. The fix implements proper permission filtering across multiple handlers by adding calls to user.FilterListsByPerm() to validate that users can only access lists they have explicit permission to view or manage. The security patch is available via the GitHub Release v6.1.0. Additional details are documented in the GitHub Security Advisory GHSA-85j8-5c6w-gcpv.

Workarounds

  • Restrict listmonk to single-user mode if upgrading is not immediately possible
  • Remove untrusted users from multi-user deployments until the patch is applied
  • Implement network-level access controls to limit who can access the listmonk interface
  • Deploy a reverse proxy with additional authorization checks for sensitive endpoints
bash
# Upgrade listmonk to patched version
# Stop the current listmonk instance
systemctl stop listmonk

# Download and install version 6.1.0 or later
# Follow official upgrade documentation at https://listmonk.app

# Verify the installed version
listmonk --version

# Restart the service
systemctl start listmonk

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechListmonk

  • SeverityMEDIUM

  • CVSS Score5.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Commit Details

  • GitHub Release v6.1.0

  • GitHub Security Advisory GHSA-85j8-5c6w-gcpv
  • Related CVEs
  • CVE-2026-34828: listmonk Auth Bypass Vulnerability

  • CVE-2026-21483: listmonk XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English