Skip to main content

Freebsd CVE-2026-4748

| EUVDEUVD-2026-17818 HIGH
Use of Incorrect Operator (CWE-480)
2026-04-01 freebsd GHSA-2v62-qxwf-qh42
7.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

3
EUVD ID Assigned
Apr 01, 2026 - 07:00 euvd
EUVD-2026-17818
Analysis Generated
Apr 01, 2026 - 07:00 vuln.today
CVE Published
Apr 01, 2026 - 06:18 nvd
HIGH 7.5

DescriptionCVE.org

A regression in the way hashes were calculated caused rules containing the address range syntax (x.x.x.x - y.y.y.y) that only differ in the address range(s) involved to be silently dropped as duplicates. Only the first of such rules is actually loaded into pf. Ranges expressed using the address[/mask-bits] syntax were not affected.

Some keywords representing actions taken on a packet-matching rule, such as 'log', 'return tll', or 'dnpipe', may suffer from the same issue. It is unlikely that users have such configurations, as these rules would always be redundant.

Affected rules are silently ignored, which can lead to unexpected behaviour including over- and underblocking.

AnalysisAI

Packet filter (pf) rule hash calculation regression in FreeBSD causes rules with address range syntax (x.x.x.x - y.y.y.y) differing only in address ranges to be silently dropped as duplicates, loading only the first rule and potentially causing unexpected packet filtering behavior including unintended blocking or allowing of traffic. The regression affects pf's duplicate detection mechanism but does not impact rules using CIDR notation (address/mask-bits syntax). Only the first of multiple such rules is loaded, creating a silent configuration failure with no warning to administrators.

Technical ContextAI

This vulnerability affects FreeBSD's packet filter (pf), a stateful firewall implementation that uses rule hashing to detect and eliminate duplicate configurations. The regression occurred in the hash calculation function that processes pf ruleset definitions. CWE-480 (Use of Incorrect Operator) indicates that an incorrect comparison or mathematical operation was introduced during recent changes, causing rules with semantically different address ranges (e.g., '192.168.1.1 - 192.168.1.100' vs '192.168.1.100 - 192.168.1.200') to produce identical hash values. This collision mechanism causes the duplicate detection logic to incorrectly classify distinct rules as identical. The impact is confined to rules using the range syntax; CIDR notation rules (address/mask-bits) hash correctly and are unaffected, suggesting the regression is specific to how the range operator parses or hashes the start and end addresses.

RemediationAI

Apply the patch provided in FreeBSD Security Advisory FreeBSD-SA-26:09.pf via the FreeBSD Update utility (freebsd-update fetch install) or by rebuilding the kernel with the patched pf code. Immediately following patch installation, reload pf rules using 'pfctl -f /etc/pf.conf' and verify that the expected number of rules are loaded (compare 'pfctl -s rules' output against configuration intent). As a temporary mitigation pending patch deployment, convert any address range rules (x.x.x.x - y.y.y.y syntax) to equivalent CIDR notation (address/mask-bits), which are unaffected by the regression, or explicitly verify all intended rules are active via 'pfctl -s rules'. Audit pf configurations for unintentional redundancy in action keywords ('log', 'return ttl', 'dnpipe') which may also be affected.

CVE-2012-0217 HIGH POC
7.2 Jun 12

The x86-64 kernel system-call functionality in Xen 4.1.2 and earlier, as used in Citrix XenServer 6.0.2 and earlier and

CVE-2025-14558 HIGH POC
7.2 Mar 09

The rtsol(8) and rtsold(8) programs do not validate the domain search list options provided in router advertisement mess

CVE-2013-4854 HIGH POC
7.8 Jul 29

The RFC 5011 implementation in rdata.c in ISC BIND 9.7.x and 9.8.x before 9.8.5-P2, 9.8.6b1, 9.9.x before 9.9.3-P2, and

CVE-2024-6387 HIGH POC
8.1 Jul 01

Remote code execution in OpenSSH's sshd server (regression of CVE-2006-5051) allows unauthenticated remote attackers to

CVE-2023-48795 MEDIUM POC
5.9 Dec 18

The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remot

CVE-2013-2171 MEDIUM POC
6.9 Jul 02

The vm_map_lookup function in sys/vm/vm_map.c in the mmap implementation in the kernel in FreeBSD 9.0 through 9.1-RELEAS

CVE-2016-5766 HIGH POC
8.8 Aug 07

Integer overflow in the _gd2GetHeader function in gd_gd2.c in the GD Graphics Library (aka libgd) before 2.2.3, as used

CVE-2016-1879 HIGH POC
7.5 Jan 29

The Stream Control Transmission Protocol (SCTP) module in FreeBSD 9.3 before p33, 10.1 before p26, and 10.2 before p9, w

CVE-2020-7457 HIGH POC
8.1 Jul 09

In FreeBSD 12.1-STABLE before r359565, 12.1-RELEASE before p7, 11.4-STABLE before r362975, 11.4-RELEASE before p1, and 1

CVE-2018-8897 HIGH POC
7.8 May 08

A statement in the System Programming Guide of the Intel 64 and IA-32 Architectures Software Developer's Manual (SDM) wa

CVE-2012-3549 HIGH POC
7.8 Oct 09

The SCTP implementation in FreeBSD 8.2 allows remote attackers to cause a denial of service (NULL pointer dereference an

CVE-2024-29937 CRITICAL POC
9.8 Apr 11

NFS in a BSD derived codebase, as used in OpenBSD through 7.4 and FreeBSD through 14.0-RELEASE, allows remote attackers

Share

CVE-2026-4748 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy