Skip to main content
A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Find Out Why
  • Experiencing a breach?
  • Blog
  • Careers
  • Platform & Products

    • Singularity™ Platform

      Unified Enterprise Security. Machine-Speed Protection, Intelligence, and Response.

    • XDR

      Native and Open Protection, Detection, and Response.

    • Integrations and Partners

      One-Click Integrations to Unlock the Power of SentinelOne.

    Product Tours
    Pricing & Packages
    Get a Demo
  • Solutions & Use Cases

    SentinelOne for Industries

    Security Tuned for Your Industry.

    See All Industries
    • Healthcare

      Protect Patient Data. Keep Clinical Systems Online.

    • Financial Services

      Stop Fraud and Ransomware. Stay Audit-Ready.

    • Federal Government

      FedRAMP and IL5-Ready Defense for Federal Missions.

    • Manufacturing

      Defend OT, IT, IIOT, and Supply Chains at Scale.

    • Energy

      Secure OT Systems and Critical Infrastructure.

    • Transportation and Logistics

      Defend Operations Across Fleet, Port, and Rail.

    • Higher Education

      Protect Open Networks Without Slowing Research.

    • K-12 Education

      Stop Ransomware. Protect Students, Staff, and Data.

    • Retail and Hospitality

      Defend Your Brand, Customer Data, and Bottom Line.

    • SMB & Startups

      Enterprise-Grade Defense for Fast Teams.

    See all solutions
  • Services

    Managed Services

    Wayfinder Threat Detection and Response.

    Learn More
    • Threat Hunting

      World-Class Expertise and Threat Intelligence.

    • Managed Detection and Response

      24/7 Expert MDR Across Your Entire Environment.

    • Incident Readiness and Response

      DFIR, Breach Readiness, and Compromise Assessments.

    Experiencing a breach?

    Our experts are here to help 24/7.

    1-855-868-3733
    Get Help Now
  • Partners

    Become a Partner

    • Become a SentinelOne Partner

      Join the Global SentinelOne Ecosystem

    • Explore MSSP Solutions

      Services Succeed Faster with SentinelOne

    • Form a Technology Alliance

      Integrated, Enterprise-Scale Solutions

    Find a Partner

    • Enlist a Response or Advisory Team

      Enlist Pro Response and Advisory Teams

    • SentinelOne for AWS

      Hosted Across AWS Regions Worldwide

    • SentinelOne for Google

      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale

    • Partner Locator

      Your Go-to Source for Our Top Partners in Your Region

    • Singularity Marketplace

      One-Click Integrations for Unified Prevention, Detection, and Response

      Explore integrations
    Partner Portal Login
  • Why SentinelOne

    • Why Choose SentinelOne

      AI-Powered Cybersecurity Built to Secure What’s Next.

    • Our Customers

      Trusted by the World’s Leading Companies.

    • Industry Awards & Recognition

      Tested and Proven by the Experts.

  • Resources & Support

    Resources

    • Resource Center
    • Webinars
    • Cybersecurity Blog
    • Events
    • Newsroom

    Company

    • About SentinelOne
    • Careers
    • S Ventures
    • S Foundation
    • Dataset
    • FAQ
    • Investors Relations

    Customer Success & Support

    • Live and On-Demand Training
    • Guided Onboarding & Deployment
    • Technical Account Management
    • Support Services
    • Customer Portal
    • Get Support Now

    Explore

    • Vulnerability Database
    • SentinelLABS Threat Research
    • Ransomeware Anthology
    • Cybersecurity 101
    EventJoin us at OneCon (Oct. 20–22, 2026)
    CompetitionThreat Hunting World Championship 2026
    ReportThe SentinelOne Annual Threat Report
  • Pricing
Get StartedContact us

Explore SentinelOne

  • Pricing
Events
Get StartedContact us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-33549

CVE-2026-33549: SPIP Privilege Escalation Vulnerability

CVE-2026-33549 is a privilege escalation vulnerability in SPIP versions 4.4.10 through 4.4.12 that allows unintended administrator privileges assignment. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33549 Overview

CVE-2026-33549 is a privilege escalation vulnerability in SPIP, a popular open-source content management system. The vulnerability affects SPIP versions 4.4.10 through 4.4.12 and allows unintended privilege assignment of administrator privileges during the editing of an author data structure due to STATUT mishandling.

Critical Impact

Authenticated users with limited privileges may be able to escalate their permissions to administrator level, potentially gaining full control over the SPIP installation and its content.

Affected Products

  • SPIP 4.4.10
  • SPIP 4.4.11
  • SPIP 4.4.12

Discovery Timeline

  • 2026-03-22 - CVE-2026-33549 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-33549

Vulnerability Analysis

This vulnerability represents a privilege escalation flaw within SPIP's author management functionality. The core issue stems from improper handling of the STATUT field when editing author data structures. In SPIP's architecture, the STATUT field determines the privilege level of user accounts, including whether a user has administrator capabilities.

When an authenticated user with limited privileges edits their own author profile or potentially other author profiles (depending on access controls), the application fails to properly validate and restrict modifications to the STATUT field. This oversight allows the privilege level to be manipulated in ways not intended by the application's security model.

