Lucene search
+L

409176 matches found

OSV
OSV
added 2025/01/15 1:05 p.m.17 views

CVE-2024-57903 net: restrict SO_REUSEPORT to inet sockets

In the Linux kernel, the following vulnerability has been resolved: net: restrict SOREUSEPORT to inet sockets After blamed commit, crypto sockets could accidentally be destroyed from RCU call back, as spotted by zyzbot 1. Trying to acquire a mutex in RCU callback is not allowed. Restrict...

5.9AI score
SaveExploits0References9
NVD
NVD
added 2025/01/14 6:15 p.m.8 views

CVE-2025-21336

Windows Cryptographic Information Disclosure Vulnerability...

5.6CVSS0.00631EPSS
SaveExploits0References1
Microsoft KB
Microsoft KB
added 2025/01/14 8:00 a.m.80 views

January 14, 2025—KB5050006 (Security-only update)

None None...

9.8CVSS6.8AI score0.80912EPSS
SaveExploits6
RedhatCVE
RedhatCVE
added 2025/01/13 10:25 a.m.9 views

CVE-2024-48876

In the Linux kernel, the following vulnerability has been resolved: stackdepot: fix stackdepotsaveflags in NMI context Per documentation, stackdepotsaveflags was meant to be usable from NMI context if STACKDEPOTFLAGCANALLOC is unset. However, it still would try to take the poollock in an attempt ...

5.5CVSS6.6AI score0.00141EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/13 8:25 a.m.15 views

CVE-2024-57791

In the Linux kernel, the following vulnerability has been resolved: net/smc: check return value of sockrecvmsg when draining clc data When receiving clc msg, the field length in smcclcmsghdr indicates the length of msg should be received from network and the value should not be fully trusted as i...

5.5CVSS7AI score0.00765EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/13 7:21 a.m.10 views

CVE-2024-55642

In the Linux kernel, the following vulnerability has been resolved: block: Prevent potential deadlocks in zone write plug error recovery Zone write plugging for handling writes to zones of a zoned block device always execute a zone report whenever a write BIO to a zone fails. The intent of this i...

4.4CVSS7.5AI score0.00182EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/13 7:20 a.m.13 views

CVE-2024-54460

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isolistenbis This fixes the circular locking dependency warning below, by releasing the socket lock before enterning isolistenbis, to avoid any potential deadlock with hdev lock. 75.307983...

5.7CVSS7AI score0.00138EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/13 5:50 a.m.17 views

CVE-2024-57843

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

5.5CVSS7.1AI score0.00414EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/01/12 12:15 a.m.8 views

SUSE CVE-2024-53690

In the Linux kernel, the following vulnerability has been resolved: nilfs2: prevent use of deleted inode syzbot reported a WARNING in nilfsrmdir. 1 Because the inode bitmap is corrupted, an inode with an inode number that should exist as a ".nilfs" file was reassigned by nilfsmkdir for "file0",...

5.5CVSS7.8AI score0.00254EPSS
SaveExploits0References16
Packet Storm
Packet Storm
added 2025/01/12 12:00 a.m.254 views

CISA: 2019 Edition - Violence in the Federal Workplace: Appendices A, B, and C: Awareness, Resources, and Case Studies

System About Files News Vote Help | Services API Advertise Contact | Account Join Login ---|---|---...

7.4AI score
SaveExploits0
Packet Storm
Packet Storm
added 2025/01/12 12:00 a.m.159 views

CISA: Jack Rabbit III Initiatives

System About Files News Vote Help | Services API Advertise Contact | Account Join Login ---|---|---...

7.4AI score
SaveExploits0
Packet Storm
Packet Storm
added 2025/01/12 12:00 a.m.151 views

CISA: How Multinational Critical Infrastructure Corporations Protect Intellectual Property from Theft and Espionage

System About Files News Vote Help | Services API Advertise Contact | Account Join Login ---|---|---...

7.4AI score
SaveExploits0
Packet Storm
Packet Storm
added 2025/01/12 12:00 a.m.125 views

CISA: 2019 Edition - Violence in the Federal Workplace: a Guide for Prevention and Response

System About Files News Vote Help | Services API Advertise Contact | Account Join Login ---|---|---...

7.4AI score
SaveExploits0
Packet Storm
Packet Storm
added 2025/01/12 12:00 a.m.114 views

CISA: Office for Bombing Prevention (OBP) Overview

System About Files News Vote Help | Services API Advertise Contact | Account Join Login ---|---|---...

7.4AI score
SaveExploits0
OSV
OSV
added 2025/01/11 2:30 p.m.29 views

CVE-2024-57850 jffs2: Prevent rtime decompress memory corruption

In the Linux kernel, the following vulnerability has been resolved: jffs2: Prevent rtime decompress memory corruption The rtime decompression routine does not fully check bounds during the entirety of the decompression pass and can corrupt memory outside the decompression buffer if the compressed...

7.8CVSS6.3AI score
SaveExploits0References12
NVD
NVD
added 2025/01/11 1:15 p.m.31 views

CVE-2024-57791

In the Linux kernel, the following vulnerability has been resolved: net/smc: check return value of sockrecvmsg when draining clc data When receiving clc msg, the field length in smcclcmsghdr indicates the length of msg should be received from network and the value should not be fully trusted as i...

7.5CVSS0.00765EPSS
SaveExploits0References8
NVD
NVD
added 2025/01/11 1:15 p.m.13 views

CVE-2024-54460

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isolistenbis This fixes the circular locking dependency warning below, by releasing the socket lock before enterning isolistenbis, to avoid any potential deadlock with hdev lock. 75.307983...

5.5CVSS0.00138EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/11 1:15 p.m.5 views

DEBIAN-CVE-2024-55642

In the Linux kernel, the following vulnerability has been resolved: block: Prevent potential deadlocks in zone write plug error recovery Zone write plugging for handling writes to zones of a zoned block device always execute a zone report whenever a write BIO to a zone fails. The intent of this i...

5.5CVSS6AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/11 1:15 p.m.23 views

CVE-2024-53689

In the Linux kernel, the following vulnerability has been resolved: block: Fix potential deadlock while freezing queue and acquiring sysfslock For storing a value to a queue attribute, the queueattrstore function first freezes the queue -qusagecounterio and then acquire -sysfslock. This seems not...

5.5CVSS6.7AI score
SaveExploits0References3
OSV
OSV
added 2025/01/11 1:15 p.m.5 views

DEBIAN-CVE-2024-49571

In the Linux kernel, the following vulnerability has been resolved: net/smc: check ipareaoffset and ipv6prefixescnt when receiving proposal msg When receiving proposal msg in server, the field ipareaoffset and the field ipv6prefixescnt in proposal msg are from the remote client and can not be ful...

5.5CVSS5.7AI score0.00586EPSS
SaveExploits0References1
Rows per page
Query Builder