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-2024-21383 Microsoft Edge (Chromium-based) Spoofing Vulnerability — Microsoft Edge (Chromium-based) 3.3 Low 2024-01-26
CVE-2024-23680 AWS Encryption SDK for Java Improper Verification of Cryptographic Signature 8.2 - 2024-01-19
CVE-2024-0567 Gnutls: rejects certificate chain with distributed trust 7.5 High 2024-01-16
CVE-2023-2030 Improper Verification of Cryptographic Signature in GitLab — GitLab 3.5 Low 2024-01-12
CVE-2024-21669 Hyperledger Aries Cloud Agent Python result of presentation verification not checked for LDP-VC — aries-cloudagent-python 9.9 Critical 2024-01-11
CVE-2023-5347 Unauthenticated Firmware Upgrade — JetNet Series 9.8 Critical 2024-01-09
CVE-2022-3864 ABB Relion 670 Series 和 Relion 650 Series安全漏洞 — Relion 670/650/SAM600-IO Series 4.5 Medium 2024-01-04
CVE-2023-23436 Honor Magic Ui 安全漏洞 — Magic OS 7.3 High 2023-12-29
CVE-2023-23435 Honor Magic Ui 安全漏洞 — Magic OS 4.0 Medium 2023-12-29
CVE-2023-23433 Honor NTH-AN00 安全漏洞 — NTH-AN00 4.0 Medium 2023-12-29
CVE-2023-23431 Honor NTH-AN00 安全漏洞 — NTH-AN00 7.3 High 2023-12-29
CVE-2023-23432 Honor NTH-AN00 安全漏洞 — NTH-AN00 7.3 High 2023-12-29
CVE-2023-49646 Zoom Client 安全漏洞 — Zoom Clients 6.4 Medium 2023-12-13
CVE-2023-41337 h2o vulnerable to TLS session resumption misdirection — h2o 6.1 Medium 2023-12-12
CVE-2023-49079 Misskey's missing signature validation allows arbitrary users to impersonate any remote user. — misskey 9.3 Critical 2023-11-29
CVE-2023-5747 Command injection via wave install file — PNV-A6081R 7.2 High 2023-11-13
CVE-2023-47122 Gitsign's Rekor public keys fetched from upstream API instead of local TUF client. — gitsign 4.2 Medium 2023-11-10
CVE-2023-46234 browserify-sign vulnerable via an upper bound check issue in `dsaVerify` that leads to a signature forgery attack — browserify-sign 6.5 Medium 2023-10-26
CVE-2023-28804 Linux ZCC allows unsigned updates, allowing elevated Code Execution — Client Connector 8.2 High 2023-10-23
CVE-2022-25333 Flawed SK_LOAD module authenticity check in Texas Instruments OMAP L138 — OMAP 8.2 High 2023-10-19
CVE-2023-43611 BIG-IP Edge Client for macOS vulnerability — BIG-IP Edge Client 7.8 High 2023-10-10
CVE-2023-42811 AEADs/aes-gcm: Plaintext exposed in decrypt_in_place_detached even on tag verification failure — AEADs 4.7 Medium 2023-09-22
CVE-2023-42806 Snapshot signature not including HeadID will allow replay attacks — hydra 6.5 Medium 2023-09-21
CVE-2023-20236 Cisco IOS XR 数据伪造问题漏洞 — Cisco IOS XR Software 6.7 Medium 2023-09-13
CVE-2023-20135 Cisco IOS XR 安全漏洞 — Cisco IOS XR Software 5.7 Medium 2023-09-13
CVE-2023-41764 Microsoft Office Spoofing Vulnerability — Microsoft Office 2019 5.5 Medium 2023-09-12
CVE-2023-40727 Siemens QMS Automotive 数据伪造问题漏洞 — QMS Automotive 7.8 High 2023-09-12
CVE-2023-41744 Acronis Agent和Acronis Cyber Protect 数据伪造问题漏洞 — Acronis Agent 7.8 - 2023-08-31
CVE-2023-28801 Improper SAML signature verification — ZIA Admin Portal 9.6 Critical 2023-08-31
CVE-2023-36811 Archive spoofing vulnerability in borgbackup — borg 4.7 Medium 2023-08-30

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