CVE-2026-63403
Last modified
CVE-2026-63403 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. 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. EPSS estimates a 0.43% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| contribsys | faktory | < 1.10.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-63403?
How severe is CVE-2026-63403?
How do I fix CVE-2026-63403?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-63385Libevent is an event notification library. Prior to 2.1.13 a…9.2
- CVE-2026-63387Libevent is an event notification library. Prior to 2.1.13 a…7
- CVE-2026-63388Libevent is an event notification library. Prior to 2.1.13 a…8.4
- CVE-2026-6339Mattermost versions 11.5.x <= 11.5.1, 11.4.x <= 11.4.3 fail …4.3
- CVE-2026-63397remorses/genql before version 6.3.4 allows an authenticated …7.1
- CVE-2026-6340Mattermost versions 11.5.x <= 11.5.1, 10.11.x <= 10.11.13, 1…6.5
- CVE-2026-63404Faktory is a language-agnostic background job server. In ver…7.3
- CVE-2026-63407Grav API Plugin is a RESTful API for Grav CMS that provides …8.2
- CVE-2026-63408Grav API Plugin is a RESTful API for Grav CMS that provides …7.5
- CVE-2026-63409Deskflow is a keyboard and mouse sharing app. From 1.17.0 un…8.2
- CVE-2026-6341Mattermost Plugins versions <=11.5 11.1.5 10.13.11 11.3.4.0 …4.3
- CVE-2026-6342Mattermost Plugins versions <=11.5 11.1.5 10.13.11 11.3.4.0 …4.3
Are you affected by CVE-2026-63403?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
