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

fix(deps): update deps @fastify/multipart to v9.0.3 [security] #15469

Merged
merged 1 commit into from
Feb 15, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fastify/multipart 9.0.2 -> 9.0.3 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2025-24033

Impact

The saveRequestFiles function does not delete the uploaded temporary files when user cancels the request.

Patches

Fixed in version 8.3.1 and 9.0.3

Workarounds

Do not use saveRequestFiles.

References

This was identified in https://github.com/fastify/fastify-multipart/issues/546 and fixed in https://github.com/fastify/fastify-multipart/pull/567.


Unlimited consumption of resources in @​fastify/multipart

CVE-2025-24033 / GHSA-27c6-mcxv-x3fh

More information

Details

Impact

The saveRequestFiles function does not delete the uploaded temporary files when user cancels the request.

Patches

Fixed in version 8.3.1 and 9.0.3

Workarounds

Do not use saveRequestFiles.

References

This was identified in https://github.com/fastify/fastify-multipart/issues/546 and fixed in https://github.com/fastify/fastify-multipart/pull/567.

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


Release Notes

fastify/fastify-multipart (@​fastify/multipart)

v9.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-multipart@v9.0.2...v9.0.3


Configuration

📅 Schedule: Branch creation - "" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added the packages/backend Server side specific issue/PR label Feb 13, 2025
Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 38.66%. Comparing base (ffd8cf0) to head (6456f7e).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #15469      +/-   ##
===========================================
- Coverage    40.34%   38.66%   -1.68%     
===========================================
  Files         1611     1607       -4     
  Lines       210727   204902    -5825     
  Branches      4086     4017      -69     
===========================================
- Hits         85009    79220    -5789     
+ Misses      125076   125072       -4     
+ Partials       642      610      -32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Feb 13, 2025

このPRによるapi.jsonの差分
差分はありません。
Get diff files from Workflow Page

@renovate renovate bot force-pushed the renovate/npm-fastify-multipart-vulnerability branch from 74bae95 to 6456f7e Compare February 15, 2025 01:27
@samunohito samunohito changed the title fix(deps): update dependency @fastify/multipart to v9.0.3 [security] fix(deps): update deps @fastify/multipart to v9.0.3 [security] Feb 15, 2025
@samunohito samunohito merged commit 5d82e1b into develop Feb 15, 2025
33 of 34 checks passed
@samunohito samunohito deleted the renovate/npm-fastify-multipart-vulnerability branch February 15, 2025 01:52
harumaki2000 pushed a commit to harumaki2000/misskey-layp that referenced this pull request Feb 21, 2025
…ey-dev#15469)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
LemonDouble pushed a commit to LemonDouble/misskey that referenced this pull request Mar 1, 2025
…ey-dev#15469)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend Server side specific issue/PR
Projects
Development

Successfully merging this pull request may close these issues.

1 participant