In the Linux kernel, the following vulnerability has been resolved: gcov: use atomic counter updates to fix concurrent access crashes GCC's GCOV instrumentation can merge global branch counters wit…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: gcov: use atomic counter updates to fix concurrent access crashes GCC's GCOV instrumentation can merge global branch counters with loop induction variables as an optimization. In inflate_fast(), the inner copy loops get transformed so that the GCOV counter value is loaded multiple times to compute the loop base address, start index, and end bound. Since GCOV counters are global (not per-CPU), concurrent execution on differe…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/49d893b9cbcfc5802a32e53a64c6c6956670d65b
- https://git.kernel.org/stable/c/56cb9b7d96b28a1173a510ab25354b6599ad3a33
- https://git.kernel.org/stable/c/5b959c1dbb4522b9e3ac4e26ad638b8784869841
Timeline
- nvd_ingest NVD