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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-82617— Apache OpenNLP 正则表达式拒绝服务漏洞

一分钟漏洞结论

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

以下是该漏洞描述信息的中文翻译: 所暴露的两个内置姓名查找器模式—— 和 ——包含存在歧义的嵌套量化符。如果一个应用程序通过 获取这些查找器,并通过 或 将其应用于不可信文本,那么攻击者可以通过精心构造的小型输入,使匹配器陷入超线性回溯或无界的匹配器递归。 对于 EMAIL 模式: 一段较长的、由本地部分字符组成且后面从不跟随 的字符串,会迫使匹配器从每个起始偏移量重新扫描至输入末尾。其计算成本随输入长度呈二次方增长:大约 32 KB 的输入会在单次 调用中消耗数秒的 CPU 时间并返回无匹配结果;输入长度每翻一番

CVSS 10.0 · Critical

影响版本矩阵 2

厂商产品 版本范围状态
Apache Software Foundation Apache OpenNLP 3.0.0-M1< 3.0.0-M6 affected
2.0.0< 2.5.12 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Apache OpenNLP, Apache OpenNLP: ReDoS / stack exhaustion in RegexNameFinderFactory built-in EMAIL and URL patterns
来源: CVE Program / CVE List V5
Vulnerability Description
The two built-in name-finder patterns exposed by opennlp.tools.namefind.RegexNameFinderFactory - DEFAULT_REGEX_NAME_FINDER.EMAIL and DEFAULT_REGEX_NAME_FINDER.URL - contain ambiguous nested quantifiers. An application that obtains these finders through RegexNameFinderFactory.getDefaultRegexNameFinders(...) and then applies them to untrusted text through RegexNameFinder.find(String[]) or RegexNameFinder.find(String) can be driven into super-linear backtracking or into unbounded matcher recursion by a small crafted input. For the EMAIL pattern, a long run of local-part characters that is never followed by an @ forces the matcher to re-scan to end-of-input from every starting offset. Cost grows quadratically with input length: an input of approximately 32 KB consumes several seconds of CPU in a single find() call and returns no match, and each doubling of the input multiplies the cost roughly four-fold. For the URL pattern, the query-string sub-expression nests a capturing repetition inside an outer repetition. The JDK matcher recurses once per query token, so an input of approximately 4 KB containing many &-separated tokens exhausts the thread stack and causes java.lang.StackOverflowError to propagate out of find(), terminating the calling thread. On a thread created with a smaller stack (for example -Xss512k, typical of server worker pools) approximately 1 KB is sufficient. In both cases an attacker who can supply text for analysis can convert a single request into seconds to minutes of pinned CPU, or into an abrupt thread death, denying service to the embedding application. No authentication, special configuration, or model file is required beyond the application having selected one of the two built-in finders. This issue affects Apache OpenNLP: from 2.0.0 through 2.5.11; from 3.0.0-M1 through 3.0.0-M5. Users are recommended to upgrade to version 2.5.12, or to 3.0.0-M6 for users tracking the 3.0.0 milestone line, which fix the issue.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Apache Software Foundation Apache OpenNLP 3.0.0-M1 ~ 3.0.0-M6 -
Apache Software Foundation Apache OpenNLP 2.0.0 ~ 2.5.12 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-82617 邮件列表归档 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-82617

暂无评论


发表评论