Lucene search
+L

8026 matches found

OSV
OSV
added 2025/07/04 1:37 p.m.7 views

CVE-2025-38193 net_sched: sch_sfq: reject invalid perturb period

In the Linux kernel, the following vulnerability has been resolved: netsched: schsfq: reject invalid perturb period Gerrard Tai reported that SFQ perturbperiod has no range check yet, and this can be used to trigger a race condition fixed in a separate patch. We want to make sure ctl-perturbperio...

7.8CVSS6.2AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.6 views

CVE-2025-38190

In the Linux kernel, the following vulnerability has been resolved: atm: Revert atmaccounttx if copyfromiterfull fails. In vccsendmsg, we account skb-truesize to sk-skwmemalloc by atmaccounttx. It is expected to be reverted by atmpopraw later called by vcc-dev-ops-sendvcc, skb. However, vccsendms...

5.5CVSS5.3AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.10 views

CVE-2025-38187

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix a use-after-free in r535gsprpcpush The RPC container is released after being passed to r535gsprpcsend. When sending the initial fragment of a large RPC and passing the caller's RPC container, the container will b...

7.8CVSS5.7AI score0.00148EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.9 views

CVE-2025-38186

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix double invocation of bnxtulpstop/bnxtulpstart Before the commit under the Fixes tag below, bnxtulpstop and bnxtulpstart were always invoked in pairs. After that commit, the new bnxtulprestart can be invoked after...

5.5CVSS5.4AI score0.00148EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.7 views

CVE-2025-38185

In the Linux kernel, the following vulnerability has been resolved: atm: atmtcp: Free invalid length skb in atmtcpcsend. syzbot reported the splat below. 0 vccsendmsg copies data passed from userspace to skb and passes it to vcc-dev-ops-send. atmtcpcsend accesses skb-data as struct atmtcphdr afte...

5.5CVSS5.3AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.5 views

CVE-2025-38182

In the Linux kernel, the following vulnerability has been resolved: ublk: santizize the arguments from userspace when adding a device Sanity check the values for queue depth and number of queues we get from userspace when adding a device...

7.8CVSS5.7AI score0.00158EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.6 views

CVE-2025-38178

Removed by vendor...

6.8AI score
SaveExploits0
OSV
OSV
added 2025/07/04 12:47 p.m.6 views

CVE-2025-38177 sch_hfsc: make hfsc_qlen_notify() idempotent

In the Linux kernel, the following vulnerability has been resolved: schhfsc: make hfscqlennotify idempotent hfscqlennotify is not idempotent either and not friendly to its callers, like fqcodeldequeue. Let's make it idempotent to ease qdisctreereducebacklog callers' life: 1. updatevf decreases...

7.8CVSS6.1AI score
SaveExploits0References13
OSV
OSV
added 2025/07/04 10:39 a.m.5 views

CVE-2025-38174 thunderbolt: Do not double dequeue a configuration request

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Do not double dequeue a configuration request Some of our devices crash in tbcfgrequestdequeue: general protection fault, probably for non-canonical address 0xdead000000000122 CPU: 6 PID: 91007 Comm: kworker/6:2...

8.8CVSS6.5AI score
SaveExploits0References14
NVD
NVD
added 2025/07/03 9:15 a.m.8 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.5CVSS0.0017EPSS
SaveExploits0References9
NVD
NVD
added 2025/07/03 9:15 a.m.14 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.5CVSS0.00141EPSS
SaveExploits0References2
NVD
NVD
added 2025/07/03 9:15 a.m.6 views

CVE-2025-38127

In the Linux kernel, the following vulnerability has been resolved: ice: fix Tx scheduler error handling in XDP callback When the XDP program is loaded, the XDP callback adds new Tx queues. This means that the callback must update the Tx scheduler with the new queue number. In the event of a Tx...

7.8CVSS0.00169EPSS
SaveExploits0References4
NVD
NVD
added 2025/07/03 9:15 a.m.8 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.5CVSS0.00107EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/03 8:36 a.m.6 views

CVE-2025-38172 erofs: avoid using multiple devices with different type

In the Linux kernel, the following vulnerability has been resolved: erofs: avoid using multiple devices with different type For multiple devices, both primary and extra devices should be the same type. erofsinitdevice has already guaranteed that if the primary is a file-backed device, extra devic...

7.8CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2025/07/03 8:36 a.m.97 views

CVE-2025-38163

CVE-2025-38163: A fault in the Linux kernel’s F2FS truncation path caused a kernel BUG due to an inconsistent sbi->total_valid_block_count versus mapped blocks, potentially leading to a crash/denial of service. The issue is in f2fs: with sbi->total_valid_block_count not matching inode-index...

5.5CVSS7.1AI score0.00154EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2025/07/03 8:36 a.m.89 views

CVE-2025-38158

CVE-2025-38158 affects the Linux kernel (hisi_acc_vfio_pci) and fixes an XQE/AEQE DMA address error observed after migration. The root cause is an incorrect address construction when reading hardware registers, causing wrong DMA addresses for EQE/AEQE and guest kernel‑mode encryption services to ...

5.5CVSS6.9AI score0.00094EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/07/03 8:35 a.m.5 views

CVE-2025-38149 net: phy: clear phydev->devlink when the link is deleted

In the Linux kernel, the following vulnerability has been resolved: net: phy: clear phydev-devlink when the link is deleted There is a potential crash issue when disabling and re-enabling the network port. When disabling the network port, phydetach calls devicelinkdel to remove the device link, b...

6.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.16 views

CVE-2025-38138 dmaengine: ti: Add NULL check in udma_probe()

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

0.00171EPSS
SaveExploits0References7
CVE
CVE
added 2025/07/03 8:35 a.m.92 views

CVE-2025-38123

CVE-2025-38123 concerns the Linux kernel in Azure Linux 3.0. The vulnerability arises in the wwan/t7xx driver during napi rx polling, where a netdev may be released by dellink logic on disconnect, yet skb processing uses an invalid netdev, causing a NULL pointer dereference (kernel panic). The is...

9.8CVSS7AI score0.00389EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/07/03 8:35 a.m.95 views

CVE-2025-38117

Summary: CVE-2025-38117 affects the Linux kernel Bluetooth MGMT path, specifically the mgmt_pending list. The root cause is a concurrency issue where the list access could lead to a slab-use-after-free in hci_sock_get_channel, triggering a crash under KASAN reports. The vulnerability is mitigated...

7.8CVSS7AI score0.00154EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder