Nginx exploit for versions 0.6.27 – 1.30.0

nginx exploit for versions 0.6.27 – 1.30.0:

fixed in 1.31.0, 1.30.1

will hestiacp get its nginx auto updated?

apparently there is protection if ASLR is enabled (which it normally is) but that could be broken in the near future.

cat /proc/sys/kernel/randomize_va_space should return a 2 if ASLR is enabled on your system.

Don’t panic, young one. First, this file needs to successfully reach your server before any of the subsequent events can occur. Let’s just wait patiently for the official update package to be released!

Yes, there is no need to panic but…

No, the PoC is remote and unauthenticated. The difference lies in whether you achieve DoS (almost always) or full RCE (depends on ASLR and the exact server configuration). Also, to exploit the vulnerability you need a rewrite with unnamed captures, and Hestia doesn’t use rewrite in its configuration.

That said, the risk is minimal in the current version of Hestia, but Hestia should still be updated. I’ve created this PR.

Meanwhile, not completely off the hook people, you can check the vul updates via: CVE-2026-42945

Keep in mind that Hestia doesn’t use either Debian or Ubuntu packages to install Nginx.

HestiaCP has its own configured nginx program named hestia-nginx.

Yup, am aware of that. I am just sharing info.