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.

Dismissed suggestions

These automatic suggestions were dismissed after initial triaging.

to select a suggestion for revision.

View:
Compact
Detailed
Dismissed
(no matching packages found)
Permalink CVE-2026-13323
4.1 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): Required (R)
  • 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): Low (L)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): Required (R)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Changed (C)
  • Modified Integrity (MI): Low (L)
  • Modified Availability (MA): None (N)
created 1 month, 4 weeks ago Activity log
  • Created & dismissed (no matching packages found) suggestion
In Open VSX Registry before 1.0.2, the /vscode/unpkg/ endpoint serves …

In Open VSX Registry before 1.0.2, the /vscode/unpkg/ endpoint serves user-supplied HTML files with Content-Type: text/html and without a Content-Security-Policy or Content-Disposition: attachment response header. An unauthenticated attacker can register a publisher account, upload a VSIX containing a crafted HTML payload, and induce an authenticated user to visit the resulting URL. The browser renders the file inline in the open-vsx.org origin context, enabling session token exfiltration, persistent Personal Access Token (PAT) generation, and unauthorized publication of malicious extension versions. Because Open VSX extensions are distributed to VS Code, VSCodium, Cursor, Windsurf, and compatible editors, a compromised extension update constitutes a supply chain attack against all downstream users.

Affected products

Eclipse Open VSX
  • <1.0.2
Dismissed
(no matching packages found)
Permalink CVE-2026-54712
5.3 MEDIUM
  • 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): Low (L)
  • 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): Low (L)
created 1 month, 4 weeks ago Activity log
  • Created & dismissed (no matching packages found) suggestion
OpenTelemetry Javaagent RMI context propagation allows resource exhaustion

OpenTelemetry Java Instrumentation provides OpenTelemetry auto-instrumentation and instrumentation libraries for Java. In versions prior to 2.27.0, the RMI context propagation payload reader limits the number of context entries but does not limit the aggregate size of the strings read from the stream. An attacker who can reach an RMI endpoint on an instrumented JVM can send an oversized context propagation payload. This can cause excessive memory allocation while the JVM reads the payload, potentially leading to denial of service. The issue affects only deployments where RMI instrumentation is enabled and an RMI endpoint is network-reachable. This issue has been fixed in version 2.27.0.

Affected products

opentelemetry-java-instrumentation
  • ==< 2.27.0
Dismissed
(no matching packages found)
Permalink CVE-2026-24250
7.8 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Local (L)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): High (H)
  • Modified Attack Vector (MAV): Local (L)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): High (H)
created 1 month, 4 weeks ago Activity log
  • Created & dismissed (no matching packages found) suggestion
NVIDIA Megatron Bridge for Linux contains a vulnerability where an …

NVIDIA Megatron Bridge for Linux contains a vulnerability where an attacker could cause improper validation of allowed inputs. A successful exploit of this vulnerability might lead to code execution, escalation of privileges, data tampering, and information disclosure.

Affected products

Megatron-Bridge
  • ==Versions 0.0 to 0.4.0
Dismissed
(max. allowed matches exceeded)
created 1 month, 4 weeks ago Activity log
  • Created & dismissed (max. allowed matches exceeded) suggestion
sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()

In the Linux kernel, the following vulnerability has been resolved: sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task() A WARN fires when systemd's user manager writes "+cpu +memory +pids" to its own subtree_control while a sched_ext scheduler is loaded: WARNING: at kernel/sched/ext.c:3227 scx_cgroup_move_task+0xa8/0xb0 scx_cgroup_move_task+0xa8/0xb0 sched_move_task+0x134/0x290 cpu_cgroup_attach+0x39/0x70 cgroup_migrate_execute+0x37d/0x450 cgroup_update_dfl_csses+0x1e3/0x270 cgroup_subtree_control_write+0x3e7/0x440 scx_cgroup_can_attach() arms cgrp_moving_from only when a task's cpu cgroup changes. It can still be NULL when scx_cgroup_move_task() runs, through this sequence: Step Result --------------------------------- ---------------------------------- 1. cpu enabled on cgroup G cpu css = A 2. cpu toggled off then on for G A killed, B created (same cgroup) 3. an exiting task keeps A alive migration skips it, A now stale 4. +memory migrates G stale A vs current B pulls cpu in 5. cpu attach runs for all tasks hits a live, cpu-unchanged task 6. scx_cgroup_move_task() on it cgrp_moving_from NULL -> WARN The mismatch is that scx_cgroup_can_attach() keys on cgroup identity while migration drives the move on css identity, so a NULL cgrp_moving_from here is a legitimate css-only migration, not a missing prep. The call is already gated on cgrp_moving_from, so just drop the warning. ops.cgroup_prep_move() and ops.cgroup_move() stay paired.

Affected products

