Lucene search
+L

8231 matches found

Debian CVE
Debian CVE
added 2025/07/03 8:36 a.m.16 views

CVE-2025-38171

In the Linux kernel, the following vulnerability has been resolved: power: supply: max77705: Fix workqueue error handling in probe The createsinglethreadworkqueue doesn't return error pointers, it returns NULL. Also cleanup the workqueue on the error paths...

5.5CVSS5.4AI score0.00124EPSS
SaveExploits0
OSV
OSV
added 2025/07/03 8:36 a.m.11 views

CVE-2025-38171 power: supply: max77705: Fix workqueue error handling in probe

In the Linux kernel, the following vulnerability has been resolved: power: supply: max77705: Fix workqueue error handling in probe The createsinglethreadworkqueue doesn't return error pointers, it returns NULL. Also cleanup the workqueue on the error paths...

6.5AI score
SaveExploits0References5
CVE
CVE
added 2025/07/03 8:36 a.m.102 views

CVE-2025-38167

The CVE-2025-38167 entry pertains to the Linux kernel, specifically the ntfs3 filesystem driver. Root cause: hdr_first_de() may return NULL, and error handling for this return value should be implemented consistently. The description notes that error handling already exists at other call sites. I...

5.5CVSS7.1AI score0.00147EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/07/03 8:36 a.m.25 views

CVE-2025-38167 fs/ntfs3: handle hdr_first_de() return value

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: handle hdrfirstde return value The hdrfirstde function returns a pointer to a struct NTFSDE. This pointer may be NULL. To handle the NULL error effectively, it is important to implement an error handler. This will help...

0.00147EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/07/03 8:36 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.8CVSS5.5AI score0.00159EPSS
SaveExploits0
OSV
OSV
added 2025/07/03 8:35 a.m.9 views

CVE-2025-38153 net: usb: aqc111: fix error handling of usbnet read calls

In the Linux kernel, the following vulnerability has been resolved: net: usb: aqc111: fix error handling of usbnet read calls Syzkaller, courtesy of syzbot, identified an error see report 1 in aqc111 driver, caused by incomplete sanitation of usb read calls' results. This problem is quite similar...

6.4AI score
SaveExploits0References13
CVE
CVE
added 2025/07/03 8:35 a.m.100 views

CVE-2025-38153

CVE-2025-38153 (Linux kernel) is documented in connected sources as a vulnerability in the aqc111 USB network driver. The issue arises from incomplete sanitation of usbnet read results, where usbnet_read_cmd() may return fewer bytes than expected and aqc111_read_cmd() may not validate the result,...

7.1CVSS6.8AI score0.00174EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/07/03 8:35 a.m.11 views

CVE-2025-38153

In the Linux kernel, the following vulnerability has been resolved: net: usb: aqc111: fix error handling of usbnet read calls Syzkaller, courtesy of syzbot, identified an error see report 1 in aqc111 driver, caused by incomplete sanitation of usb read calls' results. This problem is quite similar...

7.1CVSS5.8AI score0.00174EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.20 views

CVE-2025-38153 net: usb: aqc111: fix error handling of usbnet read calls

In the Linux kernel, the following vulnerability has been resolved: net: usb: aqc111: fix error handling of usbnet read calls Syzkaller, courtesy of syzbot, identified an error see report 1 in aqc111 driver, caused by incomplete sanitation of usb read calls' results. This problem is quite similar...

0.00174EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.19 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...

0.00154EPSS
SaveExploits0References4
CVE
CVE
added 2025/07/03 8:35 a.m.109 views

CVE-2025-38127

CVE-2025-38127 affects the Linux kernel ice driver XDP path. The bug occurred when the XDP callback loaded new Tx queues but did not roll back all changes or unmap those queues from q_vectors, leading to a crash during TX scheduler updates. The fix details from the connected docs: perform the mis...

7.8CVSS7.1AI score0.00176EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/07/03 8:35 a.m.8 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.8CVSS5.5AI score0.00176EPSS
SaveExploits0
OSV
OSV
added 2025/07/03 8:35 a.m.9 views

CVE-2025-38127 ice: fix Tx scheduler error handling in XDP callback

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.8CVSS6.6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.21 views

CVE-2025-38127 ice: fix Tx scheduler error handling in XDP callback

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.00176EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.17 views

CVE-2025-38101 ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix buffer locking in ringbuffersubbuforderset Enlarge the critical section in ringbuffersubbuforderset to ensure that error handling takes place with per-buffer mutex held, thus preventing list corruption and other...

7.8CVSS0.00174EPSS
SaveExploits0References3
CVE
CVE
added 2025/07/03 8:35 a.m.70 views

CVE-2025-38101

CVE-2025-38101 is publicly addressed in the openSUSE/SUSE advisory for the Linux kernel. The issue concerns the ring-buffer subsystem, specifically the function ring_buffer_subbuf_order_set(), where the critical section was enlarged to ensure error handling runs with the per-buffer mutex held, pr...

7.8CVSS7.6AI score0.00174EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/07/03 8:35 a.m.9 views

CVE-2025-38101 ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix buffer locking in ringbuffersubbuforderset Enlarge the critical section in ringbuffersubbuforderset to ensure that error handling takes place with per-buffer mutex held, thus preventing list corruption and other...

7.8CVSS6.4AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/07/03 12:00 a.m.11 views

PT-2025-27756 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, specifically in the power supply max77705 driver. The issue concerned error handling in the workqueue. The function create...

5.9AI score0.00124EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2025/07/03 12:00 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that originates in the drm/amd/display error handling wb connector...

5.5CVSS7AI score0.00174EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2025/07/03 12:00 a.m.11 views

The vulnerability of the i915_gpu_error.c component of the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the i915gpuerror.c component in the Linux operating system is related to pointer arithmetic errors. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.0022EPSS
SaveExploits0References10Affected Software4
Rows per page
Query Builder