Lucene search
+L

1945 matches found

EUVD
EUVD
added 2026/08/04 12:34 a.m.17 views

EUVD-2026-52506

A stack-based buffer overflow vulnerability exists in the cmdedl function of OreSat Firmware v1.0. The vulnerability is triggered when processing the edl fwflash command, where the argument is copied to a 64-byte stack buffer via memcpy without proper length validation. An attacker with physical...

5.9AI score0.00152EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/03 12:00 a.m.61 views

CVE-2026-67673

CVE-2026-67673 affects OreSat Firmware v1.0. The vulnerability resides in the cmd_edl function, triggered by the edl fw_flash command. The argument is copied to a 64-byte stack buffer via memcpy without proper length validation, enabling a stack-based buffer overflow. An attacker with physical a...

4.6CVSS5.9AI score0.00152EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/03 12:00 a.m.53 views

CVE-2026-67673

A stack-based buffer overflow vulnerability exists in the cmdedl function of OreSat Firmware v1.0. The vulnerability is triggered when processing the edl fwflash command, where the argument is copied to a 64-byte stack buffer via memcpy without proper length validation. An attacker with physical...

0.00152EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/08/03 12:00 a.m.27 views

PT-2026-67551

A stack-based buffer overflow vulnerability exists in the cmd edl function of OreSat Firmware v1.0. The vulnerability is triggered when processing the edl fw flash command, where the argument is copied to a 64-byte stack buffer via memcpy without proper length validation. An attacker with physica...

5.9AI score0.00152EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/28 5:07 p.m.12 views

SUSE CVE-2026-65704

FFmpeg through 8.1.2 contains an out-of-bounds write vulnerability that allows attackers to cause heap corruption by supplying a crafted ffconcat file processed with the -safe 0 flag. The TY demuxer's demuxaudio function decrements packet size without bounds checking, producing a negative size...

6.1CVSS5.9AI score0.00119EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/28 5:07 p.m.11 views

SUSE CVE-2026-66033

libssh2 through 1.11.1, fixed in commit a2ed82d, contains a pre-authentication integer underflow vulnerability in the ssh2ciphercrypt function in src/openssl.c that allows a malicious SSH server to crash any connecting client by negotiating AES-GCM ciphers during handshake. Attackers can exploit...

7.5CVSS5.8AI score0.00583EPSS
SaveExploits0References11
NVD
NVD
added 2026/07/28 3:17 p.m.17 views

CVE-2026-51260

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

0.00289EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/07/28 12:00 a.m.12 views

CVE-2026-51260

...

5.4AI score0.00289EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/28 12:00 a.m.9 views

CVE-2026-51260

DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

5.4AI score0.00289EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/28 12:00 a.m.21 views

CVE-2026-51260

CVE-2026-51260 affects the schreibfaul1 ESP32-audioI2S component (version 3.4.5). The issue is an unsafe fixed-size memcpy in AudioBuffer::writeSpace(), where a full UINT16_MAX bytes are copied without validating available destination space, causing an out-of-bounds heap write. This is the concre...

6.3AI score0.00289EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/28 12:00 a.m.37 views

CVE-2026-51260

...

0.00289EPSS
SaveExploits0
Broadcom
Broadcom
added 2026/07/28 12:00 a.m.20 views

Rocky Linux Security Update for glibc (RLSA-2026:2786) and kernel (RLSA-2026:2722)

Brocade SANnav OVA has provided security updates for Multiple vulnerabilities ias referenced in glibc RLSA-2026:2786, kernel RLSA-2026:2722 glibc RLSA-2026:2786 glibc: Integer overflow in memalign leads to heap corruption CVE-2026-0861 glibc: glibc: Information disclosure via zero-valued network...

9.8CVSS7.2AI score0.00739EPSS
SaveExploits1
NVD
NVD
added 2026/07/27 9:17 p.m.13 views

CVE-2026-64548

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: reject overflowing copy + len in bpfmsgpushdata When the scatterlist ring is full or nearly full, bpfmsgpushdata enters a copy fallback path and computes copy + len for the page allocation size. Since len comes from...

8.4CVSS0.00142EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/27 9:17 p.m.9 views

AZL-94061 CVE-2026-64539 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: eir: Fix stack OOB write when prepending the Flags AD eircreateadvdata builds the advertising data into a fixed-size buffer "size", 31 for the legacy path. It may prepend a 3-byte "Flags" AD structure LEADNOBREDR on an...

7.8CVSS5.8AI score0.00122EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/27 8:10 p.m.49 views

CVE-2026-64548

The CVE-2026-64548 vulnerability affects the Linux kernel’s BPF/sockmap path. A truncation can occur in bpf_msg_push_data when the scatterlist ring is full or nearly full: len (from BPF ARG_ANYTHING) and copy size are both u32, and the code path uses copy + len to compute a page allocation. An at...

8.4CVSS5.8AI score0.00142EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/27 8:10 p.m.10 views

CVE-2026-64548 bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: reject overflowing copy + len in bpfmsgpushdata When the scatterlist ring is full or nearly full, bpfmsgpushdata enters a copy fallback path and computes copy + len for the page allocation size. Since len comes from...

8.4CVSS5.8AI score
SaveExploits0References11
Snyk
Snyk
added 2026/07/27 11:12 a.m.13 views

Out-of-bounds Read

Overview Affected versions of this package are vulnerable to Out-of-bounds Read through the thriftbufferedtransportreadslow and thriftframedtransportreadslow paths in the cglib transport bindings. An attacker can trigger the bug by sending a read request that spans both buffered data and new...

9.1CVSS5.5AI score0.00636EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/27 12:00 a.m.14 views

PT-2026-65223

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the bpf, sockmap component where the bpf msg push data function fails to properly validate the sum of copy and len when the scatterlist ring is full or nearly full...

8.4CVSS5.7AI score0.00142EPSS
SaveExploits0
NVD
NVD
added 2026/07/25 10:17 a.m.24 views

CVE-2026-64259

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: make a fusereq on SQE commit only findable after memcpy Bad userspace might try to trick us and send commit SQEs request unique / commit-id of requests that are not even send to fuse-server iouringcmddone not called...

7.8CVSS0.00157EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 10:17 a.m.13 views

UBUNTU-CVE-2026-64259

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: make a fusereq on SQE commit only findable after memcpy Bad userspace might try to trick us and send commit SQEs request unique / commit-id of requests that are not even send to fuse-server iouringcmddone not called...

7.8CVSS5.7AI score0.00157EPSS
SaveExploits0References10
Rows per page
Query Builder