A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-52560

CVE-2025-52560: Kanboard Auth Bypass Vulnerability

CVE-2025-52560 is an authentication bypass flaw in Kanboard that exploits unvalidated Host headers to enable account takeover via poisoned password reset links. This article covers technical details, affected versions, and mitigation.

Published: April 29, 2026

CVE-2025-52560 Overview

CVE-2025-52560 is a Host Header Injection vulnerability affecting Kanboard, an open-source project management software focused 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 (which is the default behavior). This flaw enables attackers to craft malicious password reset links that leak sensitive tokens to attacker-controlled domains, potentially leading to complete account takeover.

Critical Impact

Attackers can hijack any user account, including administrator accounts, by manipulating the Host header during password reset requests to exfiltrate reset tokens.

Affected Products

  • Kanboard versions prior to 1.2.46
  • Kanboard installations with default configuration (where application_url is not explicitly set)
  • All users who initiate password resets on vulnerable instances

Discovery Timeline

  • June 24, 2025 - CVE-2025-52560 published to NVD
  • January 13, 2026 - Last updated in NVD database

Technical Details for CVE-2025-52560

Vulnerability Analysis

This vulnerability falls under CWE-640 (Weak Password Recovery Mechanism for Forgotten Password). The core issue lies in how Kanboard constructs the base URL for password reset emails. When the application_url configuration option is not set, which is the default state, the application falls back to using server-provided values that can be influenced by the HTTP Host header sent by the client.

An attacker can exploit this by initiating a password reset request for a target user while injecting a malicious Host header pointing to an attacker-controlled domain. The generated password reset email will contain a link that includes the password reset token but directs the user to the attacker's server. When the victim clicks this link, their reset token is transmitted to the attacker, who can then use it to reset the victim's password and take over their account.

Root Cause

The root cause is improper trust in client-supplied input, specifically the HTTP Host header. The vulnerable code in app/Helper/UrlHelper.php used the $this->server() method as a fallback when application_url was not configured. This method ultimately derived the base URL from the SERVER_NAME or related server variables, which can be influenced by the incoming Host header in many server configurations.

Attack Vector

The attack is network-based and requires user interaction. An attacker must convince a victim to click a poisoned password reset link. The attack flow involves:

  1. Attacker identifies a target user's email address on a vulnerable Kanboard instance
  2. Attacker sends a password reset request with a crafted Host header pointing to their controlled domain
  3. Victim receives a legitimate-looking password reset email from Kanboard
  4. The reset link in the email points to the attacker's domain instead of the legitimate application
  5. When victim clicks the link, the reset token is captured by the attacker
  6. Attacker uses the token to reset the victim's password and gain access
php
// Vulnerable code in app/Helper/UrlHelper.php (before patch)
public function base()
{
    if (empty($this->base)) {
        $this->base = $this->configModel->get('application_url') ?: $this->server();
    }

    return $this->base;
}

// Patched code (version 1.2.46+)
public function base()
{
    if (empty($this->base)) {
        $this->base = $this->configModel->get('application_url') ?: 'http://localhost/';
    }

    return $this->base;
}

Source: GitHub Commit bca2bd7

Detection Methods for CVE-2025-52560

Indicators of Compromise

  • Password reset emails containing links pointing to unexpected or unknown domains
  • Web server logs showing password reset requests with unusual or suspicious Host header values
  • Users reporting receipt of password reset emails they did not request
  • Failed login attempts following suspicious password reset activity

Detection Strategies

  • Monitor web server access logs for password reset endpoints (/password/reset) with abnormal Host headers that don't match your legitimate domain
  • Implement email gateway monitoring to detect outbound password reset emails containing unexpected URLs
  • Review Kanboard configuration to verify whether application_url is explicitly set
  • Deploy Web Application Firewall (WAF) rules to detect and block requests with mismatched or suspicious Host headers

Monitoring Recommendations

  • Enable detailed logging for authentication-related endpoints in Kanboard
  • Set up alerts for multiple password reset requests targeting the same user account in short succession
  • Monitor for password changes following password reset requests, especially for administrator accounts
  • Implement network-level monitoring for outbound connections from your Kanboard server to unusual domains

How to Mitigate CVE-2025-52560

Immediate Actions Required

  • Upgrade Kanboard to version 1.2.46 or later immediately
  • If immediate upgrade is not possible, explicitly configure the application_url setting in your Kanboard configuration
  • Review recent password reset activity logs for any suspicious patterns
  • Consider forcing password resets for privileged accounts as a precautionary measure
  • Notify users about the vulnerability and advise them to verify the domain in any password reset links before clicking

Patch Information

The vulnerability has been addressed in Kanboard version 1.2.46. The fix modifies the URL helper to use a safe default value (http://localhost/) instead of deriving the base URL from potentially attacker-controlled server variables. Organizations should upgrade to version 1.2.46 or later to remediate this vulnerability.

For more details, see the GitHub Security Advisory GHSA-2ch5-gqjm-8p92 and the security patch commit.

Workarounds

  • Set the application_url configuration parameter to your legitimate application URL in Kanboard's configuration
  • Configure your web server or reverse proxy to reject requests with unexpected Host header values
  • Implement strict Host header validation at the infrastructure level using a WAF or proxy
  • Temporarily disable the password reset functionality if an immediate upgrade is not feasible
bash
# Configuration example - Set application_url in config.php
# Add or modify this line in your Kanboard config.php file:
define('APP_BASE_URL', 'https://your-kanboard-domain.com/');

# Alternatively, configure via the admin interface:
# Settings > Application settings > Application URL

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechKanboard

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.24%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-640
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-2ch5-gqjm-8p92
  • Related CVEs
  • CVE-2026-29056: Kanboard Auth Bypass Vulnerability

  • CVE-2026-25531: Kanboard Auth Bypass Vulnerability

  • CVE-2026-25530: Kanboard Auth Bypass Vulnerability

  • CVE-2026-21879: Kanboard Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English