• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question HTTPoxy vulnerability: CVE-2016-5387

Faris Raouf

Silver Pleskian
Plesk Guru
Does this affect the Admin CP side of Plesk 10.4.4 ?

Has anyone come up with a solution?

Yes, I know 10.4.4 is EOL. But it is till used widely, and it would be nice to know if it is affected and how to resolve it if it is.
 
KB129391 deals with the customer-side (hosting) php/nginx/apache.

What I am concerned about is the Plesk admin panel php and webserver, specifically for 10.4.4 as it is EOL.

I'm pretty sure even Plesk 10 uses its own php, and its own webserver (nginx?), which are not provided by the vendor.

I realise that in order to be exploited, the vulnerability requires the running application to be coded in a certain way and to do certain things.
If Plesk is not coded in such a way then there is no problem. But I do not know one way or another.
 
Hi Faris Raouf,

What I am concerned about is the Plesk admin panel php and webserver, specifically for 10.4.4 as it is EOL.

I'm not sure, if I remember it right, but isn't there as well the file "/etc/sw-cp-server/fastcgi.conf", where you could as well add as suggested:
3. For Plesk panel:

~# sudo cat << EOF >> /etc/sw-cp-server/fastcgi.conf

# Mitigate httpoxy. Details: https://www.nginx.com/blog/mitigating-the-httpoxy-vulnerability-with-nginx/
fastcgi_param HTTP_PROXY "";

EOF
 
I had looked into that, and there is no fastcgi.conf or similar anywhere in Plesk 10.4.4.

A bell at the back of my head is saying "litespeed" not nginx for Plesk in 10.4.4, but that might be wrong.
 
Hello,

Can anybody tell me how to do this?

3. For Plesk panel:

~# sudo cat << EOF >> /etc/sw-cp-server/fastcgi.conf

# Mitigate httpoxy. Details: https://www.nginx.com/blog/mitigating-the-httpoxy-vulnerability-with-nginx/
fastcgi_param HTTP_PROXY "";

EOF

I type:

sudo cat << EOF >> /etc/sw-cp-server/fastcgi.conf

Then:

>

Have I to paste # Mitigate httpoxy. Details: https://www.nginx.com/blog/mitigating-the-httpoxy-vulnerability-with-nginx/
fastcgi_param HTTP_PROXY "";

EOF
?
And then how I close it?

Thanks a lot
 
Thanks IgorG, as fast as always.

So I have to do that in all the servers with plesk under 12.0, isn´t it? 12.0 and up are fixed by MU.
 
So I have to do that in all the servers with plesk under 12.0, isn´t it? 12.0 and up are fixed by MU.
Install all latest microupdates on your Plesk server and check output of

# grep 'fastcgi_param HTTP_PROXY' /etc/sw-cp-server/fastcgi.conf

if there is no record

fastcgi_param HTTP_PROXY "";

you need to add it manually.
 
Back
Top