CVE Catalog

CVE-2026-45806

HighCVSS 7.7
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.35%

28th percentile - higher than 28% of all known CVEs

Summary

A vulnerability in Penpot prior to version 2.15.0 allowed an authenticated file editor to reach internal-only endpoints via remote image import. The issue was due to missing destination filtering in the HTTP client used for image downloading.

Risk Assessment

An attacker could exploit this flaw to scan internal networks, access sensitive services, or perform SSRF attacks, potentially leading to data leakage or system compromise.

Recommendation

Immediately upgrade Penpot to version 2.15.0 or later, which includes a fix that filters destination URLs during remote image import.

Other vulnerabilities in Penpot

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS