Lucene search
+L

1957 matches found

CVE
CVE
added 2025/07/25 3:27 p.m.89 views

CVE-2025-38466

CVE-2025-38466 is a Linux kernel vulnerability where uprobes could be misused during instruction fetch; the fix reverts to requiring CAP_SYS_ADMIN for uprobes, mitigating local misuse. Multiple connected advisories acknowledge the issue and reference upstream kernel fixes. Technical details confi...

5.5CVSS6.2AI score0.0017EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2025/07/25 3:27 p.m.87 views

CVE-2025-38448

CVE-2025-38448 is a Linux kernel vulnerability in the USB gadget u_serial wakeup path. The issue is a race condition where gs_start_io() may call gs_start_rx() or gs_start_tx() after briefly dropping port_lock for usb_ep_queue(), allowing gs_close() or gserial_disconnect() to clear port.tty and p...

4.7CVSS6.3AI score0.00115EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/07/25 3:27 p.m.12 views

CVE-2025-38444 raid10: cleanup memleak at raid10_make_request

In the Linux kernel, the following vulnerability has been resolved: raid10: cleanup memleak at raid10makerequest If raid10readrequest or raid10writerequest registers a new request and the REQNOWAIT flag is set, the code does not free the malloc from the mempool. unreferenced object...

0.00147EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/07/25 3:27 p.m.69 views

CVE-2025-38442 block: reject bs > ps block devices when THP is disabled

In the Linux kernel, the following vulnerability has been resolved: block: reject bs ps block devices when THP is disabled If THP is disabled and when a block device with logical block size page size is present, the following null ptr deref panic happens during boot: 13.2 mK AOSAN: null-ptr-deref...

0.00137EPSS
SaveExploits0References2
CVE
CVE
added 2025/07/25 3:27 p.m.91 views

CVE-2025-38441

CVE-2025-38441 affects the Linux kernel netfilter flowtable nf_flow_pppoe_proto() where the Ethernet header was not accounted for in PPPoE offload logic, leading to potential use of uninitialized data (KMSAN). The vulnerability is locally exploitable; CVSS 3.1/AV:L/AC:L/PR:L/UI:N/S:U/I:N/A:H with...

5.5CVSS6.3AI score0.00157EPSS
SaveExploits0References7Affected Software1
NVD
NVD
added 2025/07/25 3:15 p.m.6 views

CVE-2025-38434

In the Linux kernel, the following vulnerability has been resolved: Revert "riscv: Define TASKSIZEMAX for accessok" This reverts commit ad5643cf2f69 "riscv: Define TASKSIZEMAX for accessok". This commit changes TASKSIZEMAX to be LONGMAX to optimize accessok, because the previous TASKSIZEMAX defau...

5.5CVSS0.00157EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/07/25 2:16 p.m.14 views

CVE-2025-38422 net: lan743x: Modify the EEPROM and OTP size for PCI1xxxx devices

In the Linux kernel, the following vulnerability has been resolved: net: lan743x: Modify the EEPROM and OTP size for PCI1xxxx devices Maximum OTP and EEPROM size for hearthstone PCI1xxxx devices are 8 Kb and 64 Kb respectively. Adjust max size definitions and return correct EEPROM length based on...

0.00164EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/07/25 1:20 p.m.11 views

CVE-2025-38411

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix double put of request If a netfs request finishes during the pause loop, it will have the ref that belongs to the INPROGRESS flag removed at that point - however, if it then goes to the final wait loop, that will also...

7.8CVSS6.2AI score0.00153EPSS
SaveExploits0
NVD
NVD
added 2025/07/25 1:15 p.m.15 views

CVE-2025-38396

In the Linux kernel, the following vulnerability has been resolved: fs: export anoninodemakesecureinode and fix secretmem LSM bypass Export anoninodemakesecureinode to allow KVM guestmemfd to create anonymous inodes with proper security context. This replaces the current pattern of calling...

7.8CVSS0.00163EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.12 views

CVE-2025-38402

In the Linux kernel, the following vulnerability has been resolved: idpf: return 0 size for RSS key if not supported Returning -EOPNOTSUPP from function returning u32 is leading to cast and invalid size value as a result. -EOPNOTSUPP as a size probably will lead to allocation fail. Command: ethto...

