CVE-2024-55603
Linux Debian vulnerability analysis and mitigation

Overview

Kanboard, a project management software focusing on the Kanban methodology, contains a session handling vulnerability in versions prior to 1.2.43. The vulnerability allows expired sessions to remain usable even after their intended lifetime has exceeded. This occurs due to improper verification of session expiration times in the custom session handler implementation (GitHub Advisory).

Technical details

The vulnerability exists in Kanboard's custom session handler (app/Core/Session/SessionHandler.php), which stores session data in a database. When a session_id is provided, the handler queries the data from the sessions SQL table but fails to properly verify if the session has exceeded its lifetime (expires_at). The garbage collection function that should remove invalid sessions is only called with a probability of 1/1000 (based on default settings of session.gcprobability=1 and session.gcdivisor=1000) (NVD).

Impact

This vulnerability allows attackers to continue using expired sessions indefinitely, effectively bypassing session timeout security measures. Since sessions remain valid beyond their intended expiration time, this could lead to unauthorized access to user accounts and sensitive information (GitHub Advisory).

Mitigation and workarounds

The vulnerability has been fixed in Kanboard version 1.2.43. Users are advised to upgrade to this version or later. The fix involves properly verifying the session expiration time during the read operation by adding a check for expire_at > time() in the session handler. There are no known workarounds for this vulnerability (GitHub Advisory, GitHub Commit).

Additional resources


SourceThis report was generated using AI

Related Linux Debian vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-61729HIGH7.5
  • DockerDocker
  • golang-1.19
NoYesDec 02, 2025
CVE-2025-64460HIGH7.5
  • Linux DebianLinux Debian
  • python-django
NoYesDec 02, 2025
CVE-2025-65187MEDIUM6.1
  • Linux DebianLinux Debian
  • civicrm
NoNoDec 02, 2025
CVE-2025-65105MEDIUM4.5
  • Linux DebianLinux Debian
  • github.com/apptainer/apptainer
NoYesDec 02, 2025
CVE-2025-13372MEDIUM4.3
  • Linux DebianLinux Debian
  • py3-django
NoYesDec 02, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management