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: update-systemd-resolved

Found 3 matching suggestions

View:
Compact
Detailed
Untriaged
Permalink CVE-2026-80212
7.5 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): None (N)
  • Integrity (I): None (N)
  • Availability (A): High (H)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): None (N)
  • Modified Availability (MA): High (H)
created 2 days ago Activity log
  • Created suggestion
An issue was discovered in the resolv gem before 0.7.2 …

An issue was discovered in the resolv gem before 0.7.2 for Ruby. Resolv::DNS::Resource.get_class, Resolv::DNS::Resource::Generic.create, and Resolv::DNS::SvcParam::Generic.create generate a new class for each unknown DNS resource record (type, class) pair, or each unknown SvcParamKey, encountered while decoding a response. Each generated class was permanently registered both as a constant on Resource (or SvcParam::Generic) and as an entry in a class-lookup hash (ClassHash), and thus the class remained reachable through that constant after the response was discarded. Type and class are each 16-bit values, and thus an attacker controlling DNS responses (a spoofed response, or a malicious or hijacked upstream DNS server) has roughly 2^32 distinct (type, class) pairs to choose from. A single response of a few hundred kilobytes carrying tens of thousands of distinct unknown types permanently grows process memory by tens of megabytes; repeated responses accumulate without bound and are never reclaimed by garbage collection, because the constant keeps each class alive. Any code path that calls Resolv::DNS::Message.decode on attacker-influenced DNS responses is affected. resolv is a default gem, and thus this is reachable from a plain Ruby installation without any additional dependency.

Affected products

resolv
  • <0.7.2
  • <0.3.2

Matching in nixpkgs

pkgs.knot-resolver

Caching validating DNS resolver, from .cz domain registry

pkgs.darwin.libresolv

Libresolv implementation for Darwin

  • nixos-unstable 93
    • nixpkgs-unstable 93
    • nixos-unstable-small 96
  • nixos-26.05 93
    • nixos-26.05-small 93
    • nixpkgs-26.05-darwin 93

pkgs.update-systemd-resolved

Helper script for OpenVPN to directly update the DNS settings of a link through systemd-resolved via DBus

Package maintainers

Untriaged
Permalink CVE-2026-80213
4.0 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): High (H)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Scope (S): Changed (C)
  • Confidentiality (C): None (N)
  • Integrity (I): Low (L)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): High (H)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Changed (C)
  • Modified Integrity (MI): Low (L)
  • Modified Availability (MA): None (N)
created 2 days ago Activity log
  • Created suggestion
An issue was discovered in the resolv gem before 0.7.2 …

An issue was discovered in the resolv gem before 0.7.2 for Ruby. Resolv::DNS::MessageEncoder wrote a DNS label's length into a single octet without checking its range. A label longer than 255 octets had its length stored modulo 256 but the label data was written unchanged, and thus the bytes on the wire described a different name than the one the application asked to encode. RFC 1035 section 2.3.4 limits a label to 63 octets, and the two high bits of the length octet are reserved for compression pointers. put_string packed the length with put_pack("C", d.length) and put_label used it for labels, and thus any value from 0 to 255 could end up as a label length octet, including the reserved 0x40-0xBF range and the 0xC0-0xFF pointer range. Resolv::DNS::Name.create did not check per-label or total name length either, and thus an attacker-controlled hostname reached the encoder unchanged. An application that resolves an attacker-controlled hostname sends a query whose wire bytes name a domain the attacker chose. A hostname suffix that the application validates against an allowlist becomes padding that never appears on the wire, and thus allowlist and egress checks can be bypassed. The recursive resolver caches the response under the attacker's name, and DNS logs record that name rather than the one the application asked for. A label length whose low octet lands in the 0xC0-0xFF range produces a length octet that conforming parsers read as the start of a compression pointer, with the following attacker-controlled byte as the offset.

Affected products

resolv
  • <0.7.2
  • <0.3.2

Matching in nixpkgs

pkgs.knot-resolver

Caching validating DNS resolver, from .cz domain registry

pkgs.darwin.libresolv

Libresolv implementation for Darwin

  • nixos-unstable 93
    • nixpkgs-unstable 93
    • nixos-unstable-small 96
  • nixos-26.05 93
    • nixos-26.05-small 93
    • nixpkgs-26.05-darwin 93

pkgs.update-systemd-resolved

Helper script for OpenVPN to directly update the DNS settings of a link through systemd-resolved via DBus

Package maintainers

Untriaged
Permalink CVE-2026-16552
6.3 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Local (L)
  • Attack Complexity (AC): High (H)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): None (N)
  • Integrity (I): High (H)
  • Availability (A): High (H)
  • Modified Attack Vector (MAV): Local (L)
  • Modified Attack Complexity (MAC): High (H)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): High (H)
