Lucene search
+L

26529 matches found

CVE
CVE
added 2026/08/15 5:59 a.m.30 views

CVE-2026-74389

Summary: CVE-2026-74389 affects the Linux kernel RDMA driver for HNS (hns_roce). When hns_roce_cmd_mbox() fails, the error path could flood logs due to unlimited ibdev_err/ibdev_warn outputs, potentially leading to a system crash. The fix replaces the non-limited error prints with ratelimited ver...

5.3AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:59 a.m.13 views

CVE-2026-74389 RDMA/hns: Fix log flood after cmd_mbox failure

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix log flood after cmdmbox failure hnsrocecmdmbox is the command interface between driver and hardware. When hardware is abnormal, the unlimited error printings after hnsrocecmdmbox failure will cause log flood and eve...

5.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.30 views

CVE-2026-74389 RDMA/hns: Fix log flood after cmd_mbox failure

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix log flood after cmdmbox failure hnsrocecmdmbox is the command interface between driver and hardware. When hardware is abnormal, the unlimited error printings after hnsrocecmdmbox failure will cause log flood and eve...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.29 views

CVE-2026-72470 fs/ntfs3: resize log->one_page_buf when adopting on-disk page size

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: resize log-onepagebuf when adopting on-disk page size logreplay allocates log-onepagebuf using the page size that was chosen from the host PAGESIZE: log-onepagebuf = kmalloclog-pagesize, GFPNOFS; Later, when a restart...

7.8CVSS0.00138EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:57 a.m.5 views

EUVD-2026-59369

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: resize log-onepagebuf when adopting on-disk page size logreplay allocates log-onepagebuf using the page size that was chosen from the host PAGESIZE: log-onepagebuf = kmalloclog-pagesize, GFPNOFS; Later, when a restart...

5.4AI score0.00138EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:56 a.m.8 views

CVE-2026-72402 bpf: Mask pseudo pointer values in verifier logs

In the Linux kernel, the following vulnerability has been resolved: bpf: Mask pseudo pointer values in verifier logs printbpfinsn masks ldimm64 immediates for pointer-bearing pseudo sources when pointer leaks are not allowed, but the mask only covers BPFPSEUDOMAPFD and BPFPSEUDOMAPVALUE...

5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:56 a.m.20 views

CVE-2026-72402

CVE-2026-72402 : In the Linux kernel, the bpf verifier logs could reveal kernel pointer values via ldimm64 immediates for pointer-bearing pseudo sources. The function print_bpf_insn() previously masked only BPF_PSEUDO_MAP_FD and BPF_PSEUDO_MAP_VALUE; the risk extended to BPF_PSEUDO_MAP_IDX, BPF_P...

5.3AI score0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:56 a.m.6 views

EUVD-2026-59301

In the Linux kernel, the following vulnerability has been resolved: bpf: Mask pseudo pointer values in verifier logs printbpfinsn masks ldimm64 immediates for pointer-bearing pseudo sources when pointer leaks are not allowed, but the mask only covers BPFPSEUDOMAPFD and BPFPSEUDOMAPVALUE...

5.4AI score0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:53 a.m.13 views

CVE-2026-72196 fs/ntfs3: bound copy_lcns dp->page_lcns[] index in analysis pass

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: bound copylcns dp-pagelcns index in analysis pass In logreplay's analysis pass, after finddp returns a valid DIRPAGEENTRY for the targetattr, targetvcn tuple, the copylcns block walks lrh-lcnsfollow further entries: t16...

8.4CVSS5.5AI score
SaveExploits0References9
EUVD
EUVD
added 2026/08/15 5:52 a.m.8 views

EUVD-2026-59063

In the Linux kernel, the following vulnerability has been resolved: dm-log: fix a bitsetsize overflow on 32bit machines Commit c20e36b7631d "dm log: fix out-of-bounds write due to regioncount overflow" made sure that regioncount could fit in an unsigned int. But the bitmap memory isn't allocated...

5.5AI score0.00164EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:52 a.m.22 views

CVE-2026-72105 dm-log: fix a bitset_size overflow on 32bit machines

In the Linux kernel, the following vulnerability has been resolved: dm-log: fix a bitsetsize overflow on 32bit machines Commit c20e36b7631d "dm log: fix out-of-bounds write due to regioncount overflow" made sure that regioncount could fit in an unsigned int. But the bitmap memory isn't allocated...

7.8CVSS0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:52 a.m.10 views

CVE-2026-72105 dm-log: fix a bitset_size overflow on 32bit machines

In the Linux kernel, the following vulnerability has been resolved: dm-log: fix a bitsetsize overflow on 32bit machines Commit c20e36b7631d "dm log: fix out-of-bounds write due to regioncount overflow" made sure that regioncount could fit in an unsigned int. But the bitmap memory isn't allocated...

7.8CVSS5.6AI score
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:52 a.m.29 views

CVE-2026-72105

The CVE-2026-72105 entry concerns the Linux kernel dm-log component, where a bitset_size overflow on 32‑bit architectures could occur during region_count handling. The root cause is a miscalculation of bitset_size (size_t) when computing the bitmap memory based on region_count, which could wrap t...

7.8CVSS5.5AI score0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:52 a.m.7 views

EUVD-2026-59054

In the Linux kernel, the following vulnerability has been resolved: dm-verity: make error counter atomic The error counter "v-corruptederrs" was not atomic, thus it could be subject to race conditions. The call to dmauditlogtarget"max-corrupted-errors" may be skipped due to the races...

5.3AI score0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:52 a.m.7 views

EUVD-2026-59047

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Reject firmware log with size smaller than header fwlogfrombo validates the tracing buffer headersize and that the log fits within the BO, but never checks that log-size is at least log-headersize. fwlogprintbuffer th...

5.7AI score0.00166EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:52 a.m.21 views

CVE-2026-72089

The CVE-2026-72089 entry describes a Linux kernel issue in accel/ivpu firmware log handling. fw_log_from_bo() validates header_size but not log->size, so if a log’s size is smaller than header (including 0), fw_log_print_buffer() computes data_size = log->size - log->header_size and unde...

7.1CVSS5.7AI score0.00166EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:52 a.m.10 views

CVE-2026-72089 accel/ivpu: Reject firmware log with size smaller than header

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Reject firmware log with size smaller than header fwlogfrombo validates the tracing buffer headersize and that the log fits within the BO, but never checks that log-size is at least log-headersize. fwlogprintbuffer th...

7.1CVSS5.8AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:52 a.m.19 views

CVE-2026-72089 accel/ivpu: Reject firmware log with size smaller than header

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Reject firmware log with size smaller than header fwlogfrombo validates the tracing buffer headersize and that the log fits within the BO, but never checks that log-size is at least log-headersize. fwlogprintbuffer th...

7.1CVSS0.00166EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:52 a.m.15 views

CVE-2026-72060

The CVE-2026-72060 entry concerns a Linux kernel issue in the TI ICSSG Ethernet driver where icssg_ndo_get_stats64() unconditionally calls emac_get_stat_by_name() for FW PA stats even if the PA stats block is absent. The root cause is that emac_get_stat_by_name() relies on pa_stats guard, but the...

5.5AI score0.00206EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.10 views

PT-2026-72278

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Reject firmware log with size smaller than header fw log from bo validates the tracing buffer header size and that the log fits within the BO, but never checks that log-size is at least log-header size. fw log print...

5.7AI score0.00166EPSS
SaveExploits0References6
Rows per page
Query Builder