CVE-2026-32255

HIGH

Kan is Vulnerable to Unauthenticated SSRF via Attachment Download Endpoint

Title source: cna
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-32255. PoCs published by kOaDT.

AI-analyzed exploit summary This repository contains a functional proof-of-concept exploit for CVE-2026-32255, an SSRF vulnerability in Kan project management tool. The exploit demonstrates how an unauthenticated attacker can abuse the `/api/download/attatchment` endpoint to make arbitrary HTTP requests from the server and read internal service responses.

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.).

Exploits (1)

nomisec WORKING POC 2 stars
by kOaDT · poc
https://github.com/kOaDT/poc-cve-2026-32255

This repository contains a functional proof-of-concept exploit for CVE-2026-32255, an SSRF vulnerability in Kan project management tool. The exploit demonstrates how an unauthenticated attacker can abuse the `/api/download/attatchment` endpoint to make arbitrary HTTP requests from the server and read internal service responses.

Classification
Working Poc 100%
Attack Type
Ssrf
Complexity
Trivial
Reliability
Reliable
Target: Kan <= 0.5.4
No auth needed
Prerequisites: Docker and Docker Compose · Bash · curl
devstral-2 · analyzed Mar 19, 2026 Full analysis →

References (3)

Core 3

Scores

CVSS v3 8.6
EPSS 0.1007
EPSS Percentile 95.0%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Details

CWE
CWE-918
Status published
Products (2)
kan/kan < 0.5.5
kanbn/kan < 0.5.5
Published Mar 19, 2026
Tracked Since Mar 19, 2026