CVE-2025-50537
MEDIUM EPSS 5.9%
Published Jan 26, 20265mo ago · Modified Jun 17, 20261w ago
5.5 CVSS 3.1
Published Jan 26, 2026 5mo ago
Last Modified Jun 17, 2026 1w ago
Description
Stack overflow vulnerability in eslint before 9.26.0 when serializing objects with circular references in eslint/lib/shared/serialization.js. The exploit is triggered via the RuleTester.run() method, which validates test cases and checks for duplicates. During validation, the internal function checkDuplicateTestCase() is called, which in turn uses the isSerializable() function for serialization checks. When a circular reference object is passed in, isSerializable() enters infinite recursion, ultimately causing a stack overflow.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H Attack Vector Local
Attack Complexity Low
Privileges Required None
User Interaction Required
Scope Unchanged
Confidentiality None
Integrity None
Availability High
Threat Intelligence
EPSS Exploit Probability
5.9% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 1
CWE-674
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| openjsf | eslint | * | <9.26.0 |
References 2
- gist.github.com https://gist.github.com/lyyffee/2ee1815e5c2da82c05e9838b9bfefbbc
- github.com https://github.com/eslint/eslint/issues/19646
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.