Lucene search
+L

13118 matches found

RedhatCVE
RedhatCVE
added 2025/06/21 1:08 p.m.8 views

CVE-2025-38032

In the Linux kernel, the following vulnerability has been resolved: mr: consolidate the ipmrcanfreetable checks. Guoyu Yin reported a splat in the ipmr netns cleanup path: WARNING: CPU: 2 PID: 14564 at net/ipv4/ipmr.c:440 ipmrfreetable net/ipv4/ipmr.c:440 inline WARNING: CPU: 2 PID: 14564 at...

7CVSS7AI score0.0014EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 1:08 p.m.9 views

CVE-2025-38020

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Disable MACsec offload for uplink representor profile MACsec offload is not supported in switchdev mode for uplink representors. When switching to the uplink representor profile, the MACsec offload feature must be...

7CVSS7AI score0.00168EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 12:54 p.m.7 views

CVE-2022-50196

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: ocmem: Fix refcount leak in ofgetocmem ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak. ofnodeput will...

5.5CVSS7.1AI score0.0021EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 12:54 p.m.11 views

CVE-2025-38063

In the Linux kernel, the following vulnerability has been resolved: dm: fix unconditional IO throttle caused by REQPREFLUSH When a bio with REQPREFLUSH is submitted to dm, sendemptyflush generates a flushbio with REQOPWRITE | REQPREFLUSH | REQSYNC, which causes the flushbio to be throttled by...

6CVSS7.1AI score0.00155EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 12:53 p.m.6 views

CVE-2025-38036

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vf: Perform early GT MMIO initialization to read GMDID VFs need to communicate with the GuC to obtain the GMDID value and existing GuC functions used for that assume that the GT has it's MMIO members already setup. However...

7CVSS7AI score0.0014EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 12:53 p.m.9 views

CVE-2022-50039

In the Linux kernel, the following vulnerability has been resolved: stmmac: intel: Add a missing clkdisableunprepare call in intelethpciremove Commit 09f012e64e4b "stmmac: intel: Fix clock handling on error and remove paths" removed this clkdisableunprepare This was partly revert by commit...

7CVSS7.1AI score0.0021EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 12:53 p.m.14 views

CVE-2022-49940

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: add sanity check for gsm-receive in gsmreceivebuf A null pointer dereference can happen when attempting to access the "gsm-receive" function in gsmldreceivebuf. Currently, the code assumes that gsm-recieve is only call...

7CVSS7.3AI score0.00198EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 12:43 p.m.9 views

CVE-2022-50176

In the Linux kernel, the following vulnerability has been resolved: drm/mcde: Fix refcount leak in mcdedsibind Every iteration of foreachavailablechildofnode decrements the reference counter of the previous node. There is no decrement when break out from the loop and results in refcount leak. Add...

5.5CVSS7.2AI score0.00218EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 12:43 p.m.6 views

CVE-2022-49955

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: Fix RTAS MSRHV handling for Cell The semi-recent changes to MSR handling when entering RTAS firmware cause crashes on IBM Cell machines. An example trace: kernel tried to execute user page 2fff01a8 - exploit attempt...

4.7CVSS7AI score0.00179EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 12:43 p.m.7 views

CVE-2022-50088

In the Linux kernel, the following vulnerability has been resolved: mm/damon/reclaim: fix potential memory leak in damonreclaiminit damonreclaiminit allocates a memory chunk for ctx with damonnewctx. When damonselectops fails, ctx is not released, which will lead to a memory leak. We should relea...

5.5CVSS7.1AI score0.00163EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 12:43 p.m.8 views

CVE-2022-50059

In the Linux kernel, the following vulnerability has been resolved: ceph: don't leak snaprwsem in handlecapgrant When handlecapgrant is called on an IMPORT op, then the snaprwsem is held and the function is expected to release it before returning. It currently fails to do that in all cases which...

5.5CVSS7.1AI score0.00379EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 6:03 a.m.19 views

CVE-2025-38068

In the Linux kernel, the following vulnerability has been resolved: crypto: lzo - Fix compression buffer overrun Unlike the decompression code, the compression code in LZO never checked for output overruns. It instead assumes that the caller always provides enough buffer space, disregarding the...

5.5CVSS7.7AI score0.00163EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 5:58 a.m.12 views

CVE-2025-38064

In the Linux kernel, the following vulnerability has been resolved: virtio: break and reset virtio devices on deviceshutdown Hongyu reported a hang on kexec in a VM. QEMU reported invalid memory accesses during the hang. Invalid read at addr 0x102877002, size 2, region 'null', reason: rejected...

7CVSS6.9AI score0.00137EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 5:48 a.m.7 views

CVE-2025-38006

In the Linux kernel, the following vulnerability has been resolved: net: mctp: Don't access ifaindex when missing In mctpdumpaddrinfo, ifaindex can be used to filter interfaces, but only when the struct ifaddrmsg is provided. Otherwise it will be comparing to uninitialised memory - reproducible i...

7CVSS7AI score0.00165EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 5:28 a.m.6 views

CVE-2025-38027

In the Linux kernel, the following vulnerability has been resolved: regulator: max20086: fix invalid memory access max20086parseregulatorsdt calls ofregulatormatch using an array of struct ofregulatormatch allocated on the stack for the matches argument. ofregulatormatch calls...

7CVSS6.9AI score0.00174EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 5:18 a.m.9 views

CVE-2025-38042

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-glue: Drop skipfdq argument from k3udmaglueresetrxchn The user of k3udmaglueresetrxchn e.g. tiam65cpswnuss can run on multiple platforms having different DMA architectures. On some platforms there can be on...

7CVSS7.2AI score0.0014EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 4:43 a.m.6 views

CVE-2025-38082

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix potential out-of-bound write If the caller wrote more characters, count is truncated to the max available space in "simplewritetobuffer". Check that the input size does not exceed the buffer size. Write a zero...

5.5CVSS7.4AI score0.00151EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 4:38 a.m.7 views

CVE-2025-38051

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix use-after-free in cifsfilldirent There is a race condition in the readdir concurrency process, which may access the rsp buffer after it has been released, triggering the following KASAN warning...

7CVSS6.9AI score0.00178EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 4:28 a.m.13 views

CVE-2025-38019

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumrouter: Fix use-after-free when deleting GRE net devices The driver only offloads neighbors that are constructed on top of net devices registered by it or their uppers which are all Ethernet. The device supports GR...

7CVSS7.4AI score0.00182EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/21 4:08 a.m.8 views

CVE-2025-38071

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Check return value from memblockphysallocrange At least with CONFIGPHYSICALSTART=0x100000, if there is 4 MiB of contiguous free memory available at this point, the kernel will crash and burn because memblockphysallocrange...

7CVSS6.8AI score0.00162EPSS
SaveExploits0References4
Rows per page
Query Builder