Lucene search
+L

385 matches found

EUVD
EUVD
added 2026/04/03 6:31 p.m.9 views

EUVD-2026-18716

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: fix use-after-free in ctnetlinkdumpexpct ctnetlinkdumpexpct stores a conntrack pointer in cb-data for the netlink dump callback ctnetlinkexpctdumptable, but drops the conntrack reference immediately after...

5.8AI score0.00131EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/04/03 4:16 p.m.11 views

CVE-2026-23458

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: fix use-after-free in ctnetlinkdumpexpct ctnetlinkdumpexpct stores a conntrack pointer in cb-data for the netlink dump callback ctnetlinkexpctdumptable, but drops the conntrack reference immediately after...

7.8CVSS5.6AI score0.00131EPSS
SaveExploits0References34
CVE
CVE
added 2026/04/03 3:15 p.m.71 views

CVE-2026-23458

The CVE-2026-23458 entry describes a Linux kernel netfilter use-after-free in ctnetlink_dump_exp_ct(). The code stores a conntrack pointer in cb->data for the netlink dump callback (ctnetlink_exp_ct_dump_table()) and drops the conntrack reference after netlink_dump_start(), so multi-round dump...

7.8CVSS5.8AI score0.00131EPSS
SaveExploits0References10Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/01 11:01 p.m.13 views

CVE-2026-34535

iccDEV provides a set of libraries and tools for working with ICC color management profiles. Prior to version 2.3.1.6, a crafted ICC profile can trigger a segmentation fault SEGV in CIccTagArray::Cleanup. The issue is observable under UBSan/ASan as misaligned member access / misaligned pointer...

6.2CVSS5.8AI score0.00156EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/03/26 8:35 a.m.9 views

CVE-2026-23379

A flaw was found in the Linux kernel's net/sched: ets module. A local user can exploit an integer overflow vulnerability when the system calculates weighted round-robin WRR weights for network traffic. This overflow can lead to a divide-by-zero error, causing the kernel to panic and resulting in ...

5.5CVSS5.8AI score0.00125EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/03/25 4:55 p.m.12 views

SUSE CVE-2026-23379

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: fix divide by zero in the offload path Offloading ETS requires computing each class' WRR weight: this is done by averaging over the sums of quanta as 'qsum' and 'qpsum'. Using unsigned int, the same integer size a...

5.5CVSS5.8AI score0.00125EPSS
SaveExploits0References15
EUVD
EUVD
added 2026/03/25 12:30 p.m.9 views

EUVD-2026-15371

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: fix divide by zero in the offload path Offloading ETS requires computing each class' WRR weight: this is done by averaging over the sums of quanta as 'qsum' and 'qpsum'. Using unsigned int, the same integer size a...

5.7AI score0.00125EPSS
SaveExploits0References7
NVD
NVD
added 2026/03/25 11:16 a.m.11 views

CVE-2026-23379

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: fix divide by zero in the offload path Offloading ETS requires computing each class' WRR weight: this is done by averaging over the sums of quanta as 'qsum' and 'qpsum'. Using unsigned int, the same integer size a...

5.5CVSS0.00125EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.16 views

CVE-2026-23379

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: fix divide by zero in the offload path Offloading ETS requires computing each class' WRR weight: this is done by averaging over the sums of quanta as 'qsum' and 'qpsum'. Using unsigned int, the same integer size a...

5.5CVSS5.4AI score0.00125EPSS
SaveExploits0References34
OSV
OSV
added 2026/03/25 11:16 a.m.14 views

UBUNTU-CVE-2026-23379

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: fix divide by zero in the offload path Offloading ETS requires computing each class' WRR weight: this is done by averaging over the sums of quanta as 'qsum' and 'qpsum'. Using unsigned int, the same integer size a...

5.5CVSS5.8AI score0.00125EPSS
SaveExploits0References35
Cvelist
Cvelist
added 2026/03/25 10:27 a.m.40 views

