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
    • 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-23493

CVE-2026-23493: Pimcore Information Disclosure Flaw

CVE-2026-23493 is an information disclosure vulnerability in Pimcore that exposes sensitive data through http_error_log files. This article covers the security risk, affected versions, and available patches.

Published: January 23, 2026

CVE-2026-23493 Overview

CVE-2026-23493 is a sensitive data exposure vulnerability in Pimcore, an Open Source Data & Experience Management Platform. Prior to versions 12.3.1 and 11.5.14, the http_error_log file stores the $_COOKIE and $_SERVER PHP superglobal variables, which means sensitive information such as database passwords, cookie session data, and other confidential details can be accessed or recovered through the Pimcore backend by users with administrative privileges.

Critical Impact

Authenticated attackers with high privileges can access sensitive configuration data including database credentials and session cookies stored in error logs, potentially leading to complete system compromise.

Affected Products

  • Pimcore versions prior to 12.3.1
  • Pimcore versions prior to 11.5.14
  • All Pimcore installations using the default error logging configuration

Discovery Timeline

  • 2026-01-15 - CVE-2026-23493 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2026-23493

Vulnerability Analysis

This vulnerability is classified under CWE-532 (Insertion of Sensitive Information into Log File). The issue stems from Pimcore's HTTP error logging mechanism, which indiscriminately captures and persists PHP superglobal variables including $_COOKIE, $_SERVER, and parametersPost data to the http_error_log database table.

When HTTP errors occur, the application logs comprehensive debugging information that includes session cookies, authentication tokens, server environment variables (which may contain database credentials, API keys, and other secrets), and POST parameters. This data remains accessible through the Pimcore backend interface to users with administrative access.

The vulnerability requires network access and high privileges to exploit, limiting the attack surface to authenticated administrators. However, once exploited, the confidentiality impact is high as attackers can extract credentials enabling lateral movement or privilege escalation beyond the Pimcore application.

Root Cause

The root cause lies in Pimcore's overly verbose error logging implementation. The MiscController.php in the SeoBundle was configured to search across sensitive fields including parametersPost, serverVars, and cookies in the http_error_log table. This design decision prioritized debugging convenience over security, violating the principle of least information exposure in logging systems.

Attack Vector

The attack vector is network-based, requiring an authenticated attacker with high-level privileges (such as an administrator or compromised admin account) to access the Pimcore backend. From there, the attacker can:

  1. Navigate to the HTTP error log viewer in the Pimcore backend
  2. Search or browse logged HTTP errors
  3. Extract sensitive data from the stored $_COOKIE, $_SERVER, and POST parameter values
  4. Use harvested credentials to access databases, APIs, or other connected systems
php
// Security patch in bundles/SeoBundle/src/Controller/MiscController.php
// Before: Searching across sensitive fields
// foreach (['uri', 'code', 'parametersGet', 'parametersPost', 'serverVars', 'cookies'] as $field) {

// After: Sensitive fields removed from search
            $filter = $db->quote('%' . $filter . '%');

            $conditionParts = [];
            foreach (['uri', 'code', 'parametersGet'] as $field) {
                $conditionParts[] = $field . ' LIKE ' . $filter;
            }
            $condition = ' WHERE ' . implode(' OR ', $conditionParts);

Source: GitHub Commit

Detection Methods for CVE-2026-23493

Indicators of Compromise

  • Unusual access patterns to the HTTP error log viewer in the Pimcore backend
  • Database queries targeting the http_error_log table with searches across cookies, serverVars, or parametersPost columns
  • Administrative users exporting or repeatedly viewing error log entries
  • Evidence of credential reuse from data that could only be obtained from server environment variables

Detection Strategies

  • Monitor Pimcore backend access logs for repeated queries to the error log functionality
  • Implement database audit logging to detect SELECT queries against sensitive columns in http_error_log
  • Alert on administrative account access from unusual IP addresses or geographic locations
  • Review Pimcore version across all deployments to identify unpatched instances

Monitoring Recommendations

  • Enable comprehensive audit logging for all Pimcore administrative actions
  • Configure SIEM rules to alert on error log access patterns indicative of data harvesting
  • Implement network segmentation to limit backend access to trusted networks
  • Deploy file integrity monitoring on Pimcore configuration and log directories

How to Mitigate CVE-2026-23493

Immediate Actions Required

  • Upgrade Pimcore to version 12.3.1 or 11.5.14 immediately
  • Review administrative user accounts and remove unnecessary high-privilege access
  • Audit the http_error_log table for any existing sensitive data exposure
  • Rotate all credentials that may have been logged (database passwords, API keys, session secrets)

Patch Information

Pimcore has released security patches in versions 12.3.1 and 11.5.14 that address this vulnerability. The fix involves a database migration (Version20251217000100) that removes the parametersPost, cookies, and serverVars columns from the http_error_log table, preventing future logging of sensitive data. Additionally, the search functionality in MiscController.php has been updated to only query non-sensitive fields.

Detailed patch information is available in the GitHub Security Advisory GHSA-q433-j342-rp9h and the associated Pull Request #18918.

Workarounds

  • If immediate patching is not possible, restrict backend access to a minimal set of trusted administrators
  • Implement network-level access controls to limit who can reach the Pimcore backend
  • Manually truncate or purge the http_error_log table to remove historically logged sensitive data
  • Consider disabling HTTP error logging temporarily until the patch can be applied
bash
# Configuration example - Truncate existing sensitive error log data
# Connect to your Pimcore database and run:
mysql -u pimcore_user -p pimcore_database -e "TRUNCATE TABLE http_error_log;"

# Verify Pimcore version after upgrade
php bin/console --version

# Clear Pimcore cache after upgrade
php bin/console cache:clear

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPimcore

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.00%

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

  • GitHub Release v11.5.14

  • GitHub Release v12.3.1
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-q433-j342-rp9h
  • Related CVEs
  • CVE-2026-27461: Pimcore SQL Injection Vulnerability

  • CVE-2026-23494: Pimcore Auth Bypass Vulnerability

  • CVE-2026-23492: Pimcore Blind SQL Injection Vulnerability

  • CVE-2026-23495: Pimcore Auth Bypass Vulnerability
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