created 1 month, 1 week ago Activity log
  • Created suggestion
Systemd: systemd-tmpfiles symlink-redirected arbitrary file overwrite via a chase_safe root-to-unprivileged ownership transition bypass

A flaw was found in systemd-tmpfiles. When processing a tmpfiles.d configuration entry that writes to a file, systemd-tmpfiles can follow a symbolic link placed by an unprivileged local user, and an existing safety check does not detect this specific case because it always treats transitions away from the root user as safe. On systems where a tmpfiles.d configuration targets a path an unprivileged user can influence, this could allow that user to redirect a privileged systemd-tmpfiles write to a file of their choosing, though the content written remains determined by the existing configuration rather than by the unprivileged user. The highest threat from this vulnerability is to integrity.

Affected products

systemd

Matching in nixpkgs

pkgs.udev

System and service manager for Linux

  • nixos-unstable -
    • nixos-unstable-small 261
  • nixos-26.05 -
    • nixos-26.05-small 260.2

pkgs.systemd

System and service manager for Linux

  • nixos-unstable -
    • nixos-unstable-small 261
  • nixos-26.05 -
    • nixos-26.05-small 260.2

pkgs.systemd-lsp

Language server implementation for systemd unit files made in Rust

pkgs.systemdLibs

System and service manager for Linux

  • nixos-unstable -
    • nixos-unstable-small 261
  • nixos-26.05 -
    • nixos-26.05-small 260.2

pkgs.rofi-systemd

Control your systemd units using rofi

  • nixos-unstable -
    • nixos-unstable-small 1.1.0
  • nixos-26.05 -
    • nixos-26.05-small 1.1.0

pkgs.systemdUkify

System and service manager for Linux

  • nixos-unstable -
    • nixos-unstable-small 261
  • nixos-26.05 -
    • nixos-26.05-small 260.2

pkgs.systemdMinimal

System and service manager for Linux

  • nixos-unstable -
    • nixos-unstable-small 261
  • nixos-26.05 -
    • nixos-26.05-small 260.2

pkgs.systemd-netlogd

Forwards messages from the journal to other hosts over the network

  • nixos-unstable -
    • nixos-unstable-small 1.4.4
  • nixos-26.05 -
    • nixos-26.05-small 1.4.4

pkgs.systemd-bootchart

Boot performance graphing tool from systemd

  • nixos-unstable -
    • nixos-unstable-small 235
  • nixos-26.05 -
    • nixos-26.05-small 235

pkgs.systemd-credsubst

envsubst for systemd credentials

  • nixos-unstable -
    • nixos-unstable-small 0.1.0
  • nixos-26.05 -
    • nixos-26.05-small 0.1.0

pkgs.systemd-manager-tui

Program for managing systemd services through a TUI

  • nixos-unstable -
    • nixos-unstable-small 1.2.4
  • nixos-26.05 -
    • nixos-26.05-small 1.2.4

pkgs.systemd-lock-handler

Translates systemd-system lock/sleep signals into systemd-user target activations

  • nixos-unstable -
    • nixos-unstable-small 2.4.2
  • nixos-26.05 -
    • nixos-26.05-small 2.4.2

pkgs.ocamlPackages.systemd

OCaml module for native access to the systemd facilities

  • nixos-unstable -
    • nixos-unstable-small 1.3
  • nixos-26.05 -
    • nixos-26.05-small 1.3

pkgs.update-systemd-resolved

Helper script for OpenVPN to directly update the DNS settings of a link through systemd-resolved via DBus

  • nixos-unstable -
    • nixos-unstable-small 1.3.0
  • nixos-26.05 -
    • nixos-26.05-small 1.3.0

pkgs.ocamlPackages_latest.systemd

OCaml module for native access to the systemd facilities

  • nixos-unstable -
    • nixos-unstable-small 1.3
  • nixos-26.05 -
    • nixos-26.05-small 1.3

pkgs.gnomeExtensions.systemd-manager-neo

Monitor and manage system and user systemd services directly from the GNOME top panel. Features RAM/Uptime tracking and easy log access.

  • nixos-unstable -
    • nixos-unstable-small 6
  • nixos-26.05 -
    • nixos-26.05-small 6

pkgs.python313Packages.systemdunitparser

SystemdUnitParser is an extension to Python's configparser.RawConfigParser to properly parse systemd unit files

  • nixos-unstable -
    • nixos-unstable-small 0.4
  • nixos-26.05 -
    • nixos-26.05-small 0.4

pkgs.python314Packages.systemdunitparser

SystemdUnitParser is an extension to Python's configparser.RawConfigParser to properly parse systemd unit files

  • nixos-unstable -
    • nixos-unstable-small 0.4
  • nixos-26.05 -
    • nixos-26.05-small 0.4

Package maintainers