Closed petecooper closed 1 year ago
Follow up: the detection code is here – https://github.com/liamg/traitor/blob/main/pkg/exploits/cve20220847/exploit.go#L59 – and does check for >5.15.25
as an unaffected version, so perhaps the kernel version detection for Ubuntu (or Debian derivatives, I am not sure) is not working as expected.
I ran v0.0.14 on a fully-patched (at least as far as
apt
permits) Ubuntu 22.04LTS, and got this result:Checking the installed kernel version, I get this:
According to the vendor (see https://ubuntu.com/kernel for details), the mainline kernel release is the
5.15.30
part. According to NIST (see https://nvd.nist.gov/vuln/detail/CVE-2022-0847), the CVE details state that5.15.0
to5.15.24
are affected, with5.15.25
and newer not affected.Given that Ubuntu LTS is a relatively popular choice among server operating systems – and 22.04 is the most recent LTS cut – it might be worth clarifying what kernel versions are affected by CVE-2022-0847 at a patch release level instead of minor release branch.
Thanks for your consideration.