S4E just found a high-severity finding from top 10 tcp port service scan
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
high·Product Based Web Vulnerabilities·Updated Aug 30, 2026

CVE-2026-32255 Scanner

CVE-2026-32255 Scanner - Server-Side Request Forgery vulnerability in Kan

Est. Time~1 minutes
Scan TypeSingle Scan
Targetsdomain, subdomain, ipv4
CostFree
3.2k
Times Used
continuous scan runs
6.1k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2026-32255
8.6
CVSShigh
Exploitable remotely over the internet · no authentication required.

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

Attack Vector
Network
Privileges Req.
None
User Interaction
None
Affected
kanby kanbn
< 0.5.5
Updated Sep 10, 2026View on NVD →
Detail

Kan is a widely-used open-source project management tool, often considered an alternative to Trello. It is primarily used by development teams and organizations to manage tasks, collaborate on projects, and organize workflows efficiently. Due to its versatile features, Kan supports team collaborations and project tracking efforts across various industries, catering to both small teams and large enterprises. The tool is typically deployed on internal networks or cloud services, making it accessible for team members across different locations. It operates via a web interface, allowing users to create boards, lists, and cards to manage different project tasks. Kan integrates with other tools like GitHub and Slack, enhancing its utility for teams needing a comprehensive project management solution.

Server-Side Request Forgery (SSRF) is a critical vulnerability that occurs when an attacker can influence a server to make arbitrary HTTP requests. It takes advantage of the server's privileged position to access internal systems. SSRF vulnerabilities are typically used by attackers to access internal resources, which would otherwise be inaccessible from an external network. This could potentially allow access to sensitive information or internal applications, opening avenues for further compromise. In the context of Kan, an unauthenticated attacker could leverage this vulnerability to make the server send requests to internal services like cloud metadata endpoints. The vulnerability lies in insufficient validation of user-input URLs, leading to unrestricted outbound HTTP requests.

The vulnerability in Kan is due to improper handling of the `url` query parameter in the /api/download/attatchment endpoint. This parameter is passed directly to a server-side fetch function without validating the destination host. As a result, it allows attackers to determine the server to issue arbitrary outbound HTTP requests. When exploited, an attacker can manipulate the vulnerable endpoint to make HTTP requests to unauthorized locations. This vulnerability is impactful because it gives attackers direct access to exploit internal systems and services by sending crafted requests. This can result in crucial information leakage, making the system exposed to numerous potential threats.

If exploited, this vulnerability can have significant security implications. Unauthorized SSRF attacks can allow attackers to access internal services, leading to exposure of sensitive data such as credentials, configuration files, and API keys. Furthermore, it may provide attackers insights into internal network topology and services which can be used for lateral movements. In worst-case scenarios, it can be leveraged to perform further attacks such as Remote Code Execution, depending on what internal services are accessible. Overall, this vulnerability compromises the confidentiality and integrity of the affected system as attackers could gather substantial internal information without any authentication.

REFERENCES

Solution Advice
  • Upgrade Kan to version 0.5.5 or later to prevent unauthorized request handling.
  • Ensure all user inputs are validated and sanitized to prevent injection attacks.
  • Implement network security rules to restrict unnecessary outbound requests.
  • Regularly review and patch software dependencies to mitigate vulnerabilities.
  • Conduct security assessments to identify and resolve potential SSRF weaknesses.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2026-32255 Scanner - Server-Side Request Forgery vulnerability in Kan | S4E