OPNsense Forum

Administrative => Announcements => Topic started by: franco on November 06, 2025, 03:21:11 PM

Title: OPNsense 25.7.7 released
Post by: franco on November 06, 2025, 03:21:11 PM
Hi again,

This update ships a number of third party security updates, firewall live
log improvements based on user feedback from 25.7.6, plus minor fixes and
improvements like usual.

One focus at the moment is to get rid of the unsafe shell use in the backend
which has been the source of multiple security issues in the project history.
A few other things are coming to 25.7.x soon: a neighbor watch daemon, a new
NDP proxy plugin and a community theme.  Stay tuned.  :)

Here are the full patch notes:

o system: simplify RRD backup code and remove exec() usage (reported by Alex Williams from Pellera Technologies working with Trend Zero Day Initiative)
o system: move valid_from search criteria to log_matcher for faster end of search
o system: use file_safe() in gateway monitor watcher
o system: refactor factory reset page to MVC and add a reset per component operating on models
o interfaces: ifctl: always allow reads to internal state files
o firewall: automation: fix alias IP address search
o firewall: automation: allow interface parameter to contain a list of interfaces for API users
o firewall: aliases: replace invalid unicode chars (contributed by Marius Halden)
o firewall: live log: only execute redraw on visibility state transition
o firewall: live log: optimize viewbuffer rendering
o firewall: live log: prevent re-resolving in-flight requests and move host lookup to current filtered view
o firewall: live log: fix data ordering and add table/history limit options
o firewall: live log: use "badge" class like before
o firewall: states: fix delete_selected firewall states (contributed by Alexander Sulfrian)
o dnsmasq: add optgroup support to DHCP option fields and expose all DHCPv4 options
o ipsec: sessions: add datakey property for row mapping
o ipsec: status: search phase 2 triggered twice on click and cleanup tooltip event as well
o openvpn: use file_safe() to write CRL files
o mvc: OptionField: properly translate optgroup
o mvc: JsonKeyValueStoreField: fix race condition when using SourceField in the model
o mvc: persist models description in root attribute of its respective configuration
o rc: secure an exec() in the recovery script
o ui: improve grid responsiveness via minWidth()
o ui: remove this.dataIdentifier as datakey defines the key to be used when asking 'row-id' or getSelectedRows
o ui: SimpleActionButton: add support for icons in action buttons
o ui: recompile default themes using dart sass (1.93.2) which changes color rendering
o ui: keyboard shortcuts for "a"dvanced and "h"elp in MVC pages (contributed by Konstantinos Spartalis)
o ui: bail out on dynamic grid resize if data is loading
o plugins: os-frr 1.48[1]
o plugins: os-tayga 1.3[2]
o ports: kea 3.0.2[3]
o ports: libxml 2.14.6[4]
o ports: php 8.3.27[5]
o ports: sqlite 3.50.4[5]
o ports: strongswan 6.0.3[7]
o ports: suricata 8.0.2[8]
o ports: unbound 1.24.1[9]


Stay safe,
Your OPNsense team

--
[1] https://github.com/opnsense/plugins/blob/stable/25.7/net/frr/pkg-descr
[2] https://github.com/opnsense/plugins/blob/stable/25.7/net/tayga/pkg-descr
[3] https://downloads.isc.org/isc/kea/3.0.2/Kea-3.0.2-ReleaseNotes.txt
[4] https://gitlab.gnome.org/GNOME/libxml2/-/blob/master/NEWS
[5] https://www.php.net/ChangeLog-8.php#8.3.27
[6] https://sqlite.org/releaselog/3_50_4.html
[7] https://github.com/strongswan/strongswan/releases/tag/6.0.3
[8] https://suricata.io/2025/11/06/suricata-8-0-2-and-7-0-13-released/
[9] https://nlnetlabs.nl/projects/unbound/download/#unbound-1-24-1
Title: Re: OPNsense 25.7.7 released
Post by: franco on November 06, 2025, 09:22:11 PM
A hotfix release was issued as 25.7.7_2:

o system: fix a HA sync regression introduced in 25.7.6 that prevented a sync from succeeding in an edge case
o interfaces: fix overview details button not working