CVE-2026-46614
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 · uneditedFission is an open-source, Kubernetes-native serverless framework that simplifies the deployment of functions and applications on Kubernetes. Prior to version 1.23.0, the Fission router registers an internal-style route — /fission-function/<name> and /fission-function/<ns>/<name> — for every Function object, independent of whether any HTTPTrigger exists for that function. The route was mounted on the same listener as user-defined HTTPTriggers (svc/router, port 8888), so any caller who could reach the router could invoke any function by guessing its metadata.name (and namespace), bypassing the host / path / method / method-allow-list restrictions encoded in HTTPTrigger objects. This issue has been patched in version 1.23.0.
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 · high confidenceThe Fission router registers internal-style routes (/fission-function/<name> and /fission-function/<ns>/<name>) for every Function object regardless of HTTPTrigger existence, mounting them on the same listener (svc/router:8888) as user-defined triggers. This allows any network-accessible caller to invoke any function by guessing its name and namespace, completely bypassing HTTPTrigger-defined host/path/method restrictions.
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
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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 checksWork through these to decide whether this CVE applies to you.
-
Verify Fission installation and versionRun 'kubectl get pods -n fission-function' to list Fission components, then check the router pod image version with 'kubectl get pod -n fission-function -l executor=fission-router -o jsonpath="{.items[*].spec.containers[*].image}"'Affected if Fission is installed and the version is earlier than 1.23.0 (the version number in the image tag is less than 1.23.0)
-
Confirm router service existsRun 'kubectl get svc router -n fission-function' to verify the router service on port 8888 existsAffected if The router service (svc/router) exists in the fission-function namespace on port 8888
-
Identify function resourcesRun 'kubectl get functions -A' to list all Function objects in the clusterAffected if Any Function resources exist in the cluster (the vulnerability affects any function, even those without HTTPTriggers)
-
Check if router is externally accessibleRun 'kubectl get svc router -n fission-function -o jsonpath="{.spec.type}"' to check service type; if ClusterIP with no network policy, it may still be accessible within the cluster networkAffected if The router service is accessible beyond the cluster's internal network (type LoadBalancer or NodePort) or has no NetworkPolicy restricting access
-
Verify HTTPTrigger bindings exist for functionsRun 'kubectl get httptriggers -A' and compare to 'kubectl get functions -A'; check if functions are referenced by name in HTTPTriggersAffected if There are functions that do NOT have corresponding HTTPTriggers, as these are the primary targets that should be protected but are exposed via the internal routes
Your environment is affected if Fission version is earlier than 1.23.0, the router service on port 8888 is network-accessible, and functions exist in the cluster (especially those without HTTPTrigger definitions).
Generated from the published advisory. Verify against your own configuration.
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 · scopedUpgrade to Fission 1.23.0 or later which patches this vulnerability; if immediate upgrade is not feasible, implement network policies or firewall rules restricting access to the router service on port 8888.
1.23.0
- Upgrade Fission to version 1.23.0 or later to remediate this vulnerability
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-46614 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-46614 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
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.
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.
- 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