Linux
  • <0ffcad63b19a1cadb475c9f405a93607fdcd0d7c
  • =<*
  • <6.12
  • <02e545c4297a26dbbc41df81b831e7f605bcd306
  • =<6.18.*
  • ==6.12
  • =<6.12.*
  • =<7.0.*
  • <bc75f5951fac4e49d175c4433fc08fb1ec01172f
  • <cdff2eb97be147d2ce52ac1327841068781f25dc
Dismissed
(no matching packages found)
Permalink CVE-2026-20462
6.7 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Local (L)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): High (H)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): High (H)
  • Modified Attack Vector (MAV): Local (L)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): High (H)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): High (H)
created 1 month, 4 weeks ago Activity log
  • Created & dismissed (no matching packages found) suggestion
In Telephony, there is a possible memory corruption due to …

In Telephony, there is a possible memory corruption due to a heap buffer overflow. This could lead to local escalation of privilege if a malicious actor has already obtained the System privilege. User interaction is not needed for exploitation. Patch ID: ALPS11006447; Issue ID: MSV-7871.

Affected products

MediaTek chipset
  • ==MT6761
  • ==MT6885
  • ==MT6877
  • ==MT8695
  • ==MT6789
  • ==MT8768
  • ==MT8781
  • ==MT6889
  • ==MT6739
  • ==MT8765
  • ==MT8791
  • ==MT6781
  • ==MT6883
  • ==MT6768
  • ==MT6855
  • ==MT8766
  • ==MT8696
  • ==MT8766R
  • ==MT6853
  • ==MT6765
  • ==MT6833
  • ==MT6893
Dismissed
(no matching packages found)
Permalink CVE-2026-49088
4.4 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): High (H)
  • Privileges Required (PR): High (H)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): None (N)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): High (H)
  • Modified Privileges Required (MPR): High (H)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): None (N)
  • Modified Availability (MA): None (N)
created 1 month, 4 weeks ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Insertion of Sensitive Information into Log File in Kibana Leading to Information Disclosure

Insertion of Sensitive Information into Log File (CWE-532) in Kibana can lead to information disclosure. When the optional application performance monitoring (APM) instrumentation is enabled, sensitive request header values could be recorded in application logs, where they may be accessible to operators with log access.

Affected products

Kibana
  • =<8.19.5
  • =<8.18.8
  • =<9.0.7
  • =<9.1.5
Dismissed
(max. allowed matches exceeded)
created 1 month, 4 weeks ago Activity log
  • Created & dismissed (max. allowed matches exceeded) suggestion
ASoC: wm_adsp: Fix NULL dereference when removing firmware controls

In the Linux kernel, the following vulnerability has been resolved: ASoC: wm_adsp: Fix NULL dereference when removing firmware controls In wm_adsp_control_remove() check that the priv pointer is not NULL before attempting to cleanup what it points to. When cs_dsp creates a control it calls wm_adsp_control_add_cb() so that wm_adsp can create its own private control data. There are two cases where private data is not created: 1. The control is a SYSTEM control, so an ALSA control is not created. 2. The codec driver has registered a control_add() callback that hides the control, so wm_adsp_control_add() is not called. When cs_dsp_remove destroys its control list it calls wm_adsp_control_remove() for each control. But wm_adsp_control_remove() was attempting to cleanup the private data pointed to by cs_ctl->priv without checking the pointer for NULL.

Affected products

Linux
  • <5.16
  • =<6.1.*
  • =<*
  • <7d3fb78b550301e43fdc60312aed733069694426
  • =<6.18.*
  • =<7.0.*
  • <12e579b889624ec54a201d98fdff975de556c731
  • =<6.6.*
  • =<6.12.*
  • <6effd6f7b0ba1f5d1df702b2ef7460bcc215e9b7
  • <2f1be283aa777d655525d000d16474b7e7d015ea
  • <5ee9bbe2af2f373e08d3017f9aef2f2eaf29fbc3
  • ==5.16
  • <10def23b67b42679d5b1a356e1a6f3498bd188c3
Dismissed
(no matching packages found)
Permalink CVE-2026-54428
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 1 month, 4 weeks ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Apache HttpComponents Core: HPackDecoder Unlimited Header List Size Before SETTINGS ACK

Allocation of resources without limits or throttling in the HTTP/2 HPACK decoder in Apache HttpComponents Core (5.4.2 and earlier, 5.5-beta1 and earlier) allows an remote attacker to cause a denial of service through memory exhaustion by sending oversized compressed header blocks before the HTTP/2 SETTINGS acknowledgement causes the configured header list size limit to be applied.

Affected products

org.apache.httpcomponents.core5:httpcore5-h2
  • =<5.5-beta1
  • =<5.4.2
Dismissed
(no matching packages found)
Permalink CVE-2026-20217
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 1 month, 4 weeks ago Activity log
  • Created & dismissed (no matching packages found) suggestion
ClamAV PESpin File Format Processing Out-of-Bounds Memory Corruption Vulnerability

