CVE-2025-0838
Published: February 25, 2025Last modified: July 2, 2025
Description
There exists a heap buffer overflow vulnerable in Abseil-cpp. The sized constructors, reserve(), and rehash() methods of absl::{flat,node}hash{set,map} did not impose an upper bound on their size argument. As a result, it was possible for a caller to pass a very large size that would cause an integer overflow when computing the size of the container's backing store, and a subsequent out-of-bounds memory write. Subsequent accesses to the container might also access out-of-bounds memory. We recommend upgrading past commit 5a0e2cb5e3958dd90bb8569a2766622cb74d90c1
Notes
Fix: https://github.com/abseil/abseil-cpp/commit/5a0e2cb5e3958dd90bb8569a2766622cb74d90c1
Status
Product | Release | Package | Status |
---|---|---|---|
Alpaquita Linux | 23 LTS | abseil-cpp | Vulnerable (20220623.1-r1) |
Stream | abseil-cpp | Vulnerable (20230125.3-r1) |