vendor:
News 1.0
by:
AtT4CKxT3rR0r1ST
5.5
CVSS
MEDIUM
XSRF
CWE
Product Name: News 1.0
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
News 1.0 XSRF Vulnerability (Add Admin)
This exploit allows an attacker to add an admin user to the News 1.0 system without proper authorization. The exploit consists of a form that sends a POST request to http://localhost/News/admin/index.php with the necessary parameters to add a new user with admin privileges. The parameters include the username, password, email, and group ID. The attacker can modify these parameters to add any desired user.
Mitigation:
To mitigate this vulnerability, it is recommended to implement proper authorization and authentication mechanisms in the application. Additionally, input validation should be performed on all user-supplied data to prevent malicious actions.