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
(max. allowed matches exceeded)
created 1 day, 4 hours ago Activity log
  • Created & dismissed (max. allowed matches exceeded) suggestion
net/sched: sch_fq_codel: Do not call qdisc_tree_reduce_backlog during peek before restoring qlen

In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_fq_codel: Do not call qdisc_tree_reduce_backlog during peek before restoring qlen Whenever fq_codel drops packets during peek, it calls qdisc_tree_reduce_backlog. An issue arises because it calls qdisc_tree_reduce_backlog before it reincrements the qlen. If qlen drops to zero, but peek returns an skb, the parent's qlen_notify callback will be executed even though fq_codel still has 1 packet on the queue and, thus, will mistakenly deactivate the parent's class causing issues like a recent report [1] and a wild memory access in qfq: [ 29.371146][ T360] Oops: general protection fault, probably for non-canonical address 0xfbd59c0000000024: 0000 [#1] SMP KASAN NOPTI [ 29.371666][ T360] KASAN: maybe wild-memory-access in range [0xdead000000000120-0xdead000000000127] [ 29.371987][ T360] CPU: 6 UID: 0 PID: 360 Comm: tc Not tainted 7.1.0-rc5-00285-gc530e5b2dbc6-dirty #82 PREEMPT(full) [ 29.372384][ T360] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 29.372620][ T360] RIP: 0010:qfq_deactivate_agg (include/linux/list.h:1029 (discriminator 2) include/linux/list.h:1043 (discriminator 2) net/sched/sch_qfq.c:1369 (discriminator 2) net/sched/sch_qfq.c:1395 (discriminator 2)) sch_qfq [ 29.373544][ T360] RSP: 0018:ffff888102417370 EFLAGS: 00010216 [ 29.373800][ T360] RAX: 0000000000000000 RBX: ffff88811224d568 RCX: dffffc0000000000 [ 29.374079][ T360] RDX: 1ffff11021fe1543 RSI: ffff88810ff0aa00 RDI: dffffc0000000000 [ 29.374368][ T360] RBP: ffff88811224c280 R08: dead000000000122 R09: 1bd5a00000000024 [ 29.374649][ T360] R10: fffffbfff7940329 R11: fffffbfff7940329 R12: 0000000000000000 [ 29.374926][ T360] R13: dead000000000100 R14: ffff88811224d580 R15: ffff88811224d578 [ 29.375207][ T360] FS: 00007f5b794e5780(0000) GS:ffff88815d1e9000(0000) knlGS:0000000000000000 [ 29.375545][ T360] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 29.375823][ T360] CR2: 000055ffb091f000 CR3: 000000010a305000 CR4: 0000000000750ef0 [ 29.376103][ T360] PKRU: 55555554 [ 29.376258][ T360] Call Trace: [ 29.376401][ T360] <TASK> ... [ 29.376885][ T360] qfq_reset_qdisc (net/sched/sch_qfq.c:357 net/sched/sch_qfq.c:1487) sch_qfq [ 29.377074][ T360] qdisc_reset (net/sched/sch_generic.c:1057) [ 29.377414][ T360] __qdisc_destroy (net/sched/sch_generic.c:1096) [ 29.377600][ T360] qdisc_graft (net/sched/sch_api.c:1062 net/sched/sch_api.c:1053 net/sched/sch_api.c:1159) [ 29.378593][ T360] tc_get_qdisc (net/sched/sch_api.c:1528 net/sched/sch_api.c:1556) Fix this by only calling qdisc_tree_reduce_backlog in peek after the qlen is restored. [1] http://lore.kernel.org/netdev/CAN2cbVe79oj0O9==m4+4x3v+O+qzRagA=2=wkrp9i9=CqYvyZA@mail.gmail.com/

Affected products

Linux
  • =<6.1.*
  • <20dd591d8f951e1e6aca5052be8785e6181055e2
  • =<6.12.*
  • <6.1.178
  • ==6.15
  • =<5.15.*
  • ==7a742a9506849d1c1aa71e36c89855ceddc7d58e
  • <5.10.261
  • <097f6fc7b1ae362dd7a9444b2572162fda73b284
  • <0500af8630c3253f0dde879bd3a73a06bb2f2b3f
  • <af54df2f44d9605614bc7ed96640302a240a9a62
  • <5.15.212
  • =<6.6.*
  • <7c09843fd2b44d9bf0de798683861d1aecd62a08
  • <6.15
  • =<*
  • ==e73c838c80dccb9e4f19becc11d9f3cb4a27d483
  • <6.12.97
  • <6.14
  • <6.6.145
  • ==a57fe60ef4cf96bfbb6b58397ec28bdb5a5c6b31
  • <94a5f1efdefb01f82cd228bf4e7ef1e8fc075c80
  • <3e515188393e62a718ccebee651ee74514104ff6
  • =<5.10.*
  • <5.5
  • =<6.18.*
  • =<7.1.*
  • <6.15
  • <acc08a0c7f37ebb1901144e03a7cba7d4afd9203
Dismissed
(max. allowed matches exceeded)
created 1 day, 4 hours ago Activity log
  • Created & dismissed (max. allowed matches exceeded) suggestion
rapidio/tsi721: prevent a bad dereference in tsi721_db_dpc()

In the Linux kernel, the following vulnerability has been resolved: rapidio/tsi721: prevent a bad dereference in tsi721_db_dpc() With a list_for_each() loop, if we don't find the item we are looking for in the list, then the loop exits with the iterator, which is "dbell" in this loop, pointing to invalid memory. This code uses the "found" variable to determine if we have found the doorbell we are looking for or not. However, the problem that the "found" variable needs to be set to false at the start of each iteration, otherwise after the first correct doorbell, then everything is marked as found. Reset the "found" to false at the start of the iteration and move the variable inside the loop.

Affected products

Linux
  • <3.2
  • =<6.1.*
  • <13092966ba5d8fb214a4efeddc87f9ed0fd2f945
  • <dc28a14f3e4546b2b06098d24177942540581a5f
  • <fc15e3a30ddd950f009c76765331783b9af94a87
  • =<5.10.*
  • =<6.18.*
  • <81c06ef66c3ab6eeaa72eb790c90ae043cdb3d43
  • =<6.12.*
  • <acd54f42abbbd806464468838dbc04efd203d2be
  • ==3.2
  • =<7.1.*
  • <3b5c66e922aa6a3331915a14520848a5b3beccc7
  • =<5.15.*
  • =<6.6.*
  • <9e775c3199903d7c09a52530042b1198eab705bd
  • =<*
  • <070f356ea4f419e4e85e4089381f4477f41d969e
Dismissed
(no matching packages found)
created 1 day, 4 hours ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Incorrect access control in the startSlaveReboot function of TOTOLINK T6 …

Incorrect access control in the startSlaveReboot function of TOTOLINK T6 4.1.5cu.748_B20211015 allows unauthenticated attackers to arbitrarily force a reboot via sending a crafted MQTT message.

Affected products

n/a
  • ==n/a
Dismissed
(no matching packages found)
created 1 day, 4 hours ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Incorrect access control in the getStationMacByIp function of TOTOLINK T6 …

Incorrect access control in the getStationMacByIp function of TOTOLINK T6 4.1.5cu.748_B20211015 allows unauthenticated attackers to obtain a client MAC address via sending a crafted POST request to /cgi-bin/cstecgi.cgi.

Affected products

n/a
  • ==n/a
Dismissed
(no matching packages found)
Permalink CVE-2026-42395
4.3 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Adjacent (A)
  • 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): Adjacent (A)
  • 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 day, 4 hours ago Activity log
  • Created & dismissed (no matching packages found) suggestion
