hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : Need help to pass pci scan
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

Need help to pass pci scan

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 01-28-2010, 11:59 PM
tegralens tegralens is offline
Junior Guru Wannabe
 
Join Date: Sep 2009
Posts: 46

Need help to pass pci scan


This is the scan that I failed that I need to pass. I am running centos 5.2 but I dont know much linux so please be patient.
It looks like some of these i need to update but dont know how. If someone can explain. The first one I think i dont need because i dont use ezpublish. Thanks everyone.


1.The remote web server is running an application that is vulnerable to a cross site scripting attack. Risk: High TCP Port: 80
The remote host is using ezPublish, a content management system.

There is a flaw in the remote ezPublish which lets an attacker
perform a cross site scripting attack. An attacker may use this
flaw to steal the cookies of your legitimate users.
Solution:
Upgrade to ezPublish 3



2. The remote web server is running an application that is vulnerable to a cross site scripting attack. Risk: High TCP Port: 443
The remote host is using ezPublish, a content management system.

There is a flaw in the remote ezPublish which lets an attacker
perform a cross site scripting attack. An attacker may use this
flaw to steal the cookies of your legitimate users.

Solution:
Upgrade to ezPublish 3




3. The remote name server is affected by a signature validation weakness. Risk: High UDP Port: 53
According to its version number, the remote installation of BIND does
not properly check the return value from the OpenSSL library functions
'EVP_VerifyFinal()' and 'DSA_do_verify()'. A remote attacker may be
able to exploit this weakness to spoof answers returned from zones for
signature checks on DSA and ECDSA keys used with SSL / TLS.

BIND 9.3.4-P1 appears to be installed on the remote host.

Solution:
Upgrade to BIND 9.3.6-P1 / 9.4.3-P1 / 9.5.1-P1 / 9.6.0-P1 or later.




4. The remote database server is affected by multiple vulnerabilities. Risk: High TCP Port: 3306
The version of MySQL 5.0 installed on the remote host is earlier than
5.0.88 and thus potentially affected by the following
vulnerabilities :

