Cyber Resilience

CVE-2026-0707

Published
08 January 2026
Modified
08 June 2026
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
EPSS Score 0.0037 30th percentile
Risk Priority 44 floored blend · peak EPSS

Summary

CVE-2026-0707 is a medium-severity Incorrect Behavior Order: Authorization Before Parsing and Canonicalization (CWE-551) vulnerability. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 30th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A flaw was found in Keycloak. The Keycloak Authorization header parser is overly permissive regarding the formatting of the "Bearer" authentication scheme. It accepts non-standard characters (such as tabs) as separators and tolerates case variations that deviate from RFC 6750…

more

specifications.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2016-20030Shared CWE-551
CVE-2026-4636Shared CWE-551
CVE-2026-57920Shared CWE-551
CVE-2026-45832Shared CWE-551
CVE-2026-13676Shared CWE-551
CVE-2026-40022Shared CWE-551
CVE-2026-44575Shared CWE-551
CVE-2026-44574Shared CWE-551
CVE-2026-2293Shared CWE-551
CVE-2026-44573Shared CWE-551

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

AC-3 requires correct enforcement of authorizations on requests, which structurally demands parsing and canonicalization occur first so that the check cannot be bypassed.

SI-10 mandates validation (including canonicalization) of inputs before security decisions are made, directly stopping the incorrect ordering that enables the bypass.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require correct authorization logic after parsing/canonicalization to prevent bypasses.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect this weakness but does not prevent it by itself.

prevents

Secure development lifecycle requires proper URL parsing and canonicalization before authorization checks.

prevents

Application security requirements should mandate correct authorization order after canonicalization.

prevents

Secure architecture principles include proper request handling order to prevent bypasses.

prevents

Secure coding practices directly address canonicalization and authorization sequencing flaws.

mitigates

Information access restriction is undermined when authorization occurs before canonicalization.

References