{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "2.15.0"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "bd3ca6f8e56869a18731544099c35bd4ab2824b6"
            }
          ],
          "repo": "https://github.com/penpot/penpot",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-35g2-w7f6-8v9h"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-918"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/45xxx/CVE-2026-45806.json"
  },
  "details": "Penpot is an open-source design tool for design and code collaboration. Prior to 2.15.0, Penpot's remote image import passed the user-controlled url from frontend/src/app/main/data/workspace/media.cljs into the backend RPC method :create-file-media-object-from-url in backend/src/app/rpc/commands/media.clj, where media/download-image in backend/src/app/media.clj used the shared HTTP client without destination filtering, allowing an authenticated file editor to reach internal-only endpoints. This issue is fixed in version 2.15.0.",
  "id": "CVE-2026-45806",
  "modified": "2026-07-17T03:41:35.396133895Z",
  "published": "2026-07-15T15:05:35.962Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/penpot/penpot/releases/tag/2.15.0"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/45xxx/CVE-2026-45806.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/penpot/penpot/security/advisories/GHSA-35g2-w7f6-8v9h"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45806"
    }
  ],
  "schema_version": "1.8.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Penpot: Authenticated SSRF in remote image import via create-file-media-object-from-url"
}