Zen Cart Logo
Forums / Reports of Security Problems / another PCI compliance problem

another PCI compliance problem

Locked

Views: 16

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
2 Dec 2009, 12:00 AM
#1
camay123 avatar

camay123

Zen Follower

Join Date:
Oct 2005
Posts:
160
Plugin Contributions:
0

another PCI compliance problem

My site is : http://www.mishobonsai.com

I am tested by mcafeesecure and they reported a vulnerability recently that prevent me from being pci compliant.

They have tried this url:

http://www.mishobonsai.com/news/archive/?>"><script>alert(123)</script ><"

and they say it return as valid.

in IE6 it doesn do anything except a blank archive page.

while in IE7 it trigger the xss script filter.

Macfeesecure calls this problem:

Web Application Cross Site Scripting
Cross Site Scripting (XSS)

The suggested fix is:

When accepting user input ensure that you are HTML encoding potentially malicious characters if you ever display the data back to the client.

Ensure that parameters and user input are sanitized by doing the following:

Remove < input and replace with <

Remove > input and replace with >

Remove ' input and replace with '

Remove " input and replace with "

Remove ) input and replace with )

Remove ( input and replace with (

2 Dec 2009, 12:10 AM
#2
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,593
Plugin Contributions:
0

Re: another PCI compliance problem

news/archive/?
That is not something that is core Zen Cart code.

2 Dec 2009, 12:47 AM
#3
camay123 avatar

camay123

Zen Follower

Join Date:
Oct 2005
Posts:
160
Plugin Contributions:
0

Re: another PCI compliance problem

Do you think it could be an addon problem ? Because news/archive is from the news module

2 Dec 2009, 1:26 AM
#4
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,593
Plugin Contributions:
0

Re: another PCI compliance problem

That's where you should start looking. If you turn off the news module do you pass?