Lucene search

K
githubGitHub Advisory DatabaseGHSA-PH62-FV59-VF9H
HistoryMay 27, 2024 - 9:50 p.m.

silverstripe/framework users inadvertently passing sensitive data to LoginAttempt

2024-05-2721:50:43
CWE-311
GitHub Advisory Database
github.com
12
sensitive information
plaintext
user login_attempts

AI Score

6.7

Confidence

Low

All user login attempts are logged in the database in the LoginAttempt table. However, this table contains information in plain text, and may possible contain sensitive information, such as user passwords mis-typed into the username field.

In order to address this a one-way hash is applied to the Email field before being stored.

Affected configurations

Vulners
Node
silverstripeframeworkRange4.0.0-rc14.0.1
OR
silverstripeframeworkRange3.6.0-rc13.6.3
OR
silverstripeframeworkRange3.5.0-rc13.5.6
VendorProductVersionCPE
silverstripeframework*cpe:2.3:a:silverstripe:framework:*:*:*:*:*:*:*:*

AI Score

6.7

Confidence

Low