5 matches found
CVE-2026-63403 Faktory: Unrecovered panic in command handlers allows full-server denial of service
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...
CVE-2026-63403 Faktory: Unrecovered panic in command handlers allows full-server denial of service
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...
CVE-2026-63403
Faktory versions prior to 1.10.0 are vulnerable to an unauthenticated denial of service via a single malformed command that crashes the entire server process. The line-based wire protocol's command handlers perform fixed-offset slicing or indexing (e.g., cmd[5:] for PUSH, qs[0] for QUEUE) without...
GO-2026-6170 WITHDRAWN: Malformed backend frame length causes panic in github.com/lib/pq
This report has been withdrawn with reason: "Report mistakenly added without having CVE / GHSA associated". github.com/lib/pq trusts the unsigned 32-bit length in every PostgreSQL backend frame and subtracts four without first checking that the wire length is at least four. A backend frame whose...
EUVD-2026-54609
gopacket provides packet processing capabilities for Go. Through version 1.7.0, multiple layer decoders use attacker-controlled lengths, counts, or offsets before validating them against packet buffers, allowing a crafted packet decoded through DecodingLayerParser or DecodeFromBytes to trigger an...