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-2026-24468

CVE-2026-24468: OpenAEV Information Disclosure Flaw

CVE-2026-24468 is an information disclosure vulnerability in OpenAEV that enables account enumeration via the /api/reset endpoint. This article covers technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-24468 Overview

OpenAEV is an open source platform allowing organizations to plan, schedule, and conduct cyber adversary simulation campaigns and tests. A significant information disclosure vulnerability exists in the password reset functionality that enables account enumeration attacks.

Starting in version 1.11.0 and prior to version 2.0.13, the /api/reset endpoint behaves differently depending on whether the supplied username exists in the system. When a non-existent email is provided in the login parameter, the endpoint returns an HTTP 400 response (Bad Request). When a valid email is supplied, the endpoint responds with HTTP 200. This difference in server responses creates an observable discrepancy that allows an attacker to reliably determine which emails are registered in the application.

Critical Impact

Attackers can enumerate valid user accounts without authentication, potentially enabling targeted phishing campaigns, credential stuffing attacks, or social engineering against confirmed system users.

Affected Products

  • OpenAEV versions 1.11.0 through 2.0.12
  • OpenAEV /api/reset endpoint
  • Organizations using OpenAEV for adversary simulation without patching to 2.0.13

Discovery Timeline

  • 2026-04-20 - CVE CVE-2026-24468 published to NVD
  • 2026-04-20 - Last updated in NVD database

Technical Details for CVE-2026-24468

Vulnerability Analysis

This vulnerability is classified under CWE-204 (Observable Response Discrepancy), a category of information exposure flaws where application responses reveal sensitive information through behavioral differences. In this case, the password reset endpoint exhibits different HTTP response codes based on whether the submitted email address corresponds to a registered account.

The attack surface is network-accessible and requires no authentication or user interaction, making it trivial to exploit at scale. While the vulnerability does not directly compromise user credentials or system integrity, it provides attackers with a reliable method to confirm which email addresses are registered in the OpenAEV platform—valuable reconnaissance data that can be leveraged in subsequent attack phases.

Root Cause

The root cause lies in the differential error handling within the password reset API logic. The application fails to implement a consistent response pattern regardless of username validity. When processing reset requests, the code path for invalid emails returns HTTP 400, while valid emails return HTTP 200. This design flaw violates security best practices that mandate identical responses for both existing and non-existing accounts to prevent enumeration.

The vulnerable logic resides in the UserApi.java file, as referenced in the GitHub User API Code.

Attack Vector

An attacker can exploit this vulnerability by automating HTTP requests to the /api/reset endpoint with a wordlist of potential email addresses. By observing the HTTP response codes, the attacker can quickly differentiate between valid and invalid accounts. This technique requires no authentication and can be performed remotely over the network.

The attack flow typically involves:

  1. Compiling a list of potential target email addresses
  2. Sending automated POST requests to /api/reset with each email
  3. Recording responses—HTTP 200 indicates a valid account, HTTP 400 indicates invalid
  4. Building a confirmed list of valid user accounts for further attacks

The security patch modifies exception handling to provide consistent responses. Below is an excerpt from the fix:

java
                     !exercise.isUserHasAccess(
                         userRepository
                             .findById(currentUser().getId())
-                            .orElseThrow(ElementNotFoundException::new))
+                            .orElseThrow(
+                                () -> new ElementNotFoundException("Current user not found")))
             .map(Exercise::getId);
     List<String> askExerciseIds =
         Stream.concat(askExerciseIdsStream, input.getExerciseIds().stream()).distinct().toList();

Source: GitHub Commit Changes

Detection Methods for CVE-2026-24468

Indicators of Compromise

  • Elevated volume of requests to /api/reset endpoint from single IP addresses or ranges
  • Sequential or automated request patterns with minimal time intervals between requests
  • Large numbers of HTTP 400 responses followed by HTTP 200 responses to the reset endpoint
  • Unusual geographic distribution of password reset requests

Detection Strategies

  • Implement rate limiting detection on the /api/reset endpoint to identify enumeration attempts
  • Configure WAF rules to flag rapid successive requests to authentication-related endpoints
  • Monitor application logs for patterns indicating automated enumeration tools (consistent timing, sequential attempts)
  • Deploy behavioral analytics to detect reconnaissance activity against user management APIs

Monitoring Recommendations

  • Enable detailed logging for all authentication and password reset endpoints
  • Set up alerting thresholds for abnormal request volumes to /api/reset
  • Correlate reset endpoint activity with subsequent authentication attempts from the same source
  • Review access logs regularly for patterns suggesting credential harvesting reconnaissance

How to Mitigate CVE-2026-24468

Immediate Actions Required

  • Upgrade OpenAEV to version 2.0.13 or later immediately
  • Review access logs for evidence of prior enumeration attempts against the /api/reset endpoint
  • Implement rate limiting on the password reset endpoint as a defense-in-depth measure
  • Consider notifying users whose accounts may have been enumerated if suspicious activity is detected

Patch Information

The vulnerability has been addressed in OpenAEV version 2.0.13. The fix ensures that the /api/reset endpoint returns a consistent response regardless of whether the username exists, eliminating the observable discrepancy that enabled account enumeration.

Organizations should upgrade to OpenAEV version 2.0.13 as soon as possible. Additional details about the fix are available in the GitHub Security Advisory.

Workarounds

  • Deploy a reverse proxy or WAF rule to implement aggressive rate limiting on /api/reset
  • Add CAPTCHA or other human verification to the password reset flow
  • Restrict access to the password reset endpoint by IP allowlisting where feasible
  • Implement account lockout or progressive delays after multiple reset attempts
bash
# Example rate limiting configuration for nginx
location /api/reset {
    limit_req zone=reset_limit burst=5 nodelay;
    limit_req_status 429;
    proxy_pass http://openaev_backend;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOpenaev

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-204
  • Technical References
  • GitHub User API Code

  • GitHub Commit Changes

  • GitHub Release 2.0.13

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-24467: OpenAEV Auth Bypass 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