Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Shnoulle

#20664of 53,635
12.2Total CVSS
Vulnerabilities · 2
Medium
2
PT-2024-22532
6.1
2024-10-07
Unknown · Limesurvey · CVE-2024-28710
**Name of the Vulnerable Software and Affected Versions** LimeSurvey versions prior to 6.5.0+240319 **Description** The issue is related to a Cross Site Scripting (XSS) vulnerability that allows a remote attacker to execute arbitrary code. This is due to a lack of input validation and output encoding in the Alert Widget's message component. **Recommendations** For versions prior to 6.5.0+240319, update to version 6.5.0+240319 or later to resolve the issue. As a temporary workaround, consider disabling the Alert Widget's message component until a patch is available. Restrict access to the Alert Widget to minimize the risk of exploitation.
PT-2020-14794
6.1
2020-08-05
Limesurvey · Limesurvey · CVE-2020-16192
**Name of the Vulnerable Software and Affected Versions** LimeSurvey version 4.3.2 **Description** The issue allows for reflected XSS due to a lack of validation for parameters in the application/controllers/LSBaseController.php file. **Recommendations** For LimeSurvey version 4.3.2, consider adding validation code to the LSBaseController.php file to properly check parameters and prevent XSS attacks. As a temporary workaround, restrict access to potentially vulnerable areas of the application until a proper fix can be applied.