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
It is recommended to clear/zero password data from memory before exiting from the function SmmPasswordHandler().
Issue #1:
In the case SMM_PASSWORD_FUNCTION_SET_PASSWORD, the new and old password are copied into a local variable SmmCommunicateSetPassword. When code reaches the end of case or hits a goto EXIT statement, the SmmCommunicateSetPassword variable is not zero'd.
Issue #2:
In the case SMM_PASSWORD_FUNCTION_VERIFY_PASSWORD, the password is copied into a local variable SmmCommunicateVerifyPassword. When code reaches the end of case or hits a goto EXIT statement, the SmmCommunicateVerifyPassword variable is not zero'd.
This issue was created automatically with bugzilla2github
Bugzilla Bug 4706
Date: 2024-02-23T13:07:10+00:00
From: @jkmathews
To: @nate-desimone
CC: @lgao4
Last updated: 2024-03-05T21:52:26+00:00
The text was updated successfully, but these errors were encountered: