[2.0.28] Freshly entered passwords can be copied out
Posted: Tue Dec 24, 2024 1:59 pm
It is possible to copy passwords that were just entered.
This might be a potential small security issue. Most password fields, such as those in web browsers, do not allow the use of Ctrl+C.
Steps to Reproduce:
- Connect to a password-protected multiplayer game.
- Enter 'hunter2' in the password field.
- Select all text using Ctrl+A.
- Copy the text using Ctrl+C.
- Switch to a text editor.
- Paste the text using Ctrl+V.
Expected Result:
- The password field should prevent the copying of entered text to ensure security.
Actual Result:
- The entered password (hunter2) is visible when pasted into the text editor.
This might be a potential small security issue. Most password fields, such as those in web browsers, do not allow the use of Ctrl+C.
Steps to Reproduce:
- Connect to a password-protected multiplayer game.
- Enter 'hunter2' in the password field.
- Select all text using Ctrl+A.
- Copy the text using Ctrl+C.
- Switch to a text editor.
- Paste the text using Ctrl+V.
Expected Result:
- The password field should prevent the copying of entered text to ensure security.
Actual Result:
- The entered password (hunter2) is visible when pasted into the text editor.