### [CVE-2024-28143](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-28143) ![](https://img.shields.io/static/v1?label=Product&message=Scan2Net&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-620%20Unverified%20Password%20Change&color=brighgreen) ### Description The password change function at /cgi/admin.cgi does not require the current/old password, which makes the application vulnerable to account takeover. An attacker can use this to forcefully set a new password within the -rsetpass+-aaction+- parameter for a user without knowing the old password, e.g. by exploiting a CSRF issue. ### POC #### Reference - https://r.sec-consult.com/imageaccess #### Github No PoCs found on GitHub currently.