You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x86/sev: Check IOBM for IOIO exceptions from user-space
jira VULN-6719
cve CVE-2023-46813
commit-author Joerg Roedel <[email protected]>
commit b9cb9c4
Check the IO permission bitmap (if present) before emulating IOIO #VC
exceptions for user-space. These permissions are checked by hardware
already before the #VC is raised, but due to the VC-handler decoding
race it needs to be checked again in software.
Fixes: 25189d0 ("x86/sev-es: Add support for handling IOIO exceptions")
Reported-by: Tom Dohrmann <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Tested-by: Tom Dohrmann <[email protected]>
Cc: <[email protected]>
(cherry picked from commit b9cb9c4)
Signed-off-by: Marcin Wcisło <[email protected]>
0 commit comments