Lucene search
+L

9220 matches found

RedhatCVE
RedhatCVE
added 2025/12/17 3:59 a.m.4 views

CVE-2025-68177

In the Linux kernel, the following vulnerability has been resolved: cpufreq/longhaul: handle NULL policy in longhaulexit longhaulexit was calling cpufreqcpuget0 without checking for a NULL policy pointer. On some systems, this could lead to a NULL dereference and a kernel warning or panic. This...

5.4AI score0.00205EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/17 3:23 a.m.6 views

CVE-2025-68184

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Disable AFBC support on Mediatek DRM driver Commit c410fa9b07c3 "drm/mediatek: Add AFBC support to Mediatek DRM driver" added AFBC support to Mediatek DRM and enabled the 32x8/split/sparse modifier. However, this is...

5.7AI score0.00145EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/17 3:03 a.m.2 views

CVE-2025-40349

In the Linux kernel, the following vulnerability has been resolved: hfs: validate record offset in hfsplusbmapalloc hfsplusbmapalloc can trigger a crash if a record offset or length is larger than nodesize 15.264282 BUG: KASAN: slab-out-of-bounds in hfsplusbmapalloc+0x887/0x8b0 15.265192 Read of...

5.5CVSS5.8AI score0.0015EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/17 2:25 a.m.6 views

CVE-2025-68211

In the Linux kernel, the following vulnerability has been resolved: ksm: use range-walk function to jump over holes in scangetnextrmapitem Currently, scangetnextrmapitem walks every page address in a VMA to locate mergeable pages. This becomes highly inefficient when scanning large virtual memory...

7CVSS5.5AI score0.00144EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/17 1:32 a.m.5 views

CVE-2025-40348

A race condition was found in the Linux kernel's slab allocator. When two threads concurrently call allocslabobjexts and one fails allocation, it may overwrite the other's valid objexts pointer with OBJEXTSALLOCFAIL. The winning thread later dereferences this as a valid pointer, causing a null...

5.5CVSS6.2AI score0.00193EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/17 12:54 a.m.10 views

CVE-2025-40351

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix KMSAN uninit-value issue in hfsplusdeletecat The syzbot reported issue in hfsplusdeletecat: 70.682285 T9333 ===================================================== 70.682943 T9333 BUG: KMSAN: uninit-value in...

5.5CVSS5.5AI score0.00207EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/17 12:03 a.m.3 views

CVE-2025-68230

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix gpu page fault after hibernation on PF passthrough On PF passthrough environment, after hibernate and then resume, coralgemm will cause gpu page fault. Mode1 reset happens during hibernate, but partition mode is n...

5.5AI score0.00189EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/17 12:00 a.m.7 views

EUVD-2025-203959

An issue was discovered in DriveLock 24.1 before 24.1.6, 24.2 before 24.2.7, and 25.1 before 25.1.5. An unprivileged user could cause occasionally a Blue Screen Of Death BSOD on Windows computers by using an IOCTL and an unterminated string...

6.3AI score0.00317EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/12/17 12:00 a.m.10 views

EUVD-2025-203958

An issue was discovered in DriveLock 24.1 through 24.1., 24.2 through 24.2., and 25.1 before 25.1.6. Users with the "Manage roles and permissions" privilege can promote themselves or other DOC users to the Supervisor role through an API call. This privilege is included by default in the...

6.2AI score0.00312EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/12/17 12:00 a.m.5 views

Unity Linux 20.1070e Security Update: deepin-compressor (UTSA-2025-991246)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-991246 advisory. deepin-compressor Tenable has extracted the preceding description block directly from the Unity Linux security advisory. Note that Nessus has not tested for this iss...

5.5AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/12/16 11:14 p.m.1 views

CVE-2025-68250

In the Linux kernel, the following vulnerability has been resolved: hungtask: fix warnings caused by unaligned lock pointers The blocker tracking mechanism assumes that lock pointers are at least 4-byte aligned to use their lower bits for type encoding. However, as reported by Eero Tamminen, some...

5.5CVSS5.6AI score0.003EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/16 10:25 p.m.1 views

CVE-2025-68244

A lock inversion vulnerability was found in the Intel i915 graphics driver in the Linux kernel. On Cherry View processors or Broxton SoCs with VT-d enabled, pinning a VMA to GGTT triggers stopmachine from intelggttbindvma, creating a circular locking dependency between reservationwwclassmutex and...

4.7CVSS6.1AI score0.00188EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/16 9:50 p.m.1 views

CVE-2025-68243

A flaw was found in the NFS client's connection matching logic in the Linux kernel. When using TLS with X.509 certificates RPCXPRTSECTLSX509, nfsmatchclient does not verify the certserial and privkeyserial fields. This could allow unintended client connection reuse between sessions with different...

4.7CVSS6AI score0.00076EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/16 8:21 p.m.4 views

CVE-2025-68287

A use-after-free vulnerability was found in the DWC3 USB controller driver in the Linux kernel. Multiple unsynchronized execution paths can invoke dwc3removerequests concurrently, leading to premature freeing of USB requests. When one path frees requests while another is still processing them, a...

7CVSS6.4AI score0.00227EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/16 8:09 p.m.1 views

CVE-2025-68308

In the Linux kernel, the following vulnerability has been resolved: can: kvaserusb: leaf: Fix potential infinite loop in command parsers The kvaserusbleafwaitcmd and kvaserusbleafreadbulkcallback functions contain logic to zero-length commands. These commands are used to align data to the USB...

5.5CVSS6AI score0.00188EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/16 7:12 p.m.1 views

CVE-2025-68321

In the Linux kernel, the following vulnerability has been resolved: pagepool: always add GFPNOWARN for ATOMIC allocations Driver authors often forget to add GFPNOWARN for page allocation from the datapath. This is annoying to users as OOMs are a fact of life, and we pretty much expect network Rx ...

5.5CVSS5.5AI score0.00435EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/16 7:12 p.m.1 views

CVE-2025-68319

In the Linux kernel, the following vulnerability has been resolved: netconsole: Acquire sumutex before navigating configs hierarchy There is a race between operations that iterate over the userdata cgchildren list and concurrent add/remove of userdata items through configfs. The updateuserdata...

5.5CVSS5.4AI score0.00172EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/16 7:12 p.m.1 views

CVE-2025-68295

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix memory leak in cifsconstructtcon When having a multiuser mount with domain= specified and using cifscreds, cifssetcifscreds will end up setting @ctx-domainname, so it needs to be freed before leaving...

5.5CVSS5.6AI score0.00202EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/16 7:10 p.m.3 views

CVE-2025-68310

In the Linux kernel, the following vulnerability has been resolved: s390/pci: Avoid deadlock between PCI error recovery and mlx5 crdump Do not block PCI config accesses through pcicfgaccesslock when executing the s390 variant of PCI error recovery: Acquire just devicelock instead of pcidevlock as...

5.5CVSS5.6AI score0.00187EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/16 7:09 p.m.1 views

CVE-2025-68304

A use-after-free vulnerability was found in the Linux kernel's Bluetooth subsystem. The hciconn lookup on the RX path uses a lock/lookup/unlock/use pattern that doesn't prevent concurrent deletion of the hciconn structure. When hciabortconnsync or similar functions delete the connection while RX...

5.5CVSS6.3AI score0.00227EPSS
SaveExploits0References4
Rows per page
Query Builder