All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-73231
HIGHpublished 2026-08-11 20:18 UTC · 1 day ago
7.8
CVSS / 10
// description
Faker generates massive amounts of fake data in the browser and Node.js. Prior to 10.5.0, the faker.helpers.fake method in src/modules/helpers/eval.ts allows attacker-controlled fake templates to access the Function constructor through fakeEval.resolveProperty when a function returns another function, enabling arbitrary JavaScript code execution. This issue is fixed in version 10.5.0.
// weaknesses (CWE)
- CWE-95