Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-p5wg-g6qr-c7cg",
"modified": "2026-01-29T14:58:17Z",
"modified": "2026-01-29T14:58:19Z",
"published": "2026-01-26T18:31:29Z",
"aliases": [
"CVE-2025-50537"
],
"summary": "eslint has a Stack Overflow when serializing objects with circular references",
"summary": "Not a vulnerability",
"details": "There is a 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.",
"severity": [
{
Expand Down Expand Up @@ -58,9 +58,7 @@
}
],
"database_specific": {
"cwe_ids": [
"CWE-674"
],
"cwe_ids": [],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2026-01-29T14:58:17Z",
Expand Down
Loading