Information Exposure Affecting linux-pam/linux-pam package, versions [0,]
Threat Intelligence
Do your applications use this vulnerable package?
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 applications- Snyk ID SNYK-UNMANAGED-LINUXPAMLINUXPAM-8302918
- published 24 Oct 2024
- disclosed 18 Oct 2024
- credit Unknown
Introduced: 18 Oct 2024
CVE-2024-10041 Open this link in a new tabHow to fix?
There is no fixed version for linux-pam/linux-pam
.
Overview
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.