CVE-2026-73067

Published: Ago 11, 2026 Last Modified: Ago 11, 2026
ExploitDB:
Other exploit source:
Google Dorks:
MEDIUM 6,7
Attack Vector: local
Attack Complexity: low
Privileges Required: none
User Interaction: active
Confidentiality: N/A
Integrity: N/A
Availability: N/A

Description

AI Translation Available

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.

125

Out-of-bounds Read

Draft
Common Consequences
Security Scopes Affected:
Confidentiality Availability Other
Potential Impacts:
Read Memory Bypass Protection Mechanism Dos: Crash, Exit, Or Restart Varies By Context
Applicable Platforms
Languages: Memory-Unsafe, C, C++
Technologies: ICS/OT
View CWE Details
https://github.com/tesseract-ocr/tesseract/commit/55287a94b8044c05ce3fd10f5aca6…
https://github.com/tesseract-ocr/tesseract/commit/82727cc11c34eaf1249af002d69f6…
https://github.com/tesseract-ocr/tesseract/issues/4580
https://github.com/tesseract-ocr/tesseract/pull/4581
https://github.com/tesseract-ocr/tesseract/releases/tag/5.5.3
https://github.com/tesseract-ocr/tesseract/security/advisories/GHSA-x3vq-7rr7-5…