Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-35554

8.7 · HIGH
Published Apr 7, 2026 apache CWE-362

Overview

CVE-2026-35554 is a high-severity vulnerability affecting apache kafka. It was published on April 7, 2026 and has a CVSS 3.1 base score of 8.7 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.7, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

A race condition in the Apache Kafka Java producer client’s buffer pool management can cause messages to be silently delivered to incorrect topics.

When a produce batch expires due to delivery.timeout.ms while a network request containing that batch is still in flight, the batch’s ByteBuffer is prematurely deallocated and returned to the buffer pool. If a subsequent producer batch—potentially destined for a different topic—reuses this freed buffer before the original network request completes, the buffer contents may become corrupted. This can result in messages being delivered to unintended topics without any error being reported to the producer.

Data Confidentiality:

Messages intended for one topic may be delivered to a different topic, potentially exposing sensitive data to consumers who have access to the destination topic but not the intended source topic.

Data Integrity:

Consumers on the receiving topic may encounter unexpected or incompatible messages, leading to deserializa

Remediation

Check the references section for vendor advisories and patches from apache. Update kafka to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
apache kafka >= 2.8.0, < 3.9.2 Affected

Frequently Asked Questions

What is CVE-2026-35554?

CVE-2026-35554 is a high-severity vulnerability affecting apache kafka. It was published on April 7, 2026 and has a CVSS 3.1 base score of 8.7 (HIGH).

How severe is CVE-2026-35554?

This vulnerability has a CVSS 3.1 base score of 8.7, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-35554?

Check the references section for vendor advisories and patches from apache. Update kafka to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-35554?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-35554 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.