Cyber Posture

CVE-2025-61673

High

Published: 03 October 2025

Published
03 October 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
EPSS Score 0.0040 60.5th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.

Security Summary

CVE-2025-61673 is an authentication bypass vulnerability affecting Karapace, an open-source implementation of Kafka REST and Schema Registry, specifically in versions 5.0.0 and 5.0.1. When configured to use OAuth 2.0 Bearer Token authentication, the vulnerability arises because requests sent without an Authorization header completely skip the token validation logic. This allows unauthorized access to Schema Registry endpoints that are intended to be protected, rendering the OAuth mechanism ineffective. The issue is associated with CWE-288 (Authentication Bypass Using an Alternate Path or Channel) and CWE-306 (Missing Authentication for Critical Function), with a CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L).

Any unauthenticated attacker with network access to the Karapace instance can exploit this vulnerability by simply omitting the Authorization header in HTTP requests. Successful exploitation enables reading from and writing to protected Schema Registry endpoints, potentially allowing attackers to manipulate schemas, inject malicious data into Kafka topics, or extract sensitive schema information, leading to high integrity impacts alongside low confidentiality and availability effects.

The vulnerability is fixed in Karapace version 5.0.2, as detailed in the project's security advisory (GHSA-vq25-vcrw-gj53), release notes, and the corresponding pull request commit. Security practitioners should prioritize upgrading affected deployments to the patched version to restore proper OAuth authentication enforcement.

Details

CWE(s)
CWE-288CWE-306

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

CVE-2025-61673 is an authentication bypass in a public-facing REST API service (Karapace Schema Registry), enabling unauthenticated remote attackers to access protected endpoints, directly mapping to exploitation of public-facing applications.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References