8.2 HIGH
- CVSS version (CVSS): 4.0
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Attack Requirement (AT): Present (P)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Vulnerable System Impact Confidentiality (VC): High (H)
- Vulnerable System Impact Integrity (VI): None (N)
- Vulnerable System Impact Availability (VA): None (N)
- Subsequent System Impact Confidentiality (SC): None (N)
- Subsequent System Impact Integrity (SI): None (N)
- Subsequent System Impact Availability (SA): None (N)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Attack Requirement (MAT): Present (P)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Vulnerable System Impact Confidentiality (MVC): High (H)
- Modified Vulnerable System Impact Integrity (MVI): None (N)
- Modified Vulnerable System Impact Availability (MVA): None (N)
- Modified Subsequent System Impact Confidentiality (MSC): Negligible (N)
- Modified Subsequent System Impact Integrity (MSI): Negligible (N)
- Modified Subsequent System Impact Availability (MSA): Negligible (N)
- Safety (S): Not Defined (X)
- Automatable (AU): Not Defined (X)
- Recovery (R): Not Defined (X)
- Value Density (V): Not Defined (X)
- Vulnerability Response Effort (RE): Not Defined (X)
- Provider Urgency (U): Not Defined (X)
- Confidentiality Req. (CR): Not Defined (X)
- Integrity Req. (IR): Not Defined (X)
- Availability Req. (AR): Not Defined (X)
- Exploit Maturity (E): Not Defined (X)
Activity log
- Created suggestion
Wrong interpretation of ACL ranges
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.
References
-
https://www.nlnetlabs.nl/downloads/nsd/CVE-2026-18664.txt vendor-advisory
Affected products
- <4.15.1
Matching in nixpkgs
pkgs.nsd
Authoritative only, high performance, simple and open source name server
pkgs.pdnsd
Permanent DNS caching
-
nixos-unstable 1.2.9a-par
- nixpkgs-unstable 1.2.9a-par
- nixos-unstable-small 1.2.9a-par
-
nixos-26.05 1.2.9a-par
- nixos-26.05-small 1.2.9a-par
- nixpkgs-26.05-darwin 1.2.9a-par
pkgs.dnsdbq
C99 program that accesses passive DNS database systems
pkgs.nsdiff
Create a "nsupdate" script from DNS zone file differences
pkgs.dnsdiag
DNS Measurement, Troubleshooting and Security Auditing Toolset
pkgs.dnsdist
DNS Loadbalancer
pkgs.zeronsd
DNS server for ZeroTier users
pkgs.adidnsdump
Active Directory Integrated DNS dumping by any authenticated user
pkgs.perlPackages.nsdiff
Create a "nsupdate" script from DNS zone file differences
pkgs.perl5Packages.nsdiff
Create a "nsupdate" script from DNS zone file differences
pkgs.idrisPackages.transducers
Composable algorithmic transformation
-
nixos-unstable 2017-07-28
- nixpkgs-unstable 2017-07-28
- nixos-unstable-small 2017-07-28
-
nixos-26.05 2017-07-28
- nixos-26.05-small 2017-07-28
- nixpkgs-26.05-darwin 2017-07-28
pkgs.python313Packages.webexpythonsdk
Python module for Webex Teams APIs
pkgs.python314Packages.webexpythonsdk
Python module for Webex Teams APIs
pkgs.python313Packages.awsiotpythonsdk
Python SDK for connecting to AWS IoT
pkgs.python314Packages.awsiotpythonsdk
Python SDK for connecting to AWS IoT
pkgs.vscode-extensions.nsd.vscode-epics
EPICS syntax highlighting and tools
Package maintainers
-
@fabaff Fabian Affolter <mail@fabian-affolter.ch>
-
@x123 x123 <nix@nixlink.net>
-
@jojosch Johannes Schleifenbaum <johannes@js-webcoding.de>
-
@brainrake Marton Boros <martonboros@gmail.com>
-
@ruuda Ruud van Asseldonk <dev+nix@veniogames.com>
-
@Mynacol Mynacol
-
@minijackson Rémi Nicole <minijackson@riseup.net>
-
@dstengele Dennis Stengele <dennis@stengele.me>