Lucene search
+L

2304 matches found

RedhatCVE
RedhatCVE
added 2025/07/03 10:6 a.m.6 views

CVE-2025-38163

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on sbi-totalvalidblockcount syzbot reported a f2fs bug as below: ------------ cut here ------------ kernel BUG at fs/f2fs/f2fs.h:2521! RIP: 0010:decvalidblockcount+0x3b2/0x3c0 fs/f2fs/f2fs.h:2521 Call...

5.5CVSS6.3AI score0.00154EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.4 views

CVE-2025-38114

In the Linux kernel, the following vulnerability has been resolved: e1000: Move cancelworksync to avoid deadlock Previously, e1000down called cancelworksync for the e1000 reset task via e1000downandstop, which takes RTNL. As reported by users and syzbot, a deadlock is possible in the following...

5.5CVSS6.1AI score0.00107EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.4 views

CVE-2025-38134

In the Linux kernel, the following vulnerability has been resolved: usb: acpi: Prevent null pointer dereference in usbacpiaddusb4devlink As demonstrated by the fix for updateportdevicestate, commit 12783c0b9e2c "usb: core: Prevent null pointer dereference in updateportdevicestate",...

5.5CVSS6.2AI score0.00159EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.4 views

CVE-2025-38151

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix hang when cmaneteventcallback fails to queuework The cited commit fixed a crash when cmaneteventcallback was called for a cmaid while work on that id from a previous call had not yet started. The work item was...

5.5CVSS6.1AI score0.0015EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.4 views

CVE-2025-38098

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Don't treat wb connector as physical in createvalidatestreamforsink Don't try to operate on a drmwbconnector as an amdgpudmconnector. While dereferencing aconnector-base will "work" it's wrong and might lead to...

7.8CVSS6.1AI score0.00167EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.5 views

CVE-2025-38096

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: don't warn when if there is a FW error iwltransreclaim is warning if it is called when the FW is not alive. But if it is called when there is a pending restart, i.e. after a FW error, there is no need to warn,...

5.5CVSS5.8AI score0.00159EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.4 views

CVE-2025-38132

In the Linux kernel, the following vulnerability has been resolved: coresight: holding cscfgcsdevlock while removing cscfg from csdev There'll be possible race scenario for coresight config: CPU0 CPU1 perf enable load module cscfgloadconfigsets activate config. // sysfs sysactivecnt == 1...

5.5CVSS6.1AI score0.00141EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.6 views

CVE-2025-38126

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: make sure that ptprate is not 0 before configuring timestamping The stmmac platform drivers that do not open-code the clkptprate value after having retrieved the default one from the device-tree can end up with 0 in...

5.5CVSS6.1AI score0.00163EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.7 views

CVE-2025-38162

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: prevent overflow in lookup table allocation When calculating the lookup table size, ensure the following multiplication does not overflow: - desc-fieldlen maximum value is U8MAX multiplied by...

7.8CVSS6.2AI score0.00149EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.2 views

CVE-2025-38119

In the Linux kernel, the following vulnerability has been resolved: scsi: core: ufs: Fix a hang in the error handler ufshcderrhandlingprepare calls ufshcdrpmgetsync. The latter function can only succeed if UFSHCDEHINPROGRESS is not set because resuming involves submitting a SCSI command and...

5.5CVSS6.3AI score0.00161EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.5 views

CVE-2025-38139

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix oops in write-retry from mis-resetting the subreq iterator Fix the resetting of the subrequest iterator in netfsretrywritestream to use the iterator-reset function as the iterator may have been shortened by a previous...

7.1CVSS6.2AI score0.00376EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.8 views

CVE-2025-38161

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix error flow upon firmware failure for RQ destruction Upon RQ destruction if the firmware command fails which is the last resource to be destroyed some SW resources were already cleaned regardless of the failure. Now...

7.8CVSS6.2AI score0.00153EPSS
SaveExploits0References42
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.4 views

CVE-2025-38117

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Protect mgmtpending list with its own lock This uses a mutex to protect from concurrent access of mgmtpending list which can cause crashes like: ==================================================================...

7.8CVSS6.2AI score0.00154EPSS
SaveExploits0References30
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.5 views

CVE-2025-38143

In the Linux kernel, the following vulnerability has been resolved: backlight: pm8941: Add NULL check in wledconfigure devmkasprintf returns NULL when memory allocation fails. Currently, wledconfigure does not check for this case, which results in a NULL pointer dereference. Add NULL check after...

5.5CVSS6.2AI score0.0017EPSS
SaveExploits0References42
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.6 views

CVE-2025-38147

In the Linux kernel, the following vulnerability has been resolved: calipso: Don't call calipso functions for AFINET sk. syzkaller reported a null-ptr-deref in txoptget. 0 The offset 0x70 was of struct ipv6txoptions in struct ipv6pinfo, so struct ipv6pinfo was NULL there. However, this never...

5.5CVSS6.2AI score0.00174EPSS
SaveExploits0References43
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.8 views

CVE-2025-38173

In the Linux kernel, the following vulnerability has been resolved: crypto: marvell/cesa - Handle zero-length skcipher requests Do not access random memory for zero-length skcipher requests. Just return 0...

7.8CVSS6.2AI score0.00162EPSS
SaveExploits0References43
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.6 views

CVE-2025-38163

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on sbi-totalvalidblockcount syzbot reported a f2fs bug as below: ------------ cut here ------------ kernel BUG at fs/f2fs/f2fs.h:2521! RIP: 0010:decvalidblockcount+0x3b2/0x3c0 fs/f2fs/f2fs.h:2521 Call...

5.5CVSS6.1AI score0.00154EPSS
SaveExploits0References43
UbuntuCve
UbuntuCve
added 2025/07/03 9:15 a.m.5 views

CVE-2025-38108

In the Linux kernel, the following vulnerability has been resolved: netsched: red: fix a race in redchange Gerrard Tai reported a race condition in RED, whenever SFQ perturb timer fires at the wrong time. The race is as follows: CPU 0 CPU 1 1: lock root 2: qdisctreeflushbacklog 3: unlock root | |...

7.8CVSS6.2AI score0.00133EPSS
SaveExploits0References43
OSV
OSV
added 2025/07/03 6:0 a.m.3 views

BELL-CVE-2025-38092

Bulletin has no description...

5.5CVSS6.4AI score0.00282EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/07/03 12:0 a.m.7 views

Fedora 42 : open-vm-tools (2025-23653a72d9)

The remote Fedora 42 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2025-23653a72d9 advisory. Update to version 12.5.2. Fixes CVE-2025-22247 Tenable has extracted the preceding description block directly from the Fedora security advisory. Note that...

6.1CVSS6.5AI score0.00255EPSS
SaveExploits0References2
Rows per page
Query Builder