CVE-2026-63403

Source
https://cve.org/CVERecord?id=CVE-2026-63403
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63403.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-63403
Aliases
  • GHSA-gc57-f6pg-m9h6
Published
2026-08-25T22:04:48.255Z
Modified
2026-08-28T11:30:36.141909682Z
Severity
  • 8.7 (High) CVSS_V4 - 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 CVSS Calculator
Summary
Faktory: Unrecovered panic in command handlers allows full-server denial of service
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63403.json",
    "unresolved_ranges": [
        {
            "source": "AFFECTED_FIELD",
            "extracted_events": [
                {
                    "fixed": "1.10.0"
                }
            ]
        }
    ],
    "cwe_ids": [
        "CWE-248"
    ],
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/contribsys/faktory

Affected ranges

Type
GIT
Repo
https://github.com/contribsys/faktory
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "source": "REFERENCES"
}

Affected versions

v0.*
v0.6.0-1
v0.6.1-1
v0.7.0-1
v0.8.0-1
v0.9.0-1
v0.9.1-1
v0.9.2-1
v0.9.3-1
v0.9.4-1
v0.9.5-1
v0.9.6-1
v0.9.7-1
v1.*
v1.0.0-1
v1.0.1-1
v1.1.0-1
v1.1.0-2
v1.2.0-1
v1.3.0-1
v1.4.0-1
v1.4.1-1
v1.4.2-1
v1.5.0
v1.5.0-1
v1.5.1
v1.5.1-1
v1.5.2
v1.5.2-1
v1.5.3
v1.5.4
v1.5.5
v1.6.0
v1.6.1
v1.6.2
v1.7.0
v1.8.0
v1.9.0
v1.9.1
v1.9.2
v1.9.3
v1.9.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63403.json"