Lucene search
+L

139118 matches found

CVE
CVE
added 2026/07/14 5:5 p.m.31 views

CVE-2026-58614

An out-of-bounds read in the Windows Kernel allows an authorized, local attacker to bypass a security feature. The CVE-2026-58614 entry notes a local vector with Privileges Required: Low and no user interaction, Confidentiality Impact: High, Impact on Availability/Integrity: none, giving a CVSS v...

5.5CVSS6AI score0.00278EPSS
SaveExploits0References1Affected Software12
CVE
CVE
added 2026/07/14 5:5 p.m.14 views

CVE-2026-58609

The CVE-2026-58609 entry describes an Out-of-bounds read in the Microsoft Graphics Component that enables local execution of code by an unauthenticated attacker with user interaction. The vulnerability is linked to a local attack vector with high impact to confidentiality, integrity, and availabi...

7.8CVSS6.1AI score0.00312EPSS
SaveExploits0References1Affected Software12
CVE
CVE
added 2026/07/14 5:5 p.m.21 views

CVE-2026-57979

CVE-2026-57979 describes an out-of-bounds read in Windows Remote Desktop Protocol (RDP) that could allow an unauthenticated or network-attached attacker to disclose information over the network. Publicly referenced sources (NVD, MSRC updates, ENISA EUVD, and security advisories) corroborate an in...

7.5CVSS6.1AI score0.00651EPSS
SaveExploits0References1Affected Software12
CVE
CVE
added 2026/07/14 5:5 p.m.17 views

CVE-2026-56193

CVE-2026-56193 describes an out-of-bounds read in Microsoft Office that allows a local attacker to disclose information. The available records indicate a high-severity impact (Confidentiality and Availability) with local access and user interaction required, but no explicit details on affected Of...

7.1CVSS6AI score0.00365EPSS
SaveExploits0References1Affected Software6
CVE
CVE
added 2026/07/14 5:5 p.m.16 views

CVE-2026-54988

CVE-2026-54988 is an out-of-bounds read vulnerability affecting Microsoft Excel, enabling a local attacker to disclose information. The existing sources confirm the vulnerability in Microsoft Office Excel with local access requiring user interaction, but do not specify exact vulnerable versions, ...

6.1CVSS6AI score0.00307EPSS
SaveExploits0References1Affected Software7
OSV
OSV
added 2026/07/14 4:27 p.m.4 views

CVE-2026-54058 Pillow: Out-of-bounds read via attacker-controlled row stride on Pillow's mmap path (McIdas AREA files)

Pillow is a Python imaging library. Prior to 12.3.0, when Pillow loads an uncompressed McIdas AREA image from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width, causing pixel access such as Image.tobytes, getpixel,...

8.3CVSS6.1AI score0.00384EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/14 4:16 p.m.5 views

CVE-2025-53379

A out-of-bounds read vulnerability in Fortinet FortiAuthenticator 6.6.0 through 6.6.2, FortiAuthenticator 6.5 all versions may allow a remote unauthenticated attacker to retrieve sensitive information via a specially crafted request...

7.5CVSS0.00385EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/14 3:42 p.m.21 views

CVE-2026-59199

Pillow (Python imaging library) prior to 12.3.0 is affected by a heap out-of-bounds write in public image coordinate APIs when coordinates near signed 32-bit limits are provided to Image.paste(), Image.crop(), or Image.alpha_composite(). The issue is fixed in 12.3.0. Affected component: Pillow’s ...

7.5CVSS6.1AI score0.00385EPSS
SaveExploits1References4Affected Software1
CVE
CVE
added 2026/07/14 3:13 p.m.54 views

CVE-2025-53379

Fortinet FortiAuthenticator is affected by CVE-2025-53379, an out-of-bounds read vulnerability in FortiAuthenticator 6.6.0–6.6.2 and all 6.5 versions. A remote unauthenticated attacker could potentially retrieve sensitive information via a specially crafted request. The CVSSv3.1 vector is NETWORK...

7.5CVSS6.1AI score0.00385EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/07/14 3:13 p.m.28 views

CVE-2025-53379

