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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-63403— Faktory命令处理器未恢复崩溃导致拒绝服务漏洞

一分钟漏洞结论

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

Faktory 是一种语言无关的后台作业服务器。在 1.10.0 之前的版本中,该服务器存在一个未认证的拒绝服务漏洞:单个格式错误的命令会导致整个进程崩溃。其 wire 协议基于行结构,多个命令处理程序在未检查有效载荷是否存在的条件下,直接对接收到的行在固定偏移量处进行切片或索引操作,例如对 PUSH 命令使用 cmd[5:],对 QUEUE 命令使用 qs[0]。当发送仅包含动词而无有效载荷的命令(例如 PUSH、ACK、FAIL、BEAT、PUSHB 或 QUEUE)时,会触发 Go 语言的切片或索引越界 pa

CVSS 8.7 · High

可能的 ATT&CK 技术 1 AI

T1499 · Endpoint Denial of Service
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Faktory: Unrecovered panic in command handlers allows full-server denial of service
来源: CVE Program / CVE List V5
Vulnerability Description
Faktory is a language-agnostic background job server. In versions prior to 1.10.0, the server is vulnerable to an unauthenticated denial of service in which a single malformed command crashes the entire process. Its wire protocol is line-based, and several command handlers slice or index the received line at a fixed offset, such as cmd[5:] for PUSH or qs[0] for QUEUE, without checking that a payload is present. Sending a bare verb with no payload, for example PUSH, ACK, FAIL, BEAT, PUSHB, or QUEUE, triggers a Go slice or index out-of-range panic. Because the codebase has no recover() anywhere in the command-dispatch path, an unrecovered panic in a handler goroutine terminates the whole Go process rather than just that connection, instantly disconnecting every other client, worker, and in-flight job. The attack requires only a connection to the command port and completion of the trivial handshake, with no credentials when no password is configured, and can be repeated to keep the service down indefinitely. This issue is fixed in version 1.10.0.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
未捕获的异常
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
contribsys faktory < 1.10.0 -

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

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

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

登录查看更多情报信息。

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-63403

暂无评论


发表评论