Lucene search
+L

328 matches found

CNNVD
CNNVD
added 2024/11/12 12:0 a.m.6 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.03512EPSS
SaveExploits0References3
AlmaLinux
AlmaLinux
added 2024/11/12 12:0 a.m.16 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.5 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:0 a.m.28 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.0065EPSS
SaveExploits0References9Affected Software6
CVE
CVE
added 2024/11/05 5:4 p.m.70 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.00229EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2024/10/21 8:15 p.m.20 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...

5.5CVSS0.00264EPSS
SaveExploits0References10
CVE
CVE
added 2024/10/21 8:5 p.m.111 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:2 p.m.18 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...

4.7CVSS6AI score0.00174EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/10/21 6:2 p.m.45 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.00277EPSS
SaveExploits0References9
CVE
CVE
added 2024/10/21 6:2 p.m.121 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:2 p.m.14 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...

5.5CVSS6AI score0.00236EPSS
SaveExploits0References7
OSV
OSV
added 2024/10/08 6:15 p.m.8 views

CVE-2024-38229

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

8.1CVSS8.2AI score0.02078EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/10/08 12:0 a.m.10 views

PT-2024-7146

Name of the Vulnerable Software and Affected Versions .NET versions prior to 8.0.9 .NET versions prior to 6.0.34 .NET Framework affected versions not specified Visual Studio affected versions not specified Description The issue is related to algorithmic complexity in the .NET platform, .NET...

8.8CVSS8.2AI score0.03052EPSS
SaveExploits0References57
RedhatCVE
RedhatCVE
added 2024/09/18 11:14 a.m.16 views

CVE-2024-46767

In the Linux kernel, the following vulnerability has been resolved: net: phy: Fix missing ofnodeput for leds The call of ofgetchildbyname will cause refcount incremented for leds, if it succeeds, it should call ofnodeput to decrease it, fix it...

5.5CVSS6.8AI score0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/04 7:54 p.m.18 views

CVE-2024-44997 net: ethernet: mtk_wed: fix use-after-free panic in mtk_wed_setup_tc_block_cb()

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkwed: fix use-after-free panic in mtkwedsetuptcblockcb When there are multiple ap interfaces on one band and with WED on, turning the interface down will cause a kernel panic on MT798X. Previously, cbpriv was fre...

7.8CVSS6.9AI score0.00214EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/09/04 7:15 p.m.11 views

CVE-2024-44971

In the Linux kernel, the following vulnerability has been resolved: net: dsa: bcmsf2: Fix a possible memory leak in bcmsf2mdioregister bcmsf2mdioregister calls ofphyfinddevice and then phydeviceremove in a loop to remove existing PHY devices. ofphyfinddevice eventually calls busfinddevice, which...

5.5CVSS6.2AI score0.0021EPSS
SaveExploits0References19
OSV
OSV
added 2024/08/26 10:10 a.m.21 views

CVE-2024-43897 net: drop bad gso csum_start and offset in virtio_net_hdr

In the Linux kernel, the following vulnerability has been resolved: net: drop bad gso csumstart and offset in virtionethdr Tighten csumstart and csumoffset checks in virtionethdrtoskb for GSO packets. The function already checks that a checksum requested with VIRTIONETHDRFNEEDSCSUM is in skb...

5.5CVSS6.1AI score0.00212EPSS
SaveExploits0References9
CVE
CVE
added 2024/08/22 1:30 a.m.81 views

CVE-2022-48908

CVE-2022-48908 is a Linux kernel issue affecting the arcnet com20020 PCI driver. The root cause is a null pointer dereference during com20020pci_probe() because the com20020pci_id_table may leave the card-info field empty for some devices, causing a null dereference on initialization. The provide...

5.5CVSS6.5AI score0.0021EPSS
SaveExploits0References8Affected Software1
RedhatCVE
RedhatCVE
added 2024/07/31 9:13 a.m.33 views

CVE-2024-41036

In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Fix deadlock with the SPI chip variant When SMP is enabled and spinlocks are actually functional then there is a deadlock with the 'statelock' spinlock between ks8851startxmitspi and ks8851irq: watchdog: BUG: soft...

4.4CVSS7.1AI score0.00248EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/30 7:47 a.m.30 views

CVE-2024-42224 net: dsa: mv88e6xxx: Correct check for empty list

In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6xxx: Correct check for empty list Since commit a3c53be55c95 "net: dsa: mv88e6xxx: Support multiple MDIO busses" mv88e6xxxdefaultmdiobus has checked that the return value of listfirstentry is non-NULL. This appears...

6.1CVSS6.1AI score0.00233EPSS
SaveExploits0References12
Rows per page
Query Builder