First published: Tue Sep 24 2024(Updated: )
An access control issue in IceCMS v3.4.7 and before allows attackers to arbitrarily modify users' information, including username and password, via a crafted POST request sent to the endpoint /User/ChangeUser/s in the ChangeUser function in UserController.java
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
iCMS | <=3.4.7 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-46610 is rated as a critical vulnerability due to its potential to allow unauthorized access and modification of user information.
To fix CVE-2024-46610, upgrade IceCMS to version 3.4.8 or later where the access control issue has been addressed.
CVE-2024-46610 affects IceCMS versions up to and including 3.4.7.
Attackers exploiting CVE-2024-46610 can modify users' information such as username and password.
The attack vector for CVE-2024-46610 is through a crafted POST request sent to the endpoint /User/ChangeUser/s in the ChangeUser function.