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-43002

CVE-2026-43002: OpenStack Horizon DOS Vulnerability

CVE-2026-43002 is a denial of service flaw in OpenStack Horizon that allows unauthenticated attackers to exhaust session storage. This article covers the technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-43002 Overview

CVE-2026-43002 affects OpenStack Horizon versions 25.6 and 25.7 prior to 25.7.3. The dashboard writes data to the session storage backend before authentication occurs. Unauthenticated attackers can issue repeated requests to exhaust session storage capacity. This represents a regression of the earlier fix for CVE-2014-8124, reintroducing a previously resolved resource exhaustion condition. The flaw is classified under CWE-696 (Incorrect Behavior Order) and impacts the availability of the Horizon dashboard service.

Critical Impact

Unauthenticated network attackers can exhaust the session storage backend, leading to denial of service for the OpenStack Horizon dashboard.

Affected Products

  • OpenStack Horizon 25.6 (all releases)
  • OpenStack Horizon 25.7 prior to 25.7.3
  • Deployments using session storage backends shared with the Horizon dashboard

Discovery Timeline

  • 2026-05-05 - CVE-2026-43002 published to NVD
  • 2026-05-05 - OpenStack Security Advisory OSSA-2026-009 released
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-43002

Vulnerability Analysis

OpenStack Horizon is the canonical web dashboard for managing OpenStack services. The vulnerability stems from an ordering defect in the request handling pipeline. Horizon writes to its session storage backend before completing authentication checks on incoming requests. This means any unauthenticated client can cause new session entries to be persisted simply by issuing HTTP requests.

The root issue falls under [CWE-696] (Incorrect Behavior Order). Session creation and persistence should occur only after a request has been authenticated or has otherwise demonstrated legitimacy. By inverting this order, Horizon allows external traffic to drive backend storage growth without rate limiting or attribution.

This is a regression of CVE-2014-8124, which addressed the same class of pre-authentication session writes. Code changes between Horizon 25.5 and 25.6 reintroduced the unsafe ordering. The fix landed in Horizon 25.7.3.

Root Cause

The defect is located in Horizon's middleware layer where session objects are instantiated and committed to the configured backend (memcached, database, or file storage) prior to authentication enforcement. Each unauthenticated request triggers a write, and the absence of pre-auth throttling allows attackers to amplify storage consumption with minimal effort. See the Launchpad bug report for the upstream discussion.

Attack Vector

An attacker sends a high volume of unauthenticated HTTP requests to a publicly reachable Horizon endpoint. Each request causes a session record to be written to the backend. Sustained traffic exhausts available storage, evicts legitimate sessions, or degrades the underlying datastore. The attack requires no credentials, no user interaction, and only network reachability to the Horizon dashboard. Refer to the Openwall OSS-Security discussion for additional context.

Detection Methods for CVE-2026-43002

Indicators of Compromise

  • Rapid growth in session storage backend size (memcached memory pressure, database table growth, or session file count) without a corresponding increase in authenticated user activity.
  • High volume of HTTP requests to Horizon endpoints originating from a small set of source IP addresses with no successful authentication events.
  • Eviction of legitimate user sessions or unexpected session lookup failures in Horizon logs.

Detection Strategies

  • Correlate web server access logs with Horizon authentication logs to identify request volumes that lack matching authentication attempts.
  • Monitor session backend metrics (memcached curr_items, database row counts, or filesystem inode usage) for anomalous rate-of-change.
  • Alert on sustained 4xx responses to Horizon login pages paired with elevated session creation counts.

Monitoring Recommendations

  • Instrument the session backend with capacity thresholds and trigger alerts at 70% and 90% utilization.
  • Forward Horizon application logs and reverse proxy logs to a centralized analytics platform for correlation.
  • Track per-source-IP request rates to Horizon and rate-limit or block sources exceeding baseline thresholds.

How to Mitigate CVE-2026-43002

Immediate Actions Required

  • Upgrade OpenStack Horizon to version 25.7.3 or later, which contains the corrected request ordering.
  • Place Horizon behind a reverse proxy or web application firewall configured to rate-limit unauthenticated traffic.
  • Restrict network access to the Horizon dashboard so it is not reachable from untrusted networks where operationally feasible.

Patch Information

The upstream fix is included in OpenStack Horizon 25.7.3. Operators running 25.6.x or 25.7.x prior to 25.7.3 should apply the patched release published in OSSA-2026-009. Distribution packagers may backport the fix to earlier supported branches; verify the version shipped by your Linux distribution before considering the system patched.

Workarounds

  • Enforce strict rate limiting on Horizon endpoints at the load balancer or reverse proxy layer to cap unauthenticated request rates.
  • Provision the session storage backend with sufficient capacity and aggressive eviction policies to limit the impact of exhaustion attempts.
  • Restrict Horizon dashboard exposure using IP allow-listing, VPN access, or network segmentation until the patched version is deployed.
bash
# Example nginx rate limit for unauthenticated Horizon traffic
# Place in the http {} block
limit_req_zone $binary_remote_addr zone=horizon_anon:10m rate=10r/s;

# In the Horizon server {} block
location / {
    limit_req zone=horizon_anon burst=20 nodelay;
    proxy_pass http://horizon_backend;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpenstack

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-696
  • Technical References
  • Launchpad Bug Report

  • OpenStack Security Advisory

  • Openwall OSS-Security Discussion
  • Related CVEs
  • CVE-2026-42997: OpenStack Ironic Auth Bypass Vulnerability

  • CVE-2026-43003: Openstack Ironic Python Agent RCE Flaw

  • CVE-2026-43001: OpenStack Keystone Auth Bypass Vulnerability

  • CVE-2026-42510: OpenStack Ironic RCE 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