{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/24912?format=json","vulnerability_id":"VCID-q2nx-7z24-13dd","summary":"brace-expansion: Zero-step sequence causes process hang and memory exhaustion\n### Impact\n\nA brace pattern with a zero step value (e.g., `{1..2..0}`) causes the sequence generation loop to run indefinitely, making the process hang for seconds and allocate heaps of memory.\n\nThe loop in question:\n\nhttps://github.com/juliangruber/brace-expansion/blob/daa71bcb4a30a2df9bcb7f7b8daaf2ab30e5794a/src/index.ts#L184\n\n`test()` is one of\n\nhttps://github.com/juliangruber/brace-expansion/blob/daa71bcb4a30a2df9bcb7f7b8daaf2ab30e5794a/src/index.ts#L107-L113\n\nThe increment is computed as `Math.abs(0) = 0`, so the loop variable never advances. On a test machine, the process hangs for about 3.5 seconds and allocates roughly 1.9 GB of memory before throwing a `RangeError`. Setting max to any value has no effect because the limit is only checked at the output combination step, not during sequence generation.\n\nThis affects any application that passes untrusted strings to expand(), or by error sets a step value of `0`. That includes tools built on minimatch/glob that resolve patterns from CLI arguments or config files. The input needed is just 10 bytes.\n\n### Patches\n\n\nUpgrade to versions\n- 5.0.5+\n\nA step increment of 0 is now sanitized to 1, which matches bash behavior.\n\n### Workarounds\n\nSanitize strings passed to `expand()` to ensure a step value of `0` is not used.","aliases":[{"alias":"CVE-2026-33750"},{"alias":"GHSA-f886-m6hf-6m8v"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/932113?format=json","purl":"pkg:deb/debian/node-brace-expansion@2.0.3%2B~1.1.2-1?distro=trixie","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q4u6-6pbw-5bcq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-brace-expansion@2.0.3%252B~1.1.2-1%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/1041973?format=json","purl":"pkg:deb/debian/node-brace-expansion@2.0.3%2B~1.1.2-2?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-brace-expansion@2.0.3%252B~1.1.2-2%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/1055200?format=json","purl":"pkg:deb/debian/node-brace-expansion@2.0.3%2B~1.1.2-2","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-brace-expansion@2.0.3%252B~1.1.2-2"},{"url":"http://public2.vulnerablecode.io/api/packages/68107?format=json","purl":"pkg:npm/brace-expansion@1.1.13","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.1.13"},{"url":"http://public2.vulnerablecode.io/api/packages/68106?format=json","purl":"pkg:npm/brace-expansion@2.0.3","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@2.0.3"},{"url":"http://public2.vulnerablecode.io/api/packages/68105?format=json","purl":"pkg:npm/brace-expansion@3.0.2","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@3.0.2"},{"url":"http://public2.vulnerablecode.io/api/packages/68104?format=json","purl":"pkg:npm/brace-expansion@5.0.5","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@5.0.5"}],"affected_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/932112?format=json","purl":"pkg:deb/debian/node-brace-expansion@2.0.0-1?distro=trixie","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-q4u6-6pbw-5bcq"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-brace-expansion@2.0.0-1%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/994770?format=json","purl":"pkg:deb/debian/node-brace-expansion@2.0.0-1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-q4u6-6pbw-5bcq"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-brace-expansion@2.0.0-1"},{"url":"http://public2.vulnerablecode.io/api/packages/994771?format=json","purl":"pkg:deb/debian/node-brace-expansion@2.0.1-2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-q4u6-6pbw-5bcq"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-brace-expansion@2.0.1-2"},{"url":"http://public2.vulnerablecode.io/api/packages/932110?format=json","purl":"pkg:deb/debian/node-brace-expansion@2.0.1-2?distro=trixie","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-q4u6-6pbw-5bcq"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-brace-expansion@2.0.1-2%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/932114?format=json","purl":"pkg:deb/debian/node-brace-expansion@2.0.1%2B~1.1.0-2?distro=trixie","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-q4u6-6pbw-5bcq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-brace-expansion@2.0.1%252B~1.1.0-2%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/994772?format=json","purl":"pkg:deb/debian/node-brace-expansion@2.0.1%2B~1.1.0-2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-q4u6-6pbw-5bcq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-brace-expansion@2.0.1%252B~1.1.0-2"},{"url":"http://public2.vulnerablecode.io/api/packages/160328?format=json","purl":"pkg:npm/brace-expansion@0.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3qmf-2f2m-fbes"},{"vulnerability":"VCID-bb7f-bzvg-skfe"},{"vulnerability":"VCID-q2nx-7z24-13dd"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@0.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/160329?format=json","purl":"pkg:npm/brace-expansion@1.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3qmf-2f2m-fbes"},{"vulnerability":"VCID-bb7f-bzvg-skfe"},{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/160330?format=json","purl":"pkg:npm/brace-expansion@1.0.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3qmf-2f2m-fbes"},{"vulnerability":"VCID-bb7f-bzvg-skfe"},{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.0.1"},{"url":"http://public2.vulnerablecode.io/api/packages/160331?format=json","purl":"pkg:npm/brace-expansion@1.1.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3qmf-2f2m-fbes"},{"vulnerability":"VCID-bb7f-bzvg-skfe"},{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.1.0"},{"url":"http://public2.vulnerablecode.io/api/packages/160332?format=json","purl":"pkg:npm/brace-expansion@1.1.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3qmf-2f2m-fbes"},{"vulnerability":"VCID-bb7f-bzvg-skfe"},{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.1.1"},{"url":"http://public2.vulnerablecode.io/api/packages/160333?format=json","purl":"pkg:npm/brace-expansion@1.1.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3qmf-2f2m-fbes"},{"vulnerability":"VCID-bb7f-bzvg-skfe"},{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.1.2"},{"url":"http://public2.vulnerablecode.io/api/packages/160334?format=json","purl":"pkg:npm/brace-expansion@1.1.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3qmf-2f2m-fbes"},{"vulnerability":"VCID-bb7f-bzvg-skfe"},{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.1.3"},{"url":"http://public2.vulnerablecode.io/api/packages/160335?format=json","purl":"pkg:npm/brace-expansion@1.1.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3qmf-2f2m-fbes"},{"vulnerability":"VCID-bb7f-bzvg-skfe"},{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.1.4"},{"url":"http://public2.vulnerablecode.io/api/packages/160336?format=json","purl":"pkg:npm/brace-expansion@1.1.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3qmf-2f2m-fbes"},{"vulnerability":"VCID-bb7f-bzvg-skfe"},{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.1.5"},{"url":"http://public2.vulnerablecode.io/api/packages/23901?format=json","purl":"pkg:npm/brace-expansion@1.1.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3qmf-2f2m-fbes"},{"vulnerability":"VCID-bb7f-bzvg-skfe"},{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.1.6"},{"url":"http://public2.vulnerablecode.io/api/packages/23902?format=json","purl":"pkg:npm/brace-expansion@1.1.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.1.7"},{"url":"http://public2.vulnerablecode.io/api/packages/772226?format=json","purl":"pkg:npm/brace-expansion@1.1.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.1.8"},{"url":"http://public2.vulnerablecode.io/api/packages/772227?format=json","purl":"pkg:npm/brace-expansion@1.1.9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.1.9"},{"url":"http://public2.vulnerablecode.io/api/packages/772228?format=json","purl":"pkg:npm/brace-expansion@1.1.10","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.1.10"},{"url":"http://public2.vulnerablecode.io/api/packages/772229?format=json","purl":"pkg:npm/brace-expansion@1.1.11","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.1.11"},{"url":"http://public2.vulnerablecode.io/api/packages/70873?format=json","purl":"pkg:npm/brace-expansion@1.1.12","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@1.1.12"},{"url":"http://public2.vulnerablecode.io/api/packages/570479?format=json","purl":"pkg:npm/brace-expansion@2.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@2.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/772230?format=json","purl":"pkg:npm/brace-expansion@2.0.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@2.0.1"},{"url":"http://public2.vulnerablecode.io/api/packages/70872?format=json","purl":"pkg:npm/brace-expansion@2.0.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@2.0.2"},{"url":"http://public2.vulnerablecode.io/api/packages/70874?format=json","purl":"pkg:npm/brace-expansion@3.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@3.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/70875?format=json","purl":"pkg:npm/brace-expansion@3.0.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@3.0.1"},{"url":"http://public2.vulnerablecode.io/api/packages/70876?format=json","purl":"pkg:npm/brace-expansion@4.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"},{"vulnerability":"VCID-ugqu-gsa9-y7fq"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@4.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/70877?format=json","purl":"pkg:npm/brace-expansion@4.0.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@4.0.1"},{"url":"http://public2.vulnerablecode.io/api/packages/1080598?format=json","purl":"pkg:npm/brace-expansion@5.0.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@5.0.2"},{"url":"http://public2.vulnerablecode.io/api/packages/1080599?format=json","purl":"pkg:npm/brace-expansion@5.0.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@5.0.3"},{"url":"http://public2.vulnerablecode.io/api/packages/1080600?format=json","purl":"pkg:npm/brace-expansion@5.0.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-q2nx-7z24-13dd"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/brace-expansion@5.0.4"}],"references":[{"reference_url":"https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2026-33750.json","reference_id":"","reference_type":"","scores":[{"value":"6.5","scoring_system":"cvssv3","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"}],"url":"https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2026-33750.json"},{"reference_url":"https://api.first.org/data/v1/epss?cve=CVE-2026-33750","reference_id":"","reference_type":"","scores":[{"value":"0.00022","scoring_system":"epss","scoring_elements":"0.06125","published_at":"2026-04-26T12:55:00Z"},{"value":"0.00022","scoring_system":"epss","scoring_elements":"0.06095","published_at":"2026-04-24T12:55:00Z"},{"value":"0.00022","scoring_system":"epss","scoring_elements":"0.05995","published_at":"2026-04-21T12:55:00Z"},{"value":"0.00024","scoring_system":"epss","scoring_elements":"0.06846","published_at":"2026-05-11T12:55:00Z"},{"value":"0.00024","scoring_system":"epss","scoring_elements":"0.06913","published_at":"2026-05-16T12:55:00Z"},{"value":"0.00024","scoring_system":"epss","scoring_elements":"0.06776","published_at":"2026-05-07T12:55:00Z"},{"value":"0.00024","scoring_system":"epss","scoring_elements":"0.06648","published_at":"2026-05-05T12:55:00Z"},{"value":"0.00024","scoring_system":"epss","scoring_elements":"0.06628","published_at":"2026-04-29T12:55:00Z"},{"value":"0.00024","scoring_system":"epss","scoring_elements":"0.06843","published_at":"2026-05-09T12:55:00Z"},{"value":"0.00024","scoring_system":"epss","scoring_elements":"0.06904","published_at":"2026-05-15T12:55:00Z"},{"value":"0.00024","scoring_system":"epss","scoring_elements":"0.06902","published_at":"2026-05-14T12:55:00Z"},{"value":"0.00024","scoring_system":"epss","scoring_elements":"0.06864","published_at":"2026-05-12T12:55:00Z"},{"value":"0.00058","scoring_system":"epss","scoring_elements":"0.18461","published_at":"2026-04-02T12:55:00Z"},{"value":"0.00058","scoring_system":"epss","scoring_elements":"0.1822","published_at":"2026-04-18T12:55:00Z"},{"value":"0.00058","scoring_system":"epss","scoring_elements":"0.18207","published_at":"2026-04-16T12:55:00Z"},{"value":"0.00058","scoring_system":"epss","scoring_elements":"0.18263","published_at":"2026-04-13T12:55:00Z"},{"value":"0.00058","scoring_system":"epss","scoring_elements":"0.18315","published_at":"2026-04-12T12:55:00Z"},{"value":"0.00058","scoring_system":"epss","scoring_elements":"0.18362","published_at":"2026-04-11T12:55:00Z"},{"value":"0.00058","scoring_system":"epss","scoring_elements":"0.18309","published_at":"2026-04-08T12:55:00Z"},{"value":"0.00058","scoring_system":"epss","scoring_elements":"0.18225","published_at":"2026-04-07T12:55:00Z"},{"value":"0.00058","scoring_system":"epss","scoring_elements":"0.18515","published_at":"2026-04-04T12:55:00Z"}],"url":"https://api.first.org/data/v1/epss?cve=CVE-2026-33750"},{"reference_url":"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-33750","reference_id":"","reference_type":"","scores":[],"url":"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-33750"},{"reference_url":"https://github.com/juliangruber/brace-expansion","reference_id":"","reference_type":"","scores":[{"value":"6.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/juliangruber/brace-expansion"},{"reference_url":"https://github.com/juliangruber/brace-expansion/blob/daa71bcb4a30a2df9bcb7f7b8daaf2ab30e5794a/src/index.ts#L107-L113","reference_id":"","reference_type":"","scores":[{"value":"6.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-03-27T14:47:58Z/"}],"url":"https://github.com/juliangruber/brace-expansion/blob/daa71bcb4a30a2df9bcb7f7b8daaf2ab30e5794a/src/index.ts#L107-L113"},{"reference_url":"https://github.com/juliangruber/brace-expansion/blob/daa71bcb4a30a2df9bcb7f7b8daaf2ab30e5794a/src/index.ts#L184","reference_id":"","reference_type":"","scores":[{"value":"6.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-03-27T14:47:58Z/"}],"url":"https://github.com/juliangruber/brace-expansion/blob/daa71bcb4a30a2df9bcb7f7b8daaf2ab30e5794a/src/index.ts#L184"},{"reference_url":"https://github.com/juliangruber/brace-expansion/commit/311ac0d54994158c0a384e286a7d6cbb17ee8ed5","reference_id":"","reference_type":"","scores":[{"value":"6.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-03-27T14:47:58Z/"}],"url":"https://github.com/juliangruber/brace-expansion/commit/311ac0d54994158c0a384e286a7d6cbb17ee8ed5"},{"reference_url":"https://github.com/juliangruber/brace-expansion/commit/7fd684f89fdde3549563d0a6522226a9189472a2","reference_id":"","reference_type":"","scores":[{"value":"6.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-03-27T14:47:58Z/"}],"url":"https://github.com/juliangruber/brace-expansion/commit/7fd684f89fdde3549563d0a6522226a9189472a2"},{"reference_url":"https://github.com/juliangruber/brace-expansion/commit/b9cacd9e55e7a1fa588fe4b7bb1159d52f1d902a","reference_id":"","reference_type":"","scores":[{"value":"6.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-03-27T14:47:58Z/"}],"url":"https://github.com/juliangruber/brace-expansion/commit/b9cacd9e55e7a1fa588fe4b7bb1159d52f1d902a"},{"reference_url":"https://github.com/juliangruber/brace-expansion/issues/98","reference_id":"","reference_type":"","scores":[{"value":"6.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-03-27T14:47:58Z/"}],"url":"https://github.com/juliangruber/brace-expansion/issues/98"},{"reference_url":"https://github.com/juliangruber/brace-expansion/pull/95","reference_id":"","reference_type":"","scores":[{"value":"6.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-03-27T14:47:58Z/"}],"url":"https://github.com/juliangruber/brace-expansion/pull/95"},{"reference_url":"https://github.com/juliangruber/brace-expansion/pull/96","reference_id":"","reference_type":"","scores":[{"value":"6.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-03-27T14:47:58Z/"}],"url":"https://github.com/juliangruber/brace-expansion/pull/96"},{"reference_url":"https://github.com/juliangruber/brace-expansion/pull/97","reference_id":"","reference_type":"","scores":[{"value":"6.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-03-27T14:47:58Z/"}],"url":"https://github.com/juliangruber/brace-expansion/pull/97"},{"reference_url":"https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-f886-m6hf-6m8v","reference_id":"","reference_type":"","scores":[{"value":"6.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"},{"value":"MODERATE","scoring_system":"cvssv3.1_qr","scoring_elements":""},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-03-27T14:47:58Z/"}],"url":"https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-f886-m6hf-6m8v"},{"reference_url":"https://nvd.nist.gov/vuln/detail/CVE-2026-33750","reference_id":"","reference_type":"","scores":[{"value":"6.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-33750"},{"reference_url":"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1132163","reference_id":"1132163","reference_type":"","scores":[],"url":"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1132163"},{"reference_url":"https://bugzilla.redhat.com/show_bug.cgi?id=2452285","reference_id":"2452285","reference_type":"","scores":[],"url":"https://bugzilla.redhat.com/show_bug.cgi?id=2452285"},{"reference_url":"https://github.com/advisories/GHSA-f886-m6hf-6m8v","reference_id":"GHSA-f886-m6hf-6m8v","reference_type":"","scores":[{"value":"MODERATE","scoring_system":"cvssv3.1_qr","scoring_elements":""}],"url":"https://github.com/advisories/GHSA-f886-m6hf-6m8v"}],"weaknesses":[{"cwe_id":400,"name":"Uncontrolled Resource Consumption","description":"The product does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources."},{"cwe_id":606,"name":"Unchecked Input for Loop Condition","description":"The product does not properly check inputs that are used for loop conditions, potentially leading to a denial of service or other consequences because of excessive looping."},{"cwe_id":937,"name":"OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities","description":"Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013."},{"cwe_id":1035,"name":"OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities","description":"Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017."}],"exploits":[],"severity_range_score":"4.0 - 6.9","exploitability":"0.5","weighted_severity":"6.2","risk_score":3.1,"resource_url":"http://public2.vulnerablecode.io/vulnerabilities/VCID-q2nx-7z24-13dd"}