XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, BHDB, store.digitalriver.com

DORK | site:xss.cx kaperskystore checkout digitalriver

Report generated by XSS.CX at Sun Sep 04 08:10:56 GMT-06:00 2011.

Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search

XSS Home | XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler |
Loading

1. Cross-site scripting (reflected)

XSS in store.digitalriver.com, XSS, DORK, GHDB, Cross Site Scripting, CWE-79, CAPEC-86, BHDB, Javascript Injection, Insecure Programming, Weak Configuration, Browser Hijacking, Phishing

2. Cross-domain script include

2.1. https://store.digitalriver.com/store/kasperus/en_US/buy/productID.224975900/offerID.8575749809

2.2. https://store.digitalriver.com/store/kasperus/en_US/buy/productID.224976400

3. Email addresses disclosed

3.1. https://store.digitalriver.com/store/kasperus/en_US/buy/productID.224975900/offerID.8575749809

3.2. https://store.digitalriver.com/store/kasperus/en_US/buy/productID.224976400

4. Robots.txt file

5. SSL certificate



1. Cross-site scripting (reflected)  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://store.digitalriver.com
Path:   /store/kasperus/en_US/buy/productID.224976400

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload 60c77--><script>alert(1)</script>8fd004d51c5 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Issue background

Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.

The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).

The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.

Remediation background

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defences:In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.

Request

GET /store/kasperus/en_US/buy/productID.224976400?60c77--><script>alert(1)</script>8fd004d51c5=1 HTTP/1.1
Host: store.digitalriver.com
Connection: keep-alive
Referer: http://usa.kaspersky.com/node/12354/lightbox2
Cache-Control: max-age=0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; ORA_WX_SESSION="10.2.2.97:772-0#0"; JSESSIONID=DFC074834E717E721063668DDA488A72; VISITOR_ID=971D4E8DFAED4367B7156331573704A34236C16992AB1AF2; BIGipServerp-drh-dc2pod9-pool2-active=1627521546.772.0000; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Connection: Keep-Alive
Keep-Alive: timeout=45, max=999
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=66802880292,0)
Date: Sun, 04 Sep 2011 12:36:20 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb03@dc2app96
Content-Length: 144211


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en" lang="en">
<head>
<!--!esi:include src="/esi?Sit
...[SNIP]...
<!--!esi:include src="/store?60c77--><script>alert(1)</script>8fd004d51c5=1&Action=DisplayESIPage&Currency=USD&ESIHC=701de6e5&Env=BASE&Locale=en_US&SiteID=kasperus&StyleID=22810400&StyleVersion=41&ceid=175598900&cename=TopHeader&id=ShoppingCartPage&productID=224976400&scrip
...[SNIP]...

2. Cross-domain script include  previous  next
There are 2 instances of this issue:

Issue background

When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user.

If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.

Issue remediation

Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.


2.1. https://store.digitalriver.com/store/kasperus/en_US/buy/productID.224975900/offerID.8575749809  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://store.digitalriver.com
Path:   /store/kasperus/en_US/buy/productID.224975900/offerID.8575749809

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /store/kasperus/en_US/buy/productID.224975900/offerID.8575749809 HTTP/1.1
Host: store.digitalriver.com
Connection: keep-alive
Referer: http://usa.kaspersky.com/products-services/home-computer-security/pure?ICID=INT1673886
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df84d5

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Connection: Keep-Alive
Keep-Alive: timeout=45, max=999
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=101162326246,0)
Date: Sun, 04 Sep 2011 12:31:40 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb03@dc2app91
Content-Length: 173147


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en" lang="en">
<head>
<!--!esi:include src="/esi?Sit
...[SNIP]...
<!-- GeoTrust[tm] Smart Icon tag. Do not edit. -->
<script language="javascript" type="text/javascript" src="//smarticon.geotrust.com/si.js"></script>
...[SNIP]...

