chore(deps): update dependency @faker-js/faker to v10 [security] - #1094
renovate[bot] wants to merge 1 commit into
Conversation
|
e22cb12 to
5a7d7dd
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
5a7d7dd to
8aa747d
Compare
This PR contains the following updates:
^7.6.0→^10.0.0Faker: 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).
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
v9.9.0Compare Source
New Locales
Features
v9.8.0Compare Source
New Locales
Changed Locales
Bug Fixes
v9.7.0Compare Source
New Locales
Bug Fixes
v9.6.0Compare Source
Features
v9.5.1Compare Source
Bug Fixes
v9.5.0Compare Source
Features
v9.4.0Compare Source
Features
Changed Locales
Bug Fixes
v9.3.0Compare Source
Features
Changed Locales
Bug Fixes
v9.2.0Compare Source
Features
Changed Locales
v9.1.0Compare Source
New Locales
Features
continentmethod (#3162) (4056ab0)Changed Locales
Bug Fixes
v9.0.3Compare Source
Changed Locales
Bug Fixes
v9.0.2Compare Source
Bug Fixes
v9.0.1Compare Source
Bug Fixes
v9.0.0Compare Source
No noteworthy changes to 9.0.0-rc.1
For those upgrading from earlier versions, please refer to our Migration Guide for detailed instructions.
v8.4.1Compare Source
v8.4.0Compare Source
Features
fractionDigitsin float (#1855) (41d8778)Bug Fixes
8.3.1 (2023-11-14)
Bug Fixes
[@internal](https://redirect.github.com/internal)from module parent classes (#2548) (77f54ad)v8.3.1Compare Source
v8.3.0Compare Source
Features
Bug Fixes
Changed Locales
New Locales
v8.2.0Compare Source
Features
Bug Fixes
New Locales
en_US,en_GBanden(#2371) (491d319)v8.1.0Compare Source
Features
Configuration
📅 Schedule: (in timezone Europe/Amsterdam)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.