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.

Suggestions search

With package: vscode-extensions.nsd.vscode-epics

Found 8 matching suggestions

View:
Compact
Detailed
Permalink CVE-2026-18916
6.9 MEDIUM
  • CVSS version (CVSS): 4.0
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Attack Requirement (AT): None (N)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Vulnerable System Impact Confidentiality (VC): None (N)
  • Vulnerable System Impact Integrity (VI): None (N)
  • Vulnerable System Impact Availability (VA): Low (L)
  • 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): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Vulnerable System Impact Confidentiality (MVC): None (N)
  • Modified Vulnerable System Impact Integrity (MVI): None (N)
  • Modified Vulnerable System Impact Availability (MVA): Low (L)
  • 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 3 days, 13 hours ago Activity log
  • Created suggestion
Remote TCP DoS by throttling the TCP receive window

Any remote client can crash a NSD serve child, by throttling the TCP receive window after a TCP query. By continuously crashing the serve childs, the remote client can denial all TCP service to this NSD instance.

Affected products

NSD
  • <4.15.1

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

Permalink CVE-2026-18664
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)
created 3 days, 13 hours ago 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.

Affected products

NSD
  • <4.15.1

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

Permalink CVE-2026-19401
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): None (N)
  • Vulnerable System Impact Integrity (VI): None (N)
  • 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): Present (P)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Vulnerable System Impact Confidentiality (MVC): None (N)
  • Modified Vulnerable System Impact Integrity (MVI): None (N)
  • 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 3 days, 13 hours ago Activity log
  • Created suggestion
Remote UDP DoS by sending multiple DNS Cookie options

Any remote client can crash a (debugging/non-release build type) NSD serve child by sending it a special crafted message with a specially tuned number of DNS Cookie options (17 when UDP payload size is 512). By continuously crashing the serve childs, the remote client can severely hamper or, when positioned sufficiently close, deny all DNS service.

Affected products

NSD
  • <4.15.1

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

Permalink CVE-2026-19538
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)
created 3 days, 13 hours ago Activity log
  • Created suggestion
Bypass of BLOCKED ACL items on proxy protocol port over TCP or TLS

The BLOCKED access control list items that are evaluated to deny access on the the proxy protocol port can be bypassed completely when connecting over TCP or TLS and sending the query twice on connection that is kept open.

Affected products

NSD
  • <4.15.1

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

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 months 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

  • nixos-unstable -
  • nixos-26.05 -

pkgs.pdnsd

Permanent DNS caching

pkgs.dnsdbq

C99 program that accesses passive DNS database systems

  • nixos-unstable -
    • nixos-unstable-small 2.6.8
  • nixos-26.05 -
    • nixos-26.05-small 2.6.8

pkgs.nsdiff

Create a "nsupdate" script from DNS zone file differences

  • nixos-unstable -
    • nixos-unstable-small 1.85
  • nixos-26.05 -
    • nixos-26.05-small 1.85

pkgs.dnsdiag

DNS Measurement, Troubleshooting and Security Auditing Toolset

  • nixos-unstable -
    • nixos-unstable-small 2.9.3
  • nixos-26.05 -
    • nixos-26.05-small 2.9.3

pkgs.dnsdist

DNS Loadbalancer

  • nixos-unstable -
    • nixos-unstable-small 2.0.5
  • nixos-26.05 -
    • nixos-26.05-small 2.0.5

pkgs.zeronsd

DNS server for ZeroTier users

  • nixos-unstable -
    • nixos-unstable-small 0.5.2
  • nixos-26.05 -
    • nixos-26.05-small 0.5.2

pkgs.adidnsdump

Active Directory Integrated DNS dumping by any authenticated user

  • nixos-unstable -
    • nixos-unstable-small 1.4.0
  • nixos-26.05 -
    • nixos-26.05-small 1.4.0

pkgs.perlPackages.nsdiff

Create a "nsupdate" script from DNS zone file differences

  • nixos-unstable -
    • nixos-unstable-small 1.85
  • nixos-26.05 -
    • nixos-26.05-small 1.85