2.2. https://store.digitalriver.com/store/kasperus/en_US/buy/productID.224976400  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://store.digitalriver.com
Path:   /store/kasperus/en_US/buy/productID.224976400

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /store/kasperus/en_US/buy/productID.224976400 HTTP/1.1
Host: store.digitalriver.com
Connection: keep-alive
Referer: http://usa.kaspersky.com/node/12354/lightbox2
Cache-Control: max-age=0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; ORA_WX_SESSION="10.2.2.97:772-0#0"; JSESSIONID=DFC074834E717E721063668DDA488A72; VISITOR_ID=971D4E8DFAED4367B7156331573704A34236C16992AB1AF2; BIGipServerp-drh-dc2pod9-pool2-active=1627521546.772.0000; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Connection: Keep-Alive
Keep-Alive: timeout=45, max=999
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=139817269288,0)
Date: Sun, 04 Sep 2011 12:35:26 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb03@dc2app91
Content-Length: 173147


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en" lang="en">
<head>
<!--!esi:include src="/esi?Sit
...[SNIP]...
<!-- GeoTrust[tm] Smart Icon tag. Do not edit. -->
<script language="javascript" type="text/javascript" src="//smarticon.geotrust.com/si.js"></script>
...[SNIP]...

3. Email addresses disclosed  previous  next
There are 2 instances of this issue:

Issue background

The presence of email addresses within application responses does not necessarily constitute a security vulnerability. Email addresses may appear intentionally within contact information, and many applications (such as web mail) include arbitrary third-party email addresses within their core content.

However, email addresses of developers and other individuals (whether appearing on-screen or hidden within page source) may disclose information that is useful to an attacker; for example, they may represent usernames that can be used at the application's login, and they may be used in social engineering attacks against the organisation's personnel. Unnecessary or excessive disclosure of email addresses may also lead to an increase in the volume of spam email received.

Issue remediation

You should review the email addresses being disclosed by the application, and consider removing any that are unnecessary, or replacing personal addresses with anonymous mailbox addresses (such as helpdesk@example.com).


3.1. https://store.digitalriver.com/store/kasperus/en_US/buy/productID.224975900/offerID.8575749809  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://store.digitalriver.com
Path:   /store/kasperus/en_US/buy/productID.224975900/offerID.8575749809

Issue detail

The following email address was disclosed in the response:

Request

GET /store/kasperus/en_US/buy/productID.224975900/offerID.8575749809 HTTP/1.1
Host: store.digitalriver.com
Connection: keep-alive
Referer: http://usa.kaspersky.com/products-services/home-computer-security/pure?ICID=INT1673886
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; op646kaspersky_us_storepageliid=a01603h0892794r05t3df84d5

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Connection: Keep-Alive
Keep-Alive: timeout=45, max=999
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=101162326246,0)
Date: Sun, 04 Sep 2011 12:31:40 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb03@dc2app91
Content-Length: 173147


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en" lang="en">
<head>
<!--!esi:include src="/esi?Sit
...[SNIP]...
<a href="mailto:newvirus@kaspersky.com">
...[SNIP]...

3.2. https://store.digitalriver.com/store/kasperus/en_US/buy/productID.224976400  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://store.digitalriver.com
Path:   /store/kasperus/en_US/buy/productID.224976400

Issue detail

The following email address was disclosed in the response:

Request

GET /store/kasperus/en_US/buy/productID.224976400 HTTP/1.1
Host: store.digitalriver.com
Connection: keep-alive
Referer: http://usa.kaspersky.com/node/12354/lightbox2
Cache-Control: max-age=0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: op537homegum=a00602v02x278vq07m15wd278vr08s2xm1011; ORA_WX_SESSION="10.2.2.97:772-0#0"; JSESSIONID=DFC074834E717E721063668DDA488A72; VISITOR_ID=971D4E8DFAED4367B7156331573704A34236C16992AB1AF2; BIGipServerp-drh-dc2pod9-pool2-active=1627521546.772.0000; op646kaspersky_us_storepageliid=a01603h0892794r05t3df82794r05y3aoe389

