Lucene search
+L

106 matches found

AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•13 views

Astra Linux – Vulnerability in Qemu

An integer overflow issue was identified in the vmxnet3 NIC emulator of QEMU for versions up to v5.2.0. This issue can occur if a guest provides invalid values for the rx/tx queue size or other NIC parameters. A privileged guest user may exploit this flaw to crash the QEMU process on the host,...

3.2CVSS6.6AI score0.00592EPSS
SaveExploits1References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•12 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: ICE: xsk: prohibit usage of non-balanced queue ID Fix the following scenario: 1. ethtool -L $IFACE rx 8 tx 96 2. xdpsock -q 10 -t -z The above refers to a situation where a user wants to attach an XSK socket in txonly mode at a...

5.5CVSS5.8AI score0.00189EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•10 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Packets are queued in the IRQ handler instead of being disabled during the BH handling process. Currently, the driver uses localbhdisable/localbhenable in its IRQ handler to avoid triggering netrxaction in the softir...

7.5CVSS5.3AI score0.00464EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/09/06 12:00 a.m.•5 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-053233)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-053233 advisory. In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: free queued packets when closing socket As reported by syzbot 1, there is a memory...

5.5CVSS6.1AI score0.0025EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/09/05 12:27 a.m.•14 views

SUSE CVE-2026-80779

In the Linux kernel, the following vulnerability has been resolved: net/ionic: avoid OOB TX partner lookup for hwstamp RXQ The dedicated hardware timestamp RX queue is allocated with q-index equal to lif-ionic-nrxqsperlif. The normal txqcqs array only contains the regular queue pairs, so using th...

5.9AI score0.00209EPSS
SaveExploits0References2
NVD
NVD
•added 2026/09/04 4:18 p.m.•9 views

CVE-2026-80779

In the Linux kernel, the following vulnerability has been resolved: net/ionic: avoid OOB TX partner lookup for hwstamp RXQ The dedicated hardware timestamp RX queue is allocated with q-index equal to lif-ionic-nrxqsperlif. The normal txqcqs array only contains the regular queue pairs, so using th...

0.00209EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/04 3:12 p.m.•12 views

CVE-2026-80779 net/ionic: avoid OOB TX partner lookup for hwstamp RXQ

In the Linux kernel, the following vulnerability has been resolved: net/ionic: avoid OOB TX partner lookup for hwstamp RXQ The dedicated hardware timestamp RX queue is allocated with q-index equal to lif-ionic-nrxqsperlif. The normal txqcqs array only contains the regular queue pairs, so using th...

5.6AI score
SaveExploits0References8
CVE
CVE
•added 2026/09/04 3:12 p.m.•20 views

CVE-2026-80779

CVE-2026-80779 is a Linux kernel vulnerability in the net/ionic network driver. The dedicated hardware timestamp RX queue is allocated with an index equal to nrxqs_per_lif , but the txqcqs array only holds regular queue pairs. Using that out-of-bounds index to set rxq->partner can read one ent...

5.3AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/04 3:12 p.m.•34 views

CVE-2026-80779 net/ionic: avoid OOB TX partner lookup for hwstamp RXQ

In the Linux kernel, the following vulnerability has been resolved: net/ionic: avoid OOB TX partner lookup for hwstamp RXQ The dedicated hardware timestamp RX queue is allocated with q-index equal to lif-ionic-nrxqsperlif. The normal txqcqs array only contains the regular queue pairs, so using th...

0.00209EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/08/26 1:13 a.m.•7 views

SUSE CVE-2026-74285

In the Linux kernel, the following vulnerability has been resolved: net: Stop leased rxq before uninstalling its memory provider netifrxqcleanupunlease tears down the memory provider that was installed on a physical RX queue through a netkit queue lease. It currently revokes the provider's DMA...

8.8CVSS6.8AI score0.00165EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
•added 2026/08/24 12:09 p.m.•11 views

CVE-2026-74613

A flaw was found in the Linux kernel's vsock/virtio component. A race condition during the teardown of the receive RX queue can allow work to add buffers after the virtual queues virtqueues have been deleted. This can lead to a use-after-free vulnerability, which may result in a kernel panic and ...

7.8CVSS5.4AI score0.00171EPSS
SaveExploits0References4
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: net: Stop the leased RX queue before uninstalling its memory provider. The netifrxqcleanupunlease function destroys the memory provider that was installed on a physical RX queue through a netkit queue lease. Currently, the...

8.8CVSS5.8AI score0.00165EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
•added 2026/08/23 12:05 a.m.•12 views

SUSE CVE-2026-74613

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: avoid refilling the RX queue after teardown Commit b917507e5ad9 "vsock/virtio: stop workers during the .remove" made the RX worker jump to its common exit when rxrun is clear. That exit still refills the RX queue wh...

7.8CVSS5.8AI score0.00171EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/08/23 12:05 a.m.•13 views

SUSE CVE-2026-74626

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbnetdev: Preserve RX queue depth on allocation failure ntbnetdevrxhandler hands the received skb to the network stack before allocating its replacement. If the allocation fails, nothing is reposted. Every failure therefore...

7.5CVSS5.8AI score0.00716EPSS
SaveExploits0References3
NVD
NVD
•added 2026/08/22 4:16 p.m.•12 views

CVE-2026-74626

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbnetdev: Preserve RX queue depth on allocation failure ntbnetdevrxhandler hands the received skb to the network stack before allocating its replacement. If the allocation fails, nothing is reposted. Every failure therefore...

7.5CVSS0.00716EPSS
SaveExploits0References8
NVD
NVD
•added 2026/08/22 4:16 p.m.•23 views

CVE-2026-74613

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: avoid refilling the RX queue after teardown Commit b917507e5ad9 "vsock/virtio: stop workers during the .remove" made the RX worker jump to its common exit when rxrun is clear. That exit still refills the RX queue wh...

7.8CVSS0.00171EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/22 4:16 p.m.•10 views

AZL-97253 CVE-2026-74613 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: avoid refilling the RX queue after teardown Commit b917507e5ad9 "vsock/virtio: stop workers during the .remove" made the RX worker jump to its common exit when rxrun is clear. That exit still refills the RX queue wh...

7.8CVSS6AI score0.00171EPSS
SaveExploits0References1
OSV
OSV
•added 2026/08/22 4:16 p.m.•8 views

UBUNTU-CVE-2026-74613

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: avoid refilling the RX queue after teardown Commit b917507e5ad9 "vsock/virtio: stop workers during the .remove" made the RX worker jump to its common exit when rxrun is clear. That exit still refills the RX queue wh...

7.8CVSS5.9AI score0.00171EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•9 views

CVE-2026-74613

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: avoid refilling the RX queue after teardown Commit b917507e5ad9 "vsock/virtio: stop workers during the .remove" made the RX worker jump to its common exit when rxrun is clear. That exit still refills the RX queue wh...

7.8CVSS5.8AI score0.00171EPSS
SaveExploits0References9
OSV
OSV
•added 2026/08/22 4:16 p.m.•9 views

UBUNTU-CVE-2026-74626

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbnetdev: Preserve RX queue depth on allocation failure ntbnetdevrxhandler hands the received skb to the network stack before allocating its replacement. If the allocation fails, nothing is reposted. Every failure therefore...

7.5CVSS5.9AI score0.00716EPSS
SaveExploits0References10
Rows per page
Query Builder