A out-of-bounds read vulnerability in Fortinet FortiAuthenticator 6.6.0 through 6.6.2, FortiAuthenticator 6.5 all versions may allow a remote unauthenticated attacker to retrieve sensitive information via a specially crafted request...

7.5CVSS0.00385EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/14 3:13 p.m.20 views

CVE-2025-53379

A out-of-bounds read vulnerability in Fortinet FortiAuthenticator 6.6.0 through 6.6.2, FortiAuthenticator 6.5 all versions may allow a remote unauthenticated attacker to retrieve sensitive information via a specially crafted request...

7.5CVSS6.1AI score0.00385EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/14 3:2 p.m.10 views

CVE-2026-10672

CVE-2026-10672 affects Zephyr LwM2M firmware pull: code copies the firmware-package URI into a fixed 128-byte buffer without length validation, using memcpy for an up-to 254-character URI. The server-supplied URI is stored in a 255-byte object buffer; only the first 128 bytes are copied into cont...

8.2CVSS6.2AI score0.0035EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/07/14 3:2 p.m.6 views

CVE-2026-10672 Unterminated URI buffer causes out-of-bounds read in LwM2M firmware pull (Package URI)

subsys/net/lib/lwm2m/lwm2mpullcontext.c copied the firmware-update Package URI into a fixed static buffer context.uri, size CONFIGLWM2MSWMGMTPACKAGEURILEN, default 128 with memcpycontext.uri, uri, LWM2MPACKAGEURILEN, copying exactly the destination size with no length validation. The...

8.2CVSS6.2AI score0.0035EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/14 3:2 p.m.3 views

CVE-2026-10672 Unterminated URI buffer causes out-of-bounds read in LwM2M firmware pull (Package URI)

subsys/net/lib/lwm2m/lwm2mpullcontext.c copied the firmware-update Package URI into a fixed static buffer context.uri, size CONFIGLWM2MSWMGMTPACKAGEURILEN, default 128 with memcpycontext.uri, uri, LWM2MPACKAGEURILEN, copying exactly the destination size with no length validation. The...

8.2CVSS6.2AI score0.0035EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/14 2:59 p.m.3 views

JLSEC-2026-666 libusb before version 1.0.30 contains a one-byte out-of-bounds read vulnerability in...

libusb before version 1.0.30 contains a one-byte out-of-bounds read vulnerability in parseiadarray in descriptor.c that allows attackers to trigger a denial of service by supplying a malformed USB descriptor whose bLength equals size minus one, causing the bounds check to use the original buffer...

5.5CVSS6.2AI score0.0013EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/14 2:59 p.m.5 views

JLSEC-2026-667 GNU libidn before 1.44 is prone to out-of-bounds reads of uninitialized memory in the ToUnicode...

GNU libidn before 1.44 is prone to out-of-bounds reads of uninitialized memory in the ToUnicode APIs because of mishandling in idnatounicodeinternal. The affected code is not present in libidn2...

2.5CVSS6.1AI score0.00147EPSS
SaveExploits1References4
NVD
NVD
added 2026/07/14 2:16 p.m.28 views

CVE-2026-53566

Out-of-bounds read vulnerability in Citrix Citrix Secure Access Client for Windows. This issue affects Citrix Secure Access Client for Windows: before 26.6.1.20...

6.8CVSS0.00132EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2026/07/14 2:0 p.m.8 views

Windows Remote Desktop Protocol (RDP) Information Disclosure Vulnerability

Out-of-bounds read in Windows RDP allows an unauthorized attacker to disclose information over a network...

6.5CVSS6.1AI score0.00651EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/07/14 2:0 p.m.6 views

Active Directory Denial of Service Vulnerability

Out-of-bounds read in Windows Active Directory allows an authorized attacker to deny service over a network...

7.1CVSS6.1AI score0.00891EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/07/14 2:0 p.m.10 views

Windows Remote Desktop Protocol (RDP) Information Disclosure Vulnerability

Out-of-bounds read in Windows RDP allows an unauthorized attacker to disclose information over a network...

7.5CVSS6.1AI score0.00651EPSS
SaveExploits0
Rows per page
Query Builder