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 applicationsThere is no fixed version for linux-pam/linux-pam
.
Affected versions of this package are vulnerable to Information Exposure due to the storage of secret information in memory. An attacker can access sensitive data by sending characters to the standard input (stdin
) of the victim program, which triggers speculative execution through branch prediction to execute an ROP chain.
Note: According to the contributors, this attack is difficult to pull of:
Attacker needs to find a gadget chain in the mapped-in executable memory of the victim.
Attacker needs to trigger TLB entries to be prefetched to win the race and fit the transient operations in the miss-speculation window.
Attacker needs to tweak the attack to break ASLR. This they also can do using Spectre as well.