vendor:
AlkalinePHP
by:
t0pP8uZz
7.5
CVSS
HIGH
Arbitrary Add-Admin
264
CWE
Product Name: AlkalinePHP
Affected Version From: 0.77.35
Affected Version To: 0.77.35
Patch Exists: NO
Related CWE: N/A
CPE: a:alkalinephp:alkalinephp
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
AlkalinePHP <= 0.77.35 (adduser.php) Arbitrary Add-Admin
AlkalinePHP suffers from a insecure adminpage, since the page only handles requests the author probarly thought it was safe not to include admin checking, but when we view the source we can cleary see theres nothing to stop us making our own request. Navigating to the below url (with domain replaced of course) will add a admin account. Do not forget to replace [user] and [pass] with a actual username and password.
Mitigation:
Ensure that admin pages are properly secured and authenticated.