News & Updates UPDATED: 24 April 2023

About GHOST vulnerability

Filip Slavik

2 min read
ghost.fw (1)

 A very serious glibc vulnerability has been announced on 27th of January by Qualys researchers and CVE-2015-0235 has been assigned to this issue. The vulnerability is based on a buffer overflow in the library’s internal function __nss_hostname_digits_dots() which is used by the gethostbyname() and gethostbyname2() glibc functions.

Is WordPress affected ?

WordPress core PHP code could be affected by this vulnerability through the gethostbyname wrapper function which is used in ftp_base class and wp_http_validate_url function which in turn is used to validate every pingback’s post URL.

Check the following code fragment taken from WordPress wp-includes/http.php file :

if ( ! $same_host ) {
		$host = trim( $parsed_url['host'], '.' );
		if ( preg_match( '#^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$#', $host ) ) {
			$ip = $host;
		} else {
			$ip = gethostbyname( $host );
			if ( $ip === $host ) // Error condition for gethostbyname()
				$ip = false;
		}

Are Pressidium customers affected ?

Short answer: NO 🙂

At Pressidium, we take security very seriously, and as such, after the vulnerability was publicly announced we immediately carried out an internal check on our infrastructure to make sure that the glibc library version being used on our servers is not affected by this security vulnerability.

Our checks concluded that all of our systems are using a glibc version which is already patched and secured against this buffer overflow. The Pressidium® Pinnacle Platform and all of our customer’s WordPress websites are not affected by this serious vulnerability.

Job done.

Host your WordPress Website with Pressidium!

View our price plans

OUR READERS ALSO VIEWED:

Pressidium Cookie Consent plugin version 1.8.0 release with new AI, GTM, and Consent API features

Our Cookie Consent Plugin is Now Smarter and More Compliant

The Pressidium Cookie Consent plugin just got a major upgrade. Version 1.8.0 introduces AI-powered translations, WordPress Consent API integration, Block Editor support, GTM event tracking, and more, giving you smarter tools to manage cookie compliance at scale without slowing down your site.
Tassos Antoniou
Tassos Antoniou
7 min read

See how Pressidium can help you scale
your business with ease.