Home

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.

PUBLISHED Reserved 2025-06-16 | Published 2026-01-26 | Updated 2026-01-26 | Assigner mitre

References

github.com/eslint/eslint/issues/19646

gist.github.com/lyyffee/2ee1815e5c2da82c05e9838b9bfefbbc

cve.org (CVE-2025-50537)

nvd.nist.gov (CVE-2025-50537)

Download JSON