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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-88051— Tesseract 堆越界写漏洞

一分钟漏洞结论

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

Tesseract 是一个开源的光学字符识别(OCR)引擎。在 5.5.3 及更早版本中, 中 的回调形式在从 模型文件中读取独立的 字段 和 时,既没有设置上限,也没有进行不变量检查。调用 用于分配底层数组,但随后的回调循环会写入 个元素。因此,一个精心构造的 组件(其 为 4 或更高版本),当从 中调用 时,可以将 设置为一个较小的值,同时将 设置为一个较大的值,从而导致对 结构体发生堆越界写入、堆内存损坏、程序崩溃,甚至可能导致可控制的内存损坏。截至本次安全审查,尚未发布修复版本。

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

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

漏洞信息

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

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

Vulnerability Title
Tesseract: Heap out-of-bounds write in GenericVector<T>::read due to independent reserved/size_used_ fields
来源: CVE Program / CVE List V5
Vulnerability Description
Tesseract is an open source OCR engine. In version 5.5.3 and earlier, the callback form of GenericVector::read in src/ccutil/genericvector.h reads the independent int32 fields reserved and size_used_ from a .traineddata model without a cap or an invariant check. reserve(reserved) allocates the backing array, but the callback loop writes size_used_ elements. A crafted TESSDATA_INTTEMP component with version_id 4 or later can therefore set reserved to a small value and size_used_ to a large value when fontinfo_table_.read(fp, read_info) is called from src/classify/intproto.cpp, causing a heap out-of-bounds write of FontInfo structures, heap corruption, a crash, or potentially controlled corruption. 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-88051 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-88051 其他参考 (2)

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

CVE-2026-88049 8.6 HIGH Tesseract LSTM前向传播堆越界写入漏洞
CVE-2026-88048 8.6 HIGH Tesseract 堆越界读写漏洞
CVE-2026-88047 8.6 HIGH Tesseract ReadNormProtos栈缓冲区溢出漏洞
CVE-2026-88053 8.6 HIGH Tesseract 通过恶意.traineddata导致的堆越界写漏洞
CVE-2026-88052 7.8 HIGH Tesseract UNICHARSET加载堆越界写漏洞
CVE-2026-88050 6.9 MEDIUM Tesseract 越界写漏洞
CVE-2026-88054 6.9 MEDIUM Tesseract 模型加载空栈引用服务拒绝漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-88051

暂无评论


发表评论