Answer in brief
CVE-2026-73231 records a High severity (CVSS 7.8) vulnerability in Faker: helpers.fake exploitable into arbritary code execution. The current sources do not mark it as known exploited. The current feed maps faker-js/faker (generic), @faker-js/faker (npm). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps faker-js/faker (generic), @faker-js/faker (npm). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| faker-js/fakergeneric | < 10.5.0 | Not reported |
| @faker-js/fakernpm | <=10.4.0 | 10.5.0 |
Published upstream
Aug 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 9, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 11, 2026
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.
Quoted source text, attributed separately from HOL analysis.