CVE-2024-27188 5.9 MEDIUM CVSS version: 3.1 Attack vector (AV): NETWORK Attack complexity (AC): LOW Privileges required (PR): HIGH User interaction (UI): REQUIRED Scope (S): CHANGED Confidentiality impact (C): LOW Integrity impact (I): LOW Availability impact (A): LOW created 3 months ago WordPress Breeze plugin <= 2.1.3 - Cross Site Scripting (XSS) vulnerability Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Cloudways Breeze allows Stored XSS.This issue affects Breeze: from n/a through 2.1.3. Affected products breeze =<2.1.3 Matching in nixpkgs pkgs.kdePackages.breeze Artwork, styles and assets for the Breeze visual style for the Plasma Desktop nixos-unstable ??? nixpkgs-unstable 6.4.5 pkgs.kdePackages.breeze-gtk Breeze widget theme for GTK 2 and 3 nixos-unstable ??? nixpkgs-unstable 6.4.5 pkgs.kdePackages.breeze-grub GRUB theme for the Breeze visual style for the Plasma Desktop nixos-unstable ??? nixpkgs-unstable 6.4.5 pkgs.libsForQt5.breeze-icons nixos-unstable ??? nixpkgs-unstable 5.116.0 pkgs.kdePackages.breeze-icons Breeze icon theme. nixos-unstable ??? nixpkgs-unstable 6.18.0 pkgs.breeze-hacked-cursor-theme Breeze Hacked cursor theme nixos-unstable ??? nixpkgs-unstable 0-unstable-2024-01-28 pkgs.kdePackages.breeze-plymouth Plymouth theme for the Breeze visual style for the Plasma Desktop nixos-unstable ??? nixpkgs-unstable 6.4.5 pkgs.python312Packages.seabreeze Python library to access Ocean Optics spectrometers nixos-unstable ??? nixpkgs-unstable 2.10.1 pkgs.python313Packages.seabreeze Python library to access Ocean Optics spectrometers nixos-unstable ??? nixpkgs-unstable 2.10.1 pkgs.plasma5Packages.breeze-icons nixos-unstable ??? nixpkgs-unstable 5.116.0 pkgs.kdePackages.qqc2-breeze-style Breeze inspired QQC2 Style nixos-unstable ??? nixpkgs-unstable 6.4.5 pkgs.wordpressPackages.plugins.breeze nixos-unstable ??? nixpkgs-unstable 2.2.9 pkgs.kdePackages.sierra-breeze-enhanced OSX-like window decoration for KDE Plasma written in C++ nixos-unstable ??? nixpkgs-unstable 2.1.1 pkgs.qt6Packages.sierra-breeze-enhanced OSX-like window decoration for KDE Plasma written in C++ nixos-unstable ??? nixpkgs-unstable 2.1.1 Package maintainers: 10 @A1ca7raz A1ca7raz <aya@wtm.moe> @nyanloutre Paul Trehiou <paul@nyanlout.re> @ttuegel Thomas Tuegel <ttuegel@mailbox.org> @SuperSandro2000 Sandro Jäckel <sandro.jaeckel@gmail.com> @K900 Ilya K. <me@0upti.me> @NickCao Nick Cao <nickcao@nichi.co> @LunNova Luna Nova <nixpkgs-maintainer@lunnova.dev> @ilya-fedin Ilya Fedin <fedin-ilja2010@ya.ru> @mjm Matt Moriarity <matt@mattmoriarity.com> @Anomalocaridid Duncan Russell <duncan@anomalocaris.xyz>
pkgs.kdePackages.breeze Artwork, styles and assets for the Breeze visual style for the Plasma Desktop nixos-unstable ??? nixpkgs-unstable 6.4.5
pkgs.kdePackages.breeze-gtk Breeze widget theme for GTK 2 and 3 nixos-unstable ??? nixpkgs-unstable 6.4.5
pkgs.kdePackages.breeze-grub GRUB theme for the Breeze visual style for the Plasma Desktop nixos-unstable ??? nixpkgs-unstable 6.4.5
pkgs.breeze-hacked-cursor-theme Breeze Hacked cursor theme nixos-unstable ??? nixpkgs-unstable 0-unstable-2024-01-28
pkgs.kdePackages.breeze-plymouth Plymouth theme for the Breeze visual style for the Plasma Desktop nixos-unstable ??? nixpkgs-unstable 6.4.5
pkgs.python312Packages.seabreeze Python library to access Ocean Optics spectrometers nixos-unstable ??? nixpkgs-unstable 2.10.1
pkgs.python313Packages.seabreeze Python library to access Ocean Optics spectrometers nixos-unstable ??? nixpkgs-unstable 2.10.1
pkgs.kdePackages.qqc2-breeze-style Breeze inspired QQC2 Style nixos-unstable ??? nixpkgs-unstable 6.4.5
pkgs.kdePackages.sierra-breeze-enhanced OSX-like window decoration for KDE Plasma written in C++ nixos-unstable ??? nixpkgs-unstable 2.1.1
pkgs.qt6Packages.sierra-breeze-enhanced OSX-like window decoration for KDE Plasma written in C++ nixos-unstable ??? nixpkgs-unstable 2.1.1
CVE-2024-29735 5.3 MEDIUM CVSS version: 3.1 Attack vector (AV): NETWORK Attack complexity (AC): HIGH Privileges required (PR): LOW User interaction (UI): NONE Scope (S): UNCHANGED Confidentiality impact (C): NONE Integrity impact (I): HIGH Availability impact (A): NONE created 3 months ago Apache Airflow: Potentially harmful permission changing by log task handler Improper Preservation of Permissions vulnerability in Apache Airflow.This issue affects Apache Airflow from 2.8.2 through 2.8.3. Airflow's local file task handler in Airflow incorrectly set permissions for all parent folders of log folder, in default configuration adding write access to Unix group of the folders. In the case Airflow is run with the root user (not recommended) it added group write permission to all folders up to the root of the filesystem. If your log files are stored in the home directory, these permission changes might impact your ability to run SSH operations after your home directory becomes group-writeable. This issue does not affect users who use or extend Airflow using Official Airflow Docker reference images ( https://hub.docker.com/r/apache/airflow/ ) - those images require to have group write permission set anyway. You are affected only if you install Airflow using local installation / virtualenv or other Docker images, but the issue has no impact if docker containers are used as intended, i.e. where Airflow components do not share containers with other applications and users. Also you should not be affected if your umask is 002 (group write enabled) - this is the default on many linux systems. Recommendation for users using Airflow outside of the containers: * if you are using root to run Airflow, change your Airflow user to use non-root * upgrade Apache Airflow to 2.8.4 or above * If you prefer not to upgrade, you can change the https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#file-task-handler-new-folder-permissions to 0o755 (original value 0o775). * if you already ran Airflow tasks before and your default umask is 022 (group write disabled) you should stop Airflow components, check permissions of AIRFLOW_HOME/logs in all your components and all parent directories of this directory and remove group write access for all the parent directories Affected products apache-airflow =<2.8.3 Matching in nixpkgs pkgs.apache-airflow Programmatically author, schedule and monitor data pipelines nixos-unstable ??? nixpkgs-unstable 2.7.3 Package maintainers: 3 @ingenieroariel Ariel Nunez <ariel@nunez.co> @bhipple Benjamin Hipple <bhipple@protonmail.com> @gbpdt Graham Bennett <nix@pdtpartners.com>
pkgs.apache-airflow Programmatically author, schedule and monitor data pipelines nixos-unstable ??? nixpkgs-unstable 2.7.3
CVE-2024-28834 5.3 MEDIUM CVSS version: 3.1 Attack vector (AV): NETWORK Attack complexity (AC): HIGH Privileges required (PR): LOW User interaction (UI): NONE Scope (S): UNCHANGED Confidentiality impact (C): HIGH Integrity impact (I): NONE Availability impact (A): NONE created 3 months ago Gnutls: vulnerable to minerva side-channel information leak A flaw was found in GnuTLS. The Minerva attack is a cryptographic vulnerability that exploits deterministic behavior in systems like GnuTLS, leading to side-channel leaks. In specific scenarios, such as when using the GNUTLS_PRIVKEY_FLAG_REPRODUCIBLE flag, it can result in a noticeable step in nonce size from 513 to 512 bits, exposing a potential timing side-channel. Affected products gnutls ==3.7.6-23 * Matching in nixpkgs pkgs.gnutls GNU Transport Layer Security Library nixos-unstable ??? nixpkgs-unstable 3.8.10 pkgs.guile-gnutls Guile bindings for GnuTLS library nixos-unstable ??? nixpkgs-unstable 5.0.1 pkgs.python312Packages.python3-gnutls Python wrapper for the GnuTLS library nixos-unstable ??? nixpkgs-unstable python3-gnutls-3.1.10 pkgs.python313Packages.python3-gnutls Python wrapper for the GnuTLS library nixos-unstable ??? nixpkgs-unstable python3-gnutls-3.1.10 Package maintainers: 3 @vcunat Vladimír Čunát <v@cunat.cz> @charlieshanley Charlie Hanley <charlieshanley@gmail.com> @foo-dogsquared Gabriel Arazas <foodogsquared@foodogsquared.one>
pkgs.python312Packages.python3-gnutls Python wrapper for the GnuTLS library nixos-unstable ??? nixpkgs-unstable python3-gnutls-3.1.10
pkgs.python313Packages.python3-gnutls Python wrapper for the GnuTLS library nixos-unstable ??? nixpkgs-unstable python3-gnutls-3.1.10
CVE-2024-27963 6.5 MEDIUM CVSS version: 3.1 Attack vector (AV): NETWORK Attack complexity (AC): LOW Privileges required (PR): LOW User interaction (UI): REQUIRED Scope (S): CHANGED Confidentiality impact (C): LOW Integrity impact (I): LOW Availability impact (A): LOW created 3 months ago WordPress Crisp – Live Chat and Chatbot plugin <= 0.44 - Cross Site Scripting (XSS) vulnerability Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Crisp allows Stored XSS.This issue affects Crisp: from n/a through 0.44. Affected products crisp =<0.44 Matching in nixpkgs pkgs.crispyDoom Limit-removing enhanced-resolution Doom source port based on Chocolate Doom nixos-unstable ??? nixpkgs-unstable 7.0 pkgs.python312Packages.crispy-bootstrap3 Bootstrap 3 template pack for django-crispy-forms nixos-unstable ??? nixpkgs-unstable bootstrap3-2024.1 pkgs.python312Packages.crispy-bootstrap4 Bootstrap 4 template pack for django-crispy-forms nixos-unstable ??? nixpkgs-unstable bootstrap4-2025.6 pkgs.python312Packages.crispy-bootstrap5 Bootstrap 5 template pack for django-crispy-forms nixos-unstable ??? nixpkgs-unstable bootstrap5-2025.6 pkgs.python313Packages.crispy-bootstrap3 Bootstrap 3 template pack for django-crispy-forms nixos-unstable ??? nixpkgs-unstable bootstrap3-2024.1 pkgs.python313Packages.crispy-bootstrap4 Bootstrap 4 template pack for django-crispy-forms nixos-unstable ??? nixpkgs-unstable bootstrap4-2025.6 pkgs.python313Packages.crispy-bootstrap5 Bootstrap 5 template pack for django-crispy-forms nixos-unstable ??? nixpkgs-unstable bootstrap5-2025.6 pkgs.python312Packages.django-crispy-forms Best way to have DRY Django forms nixos-unstable ??? nixpkgs-unstable 2.4 pkgs.python313Packages.django-crispy-forms Best way to have DRY Django forms nixos-unstable ??? nixpkgs-unstable 2.4 Package maintainers: 6 @erictapen Kerstin Humm <kerstin@erictapen.name> @Gliczy Gliczy @neonfuz Sage Raflik <neonfuz@gmail.com> @keenanweaver Keenan Weaver <keenanweaver@protonmail.com> @onny Jonas Heinrich <onny@project-insanity.org> @ambroisie Bruno BELANYI <bruno.nixpkgs@belanyi.fr>
pkgs.crispyDoom Limit-removing enhanced-resolution Doom source port based on Chocolate Doom nixos-unstable ??? nixpkgs-unstable 7.0
pkgs.python312Packages.crispy-bootstrap3 Bootstrap 3 template pack for django-crispy-forms nixos-unstable ??? nixpkgs-unstable bootstrap3-2024.1
pkgs.python312Packages.crispy-bootstrap4 Bootstrap 4 template pack for django-crispy-forms nixos-unstable ??? nixpkgs-unstable bootstrap4-2025.6
pkgs.python312Packages.crispy-bootstrap5 Bootstrap 5 template pack for django-crispy-forms nixos-unstable ??? nixpkgs-unstable bootstrap5-2025.6
pkgs.python313Packages.crispy-bootstrap3 Bootstrap 3 template pack for django-crispy-forms nixos-unstable ??? nixpkgs-unstable bootstrap3-2024.1
pkgs.python313Packages.crispy-bootstrap4 Bootstrap 4 template pack for django-crispy-forms nixos-unstable ??? nixpkgs-unstable bootstrap4-2025.6
pkgs.python313Packages.crispy-bootstrap5 Bootstrap 5 template pack for django-crispy-forms nixos-unstable ??? nixpkgs-unstable bootstrap5-2025.6
pkgs.python312Packages.django-crispy-forms Best way to have DRY Django forms nixos-unstable ??? nixpkgs-unstable 2.4
pkgs.python313Packages.django-crispy-forms Best way to have DRY Django forms nixos-unstable ??? nixpkgs-unstable 2.4
CVE-2024-28835 5.0 MEDIUM CVSS version: 3.1 Attack vector (AV): LOCAL Attack complexity (AC): LOW Privileges required (PR): LOW User interaction (UI): REQUIRED Scope (S): UNCHANGED Confidentiality impact (C): NONE Integrity impact (I): NONE Availability impact (A): HIGH created 3 months ago Gnutls: potential crash during chain building/verification A flaw has been discovered in GnuTLS where an application crash can be induced when attempting to verify a specially crafted .pem bundle using the "certtool --verify-chain" command. Affected products gnutls ==3.8.3 * Matching in nixpkgs pkgs.gnutls GNU Transport Layer Security Library nixos-unstable ??? nixpkgs-unstable 3.8.10 pkgs.guile-gnutls Guile bindings for GnuTLS library nixos-unstable ??? nixpkgs-unstable 5.0.1 pkgs.python312Packages.python3-gnutls Python wrapper for the GnuTLS library nixos-unstable ??? nixpkgs-unstable python3-gnutls-3.1.10 pkgs.python313Packages.python3-gnutls Python wrapper for the GnuTLS library nixos-unstable ??? nixpkgs-unstable python3-gnutls-3.1.10 Package maintainers: 3 @vcunat Vladimír Čunát <v@cunat.cz> @charlieshanley Charlie Hanley <charlieshanley@gmail.com> @foo-dogsquared Gabriel Arazas <foodogsquared@foodogsquared.one>
pkgs.python312Packages.python3-gnutls Python wrapper for the GnuTLS library nixos-unstable ??? nixpkgs-unstable python3-gnutls-3.1.10
pkgs.python313Packages.python3-gnutls Python wrapper for the GnuTLS library nixos-unstable ??? nixpkgs-unstable python3-gnutls-3.1.10
CVE-2024-2494 6.2 MEDIUM CVSS version: 3.1 Attack vector (AV): LOCAL Attack complexity (AC): LOW Privileges required (PR): NONE User interaction (UI): NONE Scope (S): UNCHANGED Confidentiality impact (C): NONE Integrity impact (I): NONE Availability impact (A): HIGH created 3 months ago Libvirt: negative g_new0 length can lead to unbounded memory allocation A flaw was found in the RPC library APIs of libvirt. The RPC server deserialization code allocates memory for arrays before the non-negative length check is performed by the C API entry points. Passing a negative length to the g_new0 function results in a crash due to the negative length being treated as a huge positive number. This flaw allows a local, unprivileged user to perform a denial of service attack by causing the libvirt daemon to crash. Affected products libvirt <9.7.0 * virt:rhel * virt-devel:rhel * virt:av/libvirt virt:rhel/libvirt Matching in nixpkgs pkgs.libvirt Toolkit to interact with the virtualization capabilities of recent versions of Linux and other OSes nixos-unstable ??? nixpkgs-unstable 11.6.0 pkgs.libvirt-glib Wrapper library of libvirt for glib-based applications nixos-unstable ??? nixpkgs-unstable 5.0.0 pkgs.python312Packages.libvirt Libvirt Python bindings nixos-unstable ??? nixpkgs-unstable 11.6.0 pkgs.python313Packages.libvirt Libvirt Python bindings nixos-unstable ??? nixpkgs-unstable 11.6.0 pkgs.rubyPackages.ruby-libvirt nixos-unstable ??? nixpkgs-unstable 0.8.4 pkgs.prometheus-libvirt-exporter Prometheus metrics exporter for libvirt nixos-unstable ??? nixpkgs-unstable 2.3.3 pkgs.terraform-providers.libvirt nixos-unstable ??? nixpkgs-unstable 0.8.3 pkgs.rubyPackages_3_1.ruby-libvirt nixos-unstable ??? nixpkgs-unstable 0.8.4 pkgs.rubyPackages_3_2.ruby-libvirt nixos-unstable ??? nixpkgs-unstable 0.8.4 pkgs.rubyPackages_3_3.ruby-libvirt nixos-unstable ??? nixpkgs-unstable 0.8.4 pkgs.rubyPackages_3_4.ruby-libvirt nixos-unstable ??? nixpkgs-unstable 0.8.4 Package maintainers: 4 @globin Robin Gloster <mail@glob.in> @fpletz Franz Pletz <fpletz@fnordicwalking.de> @lovesegfault Bernardo Meurer <meurerbernardo@gmail.com> @farcaller Vladimir Pouzanov <farcaller@gmail.com>
pkgs.libvirt Toolkit to interact with the virtualization capabilities of recent versions of Linux and other OSes nixos-unstable ??? nixpkgs-unstable 11.6.0
pkgs.libvirt-glib Wrapper library of libvirt for glib-based applications nixos-unstable ??? nixpkgs-unstable 5.0.0
pkgs.prometheus-libvirt-exporter Prometheus metrics exporter for libvirt nixos-unstable ??? nixpkgs-unstable 2.3.3
CVE-2024-29091 7.1 HIGH CVSS version: 3.1 Attack vector (AV): NETWORK Attack complexity (AC): LOW Privileges required (PR): NONE User interaction (UI): REQUIRED Scope (S): CHANGED Confidentiality impact (C): LOW Integrity impact (I): LOW Availability impact (A): LOW created 3 months ago WordPress WP Armour plugin <= 2.1.13 - Reflected Cross Site Scripting (XSS) vulnerability Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Dnesscarkey WP Armour – Honeypot Anti Spam allows Reflected XSS.This issue affects WP Armour – Honeypot Anti Spam: from n/a through 2.1.13. Affected products honeypot =<2.1.13 Matching in nixpkgs pkgs.hb-honeypot Script that listens on TCP port 443 and responds with completely bogus SSL heartbeat responses nixos-unstable ??? nixpkgs-unstable 0-unstable-2024-02-13 Package maintainers: 1 @D3vil0p3r Antonio Voza <vozaanthony@gmail.com>
pkgs.hb-honeypot Script that listens on TCP port 443 and responds with completely bogus SSL heartbeat responses nixos-unstable ??? nixpkgs-unstable 0-unstable-2024-02-13
CVE-2024-29114 6.5 MEDIUM CVSS version: 3.1 Attack vector (AV): NETWORK Attack complexity (AC): LOW Privileges required (PR): LOW User interaction (UI): REQUIRED Scope (S): CHANGED Confidentiality impact (C): LOW Integrity impact (I): LOW Availability impact (A): LOW created 3 months ago WordPress Download Manager plugin <= 3.2.84 - Cross Site Scripting (XSS) vulnerability Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in W3 Eden, Inc. Download Manager allows Stored XSS.This issue affects Download Manager: from n/a through 3.2.84. Affected products download-manager =<3.2.84 Matching in nixpkgs pkgs.lomiri.lomiri-download-manager Performs uploads and downloads from a centralized location nixos-unstable ??? nixpkgs-unstable 0.2.1 Package maintainers: 1 @OPNA2608 Cosima Neidahl <opna2608@protonmail.com>
pkgs.lomiri.lomiri-download-manager Performs uploads and downloads from a centralized location nixos-unstable ??? nixpkgs-unstable 0.2.1
CVE-2024-2496 5.0 MEDIUM CVSS version: 3.1 Attack vector (AV): LOCAL Attack complexity (AC): LOW Privileges required (PR): LOW User interaction (UI): REQUIRED Scope (S): UNCHANGED Confidentiality impact (C): NONE Integrity impact (I): NONE Availability impact (A): HIGH created 3 months ago Libvirt: null pointer dereference in udevconnectlistallinterfaces() A NULL pointer dereference flaw was found in the udevConnectListAllInterfaces() function in libvirt. This issue can occur when detaching a host interface while at the same time collecting the list of interfaces via virConnectListAllInterfaces API. This flaw could be used to perform a denial of service attack by causing the libvirt daemon to crash. Affected products libvirt <9.7.0 * virt:av/libvirt virt:rhel/libvirt Matching in nixpkgs pkgs.libvirt Toolkit to interact with the virtualization capabilities of recent versions of Linux and other OSes nixos-unstable ??? nixpkgs-unstable 11.6.0 pkgs.libvirt-glib Wrapper library of libvirt for glib-based applications nixos-unstable ??? nixpkgs-unstable 5.0.0 pkgs.python312Packages.libvirt Libvirt Python bindings nixos-unstable ??? nixpkgs-unstable 11.6.0 pkgs.python313Packages.libvirt Libvirt Python bindings nixos-unstable ??? nixpkgs-unstable 11.6.0 pkgs.rubyPackages.ruby-libvirt nixos-unstable ??? nixpkgs-unstable 0.8.4 pkgs.prometheus-libvirt-exporter Prometheus metrics exporter for libvirt nixos-unstable ??? nixpkgs-unstable 2.3.3 pkgs.terraform-providers.libvirt nixos-unstable ??? nixpkgs-unstable 0.8.3 pkgs.rubyPackages_3_1.ruby-libvirt nixos-unstable ??? nixpkgs-unstable 0.8.4 pkgs.rubyPackages_3_2.ruby-libvirt nixos-unstable ??? nixpkgs-unstable 0.8.4 pkgs.rubyPackages_3_3.ruby-libvirt nixos-unstable ??? nixpkgs-unstable 0.8.4 pkgs.rubyPackages_3_4.ruby-libvirt nixos-unstable ??? nixpkgs-unstable 0.8.4 Package maintainers: 4 @globin Robin Gloster <mail@glob.in> @fpletz Franz Pletz <fpletz@fnordicwalking.de> @lovesegfault Bernardo Meurer <meurerbernardo@gmail.com> @farcaller Vladimir Pouzanov <farcaller@gmail.com>
pkgs.libvirt Toolkit to interact with the virtualization capabilities of recent versions of Linux and other OSes nixos-unstable ??? nixpkgs-unstable 11.6.0
pkgs.libvirt-glib Wrapper library of libvirt for glib-based applications nixos-unstable ??? nixpkgs-unstable 5.0.0
pkgs.prometheus-libvirt-exporter Prometheus metrics exporter for libvirt nixos-unstable ??? nixpkgs-unstable 2.3.3
CVE-2024-2002 7.5 HIGH CVSS version: 3.1 Attack vector (AV): NETWORK Attack complexity (AC): LOW Privileges required (PR): NONE User interaction (UI): NONE Scope (S): UNCHANGED Confidentiality impact (C): NONE Integrity impact (I): NONE Availability impact (A): HIGH created 3 months ago Libdwarf: crashes randomly on fuzzed object A double-free vulnerability was found in libdwarf. In a multiply-corrupted DWARF object, libdwarf may try to dealloc(free) an allocation twice, potentially causing unpredictable and various results. Affected products libdwarf ==0.1.0 ==0.9.2 Matching in nixpkgs pkgs.libdwarf Library for reading DWARF2 and later DWARF nixos-unstable ??? nixpkgs-unstable 2.1.0 pkgs.dwarfdump Library for reading DWARF2 and later DWARF nixos-unstable ??? nixpkgs-unstable 2.1.0 Package maintainers: 1 @Atry Bo Yang <yang-bo@yang-bo.com>