PULSE
LIVE22signals / 24h
FEED
ransomqilin reclama a Mera Metal · PL · Manufacturingransomglobal secret group reclama a Pavillon · US · Otherransomdragonforce reclama a P. A. Inc. (Performance Alloys) · US · Manufacturingransomdragonforce reclama a Mike Graham Heating And Air Conditioning · US · Otherransomqilin reclama a STADLER Sensorik CNC-Technik · AT · Manufacturingransomchaos reclama a tomorrowsoffice.com · GB · Professional Servicesransomdark project reclama a Long-Lewis Automotive Group · US · Not Foundransomtriple x reclama a Henshaw Law · GB · Professional Servicesransomqilin reclama a Stade Francais · FR · Hospitalityransompayoutsking reclama a H****r · US · Not Foundransomdark project reclama a Mayco International · US · Manufacturingransomdark project reclama a Brainhunter Companies LLC. and Brainhunter Systems Ltd. · US · Professional Servicesransomdark project reclama a Leviton · US · Manufacturingransomdark project reclama a The Miller Group · GB · Otherransomqilin reclama a Mera Metal · PL · Manufacturingransomglobal secret group reclama a Pavillon · US · Otherransomdragonforce reclama a P. A. Inc. (Performance Alloys) · US · Manufacturingransomdragonforce reclama a Mike Graham Heating And Air Conditioning · US · Otherransomqilin reclama a STADLER Sensorik CNC-Technik · AT · Manufacturingransomchaos reclama a tomorrowsoffice.com · GB · Professional Servicesransomdark project reclama a Long-Lewis Automotive Group · US · Not Foundransomtriple x reclama a Henshaw Law · GB · Professional Servicesransomqilin reclama a Stade Francais · FR · Hospitalityransompayoutsking reclama a H****r · US · Not Foundransomdark project reclama a Mayco International · US · Manufacturingransomdark project reclama a Brainhunter Companies LLC. and Brainhunter Systems Ltd. · US · Professional Servicesransomdark project reclama a Leviton · US · Manufacturingransomdark project reclama a The Miller Group · GB · Other
← All CVEs
CVE WatchJul 23, 2026

CVE-2026-11143

Out of bounds read in Extensions in Google Chrome on Linux prior to 149.0.7827.53 allowed an attacker who convinced a user to install a mali

CVSS

6.5

Medium

EPSS

0.2%

p7

KEV

Exploit Today

2

0-100

Published: Jun 4, 2026 · Last modified: Jul 23, 2026 · CWE-122

EPSS · 30d
0.2%EPSS · 30 days0.2%
2026-07-072026-08-04
Technical description

Out of bounds read in Extensions in Google Chrome on Linux prior to 149.0.7827.53 allowed an attacker who convinced a user to install a malicious extension to obtain potentially sensitive information from process memory via a crafted Chrome Extension. (Chromium security severity: Medium)

Official references
Related CVEs
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2017-202419.8 CRI
0Keysight IxChariot Endpoint before 9.5.102 contains a heap-based buffer overflow. An unauthenticated remote attacker can send a specially crafted packet to crash the endpoint or potentially execute arbitrary code.1d
CVE-2026-187845.3 MED
0A vulnerability was found in o6 open62541 up to 1.5.5. This issue affects the function UA_Client_readNodeClassAttribute of the file src/client/ua_client_highlevel.c. Performing a manipulation results in heap-based buffer overflow. Attacking locally is a requirement. The exploit has been made public and could be used. The project closed the issue report, stating that this is not the official way to report a security vulnerability.4h
CVE-2026-108498.2 HIG
18.3%
5The hawkBit device management client in subsys/mgmt/hawkbit accumulates the body of an HTTP response from the update server into a heap buffer in response_json_cb() (subsys/mgmt/hawkbit/hawkbit.c). The buffer is sized to hold the received body bytes but reserves no space for a terminating NUL. When the full response has arrived, the code writes response_data[downloaded_size] = '\0' — and whenever the accumulated body length equals the allocation, that terminator lands one byte past the end of the heap object (a heap-based out-of-bounds write, CWE-122 / CWE-787). The body length and fragmentation are taken directly from the parsed HTTP response (rsp->body_frag_start / rsp->body_frag_len) and are fully controlled by the remote hawkBit server, which chooses its own response length. The precise trigger depends on how the buffer grows, and both forms are remotely reachable. Since v4.0.0 the reallocation is sized to exactly downloaded_size + body_len, so any response body larger than the 1100-byte initial buffer makes the out-of-bounds write deterministic; such response sizes are normal for hawkBit deployment metadata. Before v4.0.0 the buffer grew by doubling and the growth check ((downloaded_size + body_len) > response_buffer_size) is false at equality, so a response body whose length is exactly the current allocation — 1100 bytes with the default initial buffer — skips the reallocation entirely and writes the terminator at response_data[1100] of an 1100-byte object. The HTTP length-mismatch check does not catch this, because the declared and received lengths genuinely agree. Either form is reachable by a malicious, compromised, or man-in-the-middle update server (TLS is optional and, when enabled, does not protect against a hostile server), with no authentication of response content and no client-side length cap protecting the write. The out-of-bounds write is a fixed single NUL byte immediately following the allocation, corrupting adjacent allocator metadata or the next allocation. The practical impact is heap corruption leading to denial of service (fault on a subsequent allocation or free), with the bounded, allocator-dependent possibility of further corruption. The fix sizes the buffer to the body length plus one and copies with memcpy, ensuring the terminator always lands within the allocation.1d
CVE-2026-185854.3 MED
22.2%
7A vulnerability was detected in GL.iNet MT3000, MT6000, BE9300, BE3600, MT3600BE, E5800, BE6500, MT5000, X3000, XE3000 and MT2500 up to 20260707. The affected element is the function nas-web.get_file_list of the component APPS-NAS Module. Performing a manipulation results in heap-based buffer overflow. The attack may be initiated remotely. The vendor was contacted early about this disclosure and confirmed the existence of the vulnerability.2d
CVE-2026-204805.5 MED
1.2%
0In Audio HAL, there is a possible out of bounds write due to a heap buffer overflow. This could lead to local denial of service with User execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS10960023 (Note: For MT6880, MT6890, MT6980D, MT6988, MT6990) / AUTO00851189 (Note: For MT2735, MT3737); Issue ID: MSV-7586.2d
CVE-2026-204658.1 HIG
10.5%
3In wlan AP driver, there is a possible out of bounds write due to a missing bounds check. This could lead to remote (proximal/adjacent) escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: WCNCR00489200; Issue ID: MSV-7834.15h