Skip to content

Commit 10be619

Browse files
1 parent 03a3cc1 commit 10be619

File tree

2 files changed

+74
-16
lines changed

2 files changed

+74
-16
lines changed

advisories/unreviewed/2025/09/GHSA-5q7q-p8pc-782h/GHSA-5q7q-p8pc-782h.json renamed to advisories/github-reviewed/2025/09/GHSA-5q7q-p8pc-782h/GHSA-5q7q-p8pc-782h.json

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,47 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-5q7q-p8pc-782h",
4-
"modified": "2025-09-30T18:30:24Z",
4+
"modified": "2025-09-30T21:59:43Z",
55
"published": "2025-09-30T18:30:24Z",
66
"aliases": [
77
"CVE-2025-56572"
88
],
9+
"summary": "Finance.js vulnerable to DoS via the seekZero() parameter",
910
"details": "An issue in finance.js v.4.1.0 allows a remote attacker to cause a denial of service via the seekZero() parameter.",
10-
"severity": [],
11-
"affected": [],
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "financejs"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "4.1.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1238
"references": [
1339
{
1440
"type": "ADVISORY",
1541
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-56572"
1642
},
1743
{
18-
"type": "WEB",
44+
"type": "PACKAGE",
1945
"url": "https://github.com/ebradyjobory/finance.js"
2046
},
2147
{
@@ -32,10 +58,13 @@
3258
}
3359
],
3460
"database_specific": {
35-
"cwe_ids": [],
36-
"severity": null,
37-
"github_reviewed": false,
38-
"github_reviewed_at": null,
61+
"cwe_ids": [
62+
"CWE-400",
63+
"CWE-770"
64+
],
65+
"severity": "HIGH",
66+
"github_reviewed": true,
67+
"github_reviewed_at": "2025-09-30T21:59:43Z",
3968
"nvd_published_at": "2025-09-30T16:15:52Z"
4069
}
4170
}

advisories/unreviewed/2025/09/GHSA-f8r4-mf27-rf7m/GHSA-f8r4-mf27-rf7m.json renamed to advisories/github-reviewed/2025/09/GHSA-f8r4-mf27-rf7m/GHSA-f8r4-mf27-rf7m.json

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,47 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-f8r4-mf27-rf7m",
4-
"modified": "2025-09-30T18:30:24Z",
4+
"modified": "2025-09-30T21:59:58Z",
55
"published": "2025-09-30T18:30:24Z",
66
"aliases": [
77
"CVE-2025-56571"
88
],
9+
"summary": "Finance.js vulnerable to DoS via the IRR function’s depth parameter",
910
"details": "Finance.js v4.1.0 contains a Denial of Service (DoS) vulnerability via the IRR function’s depth parameter. Improper handling of the recursion/iteration limit can lead to excessive CPU usage, causing application stalls or crashes.",
10-
"severity": [],
11-
"affected": [],
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "financejs"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "4.1.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1238
"references": [
1339
{
1440
"type": "ADVISORY",
1541
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-56571"
1642
},
1743
{
18-
"type": "WEB",
44+
"type": "PACKAGE",
1945
"url": "https://github.com/ebradyjobory/finance.js"
2046
},
2147
{
@@ -32,10 +58,13 @@
3258
}
3359
],
3460
"database_specific": {
35-
"cwe_ids": [],
36-
"severity": null,
37-
"github_reviewed": false,
38-
"github_reviewed_at": null,
61+
"cwe_ids": [
62+
"CWE-400",
63+
"CWE-770"
64+
],
65+
"severity": "HIGH",
66+
"github_reviewed": true,
67+
"github_reviewed_at": "2025-09-30T21:59:58Z",
3968
"nvd_published_at": "2025-09-30T16:15:52Z"
4069
}
4170
}

0 commit comments

Comments
 (0)