CVE-2025-61927
Description
Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. Happy DOM v19 and lower contains a security vulnerability that puts the owner system at the risk of RCE (Remote Code Execution) attacks. A Node.js VM Context is not an isolated environment, and if the user runs untrusted JavaScript code within the Happy DOM VM Context, it may escape the VM and get access to process level functionality. It seems like what the attacker can get control over depends on if the process is using ESM or CommonJS. With CommonJS the attacker can get hold of the require() function to import modules. Happy DOM has JavaScript evaluation enabled by default. This may not be obvious to the consumer of Happy DOM and can potentially put the user at risk if untrusted code is executed within the environment. Version 20.0.0 patches the issue by changing JavaScript evaluation to be disabled by default.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
happy-domnpm | < 20.0.0 | 20.0.0 |
Affected products
2- Range: v0.0.1, v0.1.0, v0.10.0, …
Patches
Vulnerability mechanics
References
6- github.com/advisories/GHSA-37j7-fg3j-429fghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2025-61927ghsaADVISORY
- github.com/capricorn86/happy-dom/commit/819d15ba289495439eda8be360d92a614ce22405nvdWEB
- github.com/capricorn86/happy-dom/commit/de438ad72921c69793584aa657b48d3655dfac97ghsaWEB
- github.com/capricorn86/happy-dom/releases/tag/v20.0.0ghsaWEB
- github.com/capricorn86/happy-dom/security/advisories/GHSA-37j7-fg3j-429fnvdWEB
News mentions
0No linked articles in our index yet.