Lucene search
+L

7286 matches found

NVD
NVD
added yesterday9 views

CVE-2026-53413

Missing bounds check in the annotator function of Zoom Clients allows buffer over-write, which may allow a meeting participant to achieve remote code execution of another participant via network access...

8.3CVSS
SaveExploits0References1
Cvelist
Cvelist
added yesterday22 views

CVE-2026-53414 Zoom Clients - Buffer Over-read

Missing bounds check in the annotator function of Zoom Clients allows buffer over-read, which may allow a meeting participant to conduct a denial of service on another participant via network access...

6.5CVSS
SaveExploits0References1
EUVD
EUVD
added yesterday6 views

EUVD-2026-56244

Missing bounds check in the annotator function of Zoom Clients allows buffer over-read, which may allow a meeting participant to conduct a denial of service on another participant via network access...

6.5CVSS5.5AI score
SaveExploits0References1
CVE
CVE
added yesterday16 views

CVE-2026-53414

The CVE-2026-53414 entry concerns Zoom Clients with a missing bounds check in the annotator function, leading to a buffer over-read. The vulnerability is exploitable by a meeting participant over the network and can cause a denial of service to another participant. Documents confirm the vulnerabl...

6.5CVSS5.5AI score
SaveExploits0References1
EUVD
EUVD
added yesterday9 views

EUVD-2026-56239

Missing bounds check in the annotator function of Zoom Clients allows buffer over-write, which may allow a meeting participant to achieve remote code execution of another participant via network access...

8.3CVSS6.3AI score
SaveExploits0References1
CVE
CVE
added yesterday40 views

CVE-2026-53413

CVE-2026-53413 involves missing bounds checks in the annotator function of Zoom Clients, leading to a buffer overwrite vulnerability. The underlying issue is a lack of input validation in the annotator component, which can potentially allow a meeting participant to perform remote code execution o...

8.3CVSS6.3AI score
SaveExploits0References1
Cvelist
Cvelist
added yesterday20 views

CVE-2026-53413 Zoom Clients - Buffer Over-write

Missing bounds check in the annotator function of Zoom Clients allows buffer over-write, which may allow a meeting participant to achieve remote code execution of another participant via network access...

8.3CVSS
SaveExploits0References1
NVD
NVD
added 2 days ago6 views

CVE-2026-68259

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check bounds in allocateeventnotificationslot The valid event ids go from 0 to KFDSIGNALEVENTLIMIT allocateeventnotificationslot has an option to specify an event id to allocate at, used by CRIU. We weren't checking t...

0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2 days ago4 views

DEBIAN-CVE-2026-68253

In the Linux kernel, the following vulnerability has been resolved: drm/i915/hdcp: check streams bounds before overflow The data-streams overflow check is done after the buffer overflow has already happened. Move the overflow check before the write. Side note, emitting a warning splat with a...

5.5AI score0.00185EPSS
SaveExploits0References1
NVD
NVD
added 2 days ago5 views

CVE-2026-68158

In the Linux kernel, the following vulnerability has been resolved: libceph: Fix multiplication overflow in decodenewupstateweight If a message of type CEPHMSGOSDMAP contains a maliciously corrupted osdmap, out-of-bounds memory accesses may occur in decodenewupstateweight. This happens because th...

0.002EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago16 views

CVE-2026-68350

In the Linux kernel wifi carl9170 driver, a vulnerability exists in carl9170_tx_process_status() due to an off-by-two bounds check. The condition i > ((cmd->hdr.len / 2) + 1) permits two extra iterations past valid _tx_status entries when hdr.ext exceeds hdr.len/2, enabling an out-of-bounds...

5.3AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago29 views

CVE-2026-68350 wifi: carl9170: fix OOB read from off-by-two in TX status handler

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: fix OOB read from off-by-two in TX status handler The bounds check in carl9170txprocessstatus uses i cmd-hdr.len / 2 + 1 which is off by two, allowing 2 extra iterations past valid txstatus entries when the...

0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-55451

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: fix OOB read from off-by-two in TX status handler The bounds check in carl9170txprocessstatus uses i cmd-hdr.len / 2 + 1 which is off by two, allowing 2 extra iterations past valid txstatus entries when the...

5.3AI score0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago16 views

CVE-2026-68277

The CVE-2026-68277 entry concerns Linux kernel DRM/DP/MST sideband reply parsers where three 16-bit reads check bounds after reading, risking out-of-bounds access (idx == curlen). A fix was applied: pre-check using a single combined condition (idx + 2 > curlen) before each 2-byte read. Affecte...

5.3AI score0.00209EPSS
SaveExploits0References5
OSV
OSV
added 2 days ago3 views

CVE-2026-68259 drm/amdkfd: Check bounds in allocate_event_notification_slot

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check bounds in allocateeventnotificationslot The valid event ids go from 0 to KFDSIGNALEVENTLIMIT allocateeventnotificationslot has an option to specify an event id to allocate at, used by CRIU. We weren't checking t...

5.3AI score
SaveExploits0References8
CVE
CVE
added 2 days ago14 views

CVE-2026-68259

CVE-2026-68259 affects the Linux kernel's DRM/amdkfd path, specifically allocate_event_notification_slot. The vulnerability arises from not validating the upper bound of user-supplied event IDs used by CRIU; valid IDs are 0 to KFD_SIGNAL_EVENT_LIMIT. The fix adds bounds checks, ensuring the upper...

5.3AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-55354

In the Linux kernel, the following vulnerability has been resolved: drm/i915/hdcp: check streams bounds before overflow The data-streams overflow check is done after the buffer overflow has already happened. Move the overflow check before the write. Side note, emitting a warning splat with a...

5.6AI score0.00185EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-55544

In the Linux kernel, the following vulnerability has been resolved: libceph: Fix multiplication overflow in decodenewupstateweight If a message of type CEPHMSGOSDMAP contains a maliciously corrupted osdmap, out-of-bounds memory accesses may occur in decodenewupstateweight. This happens because th...

5.4AI score0.002EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago16 views

CVE-2026-68158

In CVE-2026-68158, the issue affects libceph within the Linux kernel where a CEPH_MSG_OSD_MAP with a corrupted osdmap can trigger out-of-bounds reads during decoding in decode_new_up_state_weight(). The root cause is a multiplication-based length calculation for the new_state portion that can ove...

5.4AI score0.002EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2 days ago17 views

Astra Linux – Vulnerability in freerdp3

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a missing bounds check in smartcardunpackreadsizealign libfreerdp/utils/smartcardpack.c:1703 allowed a malicious RDP server to crash the FreeRDP client through a reachable WINPRASSERT → abort mechanism. This...

6.5CVSS5.8AI score0.00256EPSS
SaveExploits1References3
Rows per page
Query Builder