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

CVE-2026-41432: New API Auth Bypass Vulnerability

CVE-2026-41432 is an authentication bypass flaw in New API's Stripe webhook handler that allows attackers to forge events and credit quota without payment. This article covers technical details, affected versions, and mitigations.

Published: May 18, 2026

CVE-2026-41432 Overview

CVE-2026-41432 is a webhook signature verification flaw in New API, a large language model (LLM) gateway and artificial intelligence (AI) asset management system. Versions prior to 0.12.10 contain a Stripe webhook handler that fails to properly verify the authenticity of incoming events. An authenticated attacker can forge webhook payloads and credit arbitrary quota to their account without submitting any payment. The maintainers patched the issue in version 0.12.10. The weakness is classified under [CWE-345: Insufficient Verification of Data Authenticity].

Critical Impact

Attackers can forge Stripe webhook events to grant themselves unlimited LLM API quota, bypassing payment and causing direct financial loss to operators of New API instances.

Affected Products

  • QuantumNous New API versions prior to 0.12.10
  • LLM gateway deployments using New API with Stripe billing enabled
  • AI asset management systems built on vulnerable New API releases

Discovery Timeline

  • 2026-05-08 - CVE-2026-41432 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-41432

Vulnerability Analysis

New API integrates with Stripe to process payments and credit user quota based on successful charge events. Stripe delivers payment confirmations to the application via HTTP webhook callbacks. Each legitimate webhook request includes a Stripe-Signature header derived from a shared secret, which receivers must validate before trusting the payload.

In versions prior to 0.12.10, the New API webhook handler does not correctly verify this signature. An attacker who can reach the publicly exposed webhook endpoint can craft a forged HTTP request that mimics a legitimate checkout.session.completed or equivalent payment event. The application processes the forged event as authentic and credits the attacker-controlled account with arbitrary quota.

The vulnerability falls under [CWE-345: Insufficient Verification of Data Authenticity]. It maps to a business logic flaw and an authentication bypass at the webhook trust boundary.

Root Cause

The root cause is missing or incorrect validation of the Stripe webhook signature inside the payment callback handler. Without cryptographic verification of the Stripe-Signature header against the configured webhook secret, the application treats any well-formed JSON event as authoritative.

Attack Vector

Exploitation requires network access to the Stripe webhook endpoint of a vulnerable New API instance and a low-privileged authenticated account on the platform. The attacker sends a forged HTTP POST containing a fake payment event referencing their own user identifier or session. The handler accepts the payload and adds quota to the attacker's account. No user interaction is required. Technical details are described in the GitHub Security Advisory GHSA-xff3-5c9p-2mr4.

Detection Methods for CVE-2026-41432

Indicators of Compromise

  • Stripe webhook requests arriving from source IPs outside Stripe's published webhook IP ranges
  • Account quota increases without matching payment_intent.succeeded records in the Stripe dashboard
  • Webhook events processed with missing, malformed, or unverified Stripe-Signature headers in application logs
  • Sudden spikes in LLM API consumption from accounts with no payment history

Detection Strategies

  • Reconcile New API quota credit events against authoritative Stripe transaction logs on a recurring schedule
  • Alert on webhook handler responses that return success for requests lacking valid signature headers
  • Compare user-level billing balances in the application database against Stripe customer payment totals to surface discrepancies

Monitoring Recommendations

  • Forward New API application logs and Stripe webhook delivery logs to a centralized SIEM for correlation
  • Monitor outbound LLM API costs against incoming payment revenue and alert on negative margin anomalies
  • Track HTTP requests to the /api/stripe/webhook route by source IP, user agent, and response code

How to Mitigate CVE-2026-41432

Immediate Actions Required

  • Upgrade New API to version 0.12.10 or later, available from the GitHub Release v0.12.10
  • Audit all quota credit events since Stripe integration was enabled and revoke balances tied to unverified payments
  • Rotate the Stripe webhook signing secret after upgrading to invalidate any secrets the attacker may have probed

Patch Information

The maintainers fixed the issue in version 0.12.10 by enforcing proper verification of the Stripe-Signature header on incoming webhook events. Refer to the GitHub Security Advisory GHSA-xff3-5c9p-2mr4 for the patch reference and full advisory text.

Workarounds

  • Restrict access to the Stripe webhook endpoint at the network or reverse proxy layer to Stripe's published webhook source IP ranges
  • Temporarily disable Stripe-based quota crediting and process payments through manual reconciliation until the patch is applied
  • Place the webhook route behind an authentication-aware gateway that validates the Stripe signature before forwarding to the application
bash
# Nginx example: restrict the Stripe webhook endpoint to Stripe IP ranges
location /api/stripe/webhook {
    allow 3.18.12.63;
    allow 3.130.192.231;
    allow 13.235.14.237;
    allow 13.235.122.149;
    # ... add remaining Stripe webhook IPs
    deny all;
    proxy_pass http://new_api_backend;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechStripe

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-345
  • Technical References
  • GitHub Release v0.12.10

  • GitHub Security Advisory GHSA-xff3-5c9p-2mr4
  • Related CVEs
  • CVE-2026-4549: next-saas-stripe-starter Auth Bypass Flaw

  • CVE-2026-0751: Stripe Payment Plugin XSS 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 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