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-2023-28625

CVE-2023-28625: Mod Auth OpenIDC DoS Vulnerability

CVE-2023-28625 is a denial-of-service vulnerability in mod_auth_openidc that causes NULL pointer dereference through crafted cookies. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-28625 Overview

CVE-2023-28625 is a Null Pointer Dereference vulnerability affecting mod_auth_openidc, an authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. In versions 2.0.0 through 2.4.13.1, when the OIDCStripCookies directive is set and a specially crafted cookie is supplied, a NULL pointer dereference occurs, resulting in a segmentation fault. This vulnerability can be exploited to cause a Denial-of-Service (DoS) condition, presenting a significant availability risk to affected web servers.

Critical Impact

Remote attackers can crash Apache web servers running vulnerable versions of mod_auth_openidc by sending malicious cookie headers, causing service disruption without requiring authentication.

Affected Products

  • mod_auth_openidc versions 2.0.0 through 2.4.13.1
  • Apache 2.x HTTP servers with mod_auth_openidc configured with OIDCStripCookies
  • Debian, Fedora, and other Linux distributions packaging vulnerable versions

Discovery Timeline

  • 2023-04-03 - CVE-2023-28625 published to NVD
  • 2025-04-10 - Last updated in NVD database

Technical Details for CVE-2023-28625

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference). The flaw exists in the cookie processing logic of mod_auth_openidc when the OIDCStripCookies configuration directive is enabled. When the module processes incoming HTTP requests, it parses cookie headers to strip specified cookies. However, the parsing logic fails to properly validate cookie data before dereferencing pointers, leading to a NULL pointer dereference when a malformed cookie is encountered.

The vulnerability is network-exploitable and requires no authentication or user interaction, making it particularly dangerous for internet-facing Apache servers using OpenID Connect authentication. An attacker can trigger the vulnerability by sending a single HTTP request with a crafted Cookie header, causing the Apache child process to crash with a segmentation fault.

Root Cause

The root cause lies in insufficient input validation in the cookie stripping functionality within src/mod_auth_openidc.c. When processing cookies marked for removal via the OIDCStripCookies directive, the code does not adequately check for NULL values that may result from parsing malformed cookie data. This oversight allows an attacker to construct a cookie header that, when parsed, produces a NULL pointer that is subsequently dereferenced.

Attack Vector

The attack vector is network-based and requires minimal complexity. An unauthenticated remote attacker can exploit this vulnerability by:

  1. Identifying an Apache server running a vulnerable version of mod_auth_openidc
  2. Confirming that OIDCStripCookies is configured (often used to remove sensitive cookies before proxying requests)
  3. Sending an HTTP request with a specially crafted Cookie header designed to trigger the NULL pointer dereference
  4. Causing the Apache child process to crash, resulting in service degradation

The patch released in version 2.4.13.2 addresses this issue by adding proper NULL pointer checks before dereferencing:

text
+03/28/2023
+- CVE-2023-28625: prevent core dump when OIDCStripCookies is set and a crafted Cookie header is supplied
+  https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr
+- release 2.4.13.2
+
 03/27/2023
-- fix code scanning alerts:
+- fix code scanning alerts
 - bump to 2.4.13.2rc2
   
 03/24/2023

Source: GitHub Commit Details

Detection Methods for CVE-2023-28625

Indicators of Compromise

  • Apache child process crashes or segmentation faults in system logs
  • Presence of unusual or malformed Cookie headers in HTTP access logs
  • Increased Apache worker restarts or error rates
  • Core dump files related to mod_auth_openidc.so

Detection Strategies

  • Monitor Apache error logs for segmentation fault messages mentioning mod_auth_openidc
  • Implement Web Application Firewall (WAF) rules to detect abnormally large or malformed Cookie headers
  • Use log analysis tools to identify patterns of requests with suspicious cookie values targeting OpenID Connect endpoints
  • Deploy SentinelOne Singularity to detect and alert on process crashes indicative of exploitation attempts

Monitoring Recommendations

  • Enable detailed Apache logging for modules and correlate with system-level crash events
  • Set up alerting for Apache service restarts or worker process failures exceeding baseline thresholds
  • Monitor network traffic for repeated requests to authentication endpoints with unusual cookie patterns
  • Implement application performance monitoring to detect sudden availability degradation

How to Mitigate CVE-2023-28625

Immediate Actions Required

  • Upgrade mod_auth_openidc to version 2.4.13.2 or later immediately
  • If immediate patching is not possible, disable the OIDCStripCookies directive as a temporary workaround
  • Review Apache configurations to identify all servers using mod_auth_openidc with the vulnerable setting
  • Apply security updates from distribution packages (Debian DSA-5405, Fedora updates)

Patch Information

The vulnerability has been addressed in mod_auth_openidc version 2.4.13.2, released on March 28, 2023. The fix adds proper NULL pointer validation before dereferencing cookie data in the OIDCStripCookies processing logic.

Patch resources:

  • GitHub Security Advisory
  • Official Release v2.4.13.2
  • Security Patch Commit
  • Debian Security Advisory DSA-5405
  • Debian LTS Announcement

Workarounds

  • Remove or comment out the OIDCStripCookies directive from Apache configuration files until patching is complete
  • Implement rate limiting on authentication endpoints to reduce the impact of potential DoS attacks
  • Deploy a reverse proxy or WAF in front of Apache to filter malicious cookie headers
  • Consider temporarily disabling mod_auth_openidc if the service can function without OpenID Connect authentication
bash
# Configuration example - Disable OIDCStripCookies as a workaround
# In your Apache configuration file (e.g., /etc/apache2/sites-available/your-site.conf)

# Comment out or remove OIDCStripCookies directive
# OIDCStripCookies mod_auth_openidc_session

# Alternatively, verify mod_auth_openidc version and upgrade
apachectl -M | grep openidc
apt-get update && apt-get install --only-upgrade libapache2-mod-auth-openidc
# Or for source installations:
# Download and install v2.4.13.2 from https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.13.2

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMod Auth Openidc

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • GitHub Code Blame

  • GitHub Release Tag

  • GitHub Security Advisory

  • Debian LTS Announcement

  • Fedora Package Announcement

  • Debian Security Advisory
  • Vendor Resources
  • GitHub Commit Details
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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