pkgs.perl5Packages.nsdiff

Create a "nsupdate" script from DNS zone file differences

  • nixos-unstable -
    • nixos-unstable-small 1.85
  • nixos-26.05 -
    • nixos-26.05-small 1.85
Permalink CVE-2026-12490
8.2 HIGH
  • CVSS version (CVSS): 4.0
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): High (H)
  • Attack Requirement (AT): None (N)
  • 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): High (H)
  • Modified Attack Requirement (MAT): None (N)
  • 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)
created 2 months ago Activity log
  • Created suggestion
Bypass of client certificate verification with transfer over TLS

When a provide-xfr is given with a tls-auth-name, a secondary requesting a transfer should provide a client certificate with that name. However, no client certificate is needed when the request comes in over TLS over the regular tls-port (and not the tls-auth-port) or over over TCP over the regular port, when the other conditions of the provide-xfr rule match.

Affected products

NSD
  • <4.14.3

Matching in nixpkgs

pkgs.nsd

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

  • nixos-unstable -
  • nixos-26.05 -

pkgs.pdnsd

Permanent DNS caching

pkgs.dnsdbq

C99 program that accesses passive DNS database systems

  • nixos-unstable -
    • nixos-unstable-small 2.6.8
  • nixos-26.05 -
    • nixos-26.05-small 2.6.8

pkgs.nsdiff

Create a "nsupdate" script from DNS zone file differences

  • nixos-unstable -
    • nixos-unstable-small 1.85
  • nixos-26.05 -
    • nixos-26.05-small 1.85

pkgs.dnsdiag

DNS Measurement, Troubleshooting and Security Auditing Toolset

  • nixos-unstable -
    • nixos-unstable-small 2.9.3
  • nixos-26.05 -
    • nixos-26.05-small 2.9.3

pkgs.dnsdist

DNS Loadbalancer

  • nixos-unstable -
    • nixos-unstable-small 2.0.5
  • nixos-26.05 -
    • nixos-26.05-small 2.0.5

pkgs.zeronsd

DNS server for ZeroTier users

  • nixos-unstable -
    • nixos-unstable-small 0.5.2
  • nixos-26.05 -
    • nixos-26.05-small 0.5.2

pkgs.adidnsdump

Active Directory Integrated DNS dumping by any authenticated user

  • nixos-unstable -
    • nixos-unstable-small 1.4.0
  • nixos-26.05 -
    • nixos-26.05-small 1.4.0

pkgs.perlPackages.nsdiff

Create a "nsupdate" script from DNS zone file differences

  • nixos-unstable -
    • nixos-unstable-small 1.85
  • nixos-26.05 -
    • nixos-26.05-small 1.85

pkgs.perl5Packages.nsdiff

Create a "nsupdate" script from DNS zone file differences

  • nixos-unstable -
    • nixos-unstable-small 1.85
  • nixos-26.05 -
    • nixos-26.05-small 1.85
Permalink CVE-2026-12246
7.2 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): None (N)
  • 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): None (N)
  • 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 months ago Activity log
  • Created suggestion
Out of bounds stack write with crafted APL RR

NSD version 4.14.0 introduced a bug where a specially crafted APL RR, with an adflength larger than permitted for the address family will overwrite the stack when the zone is written to disk, with a maximum of 111 attacker controlled 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
Permalink CVE-2026-12245
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): None (N)
  • User Interaction (UI): None (N)
  • Vulnerable System Impact Confidentiality (VC): None (N)
  • Vulnerable System Impact Integrity (VI): None (N)
  • 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): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Vulnerable System Impact Confidentiality (MVC): None (N)
  • Modified Vulnerable System Impact Integrity (MVI): None (N)
  • 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 months ago Activity log
  • Created suggestion
Denial of DNS over TLS service by any DoT client

NSD from version 4.13.0 has a heap use-after-free bug in logging errors on TLS connections, causing a crash of the server process, which can be triggered trivially by sending a DNS query over a DoT connection, and closing the connection without reading the response.

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