CVE-2026-18664CWE-284CWE-697broken-access-control

CVE-2026-18664

published August 26, 2026

CVSS
8.2
EPSS
0%
Percentile
24.0
In the wild
Unconfirmed
What it is

When ranges are used for access control (i.e. of the form 1.2.3.4-1.2.3.25), because NSD wrongly compares the IP address with the range on little endian systems, IPs that were meant to be allowed may be denied, and, IPs that were meant to be denied access could be allowed. An IPv4 address is compared with IPv4 ranges as unsigned 32 bit numbers directly with the endianness of the host, but the values to compare are in network byte order (big-endian). With IPv6 addresses the comparison is done in 4 times a unsigned 32 bit number comparison, again with the endianness of the host where all values are actually in network bye order.

The record
Technical detail
CVSS
8.2 · NONE
CVSS v4.0
8.2 · CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
EPSS
0.00315 · 24.0th percentile
Weaknesses
CWE-284 · Improper Access Control; CWE-697 · Incorrect Comparison
Published
2026-08-26T13:16Z
References (1)
EPSS history
Timeline
  • 27 AUG 06:20Z
    EPSS moved — → 0%
    epss
  • 26 AUG 08:34Z
    Wrong interpretation of ACL ranges
    cvelistv5