ZeroHour

CVE-2026-32255

Unauthenticated SSRF in Kan project management tool (fixed in 0.5.5)

CVSS 3.1
8.6 high
EPSS
21%p97
Published
()
Modified
AI analysis

Kan, an open-source project management tool, contains an unauthenticated server-side request forgery (SSRF, CWE-918) in its /api/download/attatchment endpoint in versions 0.5.4 and earlier. Because the endpoint accepts a user-supplied URL query parameter and passes it directly to a server-side fetch() call with no authentication and no URL validation, any attacker who can reach the endpoint can make the server issue arbitrary HTTP requests. The server returns the full response body to the attacker, allowing them to read internal services, cloud instance metadata endpoints, and other private network resources, which is reflected in the CVSS scope change and high confidentiality impact (no integrity or availability impact). All deployments running Kan 0.5.4 or earlier are affected, with risk concentrated in instances reachable from the internet or from untrusted networks. No public proof-of-concept or confirmed in-the-wild exploitation is known, although the 20.8% EPSS score (97th percentile) indicates a meaningful probability of exploitation within the next 30 days.

What to do: Upgrade to Kan 0.5.5, which fixes the vulnerable endpoint. If upgrading is not immediately possible, block or restrict access to /api/download/attatchment at the reverse proxy (e.g., nginx, Cloudflare). Review proxy and application logs for unauthenticated requests to that path, and consider restricting server-side egress to cloud metadata endpoints as defense in depth.

Affected
Kan (open-source project management tool)0.5.4 and earlier; fixed in 0.5.5
Estimated exposure
unknown — likely limited to self-hosted instances; no public install or exposure data available — No active-install counts, download statistics, or internet-exposure scan data were provided for Kan, and its self-hosted deployment model gives no reliable basis for sizing the installed base.

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

Kan is an open-source project management tool. In versions 0.5.4 and below, the /api/download/attatchment endpoint has no authentication and no URL validation. The Attachment Download endpoint accepts a user-supplied URL query parameter and passes it directly to fetch() server-side, and returns the full response body. An unauthenticated attacker can use this to make HTTP requests from the server to internal services, cloud metadata endpoints, or private network resources. This issue has been fixed in version 0.5.5. To workaround this issue, block or restrict access to /api/download/attatchment at the reverse proxy level (nginx, Cloudflare, etc.).

Vendors
kan
Products
kan
Weakness
CWE-918
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N

In the news

No ingested article mentions this CVE yet.