CVE-2024-21516: XSS
This affects versions of the package opencart/opencart from 4.0.0.0 and before 4.1.0.0. A reflected XSS issue was identified in the directory parameter of admin common/filemanager.list route. An attacker could obtain a user's token by tricking the user to click on a maliciously crafted URL. The user is then prompted to login and redirected again upon authentication with the payload automatically executing. If the attacked user has admin privileges, this vulnerability could be used as the start of a chain of exploits like Zip Slip or arbitrary file write vulnerabilities in the admin functionality. Notes: 1) This is only exploitable if the attacker knows the name or path of the admin directory. The name of the directory is "admin" by default but there is a pop-up in the dashboard warning users to rename it. 2) The fix for this vulnerability is incomplete. The redirect is removed so that it is not possible for an attacker to control the redirect post admin login anymore, but it is still possible to exploit this issue in admin if the user is authenticated as an admin already.
Other sources
This affects versions of the package opencart/opencart from 4.0.0.0. A reflected XSS issue was identified in the directory parameter of admin common/filemanager.list route. An attacker could obtain a user's token by tricking the user to click on a maliciously crafted URL. The user is then prompted to login and redirected again upon authentication with the payload automatically executing. If the attacked user has admin privileges, this vulnerability could be used as the start of a chain of exploits like Zip Slip or arbitrary file write vulnerabilities in the admin functionality. Notes: 1) This is only exploitable if the attacker knows the name or path of the admin directory. The name of the directory is "admin" by default but there is a pop-up in the dashboard warning users to rename it. 2) The fix for this vulnerability is incomplete. The redirect is removed so that it is not possible for an attacker to control the redirect post admin login anymore, but it is still possible to exploit this issue in admin if the user is authenticated as an admin already.
— NVD
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-21516?
CVE-2024-21516 is classified as a high severity vulnerability due to the potential for reflected XSS attacks.
How do I fix CVE-2024-21516?
To fix CVE-2024-21516, it is recommended to upgrade the opencart/opencart package to version 4.1.0.0 or later.
What are the symptoms of CVE-2024-21516 exploitation?
The exploitation of CVE-2024-21516 can lead to unauthorized access to a user's token via crafted URLs.
Which versions of OpenCart are affected by CVE-2024-21516?
CVE-2024-21516 affects OpenCart versions from 4.0.0.0 up to but not including 4.1.0.0.
Can CVE-2024-21516 be exploited remotely?
Yes, CVE-2024-21516 can be exploited remotely if an attacker tricks a user into clicking a malicious URL.