Two Critical Vulnerabilities This Week: nginx RCE (CVE-2026-42945) and Fragnesia Kernel LPE (CVE-2026-46300)

Just leaving this here, in case people run Nginx with the vulnerable rewrite patterns and vulnerable software.

TL;DR, an Nginx RCE can be combined with a local root exploit if the conditions are perfect :collision:

The bug lives inside nginx’s rewrite engine. Specifically, it involves the interaction between three directive types: rewrite with capture groups ($1 , $2 , etc.), a set directive that includes a literal question mark in the replacement string, and a subsequent chained if or rewrite directive that inherits the rewrite context.

This does not apply to a standard Discourse installation.