cve nginx

Started by wirehire, June 21, 2026, 05:19:11 PM

Previous topic - Next topic
https://nginx.org/en/security_advisories.html

the nginx comes from freebsd upstream ? because last time , its was long delayed , when it comes to the opnsense repo.

How can we update a critical ( nginx) only wait or can we force update from freebsd?

Greets

When FreeBSD updates their vuxml database you can see it pop up in the audit until it's fixed.

If you don't see it there it's better to double-check yourself.


Cheers,
Franco
"AI has absolutely reduced the cost of creating technical debt." -- ChatGPT

hey franco, first thanks for the answer. i see it in the vuxml and i see the new release with the fixes.

i want understood, how the updates from core come to opnsense. the core packages are always from the upstream when i hit the update button? or only when your team it allow in the opnsense repo?

greets , i hope i make my question clear for unstanding.

greets!

We're staging the FreeBSD ports into our package builds. So in most cases the commit hits FreeBSD ports first. Sometimes this step is quick, sometimes not. For some services we may update earlier as upstream patches or releases are available. It depends on a lot of factors. Also note that Nginx is within optional community scope and therefore not a priority for releases.


Cheers,
Franco
"AI has absolutely reduced the cost of creating technical debt." -- ChatGPT

thanks for the insights! We have 6 business firewalls, where nginx run as a  reverse proxy and automatic scanners, which note when it comes to critical cve. So when nginx are focus for community , we musst look to change the reverse proxy package or away from the opnsense as a reverse proxy to a server.

Greets!

We have a tier1 reverse proxy available in the business edition:

https://docs.opnsense.org/vendor/deciso/opnwaf.html
Hardware:
DEC740

based on apache right?  we have problems (speed , latency) with apache reverse, so we come to nginx. but thanks for your input. we are looking forward to evalutate this plugin as alternate to os-nginx.


greets

Yeah its based on apache. I guess it depends on the configuration but with mpm-event it should be fine (which we ship as standard).

But of course I don't know what kind if traffic volume or latency you are expecting in general.

There are also other tweaks like using TCP RACK via system tunables.

But as soon as you start to heavily tune a reverse proxy to get the performance you need it might be better to separate concerns in general.
Hardware:
DEC740