Lucene search
+L

377375 matches found

Debian CVE
Debian CVE
added 2026/08/22 3:31 p.m.9 views

CVE-2026-74587

In the Linux kernel, the following vulnerability has been resolved: sctp: fix use-after-free of cached ASCONF chunk addiplastasconf caches the outstanding outbound ASCONF chunk. The normal ASCONF-ACK completion path releases the chunk and clears the pointer. However, sctpasconfqueueteardown...

9.8CVSS5.5AI score0.005EPSS
SaveExploits0
CVE
CVE
added 2026/08/22 3:31 p.m.47 views

CVE-2026-74586

CVE-2026-74586 is a use-after-free in the Linux kernel's SCTP subsystem. When an authenticated remote SCTP peer sends an ASCONF that both adds and removes a transport (via wildcard DEL-IP) in the same chunk, asoc->new_transport is left pointing to the freed transport without a reference held. ...

9.8CVSS5.7AI score0.005EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:31 p.m.31 views

CVE-2026-74587

A use-after-free vulnerability exists in the Linux kernel SCTP implementation. During peer restart handling, sctp_asconf_queue_teardown() releases the cached ASCONF chunk without clearing the addip_last_asconf pointer, leaving it dangling. A remote attacker can exploit this by sending a delayed a...

9.8CVSS5.5AI score0.005EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:31 p.m.27 views

CVE-2026-74585

CVE-2026-74585 is an out-of-bounds pointer dereference in the Linux kernel thunderbolt subsystem. The function tb_drom_parse_entry_port() validates the device-supplied header->index against sw->config.max_port_number before indexing sw->ports[], but the sibling field entry->dual_link_...

5.5AI score0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.24 views

CVE-2026-74585 thunderbolt: Bound the DROM dual link port number before indexing sw->ports

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Bound the DROM dual link port number before indexing sw-ports tbdromparseentryport validates the device-supplied header-index against sw-config.maxportnumber before indexing sw-ports, but the sibling field...

0.00177EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/22 3:31 p.m.10 views

CVE-2026-74585

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Bound the DROM dual link port number before indexing sw-ports tbdromparseentryport validates the device-supplied header-index against sw-config.maxportnumber before indexing sw-ports, but the sibling field...

5.4AI score0.00177EPSS
SaveExploits0
OSV
OSV
added 2026/08/22 3:31 p.m.16 views

CVE-2026-74585 thunderbolt: Bound the DROM dual link port number before indexing sw->ports

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Bound the DROM dual link port number before indexing sw-ports tbdromparseentryport validates the device-supplied header-index against sw-config.maxportnumber before indexing sw-ports, but the sibling field...

5.6AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/22 3:31 p.m.13 views

EUVD-2026-64522

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Bound the DROM dual link port number before indexing sw-ports tbdromparseentryport validates the device-supplied header-index against sw-config.maxportnumber before indexing sw-ports, but the sibling field...

5.5AI score0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 3:16 p.m.9 views

CVE-2026-74584

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: zero shared page before exposing to userspace bnxtreallocucontext allocates uctx-shpg via getfreepageGFPKERNEL. The buddy allocator does not zero pages without GFPZERO, so the page contains stale kernel data from...

7.1CVSS0.00131EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/22 2:28 p.m.9 views

CVE-2026-74584

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: zero shared page before exposing to userspace bnxtreallocucontext allocates uctx-shpg via getfreepageGFPKERNEL. The buddy allocator does not zero pages without GFPZERO, so the page contains stale kernel data from...

7.1CVSS5.5AI score0.00131EPSS
SaveExploits0
OSV
OSV
added 2026/08/22 2:28 p.m.18 views

CVE-2026-74584 RDMA/bnxt_re: zero shared page before exposing to userspace

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: zero shared page before exposing to userspace bnxtreallocucontext allocates uctx-shpg via getfreepageGFPKERNEL. The buddy allocator does not zero pages without GFPZERO, so the page contains stale kernel data from...

7.1CVSS5.7AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/22 2:28 p.m.31 views

CVE-2026-74584 RDMA/bnxt_re: zero shared page before exposing to userspace

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: zero shared page before exposing to userspace bnxtreallocucontext allocates uctx-shpg via getfreepageGFPKERNEL. The buddy allocator does not zero pages without GFPZERO, so the page contains stale kernel data from...

