GHSA-53w6-v7cv-fc9h
Spring for Apache Kafka: Improper Validation of Retry Topic Header Values Leads to Retry Sequence Manipulation
Quick fix
GHSA-53w6-v7cv-fc9h — org.springframework.kafka:spring-kafka: upgrade to the fixed version with the command below.
# pom.xml: bump <version>4.0.6</version> for org.springframework.kafka:spring-kafka Details
Spring Kafka's retry topic infrastructure did not sufficiently validate user-controlled header values before acting on them. A producer could send a record with a crafted retry_topic-attempts header to supply an out-of-range attempt count and cause the retry topic router to misidentify where the message was in the retry sequence.
Affected versions: Spring for Apache Kafka 4.0.0 through 4.0.5; 3.3.0 through 3.3.15; 3.2.0 through 3.2.13; 2.9.0 through 2.9.13; 2.8.0 through 2.8.11.
Are you affected?
Enter the version of the package you're using.
Affected packages
4.0.0 Fixed in: 4.0.6 # pom.xml: bump <version>4.0.6</version> for org.springframework.kafka:spring-kafka 3.3.0 Fixed in: 3.3.16 # pom.xml: bump <version>3.3.16</version> for org.springframework.kafka:spring-kafka 3.2.0 No fixed version published yet for org.springframework.kafka:spring-kafka (maven). Pin to a known-safe version or switch to an alternative.
2.9.0 No fixed version published yet for org.springframework.kafka:spring-kafka (maven). Pin to a known-safe version or switch to an alternative.
0 No fixed version published yet for org.springframework.kafka:spring-kafka (maven). Pin to a known-safe version or switch to an alternative.
References
- https://nvd.nist.gov/vuln/detail/CVE-2026-41727 [ADVISORY]
- https://github.com/spring-projects/spring-kafka [PACKAGE]
- https://github.com/spring-projects/spring-kafka/releases/tag/v3.3.16 [WEB]
- https://github.com/spring-projects/spring-kafka/releases/tag/v4.0.6 [WEB]
- https://spring.io/security/cve-2026-41727 [WEB]