All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-73066
MEDIUMpublished 2026-08-11 15:17 UTC · 1 day ago · modified 2026-08-11 16:17 UTC
6.8
CVSS / 10
// description
Tesseract is an open source OCR engine. Prior to 5.5.3, a crafted .traineddata LSTM model component loaded through Tesseract's deserializer can cause an unchecked signed integer multiplication in Convolve::DeSerialize in src/lstm/convolve.cpp to wrap the convolution output-channel count, undersizing the forward-pass output buffer while writes use the unwrapped element count and causing a heap out-of-bounds write during OCR recognition. This issue is fixed in version 5.5.3.
// weaknesses (CWE)
- CWE-787