CVE-2026-40164
Last modified
CVE-2026-40164 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. jq is a command-line JSON processor. Before commit 0c7d133c3c7e37c00b6d46b658a02244fdd3c784, jq used MurmurHash3 with a hardcoded, publicly visible seed (0x432A9843) for all JSON object hash table operations, which allowed an attacker to precompute key collisions offline. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
Description
jq is a command-line JSON processor. Before commit 0c7d133c3c7e37c00b6d46b658a02244fdd3c784, jq used MurmurHash3 with a hardcoded, publicly visible seed (0x432A9843) for all JSON object hash table operations, which allowed an attacker to precompute key collisions offline. By supplying a crafted JSON object (~100 KB) where all keys hashed to the same bucket, hash table lookups degraded from O(1) to O(n), turning any jq expression into an O(n²) operation and causing significant CPU exhaustion. This affected common jq use cases such as CI/CD pipelines, web services, and data processing scripts, and was far more practical to exploit than existing heap overflow issues since it required only a small payload. This issue has been patched in commit 0c7d133c3c7e37c00b6d46b658a02244fdd3c784.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-40164?
How severe is CVE-2026-40164?
How do I fix CVE-2026-40164?
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-40159PraisonAI is a multi-agent teams system. Prior to 4.5.128, P…5.5
- CVE-2026-4016A security vulnerability has been detected in GPAC 26.03-DEV…5.3
- CVE-2026-40160PraisonAIAgents is a multi-agent teams system. Prior to 1.5.…6.5
- CVE-2026-40161Tekton Pipelines project provides k8s-style resources for de…6.5
- CVE-2026-40162Bugsink is a self-hosted error tracking tool. In 2.1.0, an a…7.1
- CVE-2026-40163Saltcorn is an extensible, open source, no-code database app…8.2
- CVE-2026-40165authentik is an open-source identity provider. Versions 2025…8.7
- CVE-2026-40166authentik is an open-source identity provider. In versions p…7.1
- CVE-2026-40168Postiz is an AI social media scheduling tool. Prior to 2.21.…8.2
- CVE-2026-40169ImageMagick is free and open-source software used for editin…5.5
- CVE-2026-4017Buffer Overflow in the entry handler of the TraceEvent() sys…7.4
- CVE-2026-40170ngtcp2 is a C implementation of the IETF QUIC protocol. In v…7.5
Are you affected by CVE-2026-40164?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
