Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. org.clojure/clojure
  4. ›
  5. CVE-2024-22871

CVE-2024-22871: Reading specially crafted serializable objects from an untrusted source may cause an infinite loop and denial of service

February 29, 2024 (updated March 5, 2024)

Any program on the JVM may read serialized objects via java.io.ObjectInputStream.readObject(). Reading serialized objects from an untrusted source is inherently unsafe (this affects any program running on any version of the JVM) and is a prerequisite for this vulnerability.

Clojure classes that represent infinite seqs (Cycle, infinite Repeat, and Iterate) do not define hashCode() and use the parent ASeq.hashCode(), which walks the seq to compute the hash, yielding an infinite loop. Classes like java.util.HashMap call hashCode() on keys during deserialization of a serialized map.

The exploit requires:

  1. Crafting a serialized HashMap object with an infinite seq object as a key.
  2. Sending that to a program that reads serialized objects via ObjectInputStream.readObject().

This will cause the program to enter an infinite loop on the reading thread and thus a denial of service (DoS).

The affected Clojure classes (Cycle, Repeat, Iterate) exist in Clojure 1.7.0-1.11.1, 1.12.0-alpha1-1.12.0-alpha8.

References

  • clojure.atlassian.net/browse/CLJ-2839
  • github.com/advisories/GHSA-vr64-r9qj-h27f
  • github.com/clojure/clojure
  • hackmd.io/%40fe1w0/rymmJGida
  • nvd.nist.gov/vuln/detail/CVE-2024-22871

Code Behaviors & Features

Detect and mitigate CVE-2024-22871 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 1.7.0 up to 1.11.2, all versions starting from 1.12.0-alpha1 to 1.12.0-alpha9

Fixed versions

  • 1.11.2
  • 1.12.0-alpha9

Solution

Upgrade to version 1.11.2, 1.12.0-alpha9 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Source file

maven/org.clojure/clojure/CVE-2024-22871.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:32 +0000.