Lucene search
+L

150 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.7 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987036)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987036 advisory. In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix listadd corruption in lpfcdraintxq When parsing the txq list in lpfcdraintxq, the...

8.8CVSS6AI score0.00343EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.15 views

EUVD-2022-55429

Malicious code in bioql PyPI...

7.1AI score0.00309EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2025/10/03 1:1 a.m.9 views

wifi: iwlwifi: read txq->read_ptr under lock

...

5.5CVSS7AI score0.00344EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/09/24 12:0 a.m.8 views

PT-2025-46615

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to USB networking. Specifically, the rtl8150 set multicast function incorrectly calls netif stop queue and netif wake queue, leading to potentia...

4.6CVSS6.4AI score0.003EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-52768

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: use vmmtable as array in wilc struct Enabling KASAN and running some iperf...

7.8CVSS5.2AI score0.00244EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/10 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2021-46949

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: sfc: farch: fix TX queue lookup in TX flush done handling We're starting from a TXQ instance...

5.5CVSS5AI score0.00222EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2025/08/07 7:0 a.m.5 views

gve: add missing NULL check for gve_alloc_pending_packet() in TX DQO

...

5.5CVSS7AI score0.00161EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:0 a.m.6 views

wifi: mac80211: Purge vif txq in ieee80211_do_stop()

...

5.5CVSS7.4AI score0.00187EPSS
SaveExploits0
OSV
OSV
added 2025/07/03 9:15 a.m.4 views

DEBIAN-CVE-2025-38122

In the Linux kernel, the following vulnerability has been resolved: gve: add missing NULL check for gveallocpendingpacket in TX DQO gveallocpendingpacket can return NULL, but gvetxaddskbdqo did not check for this case before dereferencing the returned pointer. Add a missing NULL check to prevent ...

5.5CVSS5.5AI score0.00161EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/06/24 4:41 a.m.7 views

kernel: mt76: fix use-after-free by removing a non-RCU wcid pointer

A vulnerability was found in the Linux kernel's mt76 wi-fi driver. A concurrency bug causes the mtxq TX queue to maintain a raw pointer to a wcid structure mtxq-wcid that might be freed by the time it is accessed. This issue can lead to a use-after-free scenario, leading to system instability,...

8.8CVSS6.9AI score0.00416EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.7 views

SUSE CVE-2022-50164

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix double listadd at iwlmvmmacwaketxqueue After successfull station association, if station queues are disabled for some reason, the related lists are not emptied. So if some new element is added to the list ...

5.5CVSS6.2AI score0.00309EPSS
SaveExploits0References11
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.5 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: Wifi: wl1251 – Fixed a memory leak in wl1251txwork. The skb queued for transmission to txqueue is lost when the wl1251pselpwakeup function fails with an -ETIMEDOUT error. This issue has been fixed by re-queuing the skb back into...

5.5CVSS5.8AI score0.00169EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.6 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: llc: Do not use skbget before devqueuexmit. The syzbot exploit can cause hosts to crash, especially when using llc and devices that do not support IFFTXSKBSHARING. In this case, the e1000 driver calls ethskbpad, where the skb is...

5.5CVSS5.6AI score0.00205EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: Wifi: iwlwifi: mvm – Ensure that the queue for the offloaded TID exists. The resume code path assumes that the TX queue for the offloaded TID has been configured. At the time of resuming operations, it attempts to synchronize the...

7.8CVSS5.6AI score0.00249EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2025/05/02 4:15 p.m.11 views

CVE-2023-53102

In the Linux kernel, the following vulnerability has been resolved: ice: xsk: disable txq irq before flushing hw iceqpdis intends to stop a given queue pair that is a target of xsk pool attach/detach. One of the steps is to disable interrupts on these queues. It currently is broken in a way that...

5.5CVSS6.1AI score0.00199EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/05/02 4:15 p.m.9 views

UBUNTU-CVE-2023-53102

In the Linux kernel, the following vulnerability has been resolved: ice: xsk: disable txq irq before flushing hw iceqpdis intends to stop a given queue pair that is a target of xsk pool attach/detach. One of the steps is to disable interrupts on these queues. It currently is broken in a way that...

7.8CVSS6.1AI score0.00199EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/05/02 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the ice driver not disabling the txq interrupt before refreshing the hardware, which could lead to null...

5.5CVSS6.3AI score0.00199EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/01 2:15 p.m.2 views

DEBIAN-CVE-2025-37794

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Purge vif txq in ieee80211dostop After ieee80211dostop SKB from vif's txq could still be processed. Indeed another concurrent vif scheduleandwaketxq call could cause those packets to be dequeued see...

5.5CVSS5.6AI score0.00187EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 2:15 p.m.7 views

UBUNTU-CVE-2025-37794

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Purge vif txq in ieee80211dostop After ieee80211dostop SKB from vif's txq could still be processed. Indeed another concurrent vif scheduleandwaketxq call could cause those packets to be dequeued see...

5.5CVSS6.2AI score0.00187EPSS
SaveExploits0References40
Cvelist
Cvelist
added 2025/05/01 1:7 p.m.15 views

CVE-2025-37795

...

SaveExploits0
Rows per page
Query Builder