CVE-2024-34224: XSS
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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-34224?
CVE-2024-34224 is categorized as a high-severity cross-site scripting (XSS) vulnerability.
How do I fix CVE-2024-34224?
To fix CVE-2024-34224, validate and sanitize user inputs for the firstname, middlename, and lastname parameters in the input functions.
Who is affected by CVE-2024-34224?
CVE-2024-34224 affects users of Computer Laboratory Management System version 1.0.
What kind of attacks can CVE-2024-34224 enable?
CVE-2024-34224 can enable remote attackers to inject arbitrary web script or HTML into the application.
Is there a patch available for CVE-2024-34224?
Currently, there is no official patch for CVE-2024-34224; users should implement input validation techniques as a workaround.