Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2022-24434 Vulnerability in dependency of apollo-server-core #14

Closed
eiiot opened this issue Jun 5, 2022 · 1 comment
Closed

CVE-2022-24434 Vulnerability in dependency of apollo-server-core #14

eiiot opened this issue Jun 5, 2022 · 1 comment

Comments

@eiiot
Copy link

eiiot commented Jun 5, 2022

@apollo-server-vercel depends on @apollographql/apollo-server-core 2.25.4 which depends on @apollographql/graphql-upload-8-fork, which depends on busboy <=0.3.1, which depends on a version of dicer which is vulnerable to a Denial of Service attack and has been assigned GHSA-wm7h-9275-46v2. The busboy maintainer has released a new busboy version 1.0.0 which removes the vulnerable dependency alltogether: mscdex/busboy#266. Unfortunately, @apollographql/graphql-upload-8-fork still depends on vulnerable busboy 0.3.1.

It looks as if this won't be fixed in @apollographql/graphql-upload-8-fork? See apollographql/apollo-server#6485

yarn audit v1.22.18
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ high          │ Crash in HeaderParser in dicer                               │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ dicer                                                        │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ No patch available                                           │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ @saeris/apollo-server-vercel                                 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ @saeris/apollo-server-vercel > apollo-server-core >          │
│               │ @apollographql/graphql-upload-8-fork > busboy > dicer        │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://www.npmjs.com/advisories/1070404                     │
└───────────────┴──────────────────────────────────────────────────────────────┘
1 vulnerabilities found - Packages audited: 1262
Severity: 1 High
@Saeris
Copy link
Owner

Saeris commented May 4, 2023

This project is now deprecated as announced in #15. Thank you for the report though!

@Saeris Saeris closed this as completed May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants