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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-76843— Flair 0.15.0/0.15.1 反序列化漏洞

一分钟漏洞结论

影响对象
flairNLP flair
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

0.15.0 和 0.15.1 版本的 Flair 官方车轮包中仍然包含 文件。该文件中的 静态方法通过调用 来加载模型,从而在执行任意 Python 代码加载模型文件时存在漏洞。攻击者提供的模型一旦被加载,便会以加载该模型的进程的权限执行攻击者注入的代码。 这与 CVE-2024-10073 中记录的漏洞相同,涉及相同的漏洞利用点(sink)和相同文件。CVE-2024-10073 将 0.15.0 列为修复版本,理由是 0.15.0 版本中已不再支持聚类功能;虽然该模块已从官方文档化的 API 中移除,但它仍然

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

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

漏洞信息

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

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

Vulnerability Title
Flair 0.15.0 and 0.15.1 Deserialization of Untrusted Data via ClusteringModel.load
来源: CVE Program / CVE List V5
Vulnerability Description
The official Flair wheels for 0.15.0 and 0.15.1 still contain flair/models/clustering.py, whose ClusteringModel.load static method returns pickle.loads(joblib.load(str(model_file))) and so executes arbitrary Python while loading a model file. Loading a model supplied by an attacker therefore runs that attacker's code with the privileges of the loading process. This is the same sink and the same file as CVE-2024-10073, which records 0.15.0 as the fixed version on the basis that clustering support was dropped in that release; the module was removed from the documented API but remains present in the distributed artifact and reachable by importing flair.models.clustering directly, so the earlier record's fixed version does not hold for the shipped package.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
可信数据的反序列化
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
flairNLP flair 0.15.0 ~ 0.15.1 -

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

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 4897 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

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

登录查看更多情报信息。

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

CVE-2026-76843 厂商页面 (1)

CVE-2026-76843 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-76843

暂无评论


发表评论