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-2022-39300 Signature bypass via multiple root elements in node-SAML — node-saml 7.7 High 2022-10-13
CVE-2022-39299 Signature bypass via multiple root elements in Passport-SAML — passport-saml 7.4 High 2022-10-12
CVE-2022-20944 Cisco IOS XE Software for Catalyst 9200 Series Switches Arbitrary Code Execution Vulnerability — Cisco IOS XE Software 6.1 Medium 2022-10-10
CVE-2022-39237 Digital Signature Hash Algorithms Not Validated in sylabs/sif — sif 6.3 Medium 2022-10-06
CVE-2022-36056 Vulnerabilities with blob verification in sigstore cosign — cosign 5.5 Medium 2022-09-14
CVE-2022-39200 Signature checks not applied to some retrieved missing events — dendrite 7.3 High 2022-09-12
CVE-2021-3521 Red Hat Enterprise Linux 数据伪造问题漏洞 — RPM 5.3 - 2022-08-22
CVE-2022-2790 Emerson Proficy Machine Edition 数据伪造问题漏洞 — Proficy Machine Edition 5.9 Medium 2022-08-19
CVE-2022-28752 Local Privilege Escalation in the Zoom Rooms for Windows Client — Zoom Room for Conference Room for Windows 8.8 High 2022-08-17
CVE-2022-28751 Local Privilege Escalation in Zoom Client for Meetings for MacOS — Zoom Client for Meetings for MacOS 8.8 High 2022-08-17
CVE-2022-28756 Local Privilege Escalation in Auto Updater for Zoom Client for Meetings for macOS — Zoom Client for Meetings for MacOS 8.8 High 2022-08-15
CVE-2022-35930 Ability to bypass attestation verification in sigstore PolicyController — policy-controller 7.1 High 2022-08-04
CVE-2022-35929 False positive signature verification in cosign — cosign 7.1 High 2022-08-04
CVE-2020-35169 Dell BSAFE 输入验证错误漏洞 — Dell BSAFE Crypto-C Micro Edition 9.1 Critical 2022-07-11
CVE-2022-1739 2.2.1 IMPROPER VERIFICATION OF CRYPTOGRAPHIC SIGNATURE CWE-347 — ImageCast X firmware 6.8 - 2022-06-24
CVE-2022-31053 Signature forgery in Biscuit — biscuit 9.8 Critical 2022-06-13
CVE-2022-26510 InHand Networks InRouter302 数据伪造问题漏洞 — InRouter302 6.5 - 2022-05-12
CVE-2022-24884 Trivial signature forgery in ecdsautils — ecdsautils 10.0 Critical 2022-05-05
CVE-2021-22573 Incorrect signature verification on Google-oauth-java-client — Google-oauth-java-client 8.7 High 2022-05-03
CVE-2020-25166 B. Braun SpaceCom, Battery Pack SP with Wi-Fi, and Data module compactplus — SpaceCom 7.6 High 2022-04-14
CVE-2021-32977 AVEVA System Platform Improper Verification of Cryptographic Signature — AVEVA System Platform 7.2 High 2022-04-04
CVE-2022-24772 Improper Verification of Cryptographic Signature in `node-forge` — forge 7.5 High 2022-03-18
CVE-2022-24773 Improper Verification of Cryptographic Signature in `node-forge` — forge 5.3 Medium 2022-03-18
CVE-2022-24771 Improper Verification of Cryptographic Signature in node-forge — forge 7.5 High 2022-03-18
CVE-2022-24759 Failure to validate signature during handshake in @chainsafe/libp2p-noise — js-libp2p-noise 8.1 High 2022-03-17
CVE-2022-23610 Improper Verification of Cryptographic Signature in wire-server — wire-server 9.1 Critical 2022-03-16
CVE-2021-20319 coreos-installer 数据伪造问题漏洞 — coreos-installer 7.8 - 2022-03-04
CVE-2022-23655 Missing server signature validation in OctoberCMS — october 4.8 Medium 2022-02-23
CVE-2021-25636 Incorrect trust validation of signature with ambiguous KeyInfo children — LibreOffice 7.5 - 2022-02-22
CVE-2022-24115 Local privilege escalation due to unrestricted loading of unsigned libraries — Acronis Cyber Protect Home Office 7.8 - 2022-02-04

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