Access token from query string is not redacted and is potentially exposed in system logs which may be persisted.
The access token in req.query
is not redacted when the LOG_STYLE
is set to raw
. If these logs are not properly sanitized or protected, an attacker with access to it can potentially gain administrative control, leading to unauthorized data access and manipulation.
LOG_LEVEL="raw"
in the environment.access_token
in the query string.access_token
in req.query
is not redacted.It impacts systems where the LOG_STYLE
is set to raw
. The access_token
in the query could potentially be a long-lived static token. Users with impacted systems should rotate their static tokens if they were provided using query string.
{ "nvd_published_at": "2024-10-08T18:15:31Z", "cwe_ids": [ "CWE-532" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2025-04-14T15:20:40Z" }