CVE-2026-46612
published 2026-06-10CVE-2026-46612: Fission is an open-source, Kubernetes-native serverless framework that simplifies the deployment of functions and applications on Kubernetes. Prior to version…
PriorityP259high8.8CVSS 3.1
AVNACLPRLUINSUCHIHAH
EPSS
0.34%
26.3th percentile
Fission 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 storagesvc component registers archive CRUD handlers (/v1/archive GET / POST / DELETE and /v1/archives list) directly on its HTTP router without performing any authentication or authorization. Any caller able to reach the storagesvc ClusterIP — including any other workload in the same Kubernetes cluster — could enumerate archive IDs, download archives belonging to other tenants, upload arbitrary archive content, and delete archives. This issue has been patched in version 1.23.0.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| fission | fission | < 1.23.0 | 1.23.0 |
| github.com | fission_fission | >= 0 < 1.23.0 | 1.23.0 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
VulDB
Fission up to 1.22.x storagesvc /v1/archive missing authentication (GHSA-chf8-4hv6-8pg6)
vuldb·2026-06-10·CVSS 8.8
CVE-2026-46612 [HIGH] Fission up to 1.22.x storagesvc /v1/archive missing authentication (GHSA-chf8-4hv6-8pg6)
A vulnerability identified as critical has been detected in Fission up to 1.22.x. This impacts an unknown function of the file /v1/archive of the component storagesvc. This manipulation causes missing authentication.
This vulnerability is registered as CVE-2026-46612. Remote exploitation of the attack is possible. No exploit is available.
You should upgrade the affected component.
GHSA
Fission StorageSvc /v1/archive endpoint exposes unauthenticated CRUD over all function archives
ghsa·2026-05-21
CVE-2026-46612 [HIGH] CWE-306 Fission StorageSvc /v1/archive endpoint exposes unauthenticated CRUD over all function archives
Fission StorageSvc /v1/archive endpoint exposes unauthenticated CRUD over all function archives
### Summary
The Fission `storagesvc` component registers archive CRUD handlers (`/v1/archive` GET / POST / DELETE and `/v1/archives` list) directly on its HTTP router without performing any authentication or authorization. Any caller able to reach the `storagesvc` ClusterIP — including any other workload in the same Kubernetes cluster — could enumerate archive IDs, download archives belonging to other tenants, upload arbitrary archive content, and delete archives.
### Affected component
- `pkg/storagesvc/storagesvc.go` — handler registration and per-route handler logic at lines 72-95 (list), 167-199 (download/delete), and 263-270 (route wiring).
### Impact
A workload elsewhere in the clust
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2026-06-10
Published