目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-88047— Tesseract ReadNormProtos栈缓冲区溢出漏洞

一分钟漏洞结论

影响对象
tesseract-ocr tesseract
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Tesseract 是一个开源的 OCR(光学字符识别)引擎。在 5.5.3 及更早版本中, 中的 函数在解析 文件的 组件时,使用 将以空白符分隔的 token 提取到一个固定的 61 字节栈缓冲区中,但未设置流宽(stream width)。由于 100 字节的行缓冲区可承载最长 99 个字符的 token,若 token 长度超过 60 个字符,在 legacy 引擎的 阶段,最多会有 39 个攻击者可控的字节写入缓冲区之外,导致栈内存损坏、服务拒绝(DoS),并在受影响的 C++ 标准库实现中可能导致控制流

CVSS 8.6 · High
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-88047 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Tesseract: ReadNormProtos stack buffer overflow
来源: CVE Program / CVE List V5
Vulnerability Description
Tesseract is an open source OCR engine. In version 5.5.3 and earlier, Classify::ReadNormProtos in src/classify/normmatch.cpp parses the NORMPROTO component of a .traineddata file and uses std::istream::operator>>(char*) to extract a whitespace-delimited token into a fixed 61-byte stack buffer without setting a stream width. The 100-byte line buffer can carry a token of up to 99 characters, so a token longer than 60 characters writes up to 39 attacker-controlled bytes past the buffer during TessBaseAPI::Init of the legacy engine, causing stack corruption, denial of service, and potentially control-flow hijacking on affected standard-library implementations. Builds using Apple's libc++ C++20 bounded array overload are incidentally protected, while typical libstdc++ builds remain affected. No fixed release is available as of this review.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
栈缓冲区溢出
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
tesseract-ocr tesseract <= 5.5.3 -

二、漏洞 CVE-2026-88047 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-88047 的情报信息

登录查看更多情报信息。

CVE-2026-88047 补丁与修复 (1)

CVE-2026-88047 厂商安全公告 (1)

同批安全公告 · tesseract-ocr · 2026-09-10 · 共 5 条

CVE-2026-88049 8.6 HIGH Tesseract LSTM前向传播堆越界写入漏洞
CVE-2026-88048 8.6 HIGH Tesseract 堆越界读写漏洞
CVE-2026-88051 8.6 HIGH Tesseract 堆越界写漏洞
CVE-2026-88050 6.9 MEDIUM Tesseract 越界写漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-88047

暂无评论


发表评论