-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Milestone
Description
While sending temporary password, the strcpy is used to copy binary buffer, which might result in setting the value shorter than allowed.
libnitrokey/NitrokeyManager.cc
Line 680 in 2e38681
strcpyT(authreq.temporary_password, temporary_password); |