Vulnerabilities tagged "binary"

Google Chrome WebRTC addIceCandidate use after free vulnerability

A use-after-free in `AddIceCandidate()` for adding Interactive Connection Establishment candidates when starting a WebRTC session.The problem is, it's possible to setup a `Promise` that can call `setLocalDescription()`, which will mark part of the local description memory for collection by the garbage collector...
 

[Gerbv 2.7.0] Out-Of-Bounds Access due to Unchecked Array Index

Gerbv uses a fixed size array to store `gerbv_aperture_t` structures but is indexed by an unrestricted integer providing an out-of-bounds read and write. This array is indexed through an attacker controlled value `tool_num`, while the value is checked against the MIN and MAX values for the array, being out-of-bounds only results in an error message.