Skip to main content

Kanboard CVE-2025-52560

| EUVDEUVD-2025-18976 HIGH
Weak Password Recovery Mechanism for Forgotten Password (CWE-640)
2025-06-24 security-advisories@github.com
8.1
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
8.1 HIGH
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

5
EUVD ID Assigned
Mar 15, 2026 - 22:36 euvd
EUVD-2025-18976
Analysis Generated
Mar 15, 2026 - 22:36 vuln.today
Patch released
Mar 15, 2026 - 22:36 nvd
Patch available
PoC Detected
Jan 13, 2026 - 19:35 vuln.today
Public exploit code
CVE Published
Jun 24, 2025 - 03:15 nvd
HIGH 8.1

DescriptionGitHub Advisory

Kanboard is project management software that focuses on the Kanban methodology. Prior to version 1.2.46, Kanboard allows password reset emails to be sent with URLs derived from the unvalidated Host header when the application_url configuration is unset (default behavior). This allows an attacker to craft a malicious password reset link that leaks the token to an attacker-controlled domain. If a victim (including an administrator) clicks the poisoned link, their account can be taken over. This affects all users who initiate a password reset while application_url is not set. This issue has been patched in version 1.2.46.

AnalysisAI

Kanboard prior to version 1.2.46 contains a host header injection vulnerability that allows unauthenticated attackers to craft malicious password reset emails with attacker-controlled URLs when the application_url configuration is unset (default state). If a victim clicks the poisoned reset link, their password reset token is leaked to the attacker's domain, enabling complete account takeover including administrative accounts. This vulnerability requires user interaction (clicking a link) but affects all users initiating password resets on vulnerable instances, making it a practical and high-impact attack vector for account compromise.

Technical ContextAI

The vulnerability stems from improper input validation of the HTTP Host header (CWE-640: Weak Password Recovery Mechanism for Forgotten Password). Kanboard's password reset functionality dynamically constructs password reset URLs using the Host header when the application_url configuration parameter is not explicitly set. This is a classic host header injection flaw where attacker-controlled input from HTTP headers is trusted without validation. The root cause is in the email generation code that builds the reset link URL—it should either: (1) validate the Host header against a whitelist, (2) require explicit application_url configuration without fallback to unvalidated headers, or (3) use a safe canonical domain for reset links. The affected product is Kanboard project management software (CPE: purl:pkg:npm/kanboard or equivalent), specifically versions prior to 1.2.46. The vulnerability is present in the password reset email generation component.

RemediationAI

Immediate actions: (1) Upgrade Kanboard to version 1.2.46 or later - this is the definitive fix that validates Host headers and no longer relies on unvalidated headers for password reset URLs. (2) For instances that cannot immediately upgrade, set the 'application_url' configuration parameter explicitly in config.php to your actual canonical domain (e.g., 'application_url' => 'https://kanboard.company.com'). This bypasses the vulnerable Host header fallback logic. (3) Monitor password reset activity and user login logs for suspicious patterns (logins from unusual locations or times following reset emails). (4) Consider temporarily disabling password reset functionality if the application is internet-facing and patching cannot be applied immediately. (5) Review and audit any password resets initiated while the instance was vulnerable. (6) Force password reset for all users (especially administrators) post-patching to invalidate any tokens that may have been compromised. Deployment verification: After patching to 1.2.46, verify that password reset emails contain URLs using the configured application_url or a properly validated Host header, not attacker-controlled domains.

CVE-2026-21881 CRITICAL POC
9.1 Jan 08

Kanboard project management (through 1.2.48) has an authentication bypass when REVERSE_PROXY_AUTH is enabled. The applic

CVE-2023-36813 HIGH POC
8.8 Jul 05

Kanboard is project management software that focuses on the Kanban methodology. Rated high severity (CVSS 8.8), this vul

CVE-2026-25924 HIGH POC
8.4 Feb 11

Remote code execution in Kanboard prior to 1.2.50 allows authenticated administrators to bypass plugin installation rest

CVE-2026-58660 HIGH POC
7.2 Jul 15

Broken object-level authorization in Kanboard through 1.2.52 lets any authenticated user who belongs to at least one pro

CVE-2024-51748 HIGH POC
7.2 Nov 11

Kanboard is project management software that focuses on the Kanban methodology. Rated high severity (CVSS 7.2), this vul

CVE-2024-51747 HIGH POC
7.2 Nov 11

Kanboard is project management software that focuses on the Kanban methodology. Rated high severity (CVSS 7.2), this vul

CVE-2014-3920 MEDIUM POC
6.8 Jul 03

Cross-site request forgery (CSRF) vulnerability in Kanboard before 1.0.6 allows remote attackers to hijack the authentic

CVE-2024-55603 MEDIUM POC
6.5 Dec 19

Kanboard is project management software that focuses on the Kanban methodology. Rated medium severity (CVSS 6.5), this v

CVE-2023-33970 MEDIUM POC
6.5 Jun 05

Kanboard is open source project management software that focuses on the Kanban methodology. Rated medium severity (CVSS

CVE-2023-33956 MEDIUM POC
6.5 Jun 05

Kanboard is open source project management software that focuses on the Kanban methodology. Rated medium severity (CVSS

CVE-2024-36399 MEDIUM POC
6.3 Jun 06

Kanboard is project management software that focuses on the Kanban methodology. Rated medium severity (CVSS 6.3), this v

CVE-2026-24885 MEDIUM POC
5.7 Feb 10

Kanboard versions prior to 1.2.50 contain a CSRF vulnerability in the ProjectPermissionController that accepts text/plai

Vendor StatusVendor

Debian

Bug #1112361
kanboard
Release Status Fixed Version Urgency
forky, sid fixed 1.2.51+ds-1 -
(unstable) fixed 1.2.47+ds-1 -

Share

CVE-2025-52560 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy