Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-347 (密码学签名的验证不恰当) — Vulnerability Class 466

466 vulnerabilities classified as CWE-347 (密码学签名的验证不恰当). AI Chinese analysis included.

CWE-347 represents a critical integrity weakness where software fails to properly validate cryptographic signatures attached to data or code. Attackers typically exploit this flaw by intercepting communications or modifying stored files, substituting legitimate content with malicious payloads that lack valid digital signatures. Because the application accepts these unsigned or tampered inputs as authentic, it executes unauthorized commands or processes corrupted data, potentially leading to complete system compromise or data loss. To prevent this vulnerability, developers must implement rigorous verification routines that strictly check every incoming or processed item against its expected cryptographic signature using trusted public keys. This ensures that any alteration, even a single bit change, is detected and rejected. Additionally, employing secure key management practices and avoiding custom cryptographic implementations further strengthens the system’s defense against signature forgery and tampering attacks.

MITRE CWE Description
The product does not verify, or incorrectly verifies, the cryptographic signature for data.
Common Consequences (1)
Access Control, Integrity, Confidentiality Gain Privileges or Assume Identity, Modify Application Data, Execute Unauthorized Code or Commands
An attacker could gain access to sensitive data and possibly execute unauthorized code.
Examples (1)
In the following code, a JarFile object is created from a downloaded file.
File f = new File(downloadedFilePath); JarFile jf = new JarFile(f);
Bad · Java
CVE ID Title CVSS Severity Published
CVE-2026-2968 Cesanta Mongoose Poly1305 Authentication Tag tls_chacha20.c mg_chacha20_poly1305_decrypt signature verification — Mongoose 3.7 Low 2026-02-23
CVE-2025-32060 Absence of Kernel Module Signature Verification on Linux System of Infotainment ECU — Infotainment system ECU 6.7 Medium 2026-02-15
CVE-2026-23687 XML Signature Wrapping in SAP NetWeaver AS ABAP and ABAP Platform — SAP NetWeaver AS ABAP and ABAP Platform 8.8 High 2026-02-10
CVE-2026-1529 Org.keycloak.services.resources.organizations: keycloak: unauthorized organization registration via improper invitation token validation — Red Hat build of Keycloak 26.2 8.1 High 2026-02-09
CVE-2026-25793 Nebula Has Possible Blocklist Bypass via ECDSA Signature Malleability — nebula 6.2AI Medium AI 2026-02-06
CVE-2026-1568 Rapid7 InsightVM Signature Validation Vulnerability — Vulnerability Management 9.6 Critical 2026-02-03
CVE-2026-0750 Payment bypass in Commerce Paybox — Drupal Commerce Paybox 9.8AI Critical AI 2026-01-28
CVE-2026-24850 ML-DSA Signature Verification Accepts Signatures with Repeated Hint Indices — signatures 5.3 Medium 2026-01-28
CVE-2025-15469 'openssl dgst' one-shot codepath silently truncates inputs >16MB — OpenSSL 9.1AI Critical AI 2026-01-27
CVE-2026-24807 Buffer Overflow Vulnerability in liuyueyi/quick-media — quick-media 9.1AI Critical AI 2026-01-27
CVE-2026-22696 dcap-qvl has Missing Verification for QE Identity — dcap-qvl 7.5AI High AI 2026-01-26
CVE-2026-23992 go-tuf improperly validates the configured threshold for delegations — go-tuf 5.9 Medium 2026-01-22
CVE-2026-23965 sm-crypto Affected by Signature Forgery in SM2-DSA — sm-crypto 7.5 High 2026-01-22
CVE-2026-23967 sm-crypto Affected by Signature Malleability in SM2-DSA — sm-crypto 7.5 High 2026-01-22
CVE-2026-23518 Fleet has a JWT signature bypass vulnerability in Azure AD MDM enrollment — fleet 9.4AI Critical AI 2026-01-21
CVE-2025-36418 Multiple vulnerabilities found in IBM ApplinX. — ApplinX 7.3 High 2026-01-20
CVE-2025-12007 Supermicro BMC firmware update validation bypass — X13SEM-F 6.2 - 2026-01-16
CVE-2025-12006 Supermicro BMC firmware update validation bypass — X12STW-F 7.2 High 2026-01-16
CVE-2026-22817 JWT Algorithm Confusion via Unsafe Default (HS256) in Hono JWT Middleware Allows Token Forgery and Auth Bypass — hono 8.2 High 2026-01-13
CVE-2026-22818 JWT algorithm confusion in Hono JWK Auth Middleware when JWK lacks "alg" (untrusted header.alg fallback) — hono 8.2 High 2026-01-13
CVE-2025-68925 Jervis has a JWT Algorithm Confusion Vulnerability — jervis 9.8AI Critical AI 2026-01-13
CVE-2026-20965 Windows Admin Center Elevation of Privilege Vulnerability — Windows Admin Center in Azure Portal 7.5 High 2026-01-13
CVE-2025-68972 GNUPG 数据伪造问题漏洞 — GnuPG 5.9 Medium 2025-12-27
CVE-2023-53951 Ever Gauzy v0.281.9 JWT Authentication Weakness via HMAC Secret — ever gauzy 9.8 Critical 2025-12-19
CVE-2025-64786 Acrobat Reader | Improper Verification of Cryptographic Signature (CWE-347) — Acrobat Reader 3.3 Low 2025-12-09
CVE-2025-64787 Acrobat Reader | Improper Verification of Cryptographic Signature (CWE-347) — Acrobat Reader 3.3 Low 2025-12-09
CVE-2025-59718 Fortinet多款产品 数据伪造问题漏洞 — FortiSwitchManager 9.1 Critical 2025-12-09
CVE-2025-59719 Fortinet FortiWeb 数据伪造问题漏洞 — FortiWeb 9.1 Critical 2025-12-09
CVE-2025-13662 Ivanti Endpoint Manager 数据伪造问题漏洞 — Endpoint Manager 7.8 High 2025-12-09
CVE-2025-66568 ruby-saml Libxml2 Canonicalization errors can bypass Digest/Signature validation — ruby-saml 7.4AI High AI 2025-12-09

Vulnerabilities classified as CWE-347 (密码学签名的验证不恰当) represent 466 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.