FYI : If you have a NextCloud or Owncloud installation. The recommended nginx configuration is vulnerable [1] [1] https://nextcloud.com/blog/urgent-security-issue-in-nginx-ph...
PHP-FPM remote code execution bug exploited in the wild
41–50 of 139 posts
Re: PHP-FPM remote code execution bug exploited in the wild
#42Also: Am I secure if i run PHP 7.2.24 or do I need to change the configs?
[1] https://bodhi.fedoraproject.org/updates/FEDORA-2019-187ae312...
Re: PHP-FPM remote code execution bug exploited in the wild
#43Re: PHP-FPM remote code execution bug exploited in the wild
#44However, that means anything utilizing php-fpm in this version remains vulnerable, and it's just unknown if or how apache + php-fpm, or other reverse proxies for php-fpm are vulnerable - right?
So while I don't need to panic right now, I'll certainly have to take a look at our setups running php-fpm on monday.
Re: PHP-FPM remote code execution bug exploited in the wild
#45FYI : If you have a NextCloud or Owncloud installation. The recommended nginx configuration is vulnerable [1] [1] https://nextcloud.com/blog/urgent-security-issue-in-nginx-ph...
This is a case study in why you shouldn't expose your self-hosted services to the internet.
Re: PHP-FPM remote code execution bug exploited in the wild
#46Earlier quoted context omitted.
This is a case study in why you shouldn't expose your self-hosted services to the internet.
I have been thinking about this a lot lately. What is the best alternative, only accessing your services through a VPN?
Re: PHP-FPM remote code execution bug exploited in the wild
#47FYI : If you have a NextCloud or Owncloud installation. The recommended nginx configuration is vulnerable [1] [1] https://nextcloud.com/blog/urgent-security-issue-in-nginx-ph...
This is a case study in why you shouldn't expose your self-hosted services to the internet.
Re: PHP-FPM remote code execution bug exploited in the wild
#48Earlier quoted context omitted.
This is a case study in why you shouldn't expose your self-hosted services to the internet.
I have been thinking about this a lot lately. What is the best alternative, only accessing your services through a VPN?
Re: PHP-FPM remote code execution bug exploited in the wild
#49Hmm, so looking at the exploit and the patch... do I read it right: There is a buffer underflow in php-fpm if the environment variables SCRIPT_FILENAME and PATH_INFO have a state that violates an assumption. And currently a widespread configuration of nginx + php-fpm is configured such that the URL can be suffiently mangled such that nginx sets these parameters in a violating manner. However, that means anything util…
Assume your systems are compromised and act accordingly.
Re: PHP-FPM remote code execution bug exploited in the wild
#50FYI : If you have a NextCloud or Owncloud installation. The recommended nginx configuration is vulnerable [1] [1] https://nextcloud.com/blog/urgent-security-issue-in-nginx-ph...
This is a case study in why you shouldn't expose your self-hosted services to the internet.
I feel like throwing everything behind a VPN and pretending it is secure is a crux.
Several famous break-ins over the last ten years have hypothetically been on the inside of that wall.
Better to isolate services from each other limiting cross service jumping, than to build security around a single point of failure.