Lucene search
+L

8104 matches found

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.7 views

CVE-2025-38178

Removed by vendor...

6.8AI score
SaveExploits0
OSV
OSV
added 2025/07/04 12:47 p.m.7 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.9 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.17 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.9 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.7 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.103 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.94 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.6 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.99 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.106 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
OSV
OSV
added 2025/07/03 8:13 a.m.8 views

CVE-2025-38096 wifi: iwlwifi: don't warn when if there is a FW error

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,...

6AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/07/03 7:44 a.m.5 views

CVE-2025-38095

In the Linux kernel, the following vulnerability has been resolved: dma-buf: insert memory barrier before updating numfences smpstoremb inserts memory barrier after storing operation. It is different with what the comment is originally aiming so Null pointer dereference can be happened if memory...

7.8CVSS5.5AI score0.0018EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/03 7:44 a.m.8 views

CVE-2025-38094

In the Linux kernel, the following vulnerability has been resolved: net: cadence: macb: Fix a possible deadlock in macbhalttx. There is a situation where after THALT is set high, TGO stays high as well. Because jiffies are never updated, as we are in a context with interrupts disabled, we never...

5.5CVSS5.5AI score0.00129EPSS
SaveExploits0
CVE
CVE
added 2025/07/02 2:43 p.m.52 views

CVE-2025-38093

CVE-2025-38093 affects the Linux kernel (arm64) for the dts: qcom: x1e80100 entry. The issue arises because the GPU does not throttle under high load, risking hitting the 120°C hardware shutdown. The fix configures GPU throttling to occur at 95°C with polling every 200ms. Impact in the data shows...

5.5CVSS6.6AI score0.0014EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder