Lucene search
+L

9515 matches found

RedhatCVE
RedhatCVE
added 2025/05/09 9:35 a.m.8 views

CVE-2025-37841

In the Linux kernel, the following vulnerability has been resolved: pm: cpupower: bench: Prevent NULL dereference on malloc failure If malloc returns NULL due to low memory, 'config' pointer can be NULL. Add a check to prevent NULL dereference...

5.5CVSS6.5AI score0.00275EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/09 9:33 a.m.15 views

CVE-2025-37840

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: brcmnand: fix PM resume warning Fixed warning on PM resume as shown below caused due to uninitialized struct nandoperation that checks chip select field : WARNONop-cs = nanddevntargets&chip-;base 14.588522...

5.5CVSS6.5AI score0.00312EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/09 9:27 a.m.9 views

CVE-2025-37874

In the Linux kernel, the following vulnerability has been resolved: net: ngbe: fix memory leak in ngbeprobe error path When ngbeswinit is called, memory is allocated for wx-rsskey in wxinitrsskey. However, in ngbeprobe function, the subsequent error paths after ngbeswinit don't free the rsskey. F...

5.5CVSS6.5AI score0.00297EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/09 9:24 a.m.8 views

CVE-2025-37835

No description is available for this CVE...

5.5CVSS7AI score
SaveExploits0References4
Circl
Circl
added 2025/05/09 9:16 a.m.19 views

CVE-2025-37854

creationtimestamp| type| source ---|---|--- 2025-05-09 09:16:38+00:00| seen| https://bsky.app/profile/potato.software/post/3loq3qafuzy2k 2026-03-19 00:00:00+00:00| seen| https://www.cert.ssi.gouv.fr/avis/CERTFR-2026-AVI-0316/...

7.8CVSS6.7AI score0.00247EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/05/09 8:40 a.m.7 views

CVE-2025-37881

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeed: Add NULL pointer check in astvhubinitdev The variable d-name, returned by devmkasprintf, could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in...

4.7CVSS6.2AI score0.00292EPSS
SaveExploits0References4
Circl
Circl
added 2025/05/09 7:25 a.m.16 views

CVE-2025-37881

creationtimestamp| type| source ---|---|--- 2025-05-09 07:25:35+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/15692 2025-05-09 08:31:46+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lopz7ybev42t 2025-05-09 10:21:57+00:00| seen|...

5.5CVSS6.3AI score0.00292EPSS
SaveExploits0References3
Circl
Circl
added 2025/05/09 7:25 a.m.18 views

CVE-2025-37887

creationtimestamp| type| source ---|---|--- 2025-05-09 07:25:27+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/15686 2025-05-09 08:31:50+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lopz7z2a7o2n 2025-05-09 09:21:40+00:00| seen|...

7.1CVSS6.2AI score0.00267EPSS
SaveExploits0References4
NVD
NVD
added 2025/05/09 7:16 a.m.17 views

CVE-2025-37853

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: debugfs hanghws skip GPU with MES debugfs hanghws is used by GPU reset test with HWS, for MES this crash the kernel with NULL pointer access because dqm-packetmgr is not setup for MES path. Skip GPU with MES for now,...

5.5CVSS0.00261EPSS
SaveExploits0References5
NVD
NVD
added 2025/05/09 7:16 a.m.17 views

CVE-2025-37847

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix deadlock in ivpumscleanup Fix deadlock in ivpumscleanup by preventing runtime resume after filepriv-mslock is acquired. During a failure in runtime resume, a cold boot is executed, which calls ivpumscleanupall. Th...

5.5CVSS0.00198EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/05/09 7:16 a.m.10 views

CVE-2025-37869

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Use local fence in error path of xemigrateclear The intent of the error path in xemigrateclear is to wait on locally generated fence and then return. The code is waiting on m-fence which could be the local fence but this ...

7.8CVSS6.2AI score0.00259EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2025/05/09 7:16 a.m.8 views

CVE-2025-37871

In the Linux kernel, the following vulnerability has been resolved: nfsd: decrease sccount directly if fail to queue dlrecall A deadlock warning occurred when invoking nfs4putstid following a failed dlrecall queue operation: T1 T2 nfs4laundromat nfs4getclientreaplist nfs4anylockblockers breakleas...

7.5CVSS6.1AI score0.00717EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
added 2025/05/09 7:16 a.m.7 views

CVE-2025-37872

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix memory leak in txgbeprobe error path When txgbeswinit is called, memory is allocated for wx-rsskey in wxinitrsskey. However, in txgbeprobe function, the subsequent error paths after txgbeswinit don't free the...

5.5CVSS6.2AI score0.00294EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2025/05/09 7:16 a.m.7 views

CVE-2025-37876

In the Linux kernel, the following vulnerability has been resolved: netfs: Only create /proc/fs/netfs with CONFIGPROCFS When testing a special config: CONFIGNETFSSUPPORTS=y CONFIGPROCFS=n The system crashes with something like: 3.766197 ------------ cut here ------------ 3.766484 kernel BUG at...

7CVSS6AI score0.00245EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/09 6:45 a.m.7 views

CVE-2025-37888 net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table()

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix null-ptr-deref in mlx5createinner,ttctable Add NULL check for mlx5getflownamespace returns in mlx5createinnerttctable and mlx5createttctable to prevent NULL pointer dereference...

6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/05/09 6:44 a.m.21 views

CVE-2025-37873 eth: bnxt: fix missing ring index trim on error path

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: fix missing ring index trim on error path Commit under Fixes converted txprod to be free running but missed masking it on the Tx error path. This crashes on error conditions, for example when DMA mapping fails...

7.8CVSS0.00259EPSS
SaveExploits0References3
CVE
CVE
added 2025/05/09 6:43 a.m.163 views

CVE-2025-37865

CVE-2025-37865 affects Linux kernel net: dsa mv88e6xxx code. The bug arises when deleting VLANs on devices where MST is unsupported: mv88e6xxx_port_vlan_leave() calls mv88e6xxx_mst_put() which looks up an MST entry by sid. If the vtu/vlan population path fails to populate vlan.sid, a stale or zer...

5.5CVSS6.5AI score0.00265EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/05/09 6:42 a.m.13 views

CVE-2025-37859

In the Linux kernel, the following vulnerability has been resolved: pagepool: avoid infinite loop to schedule delayed worker We noticed the kworker in pagepoolreleaseretry was waken up repeatedly and infinitely in production because of the buggy driver causing the inflight less than 0 and warning...

5.5CVSS5.7AI score0.00294EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/09 6:41 a.m.41 views

CVE-2025-37845 tracing: fprobe events: Fix possible UAF on modules

In the Linux kernel, the following vulnerability has been resolved: tracing: fprobe events: Fix possible UAF on modules Commit ac91052f0ae5 "tracing: tprobe-events: Fix leakage of module refcount" moved trymoduleget from findtracepointmodulecb to findtracepoint caller, but that introduced a...

7.8CVSS0.00252EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/05/09 6:41 a.m.15 views

CVE-2025-37845

In the Linux kernel, the following vulnerability has been resolved: tracing: fprobe events: Fix possible UAF on modules Commit ac91052f0ae5 "tracing: tprobe-events: Fix leakage of module refcount" moved trymoduleget from findtracepointmodulecb to findtracepoint caller, but that introduced a...

7.8CVSS5.6AI score0.00252EPSS
SaveExploits0
Rows per page
Query Builder