CVE-2019-14228: XSS
Xavier PHP Management Panel 3.0 is vulnerable to Reflected POST-based XSS via the username parameter when registering a new user at admin/includes/adminprocess.php. If there is an error when registering the user, the unsanitized username will reflect via the error page. Due to the lack of CSRF protection on the admin/includes/adminprocess.php endpoint, an attacker is able to chain the XSS with CSRF in order to cause remote exploitation.
Affected Software
Event History
Frequently Asked Questions
What is CVE-2019-14228?
CVE-2019-14228 is a vulnerability in Xavier PHP Management Panel 3.0 that allows for Reflected POST-based XSS via the username parameter when registering a new user.
How severe is CVE-2019-14228?
CVE-2019-14228 is considered to be a medium severity vulnerability with a CVSS score of 6.1.
Which software versions are affected by CVE-2019-14228?
Xavier PHP Management Panel version 3.0 is affected by CVE-2019-14228.
How does CVE-2019-14228 affect Xavier PHP Management Panel?
CVE-2019-14228 allows an attacker to execute arbitrary scripts in the context of the user's browser, potentially leading to unauthorized actions or data theft.
How can I mitigate CVE-2019-14228?
To mitigate CVE-2019-14228, apply the latest patches or upgrades provided by the software vendor and sanitize user inputs to prevent XSS attacks.