Lucene search
+L

335 matches found

CVE
CVE
added 2024/12/29 8:48 a.m.153 views

CVE-2024-56717

CVE-2024-56717 affects the Linux kernel ocelot switchdev path (net: mscc: ocelot). The root cause is an incorrect SRC_PORT argument passed to ocelot_ifh_set_basic(), copied from ocelot_xmit_common() as a port mask instead of a single port index. This produces packing failures (Cannot store 0x40 i...

7.5CVSS6.6AI score0.00446EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/12/02 1:44 p.m.42 views

CVE-2024-53124 net: fix data-races around sk->sk_forward_alloc

In the Linux kernel, the following vulnerability has been resolved: net: fix data-races around sk-skforwardalloc Syzkaller reported this warning: ------------ cut here ------------ WARNING: CPU: 0 PID: 16 at net/ipv4/afinet.c:156 inetsockdestruct+0x1c5/0x1e0 Modules linked in: CPU: 0 UID: 0 PID: ...

7.5CVSS0.00587EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/11/21 7:15 p.m.30 views

CVE-2024-50258

In the Linux kernel, the following vulnerability has been resolved: net: fix crash when config small gsomaxsize/gsoipv4maxsize Config a small gsomaxsize/gsoipv4maxsize will lead to an underflow in skdstgsomaxsize, which may trigger a BUGON crash, because sk-skgsomaxsize would be much bigger than...

5.5CVSS6.7AI score0.00218EPSS
SaveExploits0References4
NVD
NVD
added 2024/11/19 2:16 a.m.22 views

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...

7.5CVSS0.00276EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.23 views

CVE-2024-50276

In the Linux kernel, the following vulnerability has been resolved: net: vertexcom: mse102x: Fix possible double free of TX skb The scope of the TX skb is wider than just mse102xtxframespi, so in case the TX skb room needs to be expanded, we should free the the temporary skb instead of the origin...

9.8CVSS6.1AI score0.00664EPSS
SaveExploits0
SUSE Linux
SUSE Linux
added 2024/11/18 1:24 p.m.10 views

Security update for SUSE Manager Client Tools

This update fixes the following issues: golang-github-lusitaniae-apacheexporter was updated from version 1.0.1 to 1.0.8: Security issues fixed: CVE-2023-3978: Fixed security bug in x/net dependency in version 1.0.2 bsc1213933 Bugs fixed: Require Go 1.20 when building for RedHat derivatives Versio...

5.4CVSS7.8AI score0.00844EPSS
SaveExploits0References44
OSV
OSV
added 2024/11/12 6:30 p.m.14 views

GHSA-8RXM-6783-QH55 Duplicate Advisory: .NET and Visual Studio Remote Code Execution Vulnerability

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-6x36-qxmj-rv4p. This link is maintained to preserve external references. Original Description .NET and Visual Studio Remote Code Execution Vulnerability...

9.8CVSS9.6AI score
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.14 views

kernel: net: missing check virtio

In the Linux kernel, the following vulnerability has been resolved: net: missing check virtio Two missing check in virtionethdrtoskb allowed syzbot to crash kernels again 1. After the skbsegment function the buffer may become non-linear nrfrags != 0, but since the SKBTXSHAREDFRAG flag is not set...

5.5CVSS6.5AI score0.00239EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/11/12 12:00 a.m.10 views

Microsoft Visual Studio和Microsoft .NET 安全漏洞

Microsoft Visual Studio and Microsoft .NET are both products of Microsoft Corporation, USA. Microsoft Visual Studio is a family of development tool suites and a fundamentally complete set of development tools that includes most of the tools needed throughout the software lifecycle. Microsoft .NET...

9.8CVSS9.1AI score0.03591EPSS
SaveExploits0References3
AlmaLinux
AlmaLinux
added 2024/11/12 12:00 a.m.19 views

Moderate: runc security update

The runC tool is a lightweight, portable implementation of the Open Container Format OCF that provides container runtime. Security Fixes: golang: net: malformed DNS message can cause infinite loop CVE-2024-24788 For more details about the security issues, including the impact, a CVSS score,...

5.9CVSS7.8AI score0.01001EPSS
SaveExploits0References4
OSV
OSV
added 2024/11/08 6:15 a.m.9 views

UBUNTU-CVE-2024-50186

In the Linux kernel, the following vulnerability has been resolved: net: explicitly clear the sk pointer, when pf-create fails We have recently noticed the exact same KASAN splat as in commit 6cd4a78d962b "net: do not leave a dangling sk pointer, when socket creation fails". The problem is that...

7.8CVSS6.6AI score0.00233EPSS
SaveExploits0References29
BDU FSTEC
BDU FSTEC
added 2024/11/07 12:00 a.m.35 views

The vulnerability of the virtio-net component of the QEMU hardware emulation software allows a attacker to induce a service failure.

The vulnerability of the virtio-net device emulation component in QEMU is related to the operation of writing data beyond the buffer boundaries in memory. Exploiting this vulnerability allows a remote attacker to cause a system failure...

6.8CVSS7.1AI score0.00656EPSS
SaveExploits0References9Affected Software6
CVE
CVE
added 2024/11/05 5:04 p.m.85 views

CVE-2024-50097

CVE-2024-50097 is resolved in OpenSUSE kernel-devel-longterm-6.12.11-1.1 on GA media. The issue in the Linux kernel’s fec driver could panics when saving PTP state if PTP is unsupported; the fix guards fec_ptp_save_state behind a PTP-support check, preventing the unconditional state save. Technic...

5.5CVSS5.2AI score0.00231EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2024/10/21 8:15 p.m.29 views

CVE-2024-50024

In the Linux kernel, the following vulnerability has been resolved: net: Fix an unsafe loop on the list The kernel may crash when deleting a genetlink family if there are still listeners for that family: Oops: Kernel access of bad area, sig: 11 1 ... NIP c000000000c080bc...

7.3CVSS0.00279EPSS
SaveExploits0References10
CVE
CVE
added 2024/10/21 8:05 p.m.124 views

CVE-2022-48961

CVE-2022-48961 is a Linux kernel vulnerability affecting the MDIO subsystem. The issue is an unbalanced fwnode reference count in mdio_device_release(), caused by a missing fwnode_handle_put() in normal paths after fwnode_handle_get() during of_mdiobus_register_device() binding. The leak manifest...

5.5CVSS5.2AI score0.00245EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/10/21 6:02 p.m.21 views

CVE-2024-49998 net: dsa: improve shutdown sequence

In the Linux kernel, the following vulnerability has been resolved: net: dsa: improve shutdown sequence Alexander Sverdlin presents 2 problems during shutdown with the lan9303 driver. One is specific to lan9303 and the other just happens to reproduce there. The first problem is that lan9303 is...

6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2024/10/21 6:02 p.m.56 views

CVE-2024-49949 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 ...

0.0028EPSS
SaveExploits0References9
CVE
CVE
added 2024/10/21 6:02 p.m.134 views

CVE-2024-49947

CVE-2024-49947 affects the Linux kernel net stack, specifically a vulnerability in virtio_net_hdr_to_skb() where an incorrectly set skb->csum_start could place the transport header before or after the network header when processing injected packets via af_packet. Syzbot-triggered warnings show...

5.5CVSS6.7AI score0.00236EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/10/21 6:02 p.m.19 views

CVE-2024-49947 net: test for not too small csum_start in virtio_net_hdr_to_skb()

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, setting skb-csumstart and thus the transport header to an incorrect value...

6AI score
SaveExploits0References7
OSV
OSV
added 2024/10/08 6:15 p.m.11 views

CVE-2024-38229

.NET and Visual Studio Remote Code Execution Vulnerability...

8.1CVSS8.2AI score
SaveExploits0References2
Rows per page
Query Builder