The vulnerability requires network access and user interaction, combined with low-privilege authentication to exploit. While the attack complexity is considered high, successful exploitation could result in significant impact to both confidentiality and integrity of the system.

Root Cause

The root cause of CVE-2026-33549 is improper handling of the STATUT parameter in the author editing functionality. The STATUT field, which controls user privilege levels within SPIP, is not adequately protected during author data structure modifications. This falls under CWE-688 (Function Call With Incorrect Variable or Reference as Argument), indicating that the application incorrectly processes or validates the STATUT variable during author record updates.

The vulnerable code path allows the STATUT value to be modified without proper authorization checks, enabling a lower-privileged user to assign administrator status to their account or potentially other accounts.

Attack Vector

The attack vector for this vulnerability is network-based, requiring an authenticated session with low-privilege access. An attacker would need to:

  1. Authenticate to a vulnerable SPIP installation with a valid low-privilege account
  2. Navigate to the author editing functionality
  3. Manipulate the request parameters to modify the STATUT field
  4. Submit the modified author data structure to escalate privileges

The exploitation requires user interaction and has high attack complexity, suggesting that specific conditions must be met for successful exploitation. However, once exploited, the attacker gains administrator privileges with high impact to confidentiality and integrity of the CMS.

For technical details on the vulnerability mechanism and the specific code changes, refer to the SPIP Commit b8481a7 which addresses this issue.

Detection Methods for CVE-2026-33549

Indicators of Compromise

  • Unexpected changes to user privilege levels in the SPIP database, particularly the statut field in the spip_auteurs table
  • Audit log entries showing author profile modifications by users who should not have such permissions
  • New administrator accounts or existing accounts with suddenly elevated privileges

Detection Strategies

  • Monitor SPIP access logs for unusual patterns of requests to author editing endpoints
  • Implement database auditing to track changes to the spip_auteurs table, specifically the statut column
  • Deploy web application firewall (WAF) rules to inspect and alert on suspicious parameter manipulation in author update requests
  • Review authentication and authorization logs for privilege escalation attempts

Monitoring Recommendations

  • Enable verbose logging for SPIP's administrative actions and author management functionality
  • Set up alerts for any changes to user privilege levels, especially escalation to administrator status
  • Regularly audit user accounts and their assigned privileges to detect unauthorized modifications
  • Monitor for patterns consistent with privilege escalation attacks across web application logs

How to Mitigate CVE-2026-33549

Immediate Actions Required

  • Upgrade all SPIP installations running versions 4.4.10, 4.4.11, or 4.4.12 to version 4.4.13 or later immediately
  • Review all user accounts for unauthorized privilege escalations that may have occurred prior to patching
  • Temporarily restrict access to author editing functionality if immediate patching is not possible
  • Audit administrator accounts and remove any suspicious or unauthorized administrator privileges

Patch Information

SPIP has released version 4.4.13 to address this vulnerability. The fix implements proper validation and authorization checks for the STATUT field during author data structure modifications. Organizations should update to this version as soon as possible.

For detailed information about the security update, refer to the SPIP Security Update Announcement. The specific code changes can be reviewed in SPIP Merge Request #131.

Workarounds

  • Restrict access to author editing functionality to trusted administrators only until the patch can be applied
  • Implement additional access controls at the web server or reverse proxy level to limit who can access author management endpoints
  • Deploy a web application firewall (WAF) to inspect and block requests attempting to manipulate the STATUT parameter
  • Consider temporarily disabling the affected author editing functionality if the risk is deemed too high
bash
# Example: Restricting access to SPIP admin paths via Apache .htaccess
# Place in .htaccess file at SPIP root
<LocationMatch "^/ecrire/">
    Require ip 192.168.1.0/24
    # Or require specific users
    # Require user admin_username
</LocationMatch>

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechSpip

  • SeverityMEDIUM

  • CVSS Score6.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-688
  • Technical References
  • SPIP Security Update Announcement

  • SPIP Commit b8481a7

  • SPIP Merge Request #131
  • Related CVEs
  • CVE-2026-48832: SPIP Open Redirect Vulnerability

  • CVE-2026-8430: SPIP Remote Code Execution Vulnerability

  • CVE-2026-8429: SPIP RCE Vulnerability in Private Space

  • CVE-2026-27747: SPIP Translation Plugin SQLi Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
Get a DemoContact Us
  • Product Tours
  • Why SentinelOne
  • Pricing & Packages
  • FAQ
  • SentinelOne Status

Key Products & Solutions

  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Prompt Security
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Explore Solutions

Services

  • Wayfinder TDR
  • Managed Detection and Response
  • Threat Hunting
  • Incident Readiness
& Response
  • Technical Account Management
  • Guided Onboarding 
& Deployment
  • Support Services

Company

  • About Us
  • Our Customers
  • Careers
  • Partners
  • S1 Foundation
  • S1 Ventures
  • Legal Information
  • Security & Compliance
  • Investor Relations

Quick Links

  • Customer Portal
  • Partner Portal
  • Become a Partner
  • Resource Center
  • SentinelLABS Threat Research
  • Blog
  • Press Center
  • Cybersecurity 101
  • Events
  • Ransomware Anthology
©2026 SentinelOne, All Rights Reserved
Privacy NoticeTerms of Use
English
English