-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| codeigniter4/shield | composer | < 1.0.0-beta.8 | 1.0.0-beta.8 |
The vulnerability stems from authenticator implementations directly logging raw tokens during successful authentication attempts. The commit diff shows these functions previously passed raw $credentials['token'] values to recordLoginAttempt(). Patches replaced these with token names (AccessTokens/HMAC) or hashes (JWT). The attempt() methods in these authenticators were clearly responsible for handling credentials and initiating logging, making them the vulnerable entry points.
Ongoing coverage of React2Shell