Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
CISA KEV·Added 2023-09-13 — agencies required to remediate by 2023-10-04
🦀 crates.io🐹 Go📦 npm.NET NuGet🐍 PyPI

CVE-2023-4863

HIGH

libwebp: OOB write in BuildHuffmanTable

Also known asA-299477569ASB-A-299477569CVE-2023-5129GHSA-j7hp-h8jx-5pprPYSEC-2026-1794RUSTSEC-2023-0060
Published
Sep 12, 2023
Updated
Jul 22, 2026
Affected
19 pkgs
Patched
19 / 19
Exploits
26 known

EPSS Exploitation Probability

via FIRST.org ↗
99.7%probability of exploitation in next 30 days
Very High Risk100th percentile-0.00%
91.4%94.2%97.1%100.0%94.1%99.7%Jan 26May 26Jul 26

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

Blast Radius

19 pkgs affected
🦀libwebp-sys2🦀libwebp-sys🦀webp🐹github.com/chai2010/webp🐹github.com/chai2010/webp🐹github.com/chai2010/webp📦electron📦electron+11 more

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects crates.io packages — download data is not available via public APIs for these ecosystems.

Description

Heap buffer overflow in libwebp in Google Chrome prior to 116.0.5845.187 and libwebp 1.3.2 allowed a remote attacker to perform an out of bounds memory write via a crafted HTML page. (Chromium security severity: Critical)

Affected Packages

19 total 19 fixed
EcosystemPackageVulnerable rangeFix
🦀crates.iolibwebp-sys2all versions0.1.8
🦀crates.iolibwebp-sysall versions0.9.3
🦀crates.iowebpall versions0.2.6
🐹Gogithub.com/chai2010/webp1.1.2&&< 1.4.01.4.0
🐹Gogithub.com/chai2010/webpall versions0.0.0-20250406010349-76805d5a8860
🐹Gogithub.com/chai2010/webp0.0.0&&< 1.1.2-0.20250406010349-76805d5a88601.1.2-0.20250406010349-76805d5a8860
Exploits & PoCs
26

Research use only. For defensive security, authorized penetration testing, and academic research only. Never execute exploit code against systems without explicit written authorization.

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for libwebp-sys2. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  2. Fix

    Update libwebp-sys2 to 0.1.8 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms CVE-2023-4863 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 pinpoints whether CVE-2023-4863 is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

Tailored to CVE-2023-4863. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

Heap buffer overflow in libwebp in Google Chrome prior to 116.0.5845.187 and libwebp 1.3.2 allowed a remote attacker to perform an out of bounds memory write via a crafted HTML page. (Chromium security severity: Critical)
O3 Security · Impact-Aware SCA

Is CVE-2023-4863 in your dependencies?

O3 detects CVE-2023-4863 across crates.io, Go, npm dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.