Nixpkgs security tracker

Login with GitHub
⚠️ You are using a production deployment that is still only suitable for demo purposes. Any work done in this might be wiped later without notice.

Suggestion detail

Untriaged
Permalink CVE-2026-12244
8.7 HIGH
  • CVSS version (CVSS): 4.0
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Attack Requirement (AT): None (N)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Vulnerable System Impact Confidentiality (VC): High (H)
  • Vulnerable System Impact Integrity (VI): High (H)
  • Vulnerable System Impact Availability (VA): High (H)
  • 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): None (N)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): None (N)
  • Modified Vulnerable System Impact Confidentiality (MVC): High (H)
  • Modified Vulnerable System Impact Integrity (MVI): High (H)
  • Modified Vulnerable System Impact Availability (MVA): High (H)
  • 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)
created 2 weeks, 6 days ago Activity log
  • Created suggestion
Heap overflow and crash with crafted SVCB RR

If NSD is configured as secondary for a zone, the primary of that zone can crash NSD with an AXFR containing a DNS message with a special crafted SVCB RR with an rdata size of 65512, that let's an (uint16_t) variable that is used to allocate space needed for the RR wrap (because total size > 65535), causing a heap overflow. The attacker can perform a controlled (RCE class) head write of up to 65509 bytes

Affected products

NSD
  • <4.14.3

Matching in nixpkgs

pkgs.nsd

Authoritative only, high performance, simple and open source name server

pkgs.dnsdbq

C99 program that accesses passive DNS database systems

pkgs.nsdiff

Create a "nsupdate" script from DNS zone file differences

  • nixos-unstable 1.85
    • nixpkgs-unstable 1.85
    • nixos-unstable-small 1.85
  • nixos-26.05 1.85
    • nixos-26.05-small 1.85
    • nixpkgs-26.05-darwin 1.85

pkgs.dnsdiag

DNS Measurement, Troubleshooting and Security Auditing Toolset

pkgs.adidnsdump

Active Directory Integrated DNS dumping by any authenticated user

pkgs.perlPackages.nsdiff

Create a "nsupdate" script from DNS zone file differences

  • nixos-unstable 1.85
    • nixpkgs-unstable 1.85
    • nixos-unstable-small 1.85
  • nixos-26.05 1.85
    • nixos-26.05-small 1.85
    • nixpkgs-26.05-darwin 1.85

Package maintainers