Skip to content

Commit 39d19d7

Browse files
1 parent 9722306 commit 39d19d7

3 files changed

Lines changed: 124 additions & 2 deletions

File tree

advisories/github-reviewed/2025/10/GHSA-g8mr-fgfg-5qpc/GHSA-g8mr-fgfg-5qpc.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-g8mr-fgfg-5qpc",
4-
"modified": "2025-10-21T15:09:06Z",
4+
"modified": "2026-01-21T16:15:45Z",
55
"published": "2025-10-21T15:09:06Z",
66
"aliases": [
77
"CVE-2025-62595"
@@ -59,6 +59,10 @@
5959
"type": "WEB",
6060
"url": "https://github.com/koajs/koa/security/advisories/GHSA-g8mr-fgfg-5qpc"
6161
},
62+
{
63+
"type": "ADVISORY",
64+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62595"
65+
},
6266
{
6367
"type": "WEB",
6468
"url": "https://github.com/koajs/koa/commit/769fd75cc6b30d72493b370b5a3ae2332ca03c5b"
@@ -75,6 +79,6 @@
7579
"severity": "MODERATE",
7680
"github_reviewed": true,
7781
"github_reviewed_at": "2025-10-21T15:09:06Z",
78-
"nvd_published_at": null
82+
"nvd_published_at": "2025-10-21T17:15:40Z"
7983
}
8084
}
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-hpwg-xg7m-3p6m",
4+
"modified": "2026-01-21T16:13:44Z",
5+
"published": "2026-01-21T16:13:44Z",
6+
"aliases": [
7+
"CVE-2026-23965"
8+
],
9+
"summary": "sm-crypto Affected by Signature Forgery in SM2-DSA",
10+
"details": "### Summary\n\nA signature forgery vulnerability exists in the SM2 signature verification logic of sm-crypto. Under default configurations, an attacker can forge valid signatures for arbitrary public keys. If the message space contains sufficient redundancy, the attacker can fix the prefix of the message associated with the forged signature to satisfy specific formatting requirements.\n\n### Credit\n\nThis vulnerability was discovered by:\n- XlabAI Team of Tencent Xuanwu Lab\n- Atuin Automated Vulnerability Discovery Engine",
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:H/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "sm-crypto"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.4.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/JuneAndGreen/sm-crypto/security/advisories/GHSA-hpwg-xg7m-3p6m"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/JuneAndGreen/sm-crypto/commit/85295a859d0766222d12ce2be3e6fce7b438b510"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/JuneAndGreen/sm-crypto"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-347"
55+
],
56+
"severity": "HIGH",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2026-01-21T16:13:44Z",
59+
"nvd_published_at": null
60+
}
61+
}
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-qv7w-v773-3xqm",
4+
"modified": "2026-01-21T16:13:35Z",
5+
"published": "2026-01-21T16:13:35Z",
6+
"aliases": [
7+
"CVE-2026-23967"
8+
],
9+
"summary": "sm-crypto Affected by Signature Malleability in SM2-DSA",
10+
"details": "### Summary\n\nA signature malleability vulnerability exists in the SM2 signature verification logic of the sm-crypto library. An attacker can derive a new valid signature for a previously signed message from an existing signature.\n\n### Credit\n\nThis vulnerability was discovered by:\n- XlabAI Team of Tencent Xuanwu Lab\n- Atuin Automated Vulnerability Discovery Engine",
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:H/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "sm-crypto"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.3.14"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/JuneAndGreen/sm-crypto/security/advisories/GHSA-qv7w-v773-3xqm"
42+
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/JuneAndGreen/sm-crypto"
46+
}
47+
],
48+
"database_specific": {
49+
"cwe_ids": [
50+
"CWE-347"
51+
],
52+
"severity": "HIGH",
53+
"github_reviewed": true,
54+
"github_reviewed_at": "2026-01-21T16:13:35Z",
55+
"nvd_published_at": null
56+
}
57+
}

0 commit comments

Comments
 (0)