CVE-2021-22095: Deserialization of Untrusted Data in Spring AMQP
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.68283%
CWE
Published
12/1/2021
Updated
5/15/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.springframework.amqp:spring-amqp | maven | >= 2.3.0, <= 2.3.10 | 2.3.11 |
org.springframework.amqp:spring-amqp | maven | >= 2.2.0, <= 2.2.19 | 2.2.20 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focused on the changes made in the patch to the Message class, particularly how the toString()
method and its called functions were modified to prevent OOM errors by limiting the size of the message body processed.