In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade abseil/abseil-cpp
to version 20250127.rc1 or higher.
Affected versions of this package are vulnerable to Buffer Overflow. The sized constructors, reserve()
, and rehash()
methods of absl::{flat,node}hash{set,map}
did not impose an upper bound on their size argument. An attacker could 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.