Lucene search
+L

352741 matches found

Debian CVE
Debian CVE
added 2026/08/10 12:02 p.m.11 views

CVE-2026-68322

In the Linux kernel, the following vulnerability has been resolved: rds: Fix inet6addrlst NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, inet6addrlst is never initialized because inet6init exits before addrconfinit is called to initialize it. An attempt t...

5.3AI score0.0021EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/10 12:02 p.m.7 views

EUVD-2026-55417

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix element size accounting for cmd stream validation There are 2 issues with the element size handling in the command stream validation which result in too small of a size calculated when the element size is...

5.3AI score0.0012EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/10 12:02 p.m.9 views

CVE-2026-68316

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix element size accounting for cmd stream validation There are 2 issues with the element size handling in the command stream validation which result in too small of a size calculated when the element size is...

7.8CVSS5.2AI score0.0012EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.36 views

CVE-2026-68316 accel: ethosu: Fix element size accounting for cmd stream validation

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix element size accounting for cmd stream validation There are 2 issues with the element size handling in the command stream validation which result in too small of a size calculated when the element size is...

7.8CVSS0.0012EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 12:02 p.m.40 views

CVE-2026-68316

The CVE affects the Linux kernel accel: ethosu component. Two issues in command stream validation lead to undercounted element sizes for 16/32/64-bit elements and, for NHWC format, missing element size in the calculation. The element-size bitfield differs between IFM/IFM2 (bits 2:3) and OFM (bits...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 12:02 p.m.13 views

CVE-2026-68316 accel: ethosu: Fix element size accounting for cmd stream validation

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix element size accounting for cmd stream validation There are 2 issues with the element size handling in the command stream validation which result in too small of a size calculated when the element size is...

7.8CVSS5.4AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:02 p.m.10 views

EUVD-2026-55416

In the Linux kernel, the following vulnerability has been resolved: sctp: validate stream count in sctpprocessstrresetinreq When processing a RESETINREQUEST from a peer, sctpprocessstrresetinreq derives the stream count from the parameter length but does not check whether the resulting...

5.4AI score0.00508EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:02 p.m.50 views

CVE-2026-68315

Summary (CVE-2026-68315) : In the Linux kernel SCTP implementation, processing a RESET_IN_REQUEST from a peer can derive a stream count from the parameter length and then exceed SCTP_MAX_CHUNK_LEN when constructing the corresponding RESET_OUT_REQUEST. The OUT header is 16 bytes vs IN header 8 byt...

7.5CVSS5.4AI score0.00508EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 12:02 p.m.9 views

CVE-2026-68315 sctp: validate stream count in sctp_process_strreset_inreq()

In the Linux kernel, the following vulnerability has been resolved: sctp: validate stream count in sctpprocessstrresetinreq When processing a RESETINREQUEST from a peer, sctpprocessstrresetinreq derives the stream count from the parameter length but does not check whether the resulting...

7.5CVSS5.5AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.39 views

CVE-2026-68315 sctp: validate stream count in sctp_process_strreset_inreq()

In the Linux kernel, the following vulnerability has been resolved: sctp: validate stream count in sctpprocessstrresetinreq When processing a RESETINREQUEST from a peer, sctpprocessstrresetinreq derives the stream count from the parameter length but does not check whether the resulting...

7.5CVSS0.00508EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/10 12:02 p.m.10 views

CVE-2026-68315

In the Linux kernel, the following vulnerability has been resolved: sctp: validate stream count in sctpprocessstrresetinreq When processing a RESETINREQUEST from a peer, sctpprocessstrresetinreq derives the stream count from the parameter length but does not check whether the resulting...

7.5CVSS5.3AI score0.00508EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/10 12:00 p.m.35 views

CVE-2026-68234 drm/amdgpu: fix bo->pin leaking in amdgpu_bo_create_reserved

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix bo-pin leaking in amdgpubocreatereserved amdgpubocreatereserved only allocates a new BO when boptr struct amdgpubo boptr as input parameter is NULL, it simply skips creation when boptr is non-NULL. But it...

0.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:00 p.m.6 views

EUVD-2026-55335

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix bo-pin leaking in amdgpubocreatereserved amdgpubocreatereserved only allocates a new BO when boptr struct amdgpubo boptr as input parameter is NULL, it simply skips creation when boptr is non-NULL. But it...

5.4AI score0.00176EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:00 p.m.31 views

CVE-2026-68234

The CVE describes a bug in drm/amdgpu where amdgpu_bo_create_reserved pins and reserves a BO even when a non-NULL pointer is passed, leading to pin_count increments on repeated uses and eventual BO leaks because teardown unpins only once. The fix makes pinning occur only at creation, so repeated ...

5.4AI score0.00176EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/08/10 12:00 p.m.4 views

CVE-2026-68234

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix bo-pin leaking in amdgpubocreatereserved amdgpubocreatereserved only allocates a new BO when boptr struct amdgpubo boptr as input parameter is NULL, it simply skips creation when boptr is non-NULL. But it...

5.3AI score0.00176EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2026/08/10 12:00 p.m.8 views

CVE-2026-68234

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix bo-pin leaking in amdgpubocreatereserved amdgpubocreatereserved only allocates a new BO when boptr struct amdgpubo boptr as input parameter is NULL, it simply skips creation when boptr is non-NULL. But it...

5.3AI score0.00176EPSS
SaveExploits0
OSV
OSV
added 2026/08/10 12:00 p.m.18 views

CVE-2026-68234 drm/amdgpu: fix bo->pin leaking in amdgpu_bo_create_reserved

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix bo-pin leaking in amdgpubocreatereserved amdgpubocreatereserved only allocates a new BO when boptr struct amdgpubo boptr as input parameter is NULL, it simply skips creation when boptr is non-NULL. But it...

5.4AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/08/10 11:59 a.m.4 views

CVE-2026-68185

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Move jumplabelinit before parseearlyparam When enabling both CONFIGMEMALLOCPROFILING=y and CONFIGMEMALLOCPROFILINGENABLEDBYDEFAULT=y, then diabling memory profiling by adding the boot parameter 'sysctl.vm.memprofiling=...

5.3AI score0.002EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/08/10 11:59 a.m.8 views

EUVD-2026-55286

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Move jumplabelinit before parseearlyparam When enabling both CONFIGMEMALLOCPROFILING=y and CONFIGMEMALLOCPROFILINGENABLEDBYDEFAULT=y, then diabling memory profiling by adding the boot parameter 'sysctl.vm.memprofiling=...

5.3AI score0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.34 views

CVE-2026-68185 LoongArch: Move jump_label_init() before parse_early_param()

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Move jumplabelinit before parseearlyparam When enabling both CONFIGMEMALLOCPROFILING=y and CONFIGMEMALLOCPROFILINGENABLEDBYDEFAULT=y, then diabling memory profiling by adding the boot parameter 'sysctl.vm.memprofiling=...

0.002EPSS
SaveExploits0References4
Rows per page
Query Builder