speed47 / spectre-meltdown-checker

Reptar, Downfall, Zenbleed, ZombieLoad, RIDL, Fallout, Foreshadow, Spectre, Meltdown vulnerability/mitigation checker for Linux & BSD
3.84k stars 477 forks source link

feat(downfall): add downfall checks #468

Closed PandiPanda69 closed 1 year ago

PandiPanda69 commented 1 year ago

Attempt to add the downfall checks with an update of the Intel db (feat issue #465).

Tested in different contexts and do work properly in these contexts:

Review & feedbacks welcomed :)

speed47 commented 1 year ago

Thanks! Added a commit on top of yours, and rearranged some of your code to stick with the code style and expected output.

We're still missing:

It's still not 100% clear whether no-longer Intel supported CPUs that have AVX are affected or not. The script will currently deem those as safe, as it seems to be what the kernel does. This may change in the next few days when more data is available.

speed47 commented 1 year ago

Can you test it?

speed47 commented 1 year ago

Thanks a bunch!