A host listed as a trusted proxy can send forwarding …

A host listed as a trusted proxy can send forwarding information containing a NUL byte, which crashes the login process on the following login attempt. The login process is terminated, which can cause degradation or denial of service for logins. Deployments that do not configure trusted proxies are not affected. Restrict the list of trusted proxy networks to hosts that are fully under your control. Update to non-vulnerable version. No publicly available exploits are known.

Affected products

OX Dovecot CE
  • <2.4.5
OX Dovecot Pro
  • <3.0.7
  • <2.3.22.2
  • <3.1.6
Dismissed
(max. allowed matches exceeded)
created 1 day, 4 hours ago Activity log
  • Created & dismissed (max. allowed matches exceeded) suggestion
ocfs2: fix out-of-bounds write in ocfs2_remove_refcount_extent

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix out-of-bounds write in ocfs2_remove_refcount_extent [BUG] Unlinking a refcounted file whose refcount tree has leaf blocks triggers a fortify panic due to an out-of-bounds write. [CAUSE] When the last leaf block is removed from a refcount tree, ocfs2_remove_refcount_extent() converts the root back to leaf mode with a bulk memset on &rb->rf_records. rf_records sits in an anonymous union with rf_list. rf_list.l_tree_depth aliases rf_records.rl_count, and is 0 for a single-level tree. With rl_count equal to 0, the memset writes past the 16-byte declared size of rf_records, which the fortify checker catches. [FIX] Replace the bulk memset on &rb->rf_records with a correctly-bounded memset on rl_recs[] alone, after setting rl_count to the correct value.

