Linux · Linux Kernel · CVE-2022-49565
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
A vulnerability in the Linux kernel has been resolved, related to unchecked MSR access error on HSW. The issue occurs when the TSX is disabled on a machine with the LBR format LBR FORMAT EIP FLAGS2, and a TSX quirk is required to access LBR from registers. The `lbr from signext quirk needed()` function is introduced to determine whether the TSX quirk should be applied, but it is invoked before the `intel pmu lbr init()`, which parses the LBR format information. This results in the TSX quirk never being applied. The fix involves moving the `lbr from signext quirk needed()` into the `intel pmu lbr init()`.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.