Lucene search
+L

3359 matches found

Redos
Redos
added 2026/02/05 12:00 a.m.7 views

ROS-20260205-73-0018

A vulnerability in the virtqueueenablecbdelayed function of the drivers/virtio/virtioring.c module of the Linux operating systems kernel is related to race condition. Exploitation of the vulnerability could allow an attacker to cause a denial of service...

4.7CVSS7.5AI score0.00135EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2026/02/05 12:00 a.m.10 views

The vulnerability of the init() and fini() functions in the drivers/char/virtio_console.c module of the Linux kernel driver support for alphanumeric devices allows a attacker to cause a service failure.

The vulnerability of the init and fini functions in the drivers/char/virtioconsole.c driver module, which supports alphanumeric devices in Linux kernels, relates to the exposure of information through event log files. Exploiting this vulnerability can allow an attacker to cause service failures...

5.5CVSS6.6AI score0.00255EPSS
SaveExploits0References22Affected Software3
BDU FSTEC
BDU FSTEC
added 2026/02/05 12:00 a.m.9 views

The vulnerability of the `virtio_net_hdr_to_skb()` function in the `include/linux/virtio_net.h` header of the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the virtionethdrtoskb function in the include/linux/virtionet.h header of the Linux operating system is related to the pointer manipulation. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6AI score0.0021EPSS
SaveExploits0References20Affected Software4
NVD
NVD
added 2026/02/04 5:16 p.m.11 views

CVE-2026-23086

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: cap TX credit to local buffer size The virtio transports derives its TX credit directly from peerbufalloc, which is set from the remote endpoint's SOVMSOCKETSBUFFERSIZE value. On the host side this means that the...

5.5CVSS0.00148EPSS
SaveExploits0References6
NVD
NVD
added 2026/02/04 5:16 p.m.11 views

CVE-2026-23069

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix potential underflow in virtiotransportgetcredit The credit calculation in virtiotransportgetcredit uses unsigned arithmetic: ret = vvs-peerbufalloc - vvs-txcnt - vvs-peerfwdcnt; If the peer shrinks its advertise...

5.5CVSS0.00132EPSS
SaveExploits0References5
NVD
NVD
added 2026/02/04 5:16 p.m.9 views

CVE-2026-23057

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Coalesce only linear skb vsock/virtio common tries to coalesce buffers in rx queue: if a linear skb with a spare tail room is followed by a small skb length limited by GOODCOPYLEN = 128, an attempt is made to join...

0.00172EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/04 5:16 p.m.16 views

UBUNTU-CVE-2026-23086

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: cap TX credit to local buffer size The virtio transports derives its TX credit directly from peerbufalloc, which is set from the remote endpoint's SOVMSOCKETSBUFFERSIZE value. On the host side this means that the...

5.5CVSS6AI score0.00148EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.9 views

CVE-2026-23057

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Coalesce only linear skb vsock/virtio common tries to coalesce buffers in rx queue: if a linear skb with a spare tail room is followed by a small skb length limited by GOODCOPYLEN = 128, an attempt is made to join...

5.4AI score0.00172EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.12 views

CVE-2026-23069

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix potential underflow in virtiotransportgetcredit The credit calculation in virtiotransportgetcredit uses unsigned arithmetic: ret = vvs-peerbufalloc - vvs-txcnt - vvs-peerfwdcnt; If the peer shrinks its advertise...

5.5CVSS5.8AI score0.00132EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.12 views

CVE-2026-23085

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Avoid truncating memory addresses On 32-bit machines with CONFIGARMLPAE, it is possible for lowmem allocations to be backed by addresses physical memory above the 32-bit address limit, as found while...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.12 views

CVE-2026-23086

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: cap TX credit to local buffer size The virtio transports derives its TX credit directly from peerbufalloc, which is set from the remote endpoint's SOVMSOCKETSBUFFERSIZE value. On the host side this means that the...

5.5CVSS6AI score0.00148EPSS
SaveExploits0References21
OSV
OSV
added 2026/02/04 5:16 p.m.13 views

UBUNTU-CVE-2026-23069

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix potential underflow in virtiotransportgetcredit The credit calculation in virtiotransportgetcredit uses unsigned arithmetic: ret = vvs-peerbufalloc - vvs-txcnt - vvs-peerfwdcnt; If the peer shrinks its advertise...

5.5CVSS5.8AI score0.00132EPSS
SaveExploits0References22
OSV
OSV
added 2026/02/04 5:16 p.m.12 views

UBUNTU-CVE-2026-23057

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Coalesce only linear skb vsock/virtio common tries to coalesce buffers in rx queue: if a linear skb with a spare tail room is followed by a small skb length limited by GOODCOPYLEN = 128, an attempt is made to join...

5.7AI score0.00172EPSS
SaveExploits0References21
NVD
NVD
added 2026/02/04 4:16 p.m.14 views

CVE-2026-23046

In the Linux kernel, the following vulnerability has been resolved: virtionet: fix device mismatch in devmkzalloc/devmkfree Initial rsshdr allocation uses virtiodevice-device, but virtnetsetqueues frees using netdevice-device. This device mismatch causing below devres warning 3788.514041...

0.00183EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/04 4:16 p.m.16 views

UBUNTU-CVE-2026-23046

In the Linux kernel, the following vulnerability has been resolved: virtionet: fix device mismatch in devmkzalloc/devmkfree Initial rsshdr allocation uses virtiodevice-device, but virtnetsetqueues frees using netdevice-device. This device mismatch causing below devres warning 3788.514041...

5.7AI score0.00183EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/02/04 4:16 p.m.12 views

CVE-2026-23046

In the Linux kernel, the following vulnerability has been resolved: virtionet: fix device mismatch in devmkzalloc/devmkfree Initial rsshdr allocation uses virtiodevice-device, but virtnetsetqueues frees using netdevice-device. This device mismatch causing below devres warning 3788.514041...

5.3AI score0.00183EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/02/04 4:08 p.m.13 views

EUVD-2026-5456

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: cap TX credit to local buffer size The virtio transports derives its TX credit directly from peerbufalloc, which is set from the remote endpoint's SOVMSOCKETSBUFFERSIZE value. On the host side this means that the...

5.7AI score0.00148EPSS
SaveExploits0References4
CVE
CVE
added 2026/02/04 4:08 p.m.59 views

CVE-2026-23086

Technical details about CVE-2026-23086 are not publicly available in the provided connected documents; monitor vendor advisories and official CVE writeups for updates.

5.5CVSS5.7AI score0.00148EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/02/04 4:08 p.m.61 views

CVE-2026-23086 vsock/virtio: cap TX credit to local buffer size

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: cap TX credit to local buffer size The virtio transports derives its TX credit directly from peerbufalloc, which is set from the remote endpoint's SOVMSOCKETSBUFFERSIZE value. On the host side this means that the...

0.00148EPSS
SaveExploits0References5
OSV
OSV
added 2026/02/04 4:08 p.m.23 views

CVE-2026-23086 vsock/virtio: cap TX credit to local buffer size

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: cap TX credit to local buffer size The virtio transports derives its TX credit directly from peerbufalloc, which is set from the remote endpoint's SOVMSOCKETSBUFFERSIZE value. On the host side this means that the...

5.7AI score
SaveExploits0References9
Rows per page
Query Builder