Skip to content

Double Cross Site Scripting in leantime.

High
marcelfolaron published GHSA-v4q9-437p-mhpg Feb 18, 2025

Package

No package listed

Affected versions

2.3.25

Patched versions

3.3

Description

Summary

Hi , I have identified an XSS vulnerability in the Leantime. The vulnerability allows an attacker to inject malicious scripts into certain fields, potentially leading to the execution of arbitrary code or unauthorized access to user-sensitive information. The code does not include any validation or sanitization of the $_GET["id"] parameter. As a result, it directly incorporates the user-supplied value into the source path without any checks.

Severity

High

CVE ID

No known CVE

Weaknesses

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

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. Learn more on MITRE.

Credits