{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "1.23.0"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "710d8431bbbcdb82d7a1ac2b93c068baa829959b"
            }
          ],
          "repo": "https://github.com/fission/fission",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-chf8-4hv6-8pg6"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-306"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46612.json"
  },
  "details": "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.",
  "id": "CVE-2026-46612",
  "modified": "2026-07-08T05:38:00.882446506Z",
  "published": "2026-06-10T17:19:38.139Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/fission/fission/releases/tag/v1.23.0"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46612.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/fission/fission/security/advisories/GHSA-chf8-4hv6-8pg6"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46612"
    },
    {
      "type": "FIX",
      "url": "https://github.com/fission/fission/pull/3365"
    },
    {
      "type": "FIX",
      "url": "https://github.com/fission/fission/pull/3368"
    }
  ],
  "schema_version": "1.7.5",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Fission StorageSvc /v1/archive endpoint exposes unauthenticated CRUD over all function archives"
}