• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Security issues with httpd and mod_ssl ...

T

TimKelley

Guest
I'm trying to get a Plesk 10.3.1 installation (on CentOS 5.8) PCI compliant. The rpms for httpd and mod_ssl were created by Plesk, and I can't seem to find any changelog information for either of them. "rpm -q --changelog httpd" just reports "(none)" and the same for mod_ssl. Nor is there any changelog in /usr/share/doc or anywhere else I can find.

The httpd and mod_ssl versions are 2.2.19 release 11072010.


I have to account for several vulnerabilities in 2.2.19 and cannot find anywhere that this has been patched, as I could with a stock package with CentOS, by just running "rpm -q --changelog"

I found changelog for Plesk 10.x, but that only mentions one security problem fixed with httpd (here: http://download1.parallels.com/Plesk/PP10/parallels-plesk-panel-10-linux-updates-release-notes.html ). Is there somewhere I can find all the vulnerability patches by CVE number for the httpd package managed by Plesk?

If the Parallels built RPM is not suitable for PCI compliance (and I would say not if it is not being actively patched), is it possible to use the rpms for httpd and mod_ssl that are part of CentOS? (I mean, without breaking Plesk.)
 
Last edited by a moderator:
httpd and mod_ssl packages are not builded by Parallels. They are CentOS packages:

# rpm -qi httpd | grep Vendor
Version : 2.2.3 Vendor: CentOS

# rpm -qi mod_ssl | grep Vendor
Version : 2.2.3 Vendor: CentOS

So, you can use packages from official CentOS repositories.
BTW, these packages have 2.2.3 version in Plesk 10.4.4
 
Hmmmm .....

I wonder how that is ... on this system, I get:

# rpm -qi httpd

Code:
Name        : httpd                        Relocations: (not relocatable)
Version     : 2.2.19                            Vendor: Parallels
Release     : 11072010                      Build Date: Tue 19 Jul 2011 08:25:51 PM PDT
Install Date: Thu 26 Jan 2012 10:02:13 AM PST      Build Host: bcos5x64.plesk.ru
Group       : System Environment/Daemons    Source RPM: httpd-2.2.19-11072010.src.rpm
Size        : 3560809                          License: Apache Software License
Signature   : (none)
Packager    : Parallels <[email protected]>
Summary     : The Apache HTTP Server
Description :
The Apache HTTP Server is a powerful, efficient, and extensible
web server.

... the same for mod_ssl.

...and
Code:
rpm -q --changelog httpd
(none)

Our provider for this is Media Temple ... is it possible they've done this? Who would build rpms that say they're from Parallels if they weren't?
 
Last edited by a moderator:
Back
Top