Out-of-bounds Read in Tesseract-Ocr Tesseract
CVE-2026-73067
Tesseract is an open source OCR engine. Prior to 5.5.3, a crafted .traineddata model loaded through TessBaseAPI::Init can cause SquishedDawg::read_squished_dawg in src/dict/dawg.cpp to accept an unterminated forward-edge run, after which SquishedDawg::Load calls num_forward_edges(0) and last_edge in src/dict/dawg.h reads beyond edges_, causing a heap out-of-bounds read and process crash before image processing. This issue is fixed in version 5.5.3.
Vulnerability class: Buffer Overflow
Published · last modified .
EPSS exploit prediction
EPSS: 0.002 (7.0th percentile), scored .
Very low probability of exploitation in the next 30 days; routine patching cadence is appropriate. 7th percentile — 7.0% of CVEs in the catalogue have a lower EPSS than this one. How to read EPSS.
EPSS over last 30 days · oldest: 0.001 · newest: 0.002 · change: +0.001
Affected products
- Tesseract-Ocr Tesseract — versions < 5.5.3
Weakness classification (CWE)
References
- github.com/tesseract-ocr/tesseract/security/advisories/GHSA-x3vq-7rr7-5x3h
- github.com/tesseract-ocr/tesseract/issues/4580
- github.com/tesseract-ocr/tesseract/pull/4581
- github.com/tesseract-ocr/tesseract/commit/55287a94b8044c05ce3fd10f5aca6ebbd238e…
- github.com/tesseract-ocr/tesseract/commit/82727cc11c34eaf1249af002d69f6bbae7099…
- github.com/tesseract-ocr/tesseract/releases/tag/5.5.3