A vulnerability in the PESpin file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in PESpin files during scanning, which may result in an out-of-bounds buffer write. An attacker could exploit this vulnerability by submitting a crafted file that contains PESpin content to be scanned by ClamAV on an affected device. A successful exploit could allow the attacker to cause the ClamAV scanning process to terminate, resulting in a DoS condition on the affected software.

Affected products

Cisco Secure Endpoint
  • ==1.15.0
  • ==1.16.2
  • ==7.4.1.20425
  • ==6.3.5
  • ==1.20.2
  • ==7.1.5
  • ==6.1.9
  • ==7.3.1
  • ==1.8.4
  • ==1.15.2
  • ==7.3.5
  • ==1.14.1
  • ==7.2.5
  • ==8.1.7
  • ==1.19.0
  • ==6.1.5
  • ==1.11.0
  • ==1.20.8
  • ==8.2.1.21612
  • ==7.5.20
  • ==6.2.19
  • ==7.5.21.21732
  • ==1.15.5
  • ==1.17.0
  • ==6.2.5
  • ==1.22.3
  • ==8.4.1.30298
  • ==7.0.5
  • ==1.10.0
  • ==1.27.1
  • ==1.12.2
  • ==7.5.1.20833
  • ==1.16.0
  • ==6.2.1
  • ==8.0.1.21160
  • ==1.12.6
  • ==1.15.6
  • ==1.8.1
  • ==8.1.3
  • ==7.4.5
  • ==8.0.1.21164
  • ==8.1.3.21242
  • ==1.20.0
  • ==1.12.3
  • ==8.1.5
  • ==6.2.3
  • ==1.12.7
  • ==1.15.1
  • ==8.4.5.30483
  • ==6.0.9
  • ==1.16.1
  • ==1.21.0
  • ==1.25.1
  • ==1.7.0
  • ==7.4.1.20439
  • ==1.9.0
  • ==7.5.5
  • ==7.1.1
  • ==8.1.7.21417
  • ==1.24.2
  • ==1.20.6
  • ==7.3.3
  • ==1.10.1
  • ==1.24.0
  • ==1.17.1
  • ==7.4.3.20679
  • ==6.3.7
  • ==6.2.9
  • ==1.11.1
  • ==7.5.13.21598
  • ==1.23.0
  • ==1.12.4
  • ==1.18.0
  • ==6.3.1
  • ==1.24.4
  • ==1.20.1
  • ==8.2.3.30119
  • ==6.3.3
  • ==1.17.2
  • ==8.2.4.30130
  • ==7.3.15
  • ==7.5.17.21680
  • ==1.27.2
  • ==1.21.3
  • ==1.14.0
  • ==1.9.1
  • ==1.24.5
  • ==7.5.15.21611
  • ==1.12.0
  • ==1.24.3
  • ==1.25.0
  • ==1.25.2
  • ==1.12.1
  • ==1.24.1
  • ==1.26.0
  • ==1.22.0
  • ==8.1.7.21585
  • ==7.5.11
  • ==8.1.5.21322
  • ==7.3.13
  • ==7.5.13.21586
  • ==7.5.19
  • ==7.2.7
  • ==8.4.2.30317
  • ==1.18.1
  • ==1.22.2
  • ==7.2.3
  • ==1.27.0
  • ==7.5.1.20813
  • ==8.4.4.30467
  • ==1.6.0
  • ==1.26.1
  • ==6.0.7
  • ==1.16.3
  • ==8.2.1.21650
  • ==7.4.3
  • ==1.8.0
  • ==8.1.7.21512
  • ==1.21.2
  • ==8.4.1.30307
  • ==7.5.9
  • ==8.4.3
  • ==1.13.0
  • ==8.4.0
  • ==1.22.1
  • ==7.3.9
  • ==7.2.13
  • ==1.20.7
  • ==1.21.1
  • ==7.4.1
  • ==6.1.7
  • ==7.2.11
  • ==1.15.3
  • ==1.13.2
  • ==1.20.5
  • ==7.5.3
  • ==1.22.4
  • ==1.13.1
  • ==1.12.5
  • ==1.15.4
  • ==1.23.1
  • ==7.5.7
  • ==1.10.2
  • ==8.4.4.30419
  • ==1.20.3
  • ==1.20.4
Dismissed
(no matching packages found)
Permalink CVE-2026-11981
4.3 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): Required (R)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): None (N)
  • Integrity (I): Low (L)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): Required (R)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): Low (L)
  • Modified Availability (MA): None (N)
created 1 month, 4 weeks ago Activity log
  • Created & dismissed (no matching packages found) suggestion
GiveWP <= 4.15.3 - Cross-Site Request Forgery

The GiveWP plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 4.15.3 This is due to missing nonce validation on the give_set_notification_status_handler() function. This makes it possible for unauthenticated attackers to disable donation email notifications via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

Affected products

GiveWP – Donation Plugin and Fundraising Platform
  • =<4.15.3