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-2025-61673

CVE-2025-61673: Karapace Auth Bypass Vulnerability

CVE-2025-61673 is an authentication bypass flaw in Karapace that allows unauthenticated access to protected Schema Registry endpoints when OAuth 2.0 is configured. This article covers technical details, affected versions, and mitigation.

Updated: May 11, 2026

CVE-2025-61673 Overview

CVE-2025-61673 is an authentication bypass vulnerability in Karapace, an open-source implementation of Kafka REST proxy and Schema Registry maintained by Aiven. Versions 5.0.0 and 5.0.1 fail to enforce OAuth 2.0 Bearer Token authentication when a request omits the Authorization header. The token validation logic is skipped entirely under this condition, allowing unauthenticated attackers to read and write to Schema Registry endpoints. The flaw effectively neutralizes the OAuth authentication mechanism on affected deployments. The issue is tracked as [CWE-288: Authentication Bypass Using an Alternate Path or Channel] and is fixed in version 5.0.2.

Critical Impact

Unauthenticated network attackers can read and modify Kafka Schema Registry data on Karapace 5.0.0 and 5.0.1 deployments configured with OAuth 2.0 Bearer Token authentication.

Affected Products

  • Karapace 5.0.0
  • Karapace 5.0.1
  • Deployments configured to use OAuth 2.0 Bearer Token authentication

Discovery Timeline

  • 2025-10-03 - CVE-2025-61673 published to the National Vulnerability Database (NVD)
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-61673

Vulnerability Analysis

Karapace exposes HTTP endpoints that act as a Kafka REST proxy and Confluent-compatible Schema Registry. When operators configure OAuth 2.0 Bearer Token authentication, the server is expected to validate a JWT supplied in the Authorization: Bearer <token> header on every request. In versions 5.0.0 and 5.0.1, the authentication middleware reaches the token validation routine only when the header is present. Requests that omit the header bypass validation entirely and are processed as if authenticated.

The impact extends to both read and write operations against Schema Registry endpoints, including subject creation, schema registration, and schema deletion. An attacker can poison schemas, register incompatible versions, or exfiltrate schema definitions describing internal data models. Because Schema Registry data governs serialization across Kafka producers and consumers, malicious modifications can break production pipelines or enable downstream deserialization attacks.

Root Cause

The root cause is a missing default-deny branch in the authentication handler. The code conditionally invoked OAuth token validation only when the Authorization header existed, instead of rejecting requests that lacked credentials. This is a classic [CWE-288] pattern where an alternate request path bypasses the intended security control. The fix in pull request #1143 ensures that missing or malformed Authorization headers result in an authentication failure rather than implicit success.

Attack Vector

Exploitation requires only network access to the Karapace HTTP endpoint. An attacker issues standard REST requests to Schema Registry paths such as /subjects, /subjects/{subject}/versions, or /config without supplying any Authorization header. The server processes these requests with full privileges. No user interaction, prior credentials, or social engineering is required, and the attack is trivial to automate.

No verified public proof-of-concept code is available. See the GitHub Security Advisory GHSA-vq25-vcrw-gj53 for vendor technical details.

Detection Methods for CVE-2025-61673

Indicators of Compromise

  • HTTP requests to Karapace endpoints (/subjects, /schemas, /config, /compatibility) that lack an Authorization header but receive 2xx responses.
  • Unexpected schema registrations, deletions, or compatibility setting changes that do not correlate with known producer or CI/CD activity.
  • Access log entries showing successful Schema Registry writes from source IPs outside the approved producer or operator network ranges.

Detection Strategies

  • Audit Karapace access logs for requests missing the Authorization header on protected paths and treat any successful responses as confirmed exploitation.
  • Compare current Schema Registry subject and version inventories against known-good baselines to identify unauthorized changes.
  • Enable verbose authentication logging in Karapace and alert on requests where token validation was not executed.

Monitoring Recommendations

  • Place Karapace behind a reverse proxy or API gateway that enforces presence of the Authorization header at the edge.
  • Forward Karapace and gateway logs to a centralized SIEM and build alerts for anomalous Schema Registry write volume or source diversity.
  • Monitor Kafka broker activity for producers using newly registered schema IDs that do not match expected application identifiers.

How to Mitigate CVE-2025-61673

Immediate Actions Required

  • Upgrade Karapace to version 5.0.2 or later, which contains the official fix from pull request #1143.
  • Restrict network access to Karapace endpoints using firewall rules or service mesh policies until the upgrade is complete.
  • Review Schema Registry state for unauthorized subjects, versions, or compatibility changes introduced while running 5.0.0 or 5.0.1.

Patch Information

The vulnerability is fixed in Karapace 5.0.2. Release notes are published at the Karapace 5.0.2 release page, and the corresponding security advisory is GHSA-vq25-vcrw-gj53. Operators should validate the upgrade by issuing a test request without an Authorization header and confirming the server returns an authentication error.

Workarounds

  • Deploy an authenticating reverse proxy in front of Karapace that rejects any request lacking a valid Authorization header before it reaches the application.
  • Apply network segmentation so that only trusted producer, consumer, and operator subnets can reach Karapace HTTP ports.
  • Temporarily disable the Karapace REST interface if OAuth authentication is the only access control in place and an immediate upgrade is not feasible.
bash
# Example NGINX snippet to enforce Authorization header presence at the edge
location / {
    if ($http_authorization = "") {
        return 401;
    }
    proxy_pass http://karapace_upstream;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechKarapace

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.40%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-288
  • Technical References
  • GitHub Commit History

  • GitHub Release Notes

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-29190: Aiven Karapace Path Traversal 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