Affected products

Linux
  • ==6.19
  • <f5255516ec7add3a6d5d37853ad5a9a9ddb14305
  • <6.19
  • =<7.1.*
  • =<*
  • <1ec3cca2d8b6b9ff6584ca626d4c8918bbf48d44
Dismissed
(max. allowed matches exceeded)
created 1 day, 4 hours ago Activity log
  • Created & dismissed (max. allowed matches exceeded) suggestion
scsi: ufs: core: Initialize hba->rpmbs list in ufshcd

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Initialize hba->rpmbs list in ufshcd Initialize the hba->rpmbs list in ufshcd_alloc_host() to prevent NULL pointer dereference in the device teardown path if ufs_rpmb_probe() fails.

Affected products

Linux
  • ==6.19
  • <0279fd451a9971c0d5b959fc59f3e11b55e1694e
  • <a29db0c7f69572b048a63698e1214842d72221e1
  • <6.19
  • =<7.1.*
  • =<*
Dismissed
(no matching packages found)
Permalink CVE-2026-81761
4.3 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): Low (L)
  • Integrity (I): None (N)
  • 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): None (N)
  • Modified Confidentiality (MC): Low (L)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): None (N)
  • Modified Availability (MA): None (N)
created 1 day, 4 hours ago Activity log
  • Created & dismissed (no matching packages found) suggestion
WordPress WpEvently plugin <= 5.5.0 - Broken Access Control vulnerability

Subscriber Broken Access Control in WpEvently <= 5.5.0 versions.

Affected products

mage-eventpress
  • =<5.5.0
Dismissed
(max. allowed matches exceeded)
created 1 day, 4 hours ago Activity log
  • Created & dismissed (max. allowed matches exceeded) suggestion
tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functions

In the Linux kernel, the following vulnerability has been resolved: tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functions mmio_trace_rw() and mmio_trace_mapping() retrieve mmio_trace_array into tr and pass it to __trace_mmiotrace_rw() and __trace_mmiotrace_map(). If these functions are invoked while mmio_trace_array is NULL (e.g. before initialization or after disabled), accessing tr->array_buffer.buffer will result in a NULL pointer dereference crash. Fix this by adding an explicit NULL check for tr at the beginning of __trace_mmiotrace_rw() and __trace_mmiotrace_map().

Affected products

Linux
  • ==2.6.27
  • <12b80cdbc54cf615b4717a4e8180063408091ea2
  • =<6.18.*
  • =<6.12.*
  • <876014b4eeb927146430e7591cf959a7ceb8d64a
  • <60234845142fddb27db89ebc00a65178421fb3a4
  • =<7.1.*
  • <a20a0010eb6485f60cd64e15ebc85a4bd388642e
  • =<*
  • <2.6.27
Dismissed
(no matching packages found)
Permalink CVE-2026-82112
5.1 MEDIUM
  • 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): Passive (P)
  • Vulnerable System Impact Confidentiality (VC): Low (L)
  • 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)
  • Exploit Maturity (E): Not Defined (X)
  • 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): Passive (P)
  • Modified Vulnerable System Impact Confidentiality (MVC): Low (L)
  • 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)
created 1 day, 4 hours ago Activity log
  • Created & dismissed (no matching packages found) suggestion
houtini-ai houtini-lm code_task_files index.ts path traversal

A flaw has been found in houtini-ai houtini-lm up to 2.13.2. The impacted element is an unknown function of the file src/index.ts of the component code_task_files. Executing a manipulation can lead to path traversal. The attack can be launched remotely. This patch is called 35d97bca0531894da36a85aedb95312da1bd5b7a. It is best practice to apply a patch to resolve this issue.

Affected products

houtini-lm
  • ==2.13.0
  • ==2.13.1
  • ==2.13.2