Response

HTTP/1.1 200 OK
Pragma: no-cache
Expires: Wed, 31 Dec 1969 23:59:59 GMT
Content-Type: text/html;charset=UTF-8
Cache-Control: max-age=0
Connection: Keep-Alive
Keep-Alive: timeout=45, max=999
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (TN;ecid=139817269288,0)
Date: Sun, 04 Sep 2011 12:35:26 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb03@dc2app91
Content-Length: 173147


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xml:lang="en" lang="en">
<head>
<!--!esi:include src="/esi?Sit
...[SNIP]...
<a href="mailto:newvirus@kaspersky.com">
...[SNIP]...

4. Robots.txt file  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://store.digitalriver.com
Path:   /store/kasperus/en_US/buy/productID.224975900/offerID.8575749809

Issue detail

The web server contains a robots.txt file.

Issue background

The file robots.txt is used to give instructions to web robots, such as search engine crawlers, about locations within the web site which robots are allowed, or not allowed, to crawl and index.

The presence of the robots.txt does not in itself present any kind of security vulnerability. However, it is often used to identify restricted or private areas of a site's contents. The information in the file may therefore help an attacker to map out the site's contents, especially if some of the locations identified are not linked from elsewhere in the site. If the application relies on robots.txt to protect access to these areas, and does not enforce proper access control over them, then this presents a serious vulnerability.

Issue remediation

The robots.txt file is not itself a security threat, and its correct use can represent good practice for non-security reasons. You should not assume that all web robots will honour the file's instructions. Rather, assume that attackers will pay close attention to any locations identified in the file. Do not rely on robots.txt to provide any kind of protection over unauthorised access.

Request

GET /robots.txt HTTP/1.0
Host: store.digitalriver.com

Response

HTTP/1.1 200 OK
ETag: "49-3ebbc10b"
Content-Type: text/plain
Last-Modified: Fri, 09 May 2003 14:54:03 GMT
Connection: close
Keep-Alive: timeout=45, max=999
Server: Oracle Application Server/10g (10.1.2) Apache OracleAS-Web-Cache-10g/10.1.2.0.2 (G;max-age=0+0;age=0;ecid=101162335339,0)
Content-Length: 73
Date: Thu, 05 May 2011 20:25:40 GMT
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP TAIa OUR IND UNI PUR COM NAV CNT STA PRE"
X-Server-Name: gcweb03@dc2app91
Accept-Ranges: bytes

User-agent: Ultraseek
Disallow: /
User-agent: Inktomi Search
Disallow: /

5. SSL certificate  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://store.digitalriver.com
Path:   /

Issue detail

The server presented a valid, trusted SSL certificate. This issue is purely informational.

The server presented the following certificates:

Server certificate

Issued to:  *.digitalriver.com
Issued by:  Equifax Secure Certificate Authority
Valid from:  Mon May 10 03:55:03 GMT-06:00 2010
Valid to:  Sat Jul 11 14:04:49 GMT-06:00 2015

Certificate chain #1

Issued to:  Equifax Secure Certificate Authority
Issued by:  Equifax Secure Certificate Authority
Valid from:  Sat Aug 22 10:41:51 GMT-06:00 1998
Valid to:  Wed Aug 22 10:41:51 GMT-06:00 2018

Issue background

SSL helps to protect the confidentiality and integrity of information in transit between the browser and server, and to provide authentication of the server's identity. To serve this purpose, the server must present an SSL certificate which is valid for the server's hostname, is issued by a trusted authority and is valid for the current date. If any one of these requirements is not met, SSL connections to the server will not provide the full protection for which SSL is designed.

It should be noted that various attacks exist against SSL in general, and in the context of HTTPS web connections. It may be possible for a determined and suitably-positioned attacker to compromise SSL connections without user detection even when a valid SSL certificate is used.

Report generated by XSS.CX at Sun Sep 04 08:10:56 GMT-06:00 2011.