CVE-2026-94211
Deferred Deferred - Pending Action

Cross-Site Scripting in Leantime Project Dashboard

Vulnerability report for CVE-2026-94211, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-21

Last updated on: 2026-09-21

Assigner: VulDB

Description

A vulnerability has been found in Hyve5 Leantime up to 3.9.8. Affected by this issue is some unknown functionality of the file /app/Domain/Dashboard/Templates/show.blade.php of the component Project Dashboard. Such manipulation leads to cross site scripting. The attack may be performed from remote. The exploit has been disclosed to the public and may be used. "EDIT perm" needed to plant; fires cross-user for anyone viewing the project dashboard since the poisoned label name is echoed raw. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-21
Last Modified
2026-09-21
Generated
2026-09-21
AI Q&A
2026-09-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
hyve5 leantime to 3.9.8 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a stored cross-site scripting (XSS) vulnerability in Leantime, a project management system. An authenticated user with project editor rights can inject malicious JavaScript into ticket status labels. The injected script executes in the browser of any user viewing the project dashboard, including managers and admins.

Detection Guidance

Check for unauthorized JavaScript in project dashboard status labels or user-controlled inputs. Inspect network traffic for requests to /app/Domain/Dashboard/Templates/show.blade.php with suspicious payloads. Review database entries for unencoded label names or classes.

Impact Analysis

The vulnerability allows attackers to execute arbitrary JavaScript in the context of other users' browsers. This can lead to session hijacking, privilege escalation, or full application compromise. Attackers could steal sensitive data or take control of accounts.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR and HIPAA requirements for data protection and access controls. Organizations using affected Leantime versions may face compliance violations and legal consequences.

Mitigation Strategies

Update Leantime to the latest version. Apply HTML encoding to status label outputs in the dashboard. Sanitize input during storage via the saveStatusLabels endpoint. Enforce server-side role validation for user creation and re-enable CSRF protection.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-94211. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart