ghsa-v4q9-437p-mhpg
Vulnerability from github
Published
2025-02-21 22:48
Modified
2025-02-21 22:48
Severity ?
Summary
Leantime allows Cross Site Scripting (XSS) and SQL Injection (SQLi)
Details
Summary
A cross-site scripting (XSS) vulnerability has been identified in 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.
{ "affected": [ { "package": { "ecosystem": "Packagist", "name": "leantime/leantime" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "3.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [], "database_specific": { "cwe_ids": [ "CWE-79", "CWE-89" ], "github_reviewed": true, "github_reviewed_at": "2025-02-21T22:48:26Z", "nvd_published_at": null, "severity": "HIGH" }, "details": "### Summary\nA cross-site scripting (XSS) vulnerability has been identified in 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.", "id": "GHSA-v4q9-437p-mhpg", "modified": "2025-02-21T22:48:26Z", "published": "2025-02-21T22:48:26Z", "references": [ { "type": "WEB", "url": "https://github.com/Leantime/leantime/security/advisories/GHSA-v4q9-437p-mhpg" }, { "type": "PACKAGE", "url": "https://github.com/Leantime/leantime" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "Leantime allows Cross Site Scripting (XSS) and SQL Injection (SQLi)" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.