Missing AuthenticationWeakness · CWE-306

CVE-2026-0650

CRITICAL · 9.3 CVSS v4.0 Published 2026-01-07
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
OpenFlagr versions prior to and including 1.1.18 contain an authentication bypass vulnerability in the HTTP middleware. Due to improper handling of path normalization in the whitelist logic, crafted requests can bypass authentication and access protected API endpoints without valid credentials. Unauthorized access may allow modification of feature flags and export of sensitive data.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

OpenFlagr versions up to 1.1.18 have an authentication bypass vulnerability in the HTTP middleware due to improper path normalization handling in the whitelist logic. Attackers can craft malicious requests that bypass authentication and access protected API endpoints to modify feature flags or exfiltrate sensitive data.

MitigationUpgrade OpenFlagr to a version newer than 1.1.18 which contains the patch for the path normalization vulnerability in the authentication whitelist logic.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
Authentication
X
User interaction
None
Scope
X

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify OpenFlagr version
    Check the running container or installed binary version using 'flagr --version' or inspect the container image metadata. Alternatively, query the /health or /version API endpoint if accessible.
    Affected if The installed version is 1.1.18 or lower.
  2. Verify authentication middleware is enabled
    Inspect the OpenFlagr configuration file (typically config.yaml or config.json) or environment variables for 'AUTH_*' settings such as AUTH_ENABLED, AUTH_TYPE, or similar authentication-related flags.
    Affected if Authentication is enabled in the configuration (AUTH_ENABLED=true or similar).
  3. Check for public network exposure
    Review network configuration, firewall rules, or container/network orchestration settings to determine if the OpenFlagr API ports (typically 8080 or 443) are exposed to untrusted networks or the public internet.
    Affected if The OpenFlagr API is reachable from untrusted network segments or the public internet.
  4. Examine whitelist path configuration
    Review the OpenFlagr configuration for any whitelist or bypass rules related to API path handling. Look for settings involving 'WHITELIST', 'PUBLIC_PATHS', or path matching configurations.
    Affected if Whitelist or path exemption rules are configured that could be vulnerable to path normalization bypass.

A user is affected if they are running OpenFlagr version 1.1.18 or lower with authentication enabled and the API is network-accessible to potential attackers.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Upgrade OpenFlagr to a version newer than 1.1.18 which contains the patch for the path normalization vulnerability in the authentication whitelist logic.

Recommended fix Moderate confidence

OpenFlagr version 1.1.19 or later

  1. 1. Identify the currently running OpenFlagr version using `flagr version` or checking your container/deployment configuration
  2. 2. If the current version is 1.1.18 or earlier, plan for an upgrade to a fixed release
  3. 3. Before upgrading in production, test the new version in a staging environment to verify functionality
  4. 4. Back up any existing feature flag configurations and data
  5. 5. Perform the upgrade by pulling the new container image or installing the updated package
  6. 6. Verify that authentication is now properly enforced by attempting to access protected endpoints without credentials (these requests should be rejected)
  7. 7. Confirm normal authentication flows still work with valid credentials
Caveat Review release notes for any breaking changes between your current version and the target version; minor version upgrades typically have minimal compatibility impact

Generated from the published advisory — verify against the referenced sources before acting.

Have this fixed Scoped from the published advisory
  • Consultation3.0 h
  • Implementation2.0 h
  • Testing4.0 h
  • Review / QA2.0 h
11.0 hours of engineering $1,920
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,072.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-0650 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-0650 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data