First published: Tue May 14 2024(Updated: )
Cross Site Scripting vulnerability in /php-lms/classes/Users.php?f=save in Computer Laboratory Management System using PHP and MySQL 1.0 allow remote attackers to inject arbitrary web script or HTML via the firstname, middlename, lastname parameters.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Computer Laboratory Management System | ||
Computer Laboratory Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-34224 is categorized as a high-severity cross-site scripting (XSS) vulnerability.
To fix CVE-2024-34224, validate and sanitize user inputs for the firstname, middlename, and lastname parameters in the input functions.
CVE-2024-34224 affects users of Computer Laboratory Management System version 1.0.
CVE-2024-34224 can enable remote attackers to inject arbitrary web script or HTML into the application.
Currently, there is no official patch for CVE-2024-34224; users should implement input validation techniques as a workaround.