CVE-2026-63403
Deferred Deferred - Pending Action

Unauthenticated DoS in Faktory Job Server

Vulnerability report for CVE-2026-63403, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-25

Last updated on: 2026-09-09

Assigner: GitHub, Inc.

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-25
Last Modified
2026-09-09
Generated
2026-09-15
AI Q&A
2026-08-26
EPSS Evaluated
2026-09-13
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
contribsys faktory to 1.10.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-248 An exception is thrown from a function, but it is not caught.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Faktory is a background job server vulnerable to an unauthenticated denial of service. In versions before 1.10.0, sending a malformed command like PUSH or QUEUE without a payload causes a Go panic due to unchecked array slicing or indexing. This crashes the entire process, disconnecting all clients and workers.

Detection Guidance

To detect this vulnerability, monitor for crashes in Faktory processes after sending malformed commands like PUSH, ACK, FAIL, BEAT, PUSHB, or QUEUE without payloads. Check logs for Go panic errors or unexpected terminations. Use network scanning tools to identify Faktory instances on your network.

Impact Analysis

This vulnerability allows an attacker to crash the Faktory server with a single malformed command, disrupting all background jobs and disconnecting all connected clients and workers. It can be repeated to keep the service down indefinitely, causing downtime for job processing.

Compliance Impact

This vulnerability could impact compliance with GDPR and HIPAA by causing service disruptions that lead to data processing failures or loss of availability for critical systems. GDPR requires timely data processing and HIPAA mandates continuous access to protected health information, both of which could be compromised by a denial of service.

Mitigation Strategies

Upgrade Faktory to version 1.10.0 or later immediately. If upgrading is not possible, restrict network access to the Faktory command port using firewalls or network segmentation. Ensure a password is configured to require authentication for all connections.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-63403. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart