All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-50630
MEDIUMpublished 2026-06-12 10:16 UTC · 13 days ago · modified 2026-06-12 19:04 UTC
6.5
CVSS / 10
// description
A CRLF injection vulnerability exists in the OAuth2 AuthorizationUtils class. When constructing the WWW-Authenticate response header, the 'realm' parameter is concatenated without sanitizing Carriage Return (CR) and Line Feed (LF) characters. If an attacker can control the realm value, they can inject arbitrary HTTP headers or split the HTTP response entirely. Users are recommended to upgrade to versions 4.2.2 or 4.1.7, which fixes this issue.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
// weaknesses (CWE)
- CWE-113