Spring-AMQP Remote Denial of Service - Deserialization of a Maliciously Constructed java.util.Dictionary Object

MEDIUM | OCTOBER 26, 2021 | CVE-2021-22097

Description

The Spring AMQP Message object, in its toString() method, will deserialize a body for a message with content type application/x-java-serialized-object. Classes in the java.lang and java.util packages are trusted.

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.

This requires the attacker to have privileges to directly publish messages with such a body to the RabbitMQ server.

Affected Spring Products and Versions

Spring AMQP:

  • 2.3.0 - 2.3.10
  • 2.2.0.RELEASE - 2.2.18.RELEASE

Mitigation

Users of affected versions should upgrade to the corresponding fixed version.
Fix versionAvailability
2.3.11OSS
2.2.19.RELEASEOSS

Do not allow untrustworthy actors to publish arbitrary data to RabbitMQ. No other steps are necessary.

Credit

This issue was identified and responsibly reported by r00t4dm Cloud-Penetrating Arrow Lab of Meituan Corp Information Security Department.

History

  • 2021-10-26: Initial vulnerability report published.

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all