The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-29002

CVE-2026-29002: CouchCMS Privilege Escalation Vulnerability

CVE-2026-29002 is a privilege escalation vulnerability in CouchCMS that allows Admin users to create SuperAdmin accounts by tampering with user creation requests. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-29002 Overview

CVE-2026-29002 is a privilege escalation vulnerability affecting CouchCMS, a popular open-source content management system. The vulnerability allows authenticated Admin-level users to create SuperAdmin accounts by tampering with the f_k_levels_list parameter in user creation requests. By modifying the parameter value from 4 to 10 in the HTTP request body, attackers can bypass authorization validation and gain full application control, circumventing restrictions on SuperAdmin account creation and privilege assignment.

This is classified as CWE-639 (Authorization Bypass Through User-Controlled Key), where the application fails to properly validate privilege level assignments during user creation operations.

Critical Impact

Authenticated administrators can escalate to SuperAdmin privileges, gaining complete control over the CouchCMS application and potentially compromising all managed content and user accounts.

Affected Products

  • CouchCMS (all versions prior to patched release)
  • Self-hosted CouchCMS deployments
  • Web applications built on CouchCMS platform

Discovery Timeline

  • April 10, 2026 - CVE-2026-29002 published to NVD
  • April 16, 2026 - Last updated in NVD database

Technical Details for CVE-2026-29002

Vulnerability Analysis

This privilege escalation vulnerability exists in CouchCMS's user management functionality. The application uses a parameter called f_k_levels_list to define the privilege level when creating new user accounts. Standard Admin users are assigned a level value of 4, while SuperAdmin accounts use a value of 10.

The core issue is that the application performs insufficient server-side validation of the f_k_levels_list parameter during user creation requests. While the user interface restricts Admin users from creating SuperAdmin accounts, the backend does not properly enforce these authorization boundaries when processing HTTP requests directly.

An attacker with Admin-level access can intercept the user creation request using a proxy tool and modify the f_k_levels_list parameter value from 4 to 10. When the server processes this tampered request, it creates a new user account with SuperAdmin privileges, effectively bypassing the intended access control restrictions.

Root Cause

The root cause of CVE-2026-29002 is improper authorization validation in the user creation workflow. The application relies on client-side restrictions to prevent Admin users from assigning SuperAdmin privileges, but fails to implement corresponding server-side authorization checks. This allows attackers to manipulate request parameters to bypass the intended privilege boundaries, as the f_k_levels_list value is directly used without validating whether the requesting user has permission to assign that privilege level.

Attack Vector

The attack is network-based and requires an attacker to have valid Admin-level credentials for the target CouchCMS installation. The attack sequence involves:

  1. Authenticating to the CouchCMS admin panel with Admin credentials
  2. Initiating a user creation request through the standard interface
  3. Intercepting the HTTP POST request using a web proxy (e.g., Burp Suite)
  4. Modifying the f_k_levels_list parameter from 4 to 10
  5. Forwarding the tampered request to the server

Upon successful exploitation, the attacker gains a SuperAdmin account with full administrative privileges over the CouchCMS installation. For detailed technical information, see the VulnCheck advisory and the security researcher's documentation.

Detection Methods for CVE-2026-29002

Indicators of Compromise

  • Unexpected SuperAdmin accounts appearing in the CouchCMS user database
  • Admin user accounts showing activity related to user creation with elevated privileges
  • HTTP POST requests to user creation endpoints containing f_k_levels_list=10 from Admin sessions
  • Audit log entries showing Admin users creating accounts with SuperAdmin privilege levels

Detection Strategies

  • Monitor HTTP request bodies for f_k_levels_list parameter values that exceed the requesting user's privilege level
  • Implement alerting on user creation events where the assigned privilege level is higher than expected
  • Review web server access logs for requests to admin endpoints with modified privilege parameters
  • Deploy web application firewall (WAF) rules to detect parameter tampering in user management requests

Monitoring Recommendations

  • Enable detailed audit logging for all user creation and modification operations in CouchCMS
  • Configure alerts for any new SuperAdmin account creation events
  • Implement periodic review of user privilege levels to identify unauthorized escalations
  • Monitor for proxy tool signatures or unusual request patterns from Admin sessions

How to Mitigate CVE-2026-29002

Immediate Actions Required

  • Audit existing CouchCMS user accounts to identify any unauthorized SuperAdmin accounts
  • Review access logs for evidence of exploitation attempts targeting the user creation functionality
  • Restrict network access to CouchCMS admin panels to trusted IP ranges
  • Implement additional authentication factors for administrative actions

Patch Information

Check the CouchCMS official website for security updates addressing this vulnerability. Apply the latest security patches as soon as they become available. No official vendor advisory has been published at this time.

Workarounds

  • Implement a web application firewall (WAF) rule to reject user creation requests containing f_k_levels_list values that exceed authorized levels
  • Restrict Admin account creation to SuperAdmin users only until a patch is applied
  • Deploy server-side middleware to validate that the f_k_levels_list parameter matches the requesting user's maximum assignable privilege level
  • Consider temporarily disabling user creation functionality for Admin-level accounts in production environments
bash
# Example WAF rule to detect privilege escalation attempts
# Block requests with f_k_levels_list=10 from non-SuperAdmin sessions
# Adjust based on your WAF platform (ModSecurity example)
SecRule REQUEST_BODY "@contains f_k_levels_list=10" \
    "id:100001,phase:2,deny,status:403,\
    msg:'Potential CouchCMS privilege escalation attempt (CVE-2026-29002)'"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechCouchcms

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Gist Code Snippet

  • CouchCMS Official Site

  • VulnCheck Privilege Escalation Advisory
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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