The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 Ubuntu:22.04
firefox
to version 1:1snap1-0ubuntu1 or higher.
Note: Versions mentioned in the description apply only to the upstream firefox
package and not the firefox
package as distributed by Ubuntu
.
See How to fix?
for Ubuntu:22.04
relevant fixed versions and status.
crossbeam-utils provides atomics, synchronization primitives, scoped threads, and other utilities for concurrent programming in Rust. crossbeam-utils prior to version 0.8.7 incorrectly assumed that the alignment of {i,u}64
was always the same as Atomic{I,U}64
. However, the alignment of {i,u}64
on a 32-bit target can be smaller than Atomic{I,U}64
. This can cause unaligned memory accesses and data race. Crates using fetch_*
methods with AtomicCell<{i,u}64>
are affected by this issue. 32-bit targets without Atomic{I,U}64
and 64-bit targets are not affected by this issue. This has been fixed in crossbeam-utils 0.8.7. There are currently no known workarounds.