Intel

AIKIDO-2026-11168

spring-pulsar is vulnerable to Deserialization of Untrusted Data

Deserialization of Untrusted DataCVE-2026-41732 Published Today

81

High Risk

This Affects:

JAVAspring-pulsar
0.0.1 - 1.1.17
Fixed in 1.1.18
1.2.0 - 1.2.17
Fixed in 1.2.17.1
2.0.0 - 2.0.5
Fixed in 2.0.5.1
Are you affected? Scan for Free

TL;DR

JsonPulsarHeaderMapper matched type headers against trusted packages using a prefix check, meaning that trusting any package implicitly trusted all of its subpackages. Additionally, an empty trusted-packages configuration fell back to trusting all packages rather than applying a safe default allow-list. Combined with Jackson's default bean deserialization, a producer could supply crafted header values that caused the consumer to deserialize arbitrary JDK types, including classes whose constructors carry side effects such as allocating file descriptors or spawning thread pools.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

spring-pulsar is vulnerable to Deserialization of Untrusted Data in versions 0.0.1 - 1.1.17, 1.2.0 - 1.2.17 and 2.0.0 - 2.0.5.

How to fix this

Upgrade the org.springframework.pulsar:spring-pulsar library to the patch version.