- MySQL clients linked against OpenSSL are vulnerable
to man-in-the-middle attacks. (Bug #47320)

- The GeomFromWKB() function can be manipulated
to cause a denial of service. (Bug #47780)

- Specially crafted SELECT statements containing sub-
queries in the WHERE clause can cause the server
to crash. (Bug #48291)

Installed version : 5.0.81-community
Fixed version : 5.0.88

Solution:
Upgrade to MySQL 5.0.88 or later.

Reply With Quote


Sponsored Links
  #2  
Old 01-29-2010, 01:11 AM
neil neil is offline
Web Hosting Evangelist
 
Join Date: Jul 2001
Location: Indianapolis, IN
Posts: 537
It sounds like for the most part your software is just out of date. Assuming you used yum to install bind, apache, mysql you can could probably just do

Code:
yum update
and update the entire system, including the software that's out of date and vulnerable.

I will say as nicely as I can, if you are trying to pass a pci scan because you want to process credit cards in some manner: you shouldn't. You've said yourself - you have minimal linux knowledge, you have no business attempting to administer a machine that needs to pass pci. I urge you, kindly, to consider hiring a sys admin or a management company.

__________________
neil MCITP, VCP

Reply With Quote
  #3  
Old 01-29-2010, 09:19 AM
tegralens tegralens is offline
Junior Guru Wannabe
 
Join Date: Sep 2009
Posts: 46
Quote:
Originally Posted by neil View Post
It sounds like for the most part your software is just out of date. Assuming you used yum to install bind, apache, mysql you can could probably just do

Code:
yum update
and update the entire system, including the software that's out of date and vulnerable.

I will say as nicely as I can, if you are trying to pass a pci scan because you want to process credit cards in some manner: you shouldn't. You've said yourself - you have minimal linux knowledge, you have no business attempting to administer a machine that needs to pass pci. I urge you, kindly, to consider hiring a sys admin or a management company.
Can I use yum update but for those specific programs that need updating. I want to learn and not have someone do it for me. I did make a backup of my vps incase I did something wrong.

Reply With Quote
Sponsored Links
  #4  
Old 01-29-2010, 09:38 AM
zendzipr zendzipr is offline
Web Hosting Evangelist
 
Join Date: Jun 2007
Posts: 500
Quote:
Originally Posted by tegralens View Post
Can I use yum update but for those specific programs that need updating.
Short answer is yes and no. For software managed by package repository, you can but not for ezPublish. You will need to download and install the latest version of ezPublish which is currently at v4.

Just a FYI, PCI requires known vulnerabilities to be corrected within 30 days of a patch release. It may be a good idea while you are learning some admin skills to take a look at what applications, scripts, programs, etc you have on your server and see if they have any known vulnerabilities. A good place to get vulnerability details is at http://secunia.com/advisories/

__________________
ZZ Servers - Business Hosting, HIPAA and PCI Compliant Hosting Solutions - http://www.zzservers.com
Xen Virtual Private Servers | Dedicated Servers | Shared Hosting
Custom configurations, firewall, VPN, load balancers, private networks and more.

Reply With Quote
  #5  
Old 01-29-2010, 09:43 AM
neil neil is offline
Web Hosting Evangelist
 
Join Date: Jul 2001
Location: Indianapolis, IN
Posts: 537
You could just do

Code:
yum update httpd

__________________
neil MCITP, VCP

Reply With Quote
  #6  
Old 01-29-2010, 09:53 AM
tegralens tegralens is offline
Junior Guru Wannabe
 
Join Date: Sep 2009
Posts: 46
zendzipr

I dont even use ezpublish so I think that can be removed.

neil

will that update all the programs I mentioned ?

Reply With Quote
  #7  
Old 01-29-2010, 09:57 AM
zendzipr zendzipr is offline
Web Hosting Evangelist
 
Join Date: Jun 2007
Posts: 500
Quote:
Originally Posted by tegralens View Post
will that update all the programs I mentioned ?
It should. Also, I would recommend closing all unneeded ports such as 3306 and 53. That will fix the problem while you are figuring out the update situation. You should never had 3306 open to the internet and if you are not acting as a DNS server, 53 is not needed.

on a side note, if you are dealing with credit card payments, you need to move your sql server to a different server and network. Welcome to PCI.

__________________
ZZ Servers - Business Hosting, HIPAA and PCI Compliant Hosting Solutions - http://www.zzservers.com
Xen Virtual Private Servers | Dedicated Servers | Shared Hosting
Custom configurations, firewall, VPN, load balancers, private networks and more.

Reply With Quote
  #8  
Old 01-29-2010, 10:02 AM
tegralens tegralens is offline
Junior Guru Wannabe
 
Join Date: Sep 2009
Posts: 46
Quote:
Originally Posted by zendzipr View Post
It should. Also, I would recommend closing all unneeded ports such as 3306 and 53. That will fix the problem while you are figuring out the update situation. You should never had 3306 open to the internet and if you are not acting as a DNS server, 53 is not needed.

on a side note, if you are dealing with credit card payments, you need to move your sql server to a different server and network. Welcome to PCI.
But I use 3306 to connect from my home. Which I thought it was set to only allow my ip address to remote in but I guess its not setup like that. And I do believe it is acting as a dns server. now I use paypal pro to do the credit card payments so maybe i dont need to move sql to a different server and network.

Reply With Quote
  #9  
Old 01-29-2010, 10:06 AM
zendzipr zendzipr is offline
Web Hosting Evangelist
 
Join Date: Jun 2007
Posts: 500
Quote:
Originally Posted by tegralens View Post
But I use 3306 to connect from my home.
Still stick by my recommendation. Close 3306. Bypassing security for convenience is not recommended.

Quote:
Originally Posted by tegralens View Post
And I do believe it is acting as a dns server.
Recommend you move your DNS to another server that does not deal with your payment process.

Quote:
Originally Posted by tegralens View Post
now I use paypal pro to do the credit card payments so maybe i dont need to move sql to a different server and network.
Which SAQ are you filling out?

__________________
ZZ Servers - Business Hosting, HIPAA and PCI Compliant Hosting Solutions - http://www.zzservers.com
Xen Virtual Private Servers | Dedicated Servers | Shared Hosting
Custom configurations, firewall, VPN, load balancers, private networks and more.

Reply With Quote
  #10  
Old 01-29-2010, 10:09 AM
tegralens tegralens is offline
Junior Guru Wannabe
 
Join Date: Sep 2009
Posts: 46
If I close 3306 how can i remote into mysql ?
From control scan is there a specific one ?

Reply With Quote
  #11  
Old 01-29-2010, 10:12 AM
zendzipr zendzipr is offline
Web Hosting Evangelist
 
Join Date: Jun 2007
Posts: 500
Quote:
Originally Posted by tegralens View Post
If I close 3306 how can i remote into mysql ?
From control scan is there a specific one ?
You won't be able to remote administer. You will need to do via the command line.

__________________
ZZ Servers - Business Hosting, HIPAA and PCI Compliant Hosting Solutions - http://www.zzservers.com
Xen Virtual Private Servers | Dedicated Servers | Shared Hosting
Custom configurations, firewall, VPN, load balancers, private networks and more.

Reply With Quote
  #12  
Old 01-29-2010, 10:18 AM
tegralens tegralens is offline
Junior Guru Wannabe
 
Join Date: Sep 2009
Posts: 46
cant that be blocked to a specify ip address ?

Reply With Quote
  #13  
Old 01-29-2010, 10:19 AM
zendzipr zendzipr is offline
Web Hosting Evangelist
 
Join Date: Jun 2007
Posts: 500
Quote:
Originally Posted by tegralens View Post
cant that be blocked to a specify ip address ?
Would not recommend it. IP's can be spoofed.

Which SAQ are you filling out?

__________________
ZZ Servers - Business Hosting, HIPAA and PCI Compliant Hosting Solutions - http://www.zzservers.com
Xen Virtual Private Servers | Dedicated Servers | Shared Hosting
Custom configurations, firewall, VPN, load balancers, private networks and more.

Reply With Quote
  #14  
Old 01-29-2010, 10:37 AM
tegralens tegralens is offline
Junior Guru Wannabe
 
Join Date: Sep 2009
Posts: 46
i think its C but still verifying

Reply With Quote
  #15  
Old 01-29-2010, 10:39 AM
zendzipr zendzipr is offline
Web Hosting Evangelist
 
Join Date: Jun 2007
Posts: 500
Quote:
Originally Posted by tegralens View Post
cant that be blocked to a specify ip address ?
An alternate method that is secure and will allow you to remote administer is to log in with SSH and use port forwarding.

__________________
ZZ Servers - Business Hosting, HIPAA and PCI Compliant Hosting Solutions - http://www.zzservers.com
Xen Virtual Private Servers | Dedicated Servers | Shared Hosting
Custom configurations, firewall, VPN, load balancers, private networks and more.

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
Q: PCI Scan Vendor Recommendations chu_bun Ecommerce Hosting & Discussion 21 09-22-2011 05:12 PM
managing PCI scan reports magnafix Running a Web Hosting Business 5 10-26-2009 06:01 AM
PCI Compliancy - which scan company do you use? Tristan Perry Running a Web Hosting Business 15 07-07-2009 09:27 AM
FREE PCI Webinar by the PCI Security Standards Council e-onlinedata support Ecommerce Hosting & Discussion 0 05-09-2008 10:29 AM
FTP pass doesn't syncronice with cpanel pass wheimeng Hosting Security and Technology 3 06-26-2003 12:36 AM

Related posts from TheWhir.com
Title Type Date Posted
1&1 Internet Offers SiteLock Website Vulnerability Scanning via New Partnership Web Hosting News 2012-11-05 11:58:03
StopTheHacker Releases Version 3.3 of Security Tool with Redesigned Dashboard Web Hosting News 2012-06-25 10:49:09
UK Web Host Eukhost Offers SSL Certificates on Monthly Billing Term Web Hosting News 2012-02-06 16:07:43
Security Firm GeoTrust Launches Website Anti-Malware Scan Service Web Hosting News 2011-10-20 17:23:34
Security Provider HostingArmor Releases Server Scanning cPanel Plugin Web Hosting News 2011-07-25 19:33:26


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?