LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2023-4863: Google Chromium WebP Heap-Based Buffer Overflow Vulnerability

RBRecent Breaches Vulnerability Intelligence·Sep 13, 2023
High⚠ Actively exploited (CISA KEV)
High
Severity
Active
CISA KEV
No
Ransomware use
Oct 4, 2023
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2023-4863 to its Known Exploited Vulnerabilities catalog on Sep 13, 2023, with a federal patch deadline of Oct 4, 2023 — meaning attackers are actively using it. If you run the affected software, patch it immediately.

Google Chromium WebP contains a heap-based buffer overflow vulnerability that allows a remote attacker to perform an out-of-bounds memory write via a crafted HTML page. This vulnerability can affect…

CVE-2023-4863 is a heap-based buffer overflow in Google Chromium's WebP image handling. A remote attacker can trigger an out-of-bounds memory write by supplying a crafted HTML page that causes the WebP codec to process malicious image data. Because many applications embed the Chromium WebP codec, the flaw can reach browsers and other software that decode WebP content. Successful abuse can let an attacker corrupt memory and potentially take control of the process, so teams that run Chromium-based products or any library that reuses the same codec must treat this as a high-priority risk until the vendor update is confirmed and applied.

CISA notes that the vulnerability affects applications that use the WebP codec and requires organizations to apply mitigations according to vendor instructions or to stop using the product if no mitigations exist. Public detail beyond the CWE and the high-level attack path is limited; always verify exact impact and fixed releases against the official vendor advisory.

How it works

The underlying weakness is CWE-787 (Out-of-bounds Write). In a heap-based buffer overflow the program allocates a fixed-size buffer on the heap for WebP decoding, then writes past the end of that buffer when it processes specially crafted image data. The attacker delivers the data inside an HTML page that the vulnerable application renders or parses. Once the write occurs, adjacent heap metadata or objects can be overwritten, which in turn can alter control flow or allow arbitrary code execution inside the process that hosts the WebP codec. No further exploit mechanics are supplied in the public record; defenders should assume a remote, unauthenticated trigger is possible whenever untrusted HTML or WebP content is accepted.

Am I affected? How to find it in your systems

The vulnerable component is the WebP codec shipped with Google Chromium and any third-party application that links or embeds that codec. Typical locations include Chromium-based browsers, Electron applications, desktop clients that render web content, and server-side image-processing pipelines that call the same library.

If any component cannot be version-checked, treat it as potentially affected until the vendor confirms otherwise.

How to remediate

The primary action is to apply the vendor-supplied update that corrects the WebP heap overflow. Follow the exact remediation steps published in the Chromium or product-specific advisory; CISA's required action is simply to apply those mitigations or to discontinue use if none are available. After patching, restart affected processes and re-verify the installed version. For applications that embed the codec, rebuild or redeploy with the corrected library. Once the update is in place, re-enable any temporary restrictions and confirm that WebP decoding again functions normally under controlled test content.

If you can't patch immediately

Until the official update can be deployed, reduce exposure with compensating controls that limit the attack surface of the WebP codec.

If your data may have been exposed

Actively exploited memory-corruption vulnerabilities can lead to full process compromise and subsequent data theft. If you suspect exploitation, isolate the host, preserve memory and disk images for forensic review, and rotate credentials that may have been accessible to the process. Known ransomware use of this CVE is not documented. As a final hygiene step, you can run a free exposure scan of your email addresses against known breach data sets to determine whether any associated accounts already appear in public dumps.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedGoogle · Chromium WebP
WeaknessCWE-787
Added to CISA KEVSep 13, 2023
Federal patch deadlineOct 4, 2023
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities