CVE-2026-42047
Last modified
CVE-2026-42047 is a high-severity vulnerability rated 8.6/10 on the CVSS scale. Inngest is a platform for running event-driven and scheduled background functions with queueing, retries, and step orchestration. Versions 3.22.0 through 3.53.1 contain a vulnerability that allows unauthenticated remote attackers to exfiltrate environment variables from the host process via the serve() HTTP handler. EPSS estimates a 0.38% chance of exploitation in the next 30 days.
Description
Inngest is a platform for running event-driven and scheduled background functions with queueing, retries, and step orchestration. Versions 3.22.0 through 3.53.1 contain a vulnerability that allows unauthenticated remote attackers to exfiltrate environment variables from the host process via the serve() HTTP handler. The serve() handler implements GET, POST, and PUT methods. Requests using PATCH, OPTIONS, or DELETE fall through to a generic handler that returns diagnostic information. A change introduced in v3.22.0 caused this diagnostic response to include the contents of process.env, exposing any secrets, API keys, or credentials present in the environment. An application is vulnerable if its serve() endpoint is reachable via PATCH, OPTIONS, or DELETE requests, which is common in setups like Next.js Pages Router or Express's app.use(...). Not affected are Next.js App Router handlers that export only GET, POST, and PUT, and applications using the connect worker method. This issue has been fixed in version 3.54.0. To work around this issue if upgrading is not immediately possible, restrict the serve() endpoint at the framework or reverse-proxy layer to accept only GET, POST, and PUT. The Inngest serve() endpoint does not require any other HTTP methods.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Inngest | Inngest | >= 3.22.0, < 3.54.0 |
References
- https://github.com/inngest/inngest-js/security/advisories/GHSA-2jf5-6wwv-vhxxMitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-42047?
How severe is CVE-2026-42047?
How do I fix CVE-2026-42047?
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-42041Axios is a promise based HTTP client for the browser and Nod…6.5
- CVE-2026-42042Axios is a promise based HTTP client for the browser and Nod…5.4
- CVE-2026-42043Axios is a promise based HTTP client for the browser and Nod…10
- CVE-2026-42044Axios is a promise based HTTP client for the browser and Nod…9.1
- CVE-2026-42045LobeHub is a work-and-lifestyle space to find, build, and co…6.2
- CVE-2026-42046libcaca is a colour ASCII art library. In 0.99.beta20 and ea…7.8
- CVE-2026-42048Langflow is a tool for building and deploying AI-powered age…9.6
- CVE-2026-42049jadx is a Dex to Java decompiler. Prior to 1.5.6, jadx inser…8.4
- CVE-2026-4205A vulnerability has been found in D-Link DNS-120, DNR-202L, …9.8
- CVE-2026-42050ImageMagick is free and open-source software used for editin…5.5
- CVE-2026-42051Kirby is an open-source content management system. Prior to …4.3
- CVE-2026-42052Beets is the media library management system. Prior to versi…6
Are you affected by CVE-2026-42047?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
