vendor:
PhpSimplyGest
by:
Andrea Intilangelo
5.4
CVSS
MEDIUM
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: PhpSimplyGest
Affected Version From: 1.3.2000
Affected Version To: 1.3.2000
Patch Exists: NO
Related CWE: CVE-2022-27308
CPE: a:phprojekt:phprojekt_phpsimplygest:1.3.0
Platforms Tested: Desktop Web Browsers (Firefox 100.0, Microsoft Edge 101.0.1210.32)
2022
PHProjekt PhpSimplyGest v1.3.0 – Stored Cross-Site Scripting (XSS)
A stored cross-site scripting (XSS) vulnerability in PHProjekt PhpSimplyGest v1.3.0 (and related products from same vendor, like "MyProjects") allows attacker to execute arbitrary web scripts or HTML. Injecting persistent javascript code inside the title description (or content) while creating a project, todo, timecard, estimates, report or finding, it will be triggered once page gets loaded.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and validate it before displaying it on the website. Implementing content security policies (CSP) can also help prevent XSS attacks.