Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-w69q-w4h4-2fx8: Reverb use after free vulnerability

There exists a use after free vulnerability in Reverb. Reverb supports the VARIANT datatype, which is supposed to represent an arbitrary object in C++. When a tensor proto of type VARIANT is unpacked, memory is first allocated to store the entire tensor, and a ctor is called on each instance. Afterwards, Reverb copies the content in tensor_content to the previously mentioned pre-allocated memory, which results in the bytes in tensor_content overwriting the vtable pointers of all the objects which were previously allocated. Reverb exposes 2 relevant gRPC endpoints: InsertStream and SampleStream. The attacker can insert this stream into the server’s database, then when the client next calls SampleStream they will unpack the tensor into RAM, and when any method on that object is called (including its destructor) the attacker gains control of the Program Counter. We recommend upgrading past git commit https://github.com/google-deepmind/reverb/commit/6a0dcf4c9e842b7f999912f792aaa6f6bd261a25

ghsa
#vulnerability#google#git#c++
  1. GitHub Advisory Database
  2. GitHub Reviewed
  3. CVE-2024-8375

Reverb use after free vulnerability

Moderate severity GitHub Reviewed Published Sep 19, 2024 to the GitHub Advisory Database • Updated Sep 19, 2024

Package

pip dm-reverb (pip)

Affected versions

<= 0.14.0

pip dm-reverb-nightly (pip)

There exists a use after free vulnerability in Reverb. Reverb supports the VARIANT datatype, which is supposed to represent an arbitrary object in C++. When a tensor proto of type VARIANT is unpacked, memory is first allocated to store the entire tensor, and a ctor is called on each instance. Afterwards, Reverb copies the content in tensor_content to the previously mentioned pre-allocated memory, which results in the bytes in tensor_content overwriting the vtable pointers of all the objects which were previously allocated. Reverb exposes 2 relevant gRPC endpoints: InsertStream and SampleStream. The attacker can insert this stream into the server’s database, then when the client next calls SampleStream they will unpack the tensor into RAM, and when any method on that object is called (including its destructor) the attacker gains control of the Program Counter. We recommend upgrading past git commit google-deepmind/reverb@6a0dcf4

References

  • https://nvd.nist.gov/vuln/detail/CVE-2024-8375
  • google-deepmind/reverb#141
  • google-deepmind/reverb@6a0dcf4

Published to the GitHub Advisory Database

Sep 19, 2024

Last updated

Sep 19, 2024

ghsa: Latest News

GHSA-w69q-w4h4-2fx8: Reverb use after free vulnerability