CVE-2026-23379 net/sched: ets: fix divide by zero in the offload path

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: fix divide by zero in the offload path Offloading ETS requires computing each class' WRR weight: this is done by averaging over the sums of quanta as 'qsum' and 'qpsum'. Using unsigned int, the same integer size a...

0.00125EPSS
SaveExploits0References8
CVE
CVE
added 2026/03/25 10:27 a.m.45 views

CVE-2026-23379

CVE-2026-23379 affects the Linux kernel net/sched ETS offload path. The root cause was an overflow in WRR weight computation (q_sum, q_psum) due to using 32-bit unsigned integers, which could lead to division by zero. The documented fix is to switch q_sum and q_psum to 64-bit integers, preventing...

5.5CVSS5.7AI score0.00125EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2026/03/25 10:27 a.m.9 views

CVE-2026-23379 net/sched: ets: fix divide by zero in the offload path

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: fix divide by zero in the offload path Offloading ETS requires computing each class' WRR weight: this is done by averaging over the sums of quanta as 'qsum' and 'qpsum'. Using unsigned int, the same integer size a...

5.8AI score
SaveExploits0References13
ATTACKERKB
ATTACKERKB
added 2026/03/25 10:27 a.m.5 views

CVE-2026-23379

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: fix divide by zero in the offload path Offloading ETS requires computing each class' WRR weight: this is done by averaging over the sums of quanta as 'qsum' and 'qpsum'. Using unsigned int, the same integer size a...

5.6AI score0.00125EPSS
SaveExploits0References9Affected Software1
Packet Storm News
Packet Storm News
added 2026/03/11 12:00 a.m.12 views

Risk-Adjusted Harm Scoring for Automated Red Teaming for LLMs in Financial Services

The rapid adoption of large language models LLMs in financial services introduces new operational, regulatory, and security risks. Yet most red-teaming benchmarks remain domain-agnostic and fail to capture failure modes specific to regulated BFSI settings, where harmful behavior can be elicited...

5.8AI score
SaveExploits0
HackRead
HackRead
added 2026/03/04 2:38 p.m.18 views

Reclaim Security Raises $26M to Eliminate the 27-Day Remediation Gap

New York, USA, 4th March 2026, CyberNewswire...

5.9AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/02/16 12:25 a.m.13 views

SUSE CVE-2026-23177

In the Linux kernel, the following vulnerability has been resolved: mm, shmem: prevent infinite loop on truncate race When truncating a large swap entry, shmemfreeswap returns 0 when the entry's index doesn't match the given index due to lookup alignment. The failure fallback path checks if the...

4.7CVSS5.3AI score0.00172EPSS
SaveExploits0References7
NVD
NVD
added 2026/02/14 5:15 p.m.14 views

CVE-2026-23177

In the Linux kernel, the following vulnerability has been resolved: mm, shmem: prevent infinite loop on truncate race When truncating a large swap entry, shmemfreeswap returns 0 when the entry's index doesn't match the given index due to lookup alignment. The failure fallback path checks if the...

0.00172EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/02/14 5:15 p.m.17 views

CVE-2026-23177

In the Linux kernel, the following vulnerability has been resolved: mm, shmem: prevent infinite loop on truncate race When truncating a large swap entry, shmemfreeswap returns 0 when the entry's index doesn't match the given index due to lookup alignment. The failure fallback path checks if the...

5.8AI score0.00172EPSS
SaveExploits0References5
CVE
CVE
added 2026/02/14 4:27 p.m.43 views

CVE-2026-23177

CVE-2026-23177 affects the Linux kernel's memory management (mm/shmem). A race during truncate of large swap entries could loop infinitely when an index pointed to the middle of a large swap entry and the entry didn’t cross the END boundary. The sequence could repeatedly rescan the same entry due...

5.3AI score0.00172EPSS
SaveExploits0References3
Rows per page
Query Builder