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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-63317— Apache OpenNLP GeneratorFactory 任意类实例化漏洞

AI 预测 8.1 利用难度: 中等
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Apache OpenNLP: Arbitrary Class Instantiation in GeneratorFactory via Feature Descriptor XML
来源: CVE Program / CVE List V5
Vulnerability Description
Arbitrary Class Instantiation via XML Feature Generator Descriptor and Format Name in Apache OpenNLP Versions Affected: - before 2.5.10 - before 3.0.0-M5 Description: Three code paths in Apache OpenNLP load a class by its fully-qualified name via Class.forName() and invoke its no-arg constructor without any prior validation of the class name or its type.  The affected paths are: (1) GeneratorFactory, which reads the class attribute of generator elements in an XML feature generator descriptor; such descriptors are embedded as artifacts in model archives (e.g. TokenNameFinder and POSTagger models) and are parsed during model loading, so an attacker who can supply a crafted model archive controls the class name directly. (2) StreamFactoryRegistry.getFactory(Class, String), which falls back to interpreting an unregistered format name as the fully-qualified class name of an ObjectStreamFactory; this is exploitable in applications that pass untrusted format names (e.g. exposing the -format parameter of the command-line tooling to external input). (3) StringInterners, which instantiates the interner implementation named by the opennlp.interner.class system property; this value is normally deployer-controlled, so it is hardened as defense in depth rather than being independently attacker-reachable. Exploitation requires a class with attacker-useful side effects in its static initializer or no-arg constructor (JNDI lookup, outbound network I/O, filesystem access) to be present on the classpath, so this is not drop-in remote code execution. T Mitigation: Upgrade to a fixed release. The fix routes all three paths through ExtensionLoader.instantiateExtension(...), which consults a package-prefix allowlist before Class.forName() is invoked, so a disallowed class is never loaded, initialized, or constructed. Classes under the opennlp. prefix remain permitted by default. Deployments that load models referencing feature generator factories, object stream factories, or string interners outside opennlp.* must opt those packages in, either programmatically via ExtensionLoader.registerAllowedPackage(String) before the first model load, or by setting the OPENNLP_EXT_ALLOWED_PACKAGES system property to a comma-separated list of allowed package prefixes. Users who cannot upgrade immediately should ensure all model files and format names are sourced from trusted origins and should audit their classpath for classes with side-effecting static initializers or constructors.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
使用外部可控制的输入来选择类或代码(不安全的反射)
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
Apache Software FoundationApache OpenNLP 3.0.0-M1 ~ 3.0.0-M4 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · Apache Software Foundation · 2026-07-24 · 共 10 条

CVE-2026-46452Apache NimBLE Mesh代理SAR重组装缓冲区溢出漏洞
CVE-2026-45816Apache NimBLE SMP LTK请求空指针解引用漏洞
CVE-2026-45815Apache NimBLE ATT读取多变量响应处理器远程断言漏洞
CVE-2026-45813Apache NimBLE BASS 源添加/修改操作数据验证漏洞
CVE-2026-45812Apache NimBLE 越界读取漏洞
CVE-2026-45811Apache NimBLE 套接字HCI传输缓冲区溢出漏洞
CVE-2026-66144Apache Neethi 远程策略引用获取缺少资源限制
CVE-2026-66143Apache Neethi 策略计算路径缺少全局替代输出预算
CVE-2026-66142Apache Neethi 策略处理中未受控递归漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-63317

暂无评论


发表评论