Cyber Resilience

CVE-2026-23967

High

Published: 22 January 2026

Published
22 January 2026
Modified
25 February 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
EPSS Score 0.0001 1.4th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-23967 is a high-severity Improper Verification of Cryptographic Signature (CWE-347) vulnerability in Juneandgreen Sm-Crypto. Its CVSS base score is 7.5 (High).

Operationally, ranked at the 1.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-2 (Flaw Remediation) and AU-10 (Non-repudiation).

Deeper analysis

CVE-2026-23967 is a signature malleability vulnerability in the SM2 signature verification logic of the sm-crypto JavaScript library, which implements the Chinese cryptographic algorithms SM2, SM3, and SM4. The issue affects versions of sm-crypto prior to 0.3.14, allowing an attacker to derive a new valid signature for a previously signed message from an existing one. It is rated with a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N) and maps to CWE-347 (Improper Verification of Cryptographic Signature).

Any remote attacker can exploit this vulnerability without privileges or user interaction over the network with low complexity. By obtaining a valid SM2 signature for a message, the attacker can malleate it to produce another valid signature for the same message, potentially enabling signature forgery in applications relying on sm-crypto for SM2 verification. This leads to high integrity impact, undermining the non-repudiation properties of signatures.

The GitHub security advisory at https://github.com/JuneAndGreen/sm-crypto/security/advisories/GHSA-qv7w-v773-3xqm details the vulnerability, confirming that upgrading to version 0.3.14 of sm-crypto patches the issue by addressing the malleability flaw in the SM2 verification logic. Security practitioners should audit dependencies for vulnerable sm-crypto versions and apply the update promptly.

EU & UK References

Vulnerability details

sm-crypto provides JavaScript implementations of the Chinese cryptographic algorithms SM2, SM3, and SM4. A signature malleability vulnerability exists in the SM2 signature verification logic of the sm-crypto library prior to version 0.3.14. An attacker can derive a new valid signature…

more

for a previously signed message from an existing signature. Version 0.3.14 patches the issue.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

Insufficient information to map techniques.
Confidence: LOW · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-23965Same product: Juneandgreen Sm-Crypto
CVE-2026-23966Same product: Juneandgreen Sm-Crypto
CVE-2026-34240Shared CWE-347
CVE-2024-56161Shared CWE-347
CVE-2025-24043Shared CWE-347
CVE-2026-23687Shared CWE-347
CVE-2024-13172Shared CWE-347
CVE-2026-41669Shared CWE-347
CVE-2026-27962Shared CWE-347
CVE-2025-12006Shared CWE-347

Affected Assets

juneandgreen
sm-crypto
≤ 0.3.14

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely remediation of known flaws in software components such as the vulnerable sm-crypto library prior to version 0.3.14.

prevent

Protects against false denial of origin or receipt by ensuring cryptographic signatures cannot be malleated to produce additional valid signatures for the same message.

prevent

Mandates correct implementation and use of cryptographic mechanisms so that SM2 signature verification enforces intended integrity and non-repudiation properties.

References