chore(deps): update dependency uuid to v11.1.1 [security] - #2478
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2478 +/- ##
=======================================
Coverage 78.65% 78.65%
=======================================
Files 16 16
Lines 1940 1940
=======================================
Hits 1526 1526
Misses 414 414
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/npm-uuid-vulnerability
branch
6 times, most recently
from
April 27, 2026 08:30
8afb6df to
a1b90fc
Compare
renovate
Bot
force-pushed
the
renovate/npm-uuid-vulnerability
branch
3 times, most recently
from
April 28, 2026 12:18
66e434c to
2ae4078
Compare
renovate
Bot
force-pushed
the
renovate/npm-uuid-vulnerability
branch
from
April 29, 2026 07:38
2ae4078 to
33b6183
Compare
renovate
Bot
force-pushed
the
renovate/npm-uuid-vulnerability
branch
2 times, most recently
from
April 30, 2026 06:11
51ce5dd to
05edb6c
Compare
renovate
Bot
force-pushed
the
renovate/npm-uuid-vulnerability
branch
8 times, most recently
from
May 4, 2026 13:46
b2c8139 to
34d5013
Compare
renovate
Bot
force-pushed
the
renovate/npm-uuid-vulnerability
branch
2 times, most recently
from
May 6, 2026 10:47
8f18846 to
feeed89
Compare
renovate
Bot
force-pushed
the
renovate/npm-uuid-vulnerability
branch
6 times, most recently
from
May 11, 2026 11:19
beb8ff4 to
b323200
Compare
renovate
Bot
force-pushed
the
renovate/npm-uuid-vulnerability
branch
8 times, most recently
from
May 21, 2026 08:36
42705b1 to
f1c9508
Compare
renovate
Bot
force-pushed
the
renovate/npm-uuid-vulnerability
branch
2 times, most recently
from
May 25, 2026 09:14
f1c9508 to
23f1f22
Compare
renovate
Bot
force-pushed
the
renovate/npm-uuid-vulnerability
branch
from
May 25, 2026 13:28
23f1f22 to
f07f07d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.1.0→11.1.1uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided
CVE-2026-41907 / GHSA-w5hq-g745-h8pq
More information
Details
Summary
The
v3(),v5(), andv6()API methods (notuuidrelease versions) accept external output buffers but do not reject out-of-range writes (smallbufor largeoffset).By contrast,
v4(),v1(), andv7()API methods explicitly throwRangeErroron invalid bounds.This inconsistency allows silent partial writes into caller-provided buffers.
Affected code
src/v35.ts(v3()/v5()path) writesbuf[offset + i]without bounds validation.src/v6.tswritesbuf[offset + i]without bounds validation.Reproducible PoC
Observed:
v4() THREW RangeErrorv5() NO_THROWv6() NO_THROWExample partial overwrite evidence captured during audit:
Security impact
Suggested fix
Add the same guard used by
v4()/v1()/v7():Apply to:
src/v35.ts(coversv3()andv5())src/v6.tsSeverity
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
uuidjs/uuid (uuid)
v11.1.1Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.