Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
2806 articles · 108988 vulns · 38/41 feeds (7d)
← Back to list
8.7
CVE-2026-35554PATCHED
Apache Software Foundation · Apache Kafka Clients

Apache Kafka Clients: Kafka Producer Message Corruption and Misrouting via Buffer Pool Race Condition

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 deserialization failures, processing errors, and corrupted downstream data. This issue affects Apache Kafka versions ≤ 3.9.1, ≤ 4.0.1, and  ≤ 4.1.1. Kafka users are advised to upgrade to 3.9.2, 4.0.2, 4.1.2, 4.2.0, or later to address this vulnerability.

Affected Products

VendorProductVersions
Apache Software FoundationApache Kafka Clients2.8.0, 4.0.0, 4.1.0

Also Affects

Downstream vendors/products affected by this vulnerability

VendorProductSourceConfidence
apachekafkacert_advisory90%

References

  • https://issues.apache.org/jira/browse/KAFKA-19012(issue-tracking)
  • https://lists.apache.org/thread/f07x7j8ovyqhjd1to25jsnqbm6wj01d6(mailing-list, vendor-advisory)

Related News (3 articles)

Tier B
BSI Advisories13h ago
[NEU] [hoch] Apache Kafka: Schwachstelle ermöglicht Offenlegung von Informationen
→ No new info (linked only)
Tier C
oss-security1d ago
CVE-2026-35554: Apache Kafka Clients: Kafka Producer Message Corruption and Misrouting via Buffer Pool Race Condition
→ No new info (linked only)
Tier C
VulDB1d ago
CVE-2026-35554 | Apache Kafka Clients up to 3.9.1/4.0.1/4.1.1 Producer Message use after free
→ No new info (linked only)
CVSS 3.18.7 HIGH
VectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N
CISA KEV❌ No
Actively exploited❌ No
Patch available
https://lists.apache.org/thread/f07x7j8ovyqhjd1to25jsnqbm6wj01d6
CWECWE-416, CWE-362
PublishedApr 7, 2026
Last enriched1d agov2
Tags
CVE-2026-35554
Trending Score40
Source articles3
Independent3
Info Completeness9/14
Missing: epss, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

HIGHCVE-2026-34197EXP
Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ: Authenticated users could perform RCE via Jolokia MBeans
Trending: 77
HIGHCVE-2026-27314EXP
Apache Cassandra: Privilege escalation via ADD IDENTITY authorization bypass
Trending: 63
MEDIUMCVE-2026-27315
Apache Cassandra: cqlsh history sensitive information leak
Trending: 31
MEDIUMCVE-2026-33227
Apache ActiveMQ Client, Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ Web, Apache ActiveMQ: Improper Limitation of a Pathname to a Restricted Classpath Directory
Trending: 29
LOWCVE-2026-32588
Apache Cassandra: Authenticated DoS via ALTER ROLE Password Hashing
Trending: 29

Pin to Dashboard

Verification

State: verified
Confidence: 0%

Vulnerability Timeline

CVE Published
Apr 7, 2026
Discovered by ZDM
Apr 7, 2026
Updated: affectedVersions, tags
Apr 7, 2026
Patch Available
Apr 7, 2026

Version History

v2
Last enriched 1d ago
v2Tier C1d ago

Updated affected versions, changed severity to MEDIUM, marked exploit as available, and added CVE tag.

affectedVersionstags
via oss-security
v11d ago

Initial creation