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-2025-66567 ruby-saml has a SAML authentication bypass due to namespace handling (parser differential) — ruby-saml 9.1AI Critical AI 2025-12-09
CVE-2025-65945 auth0/node-jws improper HMAC signature verification vulnerability — node-jws 7.5 High 2025-12-04
CVE-2025-40934 XML-Sig prior to 0.68 for Perl improperly validates XML without signatures — XML::Sig 7.5AI High AI 2025-11-26
CVE-2025-34324 GoSign Desktop < 2.4.1 Insecure Update Mechanism RCE — GoSign Desktop 7.5AI High AI 2025-11-18
CVE-2025-64740 Zoom Workplace VDI Client for Windows - Improper Verification of Cryptographic Signature — Zoom Workplace VDI Client 7.5 High 2025-11-13
CVE-2025-64186 Evervault Go SDK: Incomplete PCR Validation in Enclave Attestation for non-Evervault hosted Enclaves — evervault-go 8.7 High 2025-11-12
CVE-2025-64456 JetBrains ReSharper 数据伪造问题漏洞 — ReSharper 8.4 High 2025-11-10
CVE-2025-54549 Cryptographic validation of upgrade images could be circumventing by dropping a specifically crafted file into the upgrade ISO — DANZ Monitoring Fabric 5.9 Medium 2025-10-29
CVE-2025-58356 Constellation allows insecure use of LUKS2 persistent storage partitions — constellation 6.5AI Medium AI 2025-10-27
CVE-2025-12295 D-Link DAP-2695 Firmware Update sub_40C6B8 signature verification — DAP-2695 6.6 Medium 2025-10-27
CVE-2025-34503 Shuffle Master Deck Mate 1 Unauthenticated EEPROM Firmware Execution — Deck Mate 1 7.0 High 2025-10-24
CVE-2025-55039 Apache Spark, Apache Spark: RPC encryption defaults to unauthenticated AES-CTR mode, enabling man-in-the-middle ciphertext modification attacks — Apache Spark 5.9AI Medium AI 2025-10-15
CVE-2025-59288 Playwright Spoofing Vulnerability — microsoft/playwright 5.3 Medium 2025-10-14
CVE-2025-46774 Fortinet FortiClient MacOS installer 数据伪造问题漏洞 — FortiClientMac 6.8 High 2025-10-14
CVE-2025-9485 OAuth Single Sign On – SSO (OAuth Client) <= 6.26.12 - Authentication Bypass via get_resource_owner_from_id_token() — OAuth Single Sign On – SSO (OAuth Client) 9.8 Critical 2025-10-04
CVE-2025-59934 Formbricks missing JWT signature verification — formbricks 9.4 Critical 2025-09-26
CVE-2025-7937 Supermicro BMC firmware update validation bypass — MBD-X12STW 7.2 High 2025-09-19
CVE-2025-6198 Supermicro BMC firmware update validation bypass — X13SEM-F 7.2 High 2025-09-19
CVE-2025-59334 Linkr allows manifest tampering leading to arbitrary file injection — Linkr 9.7 Critical 2025-09-16
CVE-2025-20248 Cisco IOS XR Software Image Verification Bypass Vulnerability — Cisco IOS XR Software 6.0 Medium 2025-09-10
CVE-2025-52550 Firmware upgrade packages are unsigned — E3 Supervisory Control 4.9AI Medium AI 2025-09-02
CVE-2025-57801 gnark is vulnerable to signature malleability in EdDSA and ECDSA due to missing scalar checks — gnark 7.5AI High AI 2025-08-22
CVE-2025-55229 Windows Certificate Spoofing Vulnerability — Windows 10 Version 1507 5.3 Medium 2025-08-21
CVE-2025-4371 Lenovo 510 FHD和Lenovo Performance FHD 安全漏洞 — 510 FHD Webcam 6.8 Medium 2025-08-18
CVE-2025-40758 Siemens Mendix SAML 数据伪造问题漏洞 — Mendix SAML (Mendix 10.12 compatible) 8.7 High 2025-08-14
CVE-2025-54982 SAML 2.0 Public Key Validation Issue — Authentication Server 9.6 Critical 2025-08-05
CVE-2025-43023 HP Linux Imaging and Printing Software - Use of DSA Key — HP Linux Imaging and Printing Software 9.1AI Critical AI 2025-07-28
CVE-2025-23364 Siemens TIA Administrator 数据伪造问题漏洞 — TIA Administrator 6.2 Medium 2025-07-08
CVE-2024-49365 tiny-secp256k1 allows for verify() bypass when running in bundled environment — tiny-secp256k1 5.3AI Medium AI 2025-07-01
CVE-2024-36347 AMD Processors 安全漏洞 — AMD EPYC™ 7001 Series 6.4 Medium 2025-06-27

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