Lucene search
+L

100 matches found

OSV
OSV
added 2025/08/22 4:00 p.m.8 views

CVE-2025-38622 net: drop UFO packets in udp_rcv_segment()

In the Linux kernel, the following vulnerability has been resolved: net: drop UFO packets in udprcvsegment When sending a packet with virtionethdr to tun device, if the gsotype in virtionethdr is SKBGSOUDP and the gsosize is less than udphdr size, below crash may happen. ------------ cut here...

5.8AI score
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2025/07/29 11:24 p.m.6 views

SUSE CVE-2025-38375

In the Linux kernel, the following vulnerability has been resolved: virtio-net: ensure the received length does not exceed allocated size In xdplinearizepage, when reading the following buffers from the ring, we forget to check the received length with the true allocate size. This can lead to an...

7CVSS6.4AI score0.00177EPSS
SaveExploits0References63
RedhatCVE
RedhatCVE
added 2025/06/19 10:58 p.m.15 views

CVE-2022-50073

A flaw was found in the tap module in the Linux kernel. A NULL pointer dereference can be triggered due to a missing initialization, resulting in a denial of service...

5.5CVSS8.1AI score0.00167EPSS
SaveExploits0References4
CVE
CVE
added 2025/06/18 11:02 a.m.120 views

CVE-2022-50073

CVE-2022-50073 affects the Linux kernel TAP path. Root cause: in dev_parse_header_protocol the code dereferences skb->dev which can be NULL when the tap driver calls virtio_net_hdr_to_skb, causing a NULL pointer dereference. The issue is triggered in tap_get_user/tap_sendmsg paths and can cras...

5.5CVSS6.1AI score0.00167EPSS
SaveExploits0References5Affected Software1
CNNVD
CNNVD
added 2025/06/18 12:00 a.m.2 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 a memory leak caused by virtionet not freeing xdppage in XPDTX mode...

5.5CVSS6.3AI score0.00165EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.4 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: virtioring: Fixed a data race by marking eventtriggered as “racy” for KCSAN. The syzbot reported a data race when accessing eventTriggered. Here is the simplified stack when the issue occurred:...

4.7CVSS6.6AI score0.00119EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.1 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: virtio-net: A memory leak occurs in the virtnetxskpoolenable function when freeing the xskbuffs. The selftests added to our CI by Bui Quang Minh recently revealed that there is a memory leak in the error path of...

5.5CVSS6.2AI score0.00174EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/06 11:08 a.m.11 views

OESA-2025-1594 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: net: test for not too small csumstart in virtionethdrtoskb syzbot was able to trigger this warning 1, after injecting a malicious packet through afpacket, settin...

7.8CVSS6.5AI score0.0043EPSS
SaveExploits0References21
RedhatCVE
RedhatCVE
added 2025/05/22 7:56 p.m.14 views

CVE-2021-36147

An issue was discovered in ACRN before 2.5. It allows a devicemodel/hw/pci/virtio/virtionet.c virtionetpingrxq NULL pointer dereference for vq-used...

7.5CVSS6.9AI score0.00961EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.7 views

kernel: virtio-net: fix overflow inside virtnet_rq_alloc

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix overflow inside virtnetrqalloc When the frag just got a page, then may lead to regression on VM. Specially if the sysctl net.core.highorderallocdisable value is 1, then the frag always get a page when do refill...

9.8CVSS6.9AI score0.00414EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/28 10:53 a.m.25 views

USN-7303-2 linux-oracle, linux-oracle-6.8 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM32 architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; - ACPI drivers; - Drivers cor...

9.8CVSS6.7AI score0.01369EPSS
SaveExploits0References209
OSV
OSV
added 2025/02/26 10:38 a.m.35 views

USN-7303-1 linux-nvidia, linux-nvidia-6.8, linux-nvidia-lowlatency vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM32 architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; - ACPI drivers; - Drivers cor...

9.8CVSS6.8AI score0.01369EPSS
SaveExploits0References209
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.5 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 an xdprxqinfo error in virtionet after a hang/recovery...

6AI score0.00289EPSS
SaveExploits0References8
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.2 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: added more sanity checks to qdiscpktleninit. One of the approaches handles SKBGSODODGY, assuming that skb-len is greater than hdrlen. The function virtionethdrtoskb does not fully dissect TCP headers; it only ensures that th...

5.5CVSS6.2AI score0.00291EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 3:06 p.m.10 views

CVE-2024-56674 virtio_net: correct netdev_tx_reset_queue() invocation point

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.5CVSS5.9AI score
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/12/11 4:21 p.m.4 views

kernel: net: avoid potential underflow in qdisc_pkt_len_init() with UFO

In the Linux kernel, the following vulnerability has been resolved: net: avoid potential underflow in qdiscpktleninit with UFO After commit 7c6d2ecbda83 "net: be more gentle about silly gso requests coming from user" virtionethdrtoskb had sanity check to detect malicious attempts from user space ...

5.5CVSS6.4AI score0.0028EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/10/24 3:18 a.m.15 views

SUSE CVE-2024-49948

In the Linux kernel, the following vulnerability has been resolved: net: add more sanity checks to qdiscpktleninit One path takes care of SKBGSODODGY, assuming skb-len is bigger than hdrlen. virtionethdrtoskb does not fully dissect TCP headers, it only make sure it is at least 20 bytes. It is...

5.5CVSS6.3AI score0.00291EPSS
SaveExploits0References17
Microsoft CVE
Microsoft CVE
added 2024/10/12 12:00 a.m.7 views

CVE-2024-43897

...

7.8CVSS6.5AI score0.00221EPSS
SaveExploits0
Amazon
Amazon
added 2024/10/02 12:00 a.m.6 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: ima: Fix use-after-free on a dentry's dname.name CVE-2024-39494 In the Linux kernel, the following vulnerability has been resolved: net, sunrpc: Remap EPERM in case of connection failure in xstcpsetupsocket...

7.8CVSS6.6AI score0.00309EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/10/01 12:48 a.m.10 views

kernel: virtio-net: tap: mlx5_core short frame denial of service

A denial of service DoS attack was found in the mlx5 driver in the Linux kernel. A KVM guest VM using virtio-net can crash the host by sending a short packet, for example, size = ETHHLEN...

8.8CVSS7.2AI score0.00254EPSS
SaveExploits0References6
Rows per page
Query Builder