{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "f2b749c0b59884f52b0d215aac5e1c0275338f5c"
            }
          ],
          "repo": "https://github.com/error311/filerise",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-f4xx-57cv-mg3x"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-1188",
      "CWE-798"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/33xxx/CVE-2026-33072.json"
  },
  "details": "FileRise is a self-hosted web file manager / WebDAV server. In versions prior to 3.9.0, a hardcoded default encryption key (default_please_change_this_key) is used for all cryptographic operations — HMAC token generation, AES config encryption, and session tokens — allowing any unauthenticated attacker to forge upload tokens for arbitrary file upload to shared folders, and to decrypt admin configuration secrets including OIDC client secrets and SMTP passwords. FileRise uses a single key (PERSISTENT_TOKENS_KEY) for all crypto operations. The default value default_please_change_this_key is hardcoded in two places and used unless the deployer explicitly overrides the environment variable. This issue is fixed in version 3.9.0.",
  "id": "CVE-2026-33072",
  "modified": "2026-04-01T23:08:46.294340039Z",
  "published": "2026-03-20T08:31:08.452Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/error311/FileRise/releases/tag/v3.9.0"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/33xxx/CVE-2026-33072.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/error311/FileRise/security/advisories/GHSA-f4xx-57cv-mg3x"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33072"
    }
  ],
  "schema_version": "1.7.3",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "FileRise: Default Encryption Key Enables Token Forgery and Config Decryption"
}