5.5CVSS5.4AI score0.00145EPSS
SaveExploits0
CVE
CVE
added 2025/07/25 12:53 p.m.92 views

CVE-2025-38392

CVE-2025-38392 (Linux kernel) describes a concurrency issue in the idpf driver where a control queue mutex (cq_lock) is held across operations that may sleep, triggering warnings during module load when VIRTCHNL2_CAP_MACFILTER is ON. The fix converts cq_lock from a mutex to a spinlock to avoid sl...

5.5CVSS6.2AI score0.00154EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.8 views

CVE-2025-38385

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: fix WARN in netifnapidellocked on disconnect Remove redundant netifnapidel call from disconnect path. A WARN may be triggered in netifnapidellocked during USB device disconnect: WARNING: CPU: 0 PID: 11 at...

7.8CVSS5.6AI score0.00166EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.11 views

CVE-2025-38375 virtio-net: ensure the received length does not exceed allocated size

In the Linux kernel, the following vulnerability has been resolved: virtio-net: ensure the received length does not exceed allocated size In xdplinearizepage, when reading the following buffers from the ring, we forget to check the received length with the true allocate size. This can lead to an...

0.0017EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/07/25 12:47 p.m.13 views

CVE-2025-38367 LoongArch: KVM: Avoid overflow with array index

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Avoid overflow with array index The variable index is modified and reused as array index when modify register EIOINTCENABLE. There will be array index overflow problem...

0.00144EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/07/25 12:47 p.m.16 views

CVE-2025-38362 drm/amd/display: Add null pointer check for get_first_active_display()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null pointer check for getfirstactivedisplay The function modhdcphdcp1enableencryption calls the function getfirstactivedisplay, but does not check its return value. The return value is a null pointer if the...

0.00107EPSS
SaveExploits0References6
NVD
NVD
added 2025/07/22 1:15 p.m.7 views

CVE-2025-34143

An authentication bypass vulnerability exists in ETQ Reliance on the CG legacy platform. The application allowed login as the privileged internal SYSTEM user by manipulating the username field. The SYSTEM account does not require a password, enabling attackers with network access to the login pag...

9.3CVSS0.29857EPSS
SaveExploits0References4
Patchstack
Patchstack
added 2025/07/21 10:13 p.m.7 views

WordPress WP JobHunt plugin <= 7.2 - Authenticated (Subscriber+) Insecure Direct Object Reference to Arbitrary Account Deletion vulnerability

Authenticated Subscriber+ Insecure Direct Object Reference to Arbitrary Account Deletion vulnerability discovered by ixec in WordPress Plugin WP JobHunt versions = 7.2...

8.1CVSS6.7AI score0.0039EPSS
SaveExploits0References1Affected Software1
Debian CVE
Debian CVE
added 2025/07/18 7:53 a.m.4 views

CVE-2025-38349

In the Linux kernel, the following vulnerability has been resolved: eventpoll: don't decrement ep refcount while still holding the ep mutex Jann Horn points out that epoll is decrementing the ep refcount and then doing a mutexunlock&ep-mtx; afterwards. That's very wrong, because it can lead to a...

7.8CVSS5.8AI score0.00152EPSS
SaveExploits0
NVD
NVD
added 2025/07/10 8:15 a.m.4 views

CVE-2025-38319

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pp: Fix potential NULL pointer dereference in atomctrlinitializemcregtable The function atomctrlinitializemcregtable and atomctrlinitializemcregtablev22 does not check the return value of smuatomgetdatatable. If...

5.5CVSS0.00145EPSS
SaveExploits0References7
NVD
NVD
added 2025/07/10 8:15 a.m.8 views

CVE-2025-38311

In the Linux kernel, the following vulnerability has been resolved: iavf: get rid of the crit lock Get rid of the crit lock. That frees us from the error prone logic of trylocks. Thanks to netdevlock by Jakub it is now easy, and in most cases we were protected by it already - replace crit lock by...

5.5CVSS0.00094EPSS
SaveExploits0References2
Rows per page
Query Builder