7.1CVSS0.00131EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 2:28 p.m.9 views

EUVD-2026-64332

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: zero shared page before exposing to userspace bnxtreallocucontext allocates uctx-shpg via getfreepageGFPKERNEL. The buddy allocator does not zero pages without GFPZERO, so the page contains stale kernel data from...

5.5AI score0.00131EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 2:28 p.m.50 views

CVE-2026-74584

This vulnerability affects the Linux kernel 's RDMA/bnxt_re driver (Broadcom NetXtreme RDMA). The root cause is that bnxt_re_alloc_ucontext() allocates the shared page uctx->shpg via __get_free_page(GFP_KERNEL), which does not zero the page, unlike other shared pages in the same driver that co...

7.1CVSS5.5AI score0.00131EPSS
SaveExploits0References8
Circl
Circl
added 2026/08/22 2:00 p.m.13 views

CVE-2016-0137

creationtimestamp| type| source ---|---|--- 2026-08-22 14:00:18+00:00| seen| https://t.me/informationsec/1328 2026-08-23 00:00:36+00:00| seen| https://t.me/informationsec/1328...

4.3CVSS4.6AI score0.06771EPSS
SaveExploits0References1
Circl
Circl
added 2026/08/22 2:00 p.m.11 views

CVE-2017-5472

creationtimestamp| type| source ---|---|--- 2026-08-22 14:00:16+00:00| seen| https://t.me/informationsec/1928 2026-08-23 00:00:37+00:00| seen| https://t.me/informationsec/1928...

9.8CVSS8.3AI score0.02631EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 8:33 a.m.5 views

SUSE-SU-2026:3701-1 Security update for the Linux Kernel RT (Live Patch 17 for SUSE Linux Enterprise 15 SP7)

This update for the SUSE Linux Enterprise Kernel 6.4.0-150700.7.62 fixes various security issues: The following security issues were fixed: - CVE-2025-40204,CVE-2026-53224,CVE-2026-53246: sctp: validate cached peer INIT chunk length in COOKIEECHO processing bsc1253437 bsc1270023 bsc1270024. -...

9.8CVSS5.4AI score0.03153EPSS
SaveExploits12References13
OSV
OSV
added 2026/08/22 8:33 a.m.2 views

SUSE-SU-2026:3700-1 Security update for the Linux Kernel RT (Live Patch 16 for SUSE Linux Enterprise 15 SP7)

This update for the SUSE Linux Enterprise Kernel 6.4.0-150700.7.59 fixes various security issues: The following security issues were fixed: - CVE-2025-40204,CVE-2026-53224,CVE-2026-53246: sctp: validate cached peer INIT chunk length in COOKIEECHO processing bsc1253437 bsc1270023 bsc1270024. -...

9.8CVSS5.5AI score0.03153EPSS
SaveExploits12References23
OSV
OSV
added 2026/08/22 7:33 a.m.4 views

SUSE-SU-2026:3699-1 Security update for the Linux Kernel RT (Live Patch 15 for SUSE Linux Enterprise 15 SP7)

This update for the SUSE Linux Enterprise Kernel 6.4.0-150700.7.54 fixes various security issues: The following security issues were fixed: - CVE-2025-40204,CVE-2026-53224,CVE-2026-53246: sctp: validate cached peer INIT chunk length in COOKIEECHO processing bsc1253437 bsc1270023 bsc1270024. -...

9.8CVSS5.5AI score0.03153EPSS
SaveExploits12References27
OSV
OSV
added 2026/08/22 7:04 a.m.4 views

SUSE-SU-2026:3697-1 Security update for the Linux Kernel RT (Live Patch 7 for SUSE Linux Enterprise 15 SP7)

This update for the SUSE Linux Enterprise Kernel 6.4.0-150700.7.25 fixes various security issues: The following security issues were fixed: - CVE-2025-40204,CVE-2026-53224,CVE-2026-53246: sctp: validate cached peer INIT chunk length in COOKIEECHO processing bsc1253437 bsc1270023 bsc1270024. -...

9.8CVSS5.7AI score0.03153EPSS
SaveExploits12References43
Rows per page
Query Builder