Security patches (dev) - #452
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/dev-major-security-patches
branch
2 times, most recently
from
July 30, 2026 00:14
9d65e39 to
b6c31dc
Compare
renovate
Bot
force-pushed
the
renovate/dev-major-security-patches
branch
2 times, most recently
from
August 3, 2026 23:47
7aa480e to
6132d4d
Compare
renovate
Bot
force-pushed
the
renovate/dev-major-security-patches
branch
from
August 21, 2026 23:57
6132d4d to
b58f65f
Compare
renovate
Bot
force-pushed
the
renovate/dev-major-security-patches
branch
2 times, most recently
from
September 3, 2026 01:53
9dbf8e7 to
21cf862
Compare
renovate
Bot
force-pushed
the
renovate/dev-major-security-patches
branch
2 times, most recently
from
September 10, 2026 23:58
4985dbb to
0cf8140
Compare
renovate
Bot
force-pushed
the
renovate/dev-major-security-patches
branch
from
September 11, 2026 03:43
0cf8140 to
36674bb
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:
^9.9.0→^10.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Faker: helpers.fake exploitable into arbritary code execution
CVE-2026-73231 / GHSA-qxc2-j82w-r537
More information
Details
Summary
faker.helpers.fakecan be tricked into arbritary code execution.Details
fakeEval.resolveProperty resolves properties on functions itself instead of resolving the nested function first.
This can be addressed by recursively calling resolveProperty instead of accessing the property after one iteration.
PoC
Go to https://fakerjs.dev/
Open Browser console and run
Impact
The Fake method claims:
Which is objectively false, since any global gets fully accessible in the fake string.
Severity
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:HReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Faker: helpers.fake exploitable into arbritary code execution
CVE-2026-73231 / GHSA-qxc2-j82w-r537
More information
Details
Summary
faker.helpers.fakecan be tricked into arbritary code execution.Details
fakeEval.resolveProperty resolves properties on functions itself instead of resolving the nested function first.
This can be addressed by recursively calling resolveProperty instead of accessing the property after one iteration.
PoC
Go to https://fakerjs.dev/
Open Browser console and run
Impact
The Fake method claims:
Which is objectively false, since any global gets fully accessible in the fake string.
Severity
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:HReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Release Notes
faker-js/faker (@faker-js/faker)
v10.5.0Compare Source
New Locales
Features
recentandsoon(#3844) (0bc038d)pastandfuture(#3783) (237e7dc)Bug Fixes
v10.4.0Compare Source
New Locales
Features
Changed Locales
Bug Fixes
v10.3.0Compare Source
New Locales
Features
sexTypecan return'generic'(#3259) (0e099a1)Changed Locales
Bug Fixes
v10.2.0Compare Source
New Locales
Features
Bug Fixes
v10.1.0Compare Source
New Locales
Bug Fixes
v10.0.0Compare Source
New Locales
Features
Changed Locales
Configuration
📅 Schedule: (in timezone Europe/Warsaw)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.