Lucene search
K

24 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerabilities have been resolved: - Block: Fixed the issue where queues could freeze, compared to the lock order in sysfs store methods. The queueattrstore function always freezes the device queue before calling the attribute store operation. For attributes th...

5.5CVSS5.9AI score0.00033EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.4 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Do not reset the dql stats during a NONFATAL reset. All ibmvnic resets should instead call netdevtxresetqueue when reopening the device. netdevtxresetqueue resets the numqueued and numcompleted byte counters. These stats...

5.5CVSS5.2AI score0.00018EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.1 views

CVE-2023-54008

In the Linux kernel, the following vulnerability has been resolved: virtiovdpa: build affinity masks conditionally We try to build affinity mask via createaffinitymasks unconditionally which may lead several issues: - the affinity mask is not used for parent without affinity support only VDUSE...

5.7AI score0.0003EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2023-53463

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ibmvnic: Do not reset dql stats on NONFATAL err All ibmvnic resets, make a call to netdevtxresetqueue when re-opening the device. netdevtxresetqueue resets the...

5.5CVSS6.1AI score0.00018EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.0 views

EUVD-2022-55333

Malicious code in bioql PyPI...

7.1AI score0.00054EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2025-5993

Malicious code in bioql PyPI...

5.5AI score0.00033EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/10/01 11:30 p.m.2 views

SUSE CVE-2023-53463

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Do not reset dql stats on NONFATAL err All ibmvnic resets, make a call to netdevtxresetqueue when re-opening the device. netdevtxresetqueue resets the numqueued and numcompleted byte counters. These stats are used in Byt...

5.5CVSS6.1AI score0.00018EPSS
Exploits0References19
NVD
NVD
added 2025/10/01 12:15 p.m.3 views

CVE-2023-53463

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Do not reset dql stats on NONFATAL err All ibmvnic resets, make a call to netdevtxresetqueue when re-opening the device. netdevtxresetqueue resets the numqueued and numcompleted byte counters. These stats are used in Byt...

5.5CVSS0.00018EPSS
Exploits0References4
CVE
CVE
added 2025/10/01 11:42 a.m.11 views

CVE-2023-53463

CVE-2023-53463 relates to the Linux kernel ibmvnic driver. The bug occurs when a NON_FATAL reset is performed: batched skb (xmit) data increments num_queued but not fully accounted for until the batch is sent, causing a mismatch where num_completed can exceed num_queued, which triggers a kernel B...

5.5CVSS5.7AI score0.00018EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.6 views

CVE-2023-53463 ibmvnic: Do not reset dql stats on NON_FATAL err

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Do not reset dql stats on NONFATAL err All ibmvnic resets, make a call to netdevtxresetqueue when re-opening the device. netdevtxresetqueue resets the numqueued and numcompleted byte counters. These stats are used in Byt...

0.00018EPSS
Exploits0References4
OSV
OSV
added 2025/10/01 11:42 a.m.2 views

CVE-2023-53463 ibmvnic: Do not reset dql stats on NON_FATAL err

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Do not reset dql stats on NONFATAL err All ibmvnic resets, make a call to netdevtxresetqueue when re-opening the device. netdevtxresetqueue resets the numqueued and numcompleted byte counters. These stats are used in Byt...

5.5CVSS6AI score0.00018EPSS
Exploits0References7
CVE
CVE
added 2025/06/18 11:2 a.m.67 views

CVE-2022-50062

The CVE-2022-50062 issue concerns the Linux kernel net: bgmac path. A bug triggered by wrong bytes_compl can cause a kernel BUG_ON inside bgmac_dma_tx_free() when called from bgmac_poll(), due to a race between setting ring->end and netdev_sent_queue() and an RX interrupt. Reported on an ARM 4...

5.5CVSS6.4AI score0.00054EPSS
Exploits0References5Affected Software1
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.2 views

kernel: md/raid10: fix null ptr dereference in raid10_size()

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix null ptr dereference in raid10size In raid10run if raid10setqueuelimits succeed, the return value is set to zero, and if following procedures failed raid10run will return zero while mddev-private is still NULL,...

5.5CVSS6.8AI score0.00011EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/03/01 2:52 a.m.2 views

SUSE CVE-2025-21807

In the Linux kernel, the following vulnerability has been resolved: block: fix queue freeze vs limits lock order in sysfs store methods queueattrstore always freezes a device queue before calling the attribute store operation. For attributes that control queue limits, the store operation will als...

5.5CVSS6.4AI score0.00033EPSS
Exploits0References3
OSV
OSV
added 2025/02/27 8:16 p.m.1 views

DEBIAN-CVE-2025-21807

In the Linux kernel, the following vulnerability has been resolved: block: fix queue freeze vs limits lock order in sysfs store methods queueattrstore always freezes a device queue before calling the attribute store operation. For attributes that control queue limits, the store operation will als...

5.5CVSS5.4AI score0.00033EPSS
Exploits0References1
CVE
CVE
added 2025/02/27 8:0 p.m.55 views

CVE-2025-21807

CVE-2025-21807 (Linux kernel) affects the block subsystem. queue_attr_store() previously freezes the device queue before invoking the attribute store operation. For attributes controlling queue limits, the store could lock queue limits via queue_limits_start_update(), creating an ABBA deadlock if...

5.5CVSS6.5AI score0.00033EPSS
Exploits0References2Affected Software1
SUSE CVE
SUSE CVE
added 2025/01/12 12:14 a.m.2 views

SUSE CVE-2024-56674

In the Linux kernel, the following vulnerability has been resolved: virtionet: correct netdevtxresetqueue invocation point When virtnetclose is followed by virtnetopen, some TX completions can possibly remain unconsumed, until they are finally processed during the first NAPI poll after the...

5.5CVSS7.5AI score0.00022EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2024/11/19 3:48 a.m.1 views

SUSE CVE-2024-50297

In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine starts Enqueue packets in dql after dma engine starts causes race condition. Tx transfer starts once dma engine is started and may execute dql dequeue in completion...

4.7CVSS7.7AI score0.00026EPSS
Exploits0References3
OSV
OSV
added 2024/11/19 2:16 a.m.2 views

DEBIAN-CVE-2024-50297

In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine starts Enqueue packets in dql after dma engine starts causes race condition. Tx transfer starts once dma engine is started and may execute dql dequeue in completion...

4.7CVSS5.6AI score0.00026EPSS
Exploits0References1
OSV
OSV
added 2024/11/19 2:16 a.m.0 views

UBUNTU-CVE-2024-50297

In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine starts Enqueue packets in dql after dma engine starts causes race condition. Tx transfer starts once dma engine is started and may execute dql dequeue in completion...

4.7CVSS6.7AI score0.00026EPSS
Exploits0References17
Rows per page
Query Builder