Lucene search
+L

22227 matches found

NVD
NVD
added 2025/09/04 4:15 p.m.12 views

CVE-2025-38719

In the Linux kernel, the following vulnerability has been resolved: net: hibmcge: fix the division by zero issue When the network port is down, the queue is released, and ring-len is 0. In debugfs, hbggetqueueusednum will be called, which may lead to a division by zero issue. This patch adds a...

5.5CVSS0.00143EPSS
SaveExploits0References3
NVD
NVD
added 2025/09/04 4:15 p.m.12 views

CVE-2025-38707

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add sanity check for file name The length of the file name should be smaller than the directory entry size...

7.8CVSS0.00167EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/04 4:15 p.m.6 views

DEBIAN-CVE-2025-38707

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add sanity check for file name The length of the file name should be smaller than the directory entry size...

7.8CVSS6.1AI score0.00167EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/04 4:15 p.m.4 views

DEBIAN-CVE-2025-38693

In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: w7090p: fix null-ptr-deref in w7090ptunerwriteserpar and w7090ptunerreadserpar In w7090ptunerwriteserpar, msg is controlled by user. When msg0.buf is null and msg0.len is zero, former checks on msg0.buf woul...

5.5CVSS5.3AI score0.0017EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/04 4:15 p.m.6 views

CVE-2025-38693

In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: w7090p: fix null-ptr-deref in w7090ptunerwriteserpar and w7090ptunerreadserpar In w7090ptunerwriteserpar, msg is controlled by user. When msg0.buf is null and msg0.len is zero, former checks on msg0.buf woul...

5.5CVSS0.0017EPSS
SaveExploits0References12
OSV
OSV
added 2025/09/04 4:15 p.m.14 views

AZL-73923 CVE-2025-38693 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: w7090p: fix null-ptr-deref in w7090ptunerwriteserpar and w7090ptunerreadserpar In w7090ptunerwriteserpar, msg is controlled by user. When msg0.buf is null and msg0.len is zero, former checks on msg0.buf woul...

5.5CVSS5.6AI score0.0017EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/04 4:15 p.m.11 views

UBUNTU-CVE-2025-38707

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add sanity check for file name The length of the file name should be smaller than the directory entry size...

7.8CVSS6.5AI score0.00167EPSS
SaveExploits0References35
OSV
OSV
added 2025/09/04 4:15 p.m.9 views

UBUNTU-CVE-2025-38719

In the Linux kernel, the following vulnerability has been resolved: net: hibmcge: fix the division by zero issue When the network port is down, the queue is released, and ring-len is 0. In debugfs, hbggetqueueusednum will be called, which may lead to a division by zero issue. This patch adds a...

5.5CVSS5.7AI score0.00143EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/04 4:15 p.m.12 views

UBUNTU-CVE-2025-38715

In the Linux kernel, the following vulnerability has been resolved: hfs: fix slab-out-of-bounds in hfsbnoderead This patch introduces isbnodeoffsetvalid method that checks the requested offset value. Also, it introduces checkandcorrectrequestedlength method that checks and correct the requested...

7.8CVSS6.5AI score0.00167EPSS
SaveExploits0References37
OSV
OSV
added 2025/09/04 4:15 p.m.8 views

UBUNTU-CVE-2025-38729

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Validate UAC3 power domain descriptors, too UAC3 power domain descriptors need to be verified with its variable bLength for avoiding the unexpected OOB accesses by malicious firmware, too...

7.8CVSS6.5AI score0.00186EPSS
SaveExploits0References37
OSV
OSV
added 2025/09/04 4:15 p.m.6 views

UBUNTU-CVE-2025-38680

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix 1-byte out-of-bounds read in uvcparseformat The buffer length check before calling uvcparseformat only ensured that the buffer has at least 3 bytes buflen 2, buf the function accesses buffer3, requiring at...

7.1CVSS6.6AI score0.00175EPSS
SaveExploits0References37
CVE
CVE
added 2025/09/04 3:33 p.m.51 views

CVE-2025-38729

CVE-2025-38729 relates to the Linux kernel ALSA USB-audio driver and a validation issue with UAC3 power domain descriptors. The root cause is insufficient verification of the descriptor length (bLength), which could allow out-of-bounds accesses via malicious firmware. The vulnerability affects th...

7.8CVSS5.9AI score0.00186EPSS
SaveExploits0References12Affected Software1
Cvelist
Cvelist
added 2025/09/04 3:33 p.m.23 views

CVE-2025-38719 net: hibmcge: fix the division by zero issue

In the Linux kernel, the following vulnerability has been resolved: net: hibmcge: fix the division by zero issue When the network port is down, the queue is released, and ring-len is 0. In debugfs, hbggetqueueusednum will be called, which may lead to a division by zero issue. This patch adds a...

0.00143EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/04 3:33 p.m.54 views

CVE-2025-38719

The CVE-2025-38719 entry concerns the Linux kernelnet hibmcge: when the network port is down, a released queue can yield ring->len = 0, triggering a division by zero in hbg_get_queue_used_num() called from debugfs. The provided patch adds a guard: if ring->len is 0, hbg_get_queue_used_num()...

5.5CVSS5.9AI score0.00143EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/09/04 3:33 p.m.11 views

CVE-2025-38719 net: hibmcge: fix the division by zero issue

In the Linux kernel, the following vulnerability has been resolved: net: hibmcge: fix the division by zero issue When the network port is down, the queue is released, and ring-len is 0. In debugfs, hbggetqueueusednum will be called, which may lead to a division by zero issue. This patch adds a...

6.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/04 3:33 p.m.20 views

CVE-2025-38715 hfs: fix slab-out-of-bounds in hfs_bnode_read()

In the Linux kernel, the following vulnerability has been resolved: hfs: fix slab-out-of-bounds in hfsbnoderead This patch introduces isbnodeoffsetvalid method that checks the requested offset value. Also, it introduces checkandcorrectrequestedlength method that checks and correct the requested...

7.8CVSS0.00167EPSS
SaveExploits0References9
CVE
CVE
added 2025/09/04 3:33 p.m.54 views

CVE-2025-38715

Technical details for CVE-2025-38715 are not publicly provided in the supplied documents. Monitor for updates.

7.8CVSS5.9AI score0.00167EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2025/09/04 3:33 p.m.6 views

CVE-2025-38715 hfs: fix slab-out-of-bounds in hfs_bnode_read()

In the Linux kernel, the following vulnerability has been resolved: hfs: fix slab-out-of-bounds in hfsbnoderead This patch introduces isbnodeoffsetvalid method that checks the requested offset value. Also, it introduces checkandcorrectrequestedlength method that checks and correct the requested...

7.8CVSS6.1AI score
SaveExploits0References15
CVE
CVE
added 2025/09/04 3:32 p.m.101 views

CVE-2025-38707

CVE-2025-38707 is a Linux-kernel NTFS3 file-name sanity-check vulnerability. The issue arises from a too-long file name not being validated against the directory-entry size, potentially enabling local escalation when processing NTFS names. The CVE entry in the initial doc shows a HIGH impact with...

7.8CVSS6AI score0.00167EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/09/04 3:32 p.m.25 views

CVE-2025-38707 fs/ntfs3: Add sanity check for file name

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add sanity check for file name The length of the file name should be smaller than the directory entry size...

7.1CVSS0.00167EPSS
SaveExploits0References7
Rows per page
Query Builder