6.8
CVE-2021-22097
- EPSS 0.43%
- Published 28.10.2021 16:15:08
- Last modified 21.11.2024 05:49:31
- Source security@vmware.com
- Teams watchlist Login
- Open Login
In Spring AMQP versions 2.2.0 - 2.2.18 and 2.3.0 - 2.3.10, the Spring AMQP Message object, in its toString() method, will deserialize a body for a message with content type application/x-java-serialized-object. It is possible to construct a malicious java.util.Dictionary object that can cause 100% CPU usage in the application if the toString() method is called.
Data is provided by the National Vulnerability Database (NVD)
VMware ≫ Spring Advanced Message Queuing Protocol Version >= 2.2.0 <= 2.2.18
VMware ≫ Spring Advanced Message Queuing Protocol Version >= 2.3.0 <= 2.3.10
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.43% | 0.621 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 6.5 | 2.8 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
|
nvd@nist.gov | 6.8 | 8 | 6.9 |
AV:N/AC:L/Au:S/C:N/I:N/A:C
|
CWE-502 Deserialization of Untrusted Data
The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.