Lucene search
+L

16955 matches found

RedhatCVE
RedhatCVE
added 2025/02/27 4:57 p.m.20 views

CVE-2025-21715

In the Linux kernel, the following vulnerability has been resolved: net: davicom: fix UAF in dm9000drvremove dm is netdev private data and it cannot be used after freenetdev call. Using dm after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function. This is similar ...

5.5CVSS7.4AI score0.00237EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 4:56 p.m.17 views

CVE-2021-47656

In the Linux kernel, the following vulnerability has been resolved: jffs2: fix use-after-free in jffs2clearxattrsubsystem When we mount a jffs2 image, assume that the first few blocks of the image are normal and contain at least one xattr-related inode, but the next block is abnormal. As a result...

5.5CVSS7.5AI score0.00253EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 4:28 p.m.15 views

CVE-2024-58021

In the Linux kernel, the following vulnerability has been resolved: HID: winwing: Add NULL check in winwinginitled devmkasprintf can return a NULL pointer on failure,but this returned value in winwinginitled is not checked. Add NULL check in winwinginitled, to handle kernel NULL pointer dereferen...

5.5CVSS6.1AI score0.00206EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 4:28 p.m.12 views

CVE-2024-58016

In the Linux kernel, the following vulnerability has been resolved: safesetid: check size of policy writes syzbot attempts to write a buffer with a large size to a sysfs entry with writes handled by handlepolicyupdate, triggering a warning in kmalloc. Check the size specified for write buffers...

5.5CVSS6.5AI score0.00203EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 4:26 p.m.17 views

CVE-2022-49714

In the Linux kernel, the following vulnerability has been resolved: irqchip/realtek-rtl: Fix refcount leak in mapinterrupts offindnodebyphandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. This function doesn't call ofnodeput in error path...

5.5CVSS6.2AI score0.0026EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 4:26 p.m.24 views

CVE-2022-49684

In the Linux kernel, the following vulnerability has been resolved: iio: adc: aspeed: Fix refcount leak in aspeedadcsettrimdata offindnodebyname returns a node pointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid refcount leak...

5.5CVSS6.3AI score0.00218EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 3:54 p.m.11 views

CVE-2022-49073

In the Linux kernel, the following vulnerability has been resolved: ata: satadwc460ex: Fix crash due to OOB write the driver uses libata's "tag" values from in various arrays. Since the mentioned patch bumped the ATATAGINTERNAL to 32, the value of the SATADWCQCMDMAX needs to account for that...

5.5CVSS6.5AI score0.00271EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 3:53 p.m.9 views

CVE-2025-21758

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: add RCU protection to mldnewpack mldnewpack can be called without RTNL or RCU being held. Note that we no longer can use sockallocsendskb because ipv6.igmpsk uses GFPKERNEL allocations which can sleep. Instead use...

5.5CVSS6.3AI score0.13707EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 3:25 p.m.8 views

CVE-2022-49718

In the Linux kernel, the following vulnerability has been resolved: irqchip/apple-aic: Fix refcount leak in aicoficinit ofgetchildbyname returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS6.3AI score0.00218EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 3:24 p.m.11 views

CVE-2025-21718

In the Linux kernel, the following vulnerability has been resolved: net: rose: fix timer races against user threads Rose timers only acquire the socket spinlock, without checking if the socket is owned by one user thread. Add a check and rearm the timers if needed. BUG: KASAN: slab-use-after-free...

7CVSS6.4AI score0.00168EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 3:24 p.m.6 views

CVE-2024-57983

In the Linux kernel, the following vulnerability has been resolved: mailbox: th1520: Fix memory corruption due to incorrect array size The functions th1520mboxsuspendnoirq and th1520mboxresumenoirq are intended to save and restore the interrupt mask registers in the MBOX ICU0. However, the array...

5.5CVSS6.6AI score0.00219EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 3:24 p.m.8 views

CVE-2022-49630

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

4.7CVSS6.3AI score0.00174EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 2:58 p.m.4 views

CVE-2025-21778

In the Linux kernel, the following vulnerability has been resolved: tracing: Do not allow mmap of persistent ring buffer When trying to mmap a trace instance buffer that is attached to reservemem, it would crash: BUG: unable to handle page fault for address: ffffe97bd00025c8 PF: supervisor read...

5.5CVSS6.2AI score0.00212EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 2:56 p.m.7 views

CVE-2022-49625

In the Linux kernel, the following vulnerability has been resolved: sfc: fix kernel panic when creating VF When creating VFs a kernel panic can happen when calling to efxef10tryupdatenicstatsvf. When releasing a DMA coherent buffer, sometimes, I don't know in what specific circumstances, it has t...

5.5CVSS6.2AI score0.00282EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 2:56 p.m.10 views

CVE-2022-49621

In the Linux kernel, the following vulnerability has been resolved: cpufreq: pmac32-cpufreq: Fix refcount leak bug In pmaccpufreqinitMacRISC3, we need to add corresponding ofnodeput for the three node pointers whose refcount have been incremented by offindnodebyname...

5.5CVSS6.5AI score0.00253EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 2:55 p.m.12 views

CVE-2022-49209

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix memleak in tcpbpfsendmsg while sk msg is full If tcpbpfsendmsg is running while sk msg is full. When skmsgalloc returns -ENOMEM error, tcpbpfsendmsg goes to waitformemory. If partial memory has been alloced by...

5.5CVSS6.2AI score0.00264EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 2:54 p.m.11 views

CVE-2022-49581

In the Linux kernel, the following vulnerability has been resolved: be2net: Fix buffer overflow in begetmoduleeeprom becmdreadporttransceiverdata assumes that it is given a buffer that is at least PAGEDATALEN long, or twice that if the module supports SFF 8472. However, this is not always the...

5.5CVSS6.9AI score0.00301EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 2:38 p.m.13 views

CVE-2024-58002

A dangling pointer vulnerability was found in the Linux kernel. When an async control is written, a copy of a pointer is made in the file handle that started the operation. If the user closes that file descriptor, its structure will be freed and there will be one dangling pointer per pending asyn...

5.5CVSS7.2AI score0.00252EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 2:37 p.m.10 views

CVE-2025-21746

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics - fix crash when enabling pass-through port When enabling a pass-through port an interrupt might come before psmouse driver binds to the pass-through port. However synaptics sub-driver tries to access psmouse...

5.5CVSS6.4AI score0.00146EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/27 2:37 p.m.9 views

CVE-2022-49637

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix a data-race around sysctlfibsyncmem. While reading sysctlfibsyncmem, it can be changed concurrently. So, we need to add READONCE to avoid a data-race...

4.7CVSS6.3AI score0.00176EPSS
SaveExploits0References4
Rows per page
Query Builder