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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-88048— Tesseract 堆越界读写漏洞

一分钟漏洞结论

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

Tesseract 是一个开源的 OCR(光学字符识别)引擎。在版本 5.5.3 及更早版本中, 中的 函数在对反序列化的层标量 和 进行验证时,未将其与权重矩阵的维度进行一致性校验。 在 执行过程中, 中的 会将 个结果写入 (其大小由 决定),并从 (其大小由 决定)中读取 个输入。因此,一个精心构造的 文件中的 层可以利用不一致的维度,在默认 LSTM 引擎中引发堆越界写入和越界读取,从而导致堆损坏、程序崩溃、信息泄露,甚至可能被利用实现受控的内存破坏。截至本次评估,尚未发布修复版本。

CVSS 8.6 · High

可能的 ATT&CK 技术 1 AI

T1204 · User Execution
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Tesseract: Heap out-of-bounds write/read in FullyConnected::Forward via layer/weight-matrix dimension mismatch
来源: CVE Program / CVE List V5
Vulnerability Description
Tesseract is an open source OCR engine. In version 5.5.3 and earlier, FullyConnected::DeSerialize in src/lstm/fullyconnected.cpp does not validate the deserialized layer scalars ni_ and no_ against the weight-matrix dimensions. During FullyConnected::Forward, MatrixDotVector in src/lstm/weightmatrix.cpp writes w.dim1() results into temp_line, which is sized from no_, and reads w.dim2() minus one inputs from curr_input, which is sized from ni_. A crafted .traineddata NT_SOFTMAX layer can therefore use inconsistent dimensions to cause a heap out-of-bounds write and read on the default LSTM engine, resulting in heap corruption, a crash, information disclosure, 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-88048 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

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

CVE-2026-88049 8.6 HIGH Tesseract LSTM前向传播堆越界写入漏洞
CVE-2026-88047 8.6 HIGH Tesseract ReadNormProtos栈缓冲区溢出漏洞
CVE-2026-88051 8.6 HIGH Tesseract 堆越界写漏洞
CVE-2026-88050 6.9 MEDIUM Tesseract 越界写漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-88048

暂无评论


发表评论