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

Busboy package vulnerability #1173

Closed
nikoes opened this issue Jan 5, 2023 · 1 comment
Closed

Busboy package vulnerability #1173

nikoes opened this issue Jan 5, 2023 · 1 comment

Comments

@nikoes
Copy link

nikoes commented Jan 5, 2023

Hello,

I just want to mention that the current version of Multer uses a very old version of Busboy which uses Dicer.
This version of Dicer has this vulnerability https://nvd.nist.gov/vuln/detail/CVE-2022-24434
The latest version of Busboy 1.6.0 does not use Dicer anymore and it is save.
Would it be possible to update Busboy's version?

image

Kind regards

@LinusU
Copy link
Member

LinusU commented Jan 5, 2023

This is adressed in #1097, and released as 1.4.5-lts.1.

We cannot release it as 1.4.6 until someone backports the fix to our supported Node.js versions...

@LinusU LinusU closed this as completed Jan 5, 2023
jcscottiii added a commit to web-platform-tests/wpt.fyi that referenced this issue Jan 12, 2023
So far the remaining vulns are for dev dependencies.
This is to remediate the ones that can be safely.

- https://github.com/web-platform-tests/wpt.fyi/security/dependabot/2
  - diff 3.2.0 -> 3.5.0
- https://github.com/web-platform-tests/wpt.fyi/security/dependabot/1
  - growl 1.9.2 -> 1.10.0
- https://github.com/web-platform-tests/wpt.fyi/security/dependabot/46
  - multer 1.4.2 -> 1.4.5-lts.1
  - More about how it fixes it: expressjs/multer#1173 (comment)
jcscottiii added a commit to web-platform-tests/wpt.fyi that referenced this issue Jan 12, 2023
So far the remaining vulns are for dev dependencies.
This is to remediate the ones that can be safely.

- https://github.com/web-platform-tests/wpt.fyi/security/dependabot/2
  - diff 3.2.0 -> 3.5.0
- https://github.com/web-platform-tests/wpt.fyi/security/dependabot/1
  - growl 1.9.2 -> 1.10.0
- https://github.com/web-platform-tests/wpt.fyi/security/dependabot/46
  - multer 1.4.2 -> 1.4.5-lts.1
  - More about how it fixes it: expressjs/multer#1173 (comment)
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