27446 : IP Calculator Wrapper REQUEST_URI XSS
Printer | http://osvdb.org/27446 | Email This | Edit Vulnerability

Views This Week Views All Time Added to OSVDB Last Modified Modified (since 2008) Percent Complete
6 771 over 5 years ago over 2 years ago 1 times 100%

Timeline

Discovery Date Disclosure Date Exploit Publish Date
2006-07-05 2006-07-22 2006-07-22
Time to Exploit
17 days

Keywords

NDSA20060705

Description

IPCalc contains a flaw that allows a remote cross site scripting (XSS) attack. This flaw exists because the application does not validate the REQUEST_URI parameter upon submission to the CGI. This may allow a user to create a specially crafted URL that would execute arbitrary script code in a user's browser within the trust relationship between their browser and the server.

Classification

Location: Remote / Network Access
Attack Type: Input Manipulation
Impact: Loss of Integrity
Solution: Upgrade
Exploit: Exploit Private
Disclosure: Vendor Verified
OSVDB: Web Related

Technical

The value of the URL requested is used in within the web pages returned by the
IPCalc CGI wrapper script, in its unsantised form:

$ grep -n actionurl ipcalc
45:$actionurl = $ENV{'REQUEST_URI'};
46:$actionurl =~ s/&/&/g;
284:<form action="$actionurl" method="get" name="form" id="form">

Potential intruders could use this to execute malicious code on visitors
computers.

Solution

Upgrade to version 0.41 or higher, as it has been reported to fix this vulnerability. An upgrade is required as there are no known workarounds.

Products

Krischan Jodies
Watch-list
IPCalc
Watch-list
0.40

References

Credit

CVSSv2 Score

CVSSv2 Base Score = 2.6
Source: nvd.nist.gov | Generated: 2006-07-27 | Disagree?

Access_vector_2 Access_complexity_0 Authentication_2 Confidentiality_impact_0 Integrity_impact_1 Availability_impact_0

Blogs

This section lists the latest news and blogs found via the daylife API (and for older items, the technorati API), which mention or otherwise discuss this vulnerability.

None found at this time

Comments

No Comments.

The database information may change without any notice. Use of the information constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. In no event shall the copyright holder or distributor (OSVDB or OSF) be held liable for any damages whatsoever arising out of or in connection with the use or spread of this information.

© Copyright 2012 Open Source Vulnerability Database (OSVDB), All Rights Reserved.
Privacy Statement - Terms of Use