Lucene search
+L

13863 matches found

NVD
NVD
added 2025/02/27 3:15 a.m.11 views

CVE-2025-21763

In the Linux kernel, the following vulnerability has been resolved: neighbour: use RCU protection in neighnotify neighnotify can be called without RTNL or RCU protection. Use RCU protection to avoid potential UAF...

7.8CVSS0.00258EPSS
SaveExploits0References11
OSV
OSV
added 2025/02/27 3:15 a.m.4 views

DEBIAN-CVE-2024-58018

In the Linux kernel, the following vulnerability has been resolved: nvkm: correctly calculate the available space of the GSP cmdq buffer r535gspcmdqpush waits for the available page in the GSP cmdq buffer when handling a large RPC request. When it sees at least one available page in the cmdq, it...

5.5CVSS5.9AI score0.00191EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/27 3:15 a.m.13 views

CVE-2024-58019

In the Linux kernel, the following vulnerability has been resolved: nvkm/gsp: correctly advance the read pointer of GSP message queue A GSP event message consists three parts: message header, RPC header, message body. GSP calculates the number of pages to write from the total size of a GSP messag...

7.8CVSS0.00198EPSS
SaveExploits0References3
NVD
NVD
added 2025/02/27 3:15 a.m.15 views

CVE-2024-58007

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: socinfo: Avoid out of bounds read of serial number On MSM8916 devices, the serial number exposed in sysfs is constant and does not change across individual devices. It's always: db410c:/sys/devices/soc0$ cat serialnumb...

7.1CVSS0.00257EPSS
SaveExploits0References10
OSV
OSV
added 2025/02/27 3:15 a.m.9 views

UBUNTU-CVE-2025-21769

In the Linux kernel, the following vulnerability has been resolved: ptp: vmclock: Add .owner to vmclockmiscdevfops Without the .owner field, the module can be unloaded while /dev/vmclock0 is open, leading to an oops...

5.5CVSS5.7AI score0.00185EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/27 3:15 a.m.10 views

UBUNTU-CVE-2024-54458

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: bsg: Set bsgqueue to NULL after removal Currently, this does not cause any issues, but I believe it is necessary to set bsgqueue to NULL after removing it to prevent potential use-after-free UAF access...

7.8CVSS6.2AI score0.00229EPSS
SaveExploits0References27
OSV
OSV
added 2025/02/27 3:15 a.m.8 views

UBUNTU-CVE-2025-21777

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Validate the persistent meta data subbuf array The meta data for a mapped ring buffer contains an array of indexes of all the subbuffers. The first entry is the reader page, and the rest of the entries lay out the...

5.5CVSS6.6AI score0.00201EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/02/27 3:12 a.m.10 views

SUSE CVE-2022-49066

In the Linux kernel, the following vulnerability has been resolved: veth: Ensure eth header is in skb's linear part After feeding a decapsulated packet to a veth device with actmirred, skbheadlen may be 0. But vethxmit calls devforwardskb, which expects at least ETHHLEN byte of linear data as...

5.5CVSS6.5AI score0.00264EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/02/27 3:12 a.m.8 views

SUSE CVE-2022-49113

In the Linux kernel, the following vulnerability has been resolved: powerpc/secvar: fix refcount leak in formatshow Refcount leak will happen when formatshow returns failure in multiple cases. Unified management of ofnodeput can fix this problem...

5.5CVSS6.5AI score0.00259EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:09 a.m.5 views

SUSE CVE-2022-49258

In the Linux kernel, the following vulnerability has been resolved: crypto: ccree - Fix use after free in cccipherexit kfreesensitivectxp-user.key will free the ctxp-user.key. But ctxp-user.key is still used in the next line, which will lead to a use after free. We can call kfreesensitive after...

5.5CVSS6.7AI score0.00262EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:08 a.m.7 views

SUSE CVE-2022-49330

In the Linux kernel, the following vulnerability has been resolved: tcp: fix tcpmtupprobesuccess vs wrong sndcwnd syzbot got a new report 1 finally pointing to a very old bug, added in initial support for MTU probing. tcpmtuprobe has checks about starting an MTU probe if tcpsndcwndtp = 11. But...

5.5CVSS6.1AI score0.00831EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/02/27 3:07 a.m.5 views

SUSE CVE-2022-49410

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix potential double free in createvarref In createvarref, initvarref is called to initialize the fields of variable reffield, which is allocated in the previous function call to createhistfield. Function initvarref...

5.5CVSS7.9AI score0.00297EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/02/27 3:06 a.m.6 views

SUSE CVE-2022-49477

In the Linux kernel, the following vulnerability has been resolved: ASoC: samsung: Fix refcount leak in ariesaudioprobe ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when done. If extconfindedevbynode fails, it doesn't call ofnodeput Calling...

5.5CVSS6.4AI score0.00256EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:04 a.m.6 views

SUSE CVE-2022-49577

In the Linux kernel, the following vulnerability has been resolved: udp: Fix a data-race around sysctludpl3mdevaccept. While reading sysctludpl3mdevaccept, it can be changed concurrently. Thus, we need to add READONCE to its reader...

5.5CVSS6.2AI score0.00185EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/02/27 3:04 a.m.6 views

SUSE CVE-2022-49624

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: remove aqnicdeinit when resume aqnicdeinit has been called while suspending, so we don't have to call it again on resume. Actually, call it again leads to another hang issue when resuming from S3. Jul 8 03:09:44...

5.5CVSS6.8AI score0.00263EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/02/27 3:03 a.m.6 views

SUSE CVE-2022-49629

In the Linux kernel, the following vulnerability has been resolved: nexthop: Fix data-races around nexthopcompatmode. While reading nexthopcompatmode, it can be changed concurrently. Thus, we need to add READONCE to its readers...

5.5CVSS5.9AI score0.00176EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/02/27 2:18 a.m.23 views

CVE-2025-21792 ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockopt

In the Linux kernel, the following vulnerability has been resolved: ax25: Fix refcount leak caused by setting SOBINDTODEVICE sockopt If an AX25 device is bound to a socket by setting the SOBINDTODEVICE socket option, a refcount leak will occur in ax25release. Commit 9fd75b66b8f6 "ax25: Fix refcou...

7.8CVSS0.00236EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/27 2:18 a.m.12 views

CVE-2025-21791 vrf: use RCU protection in l3mdev_l3_out()

In the Linux kernel, the following vulnerability has been resolved: vrf: use RCU protection in l3mdevl3out l3mdevl3out can be called without RCU being held: rawsendmsg ippushpendingframes ipsendskb iplocalout iplocalout l3mdevipout Add rcureadlock / rcureadunlock pair to avoid a potential UAF...

7.8CVSS6.1AI score
SaveExploits0References13
CVE
CVE
added 2025/02/27 2:18 a.m.175 views

CVE-2025-21787

CVE-2025-21787 affects the Linux kernel's team subsystem due to insufficient validation of TEAM_OPTION_TYPE_STRING in the net/TEAM code paths. The root cause is validated data handling in team_mode_get/ team_mode_option_set/ team_option_set, with inline occurrences in team_core.c:480, 607, 1401 a...

5.5CVSS6.5AI score0.00241EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2025/02/27 2:18 a.m.26 views

CVE-2025-21782 orangefs: fix a oob in orangefs_debug_write

In the Linux kernel, the following vulnerability has been resolved: orangefs: fix a oob in orangefsdebugwrite I got a syzbot report: slab-out-of-bounds Read in orangefsdebugwrite... several people suggested fixes, I tested Al Viro's suggestion and made this patch...

0.00253EPSS
SaveExploits0References8
Rows per page
Query Builder