CVE-2024-6563 7.5 HIGH CVSS version: 3.1 Attack vector (AV): LOCAL Attack complexity (AC): HIGH Privileges required (PR): HIGH User interaction (UI): NONE Scope (S): CHANGED Confidentiality impact (C): HIGH Integrity impact (I): HIGH Availability impact (A): HIGH created 3 months ago Buffer Overflow Arbitrary Write Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') vulnerability in Renesas arm-trusted-firmware allows Local Execution of Code. This vulnerability is associated with program files https://github.Com/renesas-rcar/arm-trusted-firmware/blob/rcar_gen3_v2.5/drivers/renesas/common/io/i... https://github.Com/renesas-rcar/arm-trusted-firmware/blob/rcar_gen3_v2.5/drivers/renesas/common/io/io_rcar.C . In line 313 "addr_loaded_cnt" is checked not to be "CHECK_IMAGE_AREA_CNT" (5) or larger, this check does not halt the function. Immediately after (line 317) there will be an overflow in the buffer and the value of "dst" will be written to the area immediately after the buffer, which is "addr_loaded_cnt". This will allow an attacker to freely control the value of "addr_loaded_cnt" and thus control the destination of the write immediately after (line 318). The write in line 318 will then be fully controlled by said attacker, with whichever address and whichever value ("len") they desire. Affected products arm-trusted-firmware =<c9fb3558410032d2660c7f3b7d4b87dec09fe2f2 Matching in nixpkgs pkgs.armTrustedFirmwareQemu Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0 pkgs.armTrustedFirmwareS905 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0 pkgs.armTrustedFirmwareTools Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0 pkgs.armTrustedFirmwareRK3328 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3328-2.13.0 pkgs.armTrustedFirmwareRK3399 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3399-2.13.0 pkgs.armTrustedFirmwareRK3568 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3568-2.13.0 pkgs.armTrustedFirmwareRK3588 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3588-2.13.0 pkgs.armTrustedFirmwareAllwinner Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_a64-2.13.0 pkgs.armTrustedFirmwareAllwinnerH6 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_h6-2.13.0 pkgs.armTrustedFirmwareAllwinnerH616 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_h616-2.13.0 Package maintainers: 1 @lopsided98 Ben Wolsieffer <benwolsieffer@gmail.com>
pkgs.armTrustedFirmwareQemu Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0
pkgs.armTrustedFirmwareS905 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0
pkgs.armTrustedFirmwareTools Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0
pkgs.armTrustedFirmwareRK3328 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3328-2.13.0
pkgs.armTrustedFirmwareRK3399 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3399-2.13.0
pkgs.armTrustedFirmwareRK3568 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3568-2.13.0
pkgs.armTrustedFirmwareRK3588 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3588-2.13.0
pkgs.armTrustedFirmwareAllwinner Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_a64-2.13.0
pkgs.armTrustedFirmwareAllwinnerH6 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_h6-2.13.0
pkgs.armTrustedFirmwareAllwinnerH616 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_h616-2.13.0
CVE-2024-6409 7.0 HIGH CVSS version: 3.1 Attack vector (AV): NETWORK Attack complexity (AC): HIGH Privileges required (PR): NONE User interaction (UI): NONE Scope (S): UNCHANGED Confidentiality impact (C): LOW Integrity impact (I): LOW Availability impact (A): HIGH created 3 months ago Openssh: possible remote code execution due to a race condition in signal handling affecting red hat enterprise linux 9 A signal handler race condition vulnerability was found in OpenSSH's server (sshd), where a client does not authenticate within LoginGraceTime seconds (120 by default, 600 in old OpenSSH versions), then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog(). This issue leaves it vulnerable to a signal handler race condition on the cleanup_exit() function, which introduces the same vulnerability as CVE-2024-6387 in the unprivileged child of the SSHD server. Affected products rhcos * OpenSSH openssh * Matching in nixpkgs pkgs.openssh Implementation of the SSH protocol nixos-unstable ??? nixpkgs-unstable 10.0p2 pkgs.opensshTest Implementation of the SSH protocol nixos-unstable ??? nixpkgs-unstable 10.0p2 pkgs.openssh_hpn Implementation of the SSH protocol with high performance networking patches nixos-unstable ??? nixpkgs-unstable 10.0p2 pkgs.openssh_gssapi Implementation of the SSH protocol with GSSAPI support nixos-unstable ??? nixpkgs-unstable 10.0p2 pkgs.opensshWithKerberos Implementation of the SSH protocol nixos-unstable ??? nixpkgs-unstable 10.0p2 pkgs.openssh_hpnWithKerberos Implementation of the SSH protocol with high performance networking patches nixos-unstable ??? nixpkgs-unstable 10.0p2 pkgs.lxqt.lxqt-openssh-askpass GUI to query passwords on behalf of SSH agents nixos-unstable ??? nixpkgs-unstable 2.2.0 Package maintainers: 7 @Conni2461 Simon Hauser <simon-hauser@outlook.com> @helsinki-Jo Joachim Ernst <joachim.ernst@helsinki-systems.de> @numinit Morgan Jones <me+nixpkgs@numin.it> @philiptaron Philip Taron <philip.taron@gmail.com> @dasJ Janne Heß <janne@hess.ooo> @wahjava Ashish SHUKLA <ashish.is@lostca.se> @romildo José Romildo Malaquias <malaquias@gmail.com>
pkgs.openssh_hpn Implementation of the SSH protocol with high performance networking patches nixos-unstable ??? nixpkgs-unstable 10.0p2
pkgs.openssh_gssapi Implementation of the SSH protocol with GSSAPI support nixos-unstable ??? nixpkgs-unstable 10.0p2
pkgs.opensshWithKerberos Implementation of the SSH protocol nixos-unstable ??? nixpkgs-unstable 10.0p2
pkgs.openssh_hpnWithKerberos Implementation of the SSH protocol with high performance networking patches nixos-unstable ??? nixpkgs-unstable 10.0p2
pkgs.lxqt.lxqt-openssh-askpass GUI to query passwords on behalf of SSH agents nixos-unstable ??? nixpkgs-unstable 2.2.0
CVE-2023-47663 4.6 MEDIUM CVSS version: 3.1 Attack vector (AV): NETWORK Attack complexity (AC): LOW Privileges required (PR): LOW User interaction (UI): REQUIRED Scope (S): UNCHANGED Confidentiality impact (C): NONE Integrity impact (I): LOW Availability impact (A): LOW created 3 months ago CISA ADP Vulnrichment None Affected products foyer =<1.7.5 Matching in nixpkgs pkgs.python312Packages.ghome-foyer-api Generated Python protobuf stubs for Google Home internal API nixos-unstable ??? nixpkgs-unstable 1.2.3 pkgs.python313Packages.ghome-foyer-api Generated Python protobuf stubs for Google Home internal API nixos-unstable ??? nixpkgs-unstable 1.2.3 Package maintainers: 1 @hensoko hensoko <hensoko@pub.solar>
pkgs.python312Packages.ghome-foyer-api Generated Python protobuf stubs for Google Home internal API nixos-unstable ??? nixpkgs-unstable 1.2.3
pkgs.python313Packages.ghome-foyer-api Generated Python protobuf stubs for Google Home internal API nixos-unstable ??? nixpkgs-unstable 1.2.3
CVE-2024-6126 3.2 LOW CVSS version: 3.1 Attack vector (AV): LOCAL Attack complexity (AC): LOW Privileges required (PR): LOW User interaction (UI): REQUIRED Scope (S): CHANGED Confidentiality impact (C): NONE Integrity impact (I): NONE Availability impact (A): LOW created 3 months ago Cockpit: authenticated user can kill any process when enabling pam_env's user_readenv option A flaw was found in the cockpit package. This flaw allows an authenticated user to kill any process when enabling the pam_env's user_readenv option, which leads to a denial of service (DoS) attack. Affected products cockpit * Matching in nixpkgs pkgs.cockpit Web-based graphical interface for servers nixos-unstable ??? nixpkgs-unstable 346 Package maintainers: 1 @lucasew Lucas Eduardo Wendt <lucas59356@gmail.com>
CVE-2024-6387 8.1 HIGH CVSS version: 3.1 Attack vector (AV): NETWORK Attack complexity (AC): HIGH Privileges required (PR): NONE User interaction (UI): NONE Scope (S): UNCHANGED Confidentiality impact (C): HIGH Integrity impact (I): HIGH Availability impact (A): HIGH created 3 months ago Openssh: possible remote code execution due to a race condition in signal handling A signal handler race condition was found in OpenSSH's server (sshd), where a client does not authenticate within LoginGraceTime seconds (120 by default, 600 in old OpenSSH versions), then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog(). Affected products rhcos * OpenSSH =<9.7p1 openssh * rhceph-6-rhel9 Matching in nixpkgs pkgs.openssh Implementation of the SSH protocol nixos-unstable ??? nixpkgs-unstable 10.0p2 pkgs.opensshTest Implementation of the SSH protocol nixos-unstable ??? nixpkgs-unstable 10.0p2 pkgs.openssh_hpn Implementation of the SSH protocol with high performance networking patches nixos-unstable ??? nixpkgs-unstable 10.0p2 pkgs.openssh_gssapi Implementation of the SSH protocol with GSSAPI support nixos-unstable ??? nixpkgs-unstable 10.0p2 pkgs.opensshWithKerberos Implementation of the SSH protocol nixos-unstable ??? nixpkgs-unstable 10.0p2 pkgs.openssh_hpnWithKerberos Implementation of the SSH protocol with high performance networking patches nixos-unstable ??? nixpkgs-unstable 10.0p2 pkgs.lxqt.lxqt-openssh-askpass GUI to query passwords on behalf of SSH agents nixos-unstable ??? nixpkgs-unstable 2.2.0 Package maintainers: 7 @philiptaron Philip Taron <philip.taron@gmail.com> @numinit Morgan Jones <me+nixpkgs@numin.it> @helsinki-Jo Joachim Ernst <joachim.ernst@helsinki-systems.de> @Conni2461 Simon Hauser <simon-hauser@outlook.com> @dasJ Janne Heß <janne@hess.ooo> @wahjava Ashish SHUKLA <ashish.is@lostca.se> @romildo José Romildo Malaquias <malaquias@gmail.com>
pkgs.openssh_hpn Implementation of the SSH protocol with high performance networking patches nixos-unstable ??? nixpkgs-unstable 10.0p2
pkgs.openssh_gssapi Implementation of the SSH protocol with GSSAPI support nixos-unstable ??? nixpkgs-unstable 10.0p2
pkgs.opensshWithKerberos Implementation of the SSH protocol nixos-unstable ??? nixpkgs-unstable 10.0p2
pkgs.openssh_hpnWithKerberos Implementation of the SSH protocol with high performance networking patches nixos-unstable ??? nixpkgs-unstable 10.0p2
pkgs.lxqt.lxqt-openssh-askpass GUI to query passwords on behalf of SSH agents nixos-unstable ??? nixpkgs-unstable 2.2.0
CVE-2024-37248 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 Anima theme <= 1.4.1 - Cross Site Scripting (XSS) vulnerability Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in CryoutCreations Anima allows Stored XSS.This issue affects Anima: from n/a through 1.4.1. Affected products anima =<1.4.1 Matching in nixpkgs pkgs.animatch Cute match three game for the Librem 5 smartphone nixos-unstable ??? nixpkgs-unstable 1.0.3 pkgs.gpx-animator GPX track to video animator nixos-unstable ??? nixpkgs-unstable 1.8.2 pkgs.gnomeExtensions.disable-workspace-animation GNOME Shell 45+ extension that disables the workspace animation when switching between workspaces nixos-unstable ??? nixpkgs-unstable 7 pkgs.gnomeExtensions.disable-workspace-switch-animation-for-gnome-40 Disables the workspace switch animation while preserving all other animations - instantly switch between workspaces with keyboard shortcuts. nixos-unstable ??? nixpkgs-unstable 40-9 Package maintainers: 3 @markasoftware Mark Polyakov <mark@markasoftware.com> @honnip Jung seungwoo <me@honnip.page> @uninsane Colin Sane <colin@uninsane.org>
pkgs.animatch Cute match three game for the Librem 5 smartphone nixos-unstable ??? nixpkgs-unstable 1.0.3
pkgs.gnomeExtensions.disable-workspace-animation GNOME Shell 45+ extension that disables the workspace animation when switching between workspaces nixos-unstable ??? nixpkgs-unstable 7
pkgs.gnomeExtensions.disable-workspace-switch-animation-for-gnome-40 Disables the workspace switch animation while preserving all other animations - instantly switch between workspaces with keyboard shortcuts. nixos-unstable ??? nixpkgs-unstable 40-9
CVE-2024-6287 7.5 HIGH CVSS version: 3.1 Attack vector (AV): LOCAL Attack complexity (AC): HIGH Privileges required (PR): HIGH User interaction (UI): NONE Scope (S): CHANGED Confidentiality impact (C): HIGH Integrity impact (I): HIGH Availability impact (A): HIGH created 3 months ago Incorrect Address Range Calculations Incorrect Calculation vulnerability in Renesas arm-trusted-firmware allows Local Execution of Code. When checking whether a new image invades/overlaps with a previously loaded image the code neglects to consider a few cases. that could An attacker to bypass memory range restriction and overwrite an already loaded image partly or completely, which could result in code execution and bypass of secure boot. Affected products arm-trusted-firmware <954d488a9798f8fda675c6b57c571b469b298f04 Matching in nixpkgs pkgs.armTrustedFirmwareQemu Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0 pkgs.armTrustedFirmwareS905 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0 pkgs.armTrustedFirmwareTools Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0 pkgs.armTrustedFirmwareRK3328 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3328-2.13.0 pkgs.armTrustedFirmwareRK3399 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3399-2.13.0 pkgs.armTrustedFirmwareRK3568 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3568-2.13.0 pkgs.armTrustedFirmwareRK3588 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3588-2.13.0 pkgs.armTrustedFirmwareAllwinner Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_a64-2.13.0 pkgs.armTrustedFirmwareAllwinnerH6 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_h6-2.13.0 pkgs.armTrustedFirmwareAllwinnerH616 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_h616-2.13.0 Package maintainers: 1 @lopsided98 Ben Wolsieffer <benwolsieffer@gmail.com>
pkgs.armTrustedFirmwareQemu Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0
pkgs.armTrustedFirmwareS905 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0
pkgs.armTrustedFirmwareTools Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0
pkgs.armTrustedFirmwareRK3328 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3328-2.13.0
pkgs.armTrustedFirmwareRK3399 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3399-2.13.0
pkgs.armTrustedFirmwareRK3568 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3568-2.13.0
pkgs.armTrustedFirmwareRK3588 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3588-2.13.0
pkgs.armTrustedFirmwareAllwinner Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_a64-2.13.0
pkgs.armTrustedFirmwareAllwinnerH6 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_h6-2.13.0
pkgs.armTrustedFirmwareAllwinnerH616 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_h616-2.13.0
CVE-2024-6285 7.5 HIGH CVSS version: 3.1 Attack vector (AV): LOCAL Attack complexity (AC): HIGH Privileges required (PR): HIGH User interaction (UI): NONE Scope (S): CHANGED Confidentiality impact (C): HIGH Integrity impact (I): HIGH Availability impact (A): HIGH created 3 months ago Integer Underflow in Memory Range Check in Renesas RCAR Integer Underflow (Wrap or Wraparound) vulnerability in Renesas arm-trusted-firmware. An integer underflow in image range check calculations could lead to bypassing address restrictions and loading of images to unallowed addresses. Affected products arm-trusted-firmware <b596f580637bae919b0ac3a5471422a1f756db3b Matching in nixpkgs pkgs.armTrustedFirmwareQemu Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0 pkgs.armTrustedFirmwareS905 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0 pkgs.armTrustedFirmwareTools Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0 pkgs.armTrustedFirmwareRK3328 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3328-2.13.0 pkgs.armTrustedFirmwareRK3399 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3399-2.13.0 pkgs.armTrustedFirmwareRK3568 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3568-2.13.0 pkgs.armTrustedFirmwareRK3588 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3588-2.13.0 pkgs.armTrustedFirmwareAllwinner Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_a64-2.13.0 pkgs.armTrustedFirmwareAllwinnerH6 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_h6-2.13.0 pkgs.armTrustedFirmwareAllwinnerH616 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_h616-2.13.0 Package maintainers: 1 @lopsided98 Ben Wolsieffer <benwolsieffer@gmail.com>
pkgs.armTrustedFirmwareQemu Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0
pkgs.armTrustedFirmwareS905 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0
pkgs.armTrustedFirmwareTools Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable 2.13.0
pkgs.armTrustedFirmwareRK3328 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3328-2.13.0
pkgs.armTrustedFirmwareRK3399 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3399-2.13.0
pkgs.armTrustedFirmwareRK3568 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3568-2.13.0
pkgs.armTrustedFirmwareRK3588 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable rk3588-2.13.0
pkgs.armTrustedFirmwareAllwinner Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_a64-2.13.0
pkgs.armTrustedFirmwareAllwinnerH6 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_h6-2.13.0
pkgs.armTrustedFirmwareAllwinnerH616 Reference implementation of secure world software for ARMv8-A nixos-unstable ??? nixpkgs-unstable sun50i_h616-2.13.0
CVE-2024-6239 6.5 MEDIUM CVSS version: 3.1 Attack vector (AV): NETWORK Attack complexity (AC): LOW Privileges required (PR): NONE User interaction (UI): REQUIRED Scope (S): UNCHANGED Confidentiality impact (C): NONE Integrity impact (I): NONE Availability impact (A): HIGH created 3 months ago Poppler: pdfinfo: crash in broken documents when using -dests parameter A flaw was found in the Poppler's Pdfinfo utility. This issue occurs when using -dests parameter with pdfinfo utility. By using certain malformed input files, an attacker could cause the utility to crash, leading to a denial of service. Affected products poppler =<24.06.1 * compat-poppler022 gimp:flatpak/poppler * inkscape:flatpak/poppler * libreoffice:flatpak/poppler * Matching in nixpkgs pkgs.poppler PDF rendering library nixos-unstable ??? nixpkgs-unstable 25.07.0 pkgs.poppler_gi PDF rendering library nixos-unstable ??? nixpkgs-unstable 25.07.0 pkgs.poppler_min PDF rendering library nixos-unstable ??? nixpkgs-unstable 25.07.0 pkgs.poppler_data Encoding files for Poppler, a PDF rendering library nixos-unstable ??? nixpkgs-unstable 0.4.12 pkgs.poppler_utils PDF rendering library nixos-unstable ??? nixpkgs-unstable 25.07.0 pkgs.libsForQt5.poppler PDF rendering library nixos-unstable ??? nixpkgs-unstable qt5-25.07.0 pkgs.kdePackages.poppler PDF rendering library nixos-unstable ??? nixpkgs-unstable qt6-25.07.0 pkgs.qt6Packages.poppler PDF rendering library nixos-unstable ??? nixpkgs-unstable qt6-25.07.0 pkgs.plasma5Packages.poppler PDF rendering library nixos-unstable ??? nixpkgs-unstable qt5-25.07.0 pkgs.haskellPackages.gi-poppler Poppler bindings nixos-unstable ??? nixpkgs-unstable 0.18.30 pkgs.python312Packages.poppler-qt5 nixos-unstable ??? nixpkgs-unstable qt5-21.3.0 pkgs.python313Packages.poppler-qt5 nixos-unstable ??? nixpkgs-unstable qt5-21.3.0 pkgs.python312Packages.python-poppler Python binding to poppler-cpp nixos-unstable ??? nixpkgs-unstable 0.4.1 pkgs.python313Packages.python-poppler Python binding to poppler-cpp nixos-unstable ??? nixpkgs-unstable 0.4.1 pkgs.tests.pkg-config.defaultPkgConfigPackages.poppler-glib Test whether poppler-glib-25.07.0 exposes pkg-config modules poppler-glib nixos-unstable ??? nixpkgs-unstable Package maintainers: 3 @ttuegel Thomas Tuegel <ttuegel@mailbox.org> @jtojnar Jan Tojnar <jtojnar@gmail.com> @onny Jonas Heinrich <onny@project-insanity.org>
pkgs.poppler_data Encoding files for Poppler, a PDF rendering library nixos-unstable ??? nixpkgs-unstable 0.4.12
pkgs.python312Packages.python-poppler Python binding to poppler-cpp nixos-unstable ??? nixpkgs-unstable 0.4.1
pkgs.python313Packages.python-poppler Python binding to poppler-cpp nixos-unstable ??? nixpkgs-unstable 0.4.1
pkgs.tests.pkg-config.defaultPkgConfigPackages.poppler-glib Test whether poppler-glib-25.07.0 exposes pkg-config modules poppler-glib nixos-unstable ??? nixpkgs-unstable
CVE-2024-35758 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 Interface theme <= 3.1.0 - Cross Site Scripting (XSS) vulnerability Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Theme Horse Interface allows Stored XSS.This issue affects Interface: from n/a through 3.1.0. Affected products interface =<3.1.0 Matching in nixpkgs pkgs.aws-lambda-rie Locally test Lambda functions packaged as container images nixos-unstable ??? nixpkgs-unstable 1.27 pkgs.fusee-interfacee-tk Tool to send .bin files to a Nintendo Switch in RCM mode nixos-unstable ??? nixpkgs-unstable 1.0.1 pkgs.akkuPackages.arvyy-interface Interface abstraction for a set of functions nixos-unstable ??? nixpkgs-unstable 1.0.0 pkgs.kdePackages.kontactinterface Support libraries to assist integration with Kontact nixos-unstable ??? nixpkgs-unstable 25.08.1 pkgs.nagiosPlugins.check_interfaces Icinga check plugin for network hardware interfaces nixos-unstable ??? nixpkgs-unstable 1.4.4 pkgs.python312Packages.interface-meta Convenient way to expose an extensible API with enforced method signatures and consistent documentation nixos-unstable ??? nixpkgs-unstable 1.3.0 pkgs.python312Packages.zope-interface Zope.Interface nixos-unstable ??? nixpkgs-unstable 7.2 pkgs.python313Packages.interface-meta Convenient way to expose an extensible API with enforced method signatures and consistent documentation nixos-unstable ??? nixpkgs-unstable 1.3.0 pkgs.python313Packages.zope-interface Zope.Interface nixos-unstable ??? nixpkgs-unstable 7.2 pkgs.python312Packages.rpy2-rinterface Python interface to R nixos-unstable ??? nixpkgs-unstable rpy2-rinterface-3.6.3 pkgs.python313Packages.rpy2-rinterface Python interface to R nixos-unstable ??? nixpkgs-unstable rpy2-rinterface-3.6.3 pkgs.haskellPackages.hack2-interface-wai Hack2 interface to WAI nixos-unstable ??? nixpkgs-unstable 2017.1.4 pkgs.chickenPackages_5.chickenEggs.interfaces Simple interface/implementation abstraction nixos-unstable ??? nixpkgs-unstable 0.4.1 pkgs.python312Packages.dbt-semantic-interfaces Shared interfaces used by dbt-core and MetricFlow projects nixos-unstable ??? nixpkgs-unstable 0.9.0 pkgs.python313Packages.dbt-semantic-interfaces Shared interfaces used by dbt-core and MetricFlow projects nixos-unstable ??? nixpkgs-unstable 0.9.0 pkgs.python312Packages.pinecone-plugin-interface Plugin interface for the Pinecone python client nixos-unstable ??? nixpkgs-unstable 0.0.7 pkgs.python313Packages.pinecone-plugin-interface Plugin interface for the Pinecone python client nixos-unstable ??? nixpkgs-unstable 0.0.7 pkgs.gnomeExtensions.input-source-d-bus-interface Add D-Bus interface for changing input sources via command nixos-unstable ??? nixpkgs-unstable 6 pkgs.python312Packages.snakemake-interface-common Common functions and classes for Snakemake and its plugins nixos-unstable ??? nixpkgs-unstable 1.17.4 pkgs.python313Packages.snakemake-interface-common Common functions and classes for Snakemake and its plugins nixos-unstable ??? nixpkgs-unstable 1.17.4 pkgs.tree-sitter-grammars.tree-sitter-ocaml-interface nixos-unstable ??? nixpkgs-unstable 0.25.6 pkgs.python312Packages.netbox-interface-synchronization Netbox plugin to compare and synchronize interfaces between devices and device types nixos-unstable ??? nixpkgs-unstable 4.1.7 pkgs.python313Packages.netbox-interface-synchronization Netbox plugin to compare and synchronize interfaces between devices and device types nixos-unstable ??? nixpkgs-unstable 4.1.7 pkgs.vimPlugins.nvim-treesitter-parsers.ocaml_interface nixos-unstable ??? nixpkgs-unstable pkgs.python312Packages.snakemake-interface-logger-plugins Stable interface for interactions between Snakemake and its logger plugins nixos-unstable ??? nixpkgs-unstable 1.2.4 pkgs.python312Packages.snakemake-interface-report-plugins Interface for Snakemake report plugins nixos-unstable ??? nixpkgs-unstable 1.2.0 pkgs.python313Packages.snakemake-interface-logger-plugins Stable interface for interactions between Snakemake and its logger plugins nixos-unstable ??? nixpkgs-unstable 1.2.4 pkgs.python313Packages.snakemake-interface-report-plugins Interface for Snakemake report plugins nixos-unstable ??? nixpkgs-unstable 1.2.0 pkgs.python312Packages.snakemake-interface-storage-plugins This package provides a stable interface for interactions between Snakemake and its storage plugins nixos-unstable ??? nixpkgs-unstable 4.2.2 pkgs.python313Packages.snakemake-interface-storage-plugins This package provides a stable interface for interactions between Snakemake and its storage plugins nixos-unstable ??? nixpkgs-unstable 4.2.2 pkgs.python312Packages.snakemake-interface-executor-plugins This package provides a stable interface for interactions between Snakemake and its executor plugins nixos-unstable ??? nixpkgs-unstable 9.3.5 pkgs.python313Packages.snakemake-interface-executor-plugins This package provides a stable interface for interactions between Snakemake and its executor plugins nixos-unstable ??? nixpkgs-unstable 9.3.5 pkgs.python312Packages.tree-sitter-grammars.tree-sitter-ocaml-interface Python bindings for tree-sitter-ocaml-interface nixos-unstable ??? nixpkgs-unstable 0.25.6 pkgs.python313Packages.tree-sitter-grammars.tree-sitter-ocaml-interface Python bindings for tree-sitter-ocaml-interface nixos-unstable ??? nixpkgs-unstable 0.25.6 Package maintainers: 22 @stepbrobd Yifei Sun <ysun@hey.com> @mightyiam Shahar "Dawn" Or <mightyiampresence@gmail.com> @adfaure Adrien Faure <adfaure@pm.me> @A-jay98 Ali Jamadi <ali@jamadi.me> @pbsds Peder Bergebakken Sundt <pbsds@hotmail.com> @Bot-wxt1221 Bot-wxt1221 <3264117476@qq.com> @veprbl Dmitry Kalinkin <veprbl@gmail.com> @felbinger Nico Felbinger <nico@felbinger.eu> @timokau Timo Kaufmann <timokau@zoho.com> @collares Mauricio Collares <mauricio@collares.org> @7c6f434c Michael Raskin <7c6f434c@mail.ru> @swflint Samuel W. Flint <swflint@flintfam.org> @jwillikers Jordan Williams <jordan@jwillikers.com> @honnip Jung seungwoo <me@honnip.page> @Flameslice Kristian Brucaj <kbrucaj@gmail.com> @ttuegel Thomas Tuegel <ttuegel@mailbox.org> @ilya-fedin Ilya Fedin <fedin-ilja2010@ya.ru> @NickCao Nick Cao <nickcao@nichi.co> @mjm Matt Moriarity <matt@mattmoriarity.com> @LunNova Luna Nova <nixpkgs-maintainer@lunnova.dev> @SuperSandro2000 Sandro Jäckel <sandro.jaeckel@gmail.com> @K900 Ilya K. <me@0upti.me>
pkgs.aws-lambda-rie Locally test Lambda functions packaged as container images nixos-unstable ??? nixpkgs-unstable 1.27
pkgs.fusee-interfacee-tk Tool to send .bin files to a Nintendo Switch in RCM mode nixos-unstable ??? nixpkgs-unstable 1.0.1
pkgs.akkuPackages.arvyy-interface Interface abstraction for a set of functions nixos-unstable ??? nixpkgs-unstable 1.0.0
pkgs.kdePackages.kontactinterface Support libraries to assist integration with Kontact nixos-unstable ??? nixpkgs-unstable 25.08.1
pkgs.nagiosPlugins.check_interfaces Icinga check plugin for network hardware interfaces nixos-unstable ??? nixpkgs-unstable 1.4.4
pkgs.python312Packages.interface-meta Convenient way to expose an extensible API with enforced method signatures and consistent documentation nixos-unstable ??? nixpkgs-unstable 1.3.0
pkgs.python313Packages.interface-meta Convenient way to expose an extensible API with enforced method signatures and consistent documentation nixos-unstable ??? nixpkgs-unstable 1.3.0
pkgs.python312Packages.rpy2-rinterface Python interface to R nixos-unstable ??? nixpkgs-unstable rpy2-rinterface-3.6.3
pkgs.python313Packages.rpy2-rinterface Python interface to R nixos-unstable ??? nixpkgs-unstable rpy2-rinterface-3.6.3
pkgs.haskellPackages.hack2-interface-wai Hack2 interface to WAI nixos-unstable ??? nixpkgs-unstable 2017.1.4
pkgs.chickenPackages_5.chickenEggs.interfaces Simple interface/implementation abstraction nixos-unstable ??? nixpkgs-unstable 0.4.1
pkgs.python312Packages.dbt-semantic-interfaces Shared interfaces used by dbt-core and MetricFlow projects nixos-unstable ??? nixpkgs-unstable 0.9.0
pkgs.python313Packages.dbt-semantic-interfaces Shared interfaces used by dbt-core and MetricFlow projects nixos-unstable ??? nixpkgs-unstable 0.9.0
pkgs.python312Packages.pinecone-plugin-interface Plugin interface for the Pinecone python client nixos-unstable ??? nixpkgs-unstable 0.0.7
pkgs.python313Packages.pinecone-plugin-interface Plugin interface for the Pinecone python client nixos-unstable ??? nixpkgs-unstable 0.0.7
pkgs.gnomeExtensions.input-source-d-bus-interface Add D-Bus interface for changing input sources via command nixos-unstable ??? nixpkgs-unstable 6
pkgs.python312Packages.snakemake-interface-common Common functions and classes for Snakemake and its plugins nixos-unstable ??? nixpkgs-unstable 1.17.4
pkgs.python313Packages.snakemake-interface-common Common functions and classes for Snakemake and its plugins nixos-unstable ??? nixpkgs-unstable 1.17.4
pkgs.python312Packages.netbox-interface-synchronization Netbox plugin to compare and synchronize interfaces between devices and device types nixos-unstable ??? nixpkgs-unstable 4.1.7
pkgs.python313Packages.netbox-interface-synchronization Netbox plugin to compare and synchronize interfaces between devices and device types nixos-unstable ??? nixpkgs-unstable 4.1.7
pkgs.python312Packages.snakemake-interface-logger-plugins Stable interface for interactions between Snakemake and its logger plugins nixos-unstable ??? nixpkgs-unstable 1.2.4
pkgs.python312Packages.snakemake-interface-report-plugins Interface for Snakemake report plugins nixos-unstable ??? nixpkgs-unstable 1.2.0
pkgs.python313Packages.snakemake-interface-logger-plugins Stable interface for interactions between Snakemake and its logger plugins nixos-unstable ??? nixpkgs-unstable 1.2.4
pkgs.python313Packages.snakemake-interface-report-plugins Interface for Snakemake report plugins nixos-unstable ??? nixpkgs-unstable 1.2.0
pkgs.python312Packages.snakemake-interface-storage-plugins This package provides a stable interface for interactions between Snakemake and its storage plugins nixos-unstable ??? nixpkgs-unstable 4.2.2
pkgs.python313Packages.snakemake-interface-storage-plugins This package provides a stable interface for interactions between Snakemake and its storage plugins nixos-unstable ??? nixpkgs-unstable 4.2.2
pkgs.python312Packages.snakemake-interface-executor-plugins This package provides a stable interface for interactions between Snakemake and its executor plugins nixos-unstable ??? nixpkgs-unstable 9.3.5
pkgs.python313Packages.snakemake-interface-executor-plugins This package provides a stable interface for interactions between Snakemake and its executor plugins nixos-unstable ??? nixpkgs-unstable 9.3.5
pkgs.python312Packages.tree-sitter-grammars.tree-sitter-ocaml-interface Python bindings for tree-sitter-ocaml-interface nixos-unstable ??? nixpkgs-unstable 0.25.6
pkgs.python313Packages.tree-sitter-grammars.tree-sitter-ocaml-interface Python bindings for tree-sitter-ocaml-interface nixos-unstable ??? nixpkgs-unstable 0.25.6