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-2023-20266 Cisco多款产品安全漏洞 — Cisco Emergency Responder 6.5 Medium 2023-08-30
CVE-2023-41037 Cleartext Signed Message Signature Spoofing in openpgpjs — openpgpjs 4.3 Medium 2023-08-29
CVE-2023-23773 Motorola MBTS Base Radio和Motorola EBTS Base Radio 数据伪造问题漏洞 — EBTS/MBTS Base Radio 7.2 High 2023-08-29
CVE-2023-23772 Motorola MBTS Site Controller 数据伪造问题漏洞 — MBTS Site Controller 7.2 High 2023-08-29
CVE-2023-40178 @node-saml/node-saml's validatePostRequestAsync does not include checkTimestampsValidityError — node-saml 5.3 Medium 2023-08-23
CVE-2023-39969 uthenticode signature validation bypass vulnerability — uthenticode 9.1 Critical 2023-08-09
CVE-2023-39211 Zoom Rooms 安全漏洞 — Zoom Desktop Client for Windows and Zoom Rooms for Windows 8.8 High 2023-08-08
CVE-2023-38418 BIG-IP Edge Client for macOS vulnerability — BIG-IP Edge Client 7.8 High 2023-08-02
CVE-2023-3347 Samba: smb2 packet signing is not enforced when "server signing = required" is set — Red Hat Enterprise Linux 8 5.9 Medium 2023-07-20
CVE-2023-35373 Mono Authenticode Validation Spoofing Vulnerability — Mono 6.12.0 5.3 Medium 2023-07-11
CVE-2023-32449 Dell EMC PowerStore 数据伪造问题漏洞 — PowerStore 7.2 High 2023-06-22
CVE-2023-34120 Zoom Rooms 安全漏洞 — Zoom for Windows Client 8.7 High 2023-06-13
CVE-2023-28602 Zoom Client 数据伪造问题漏洞 — Zoom for Windows Client 2.8 Low 2023-06-13
CVE-2023-33959 Verification bypass can cause users into verifying the wrong artifact — notation-go 8.4 High 2023-06-06
CVE-2023-33185 Incorrect signature verification in django-ses — django-ses 4.6 Medium 2023-05-26
CVE-2022-4418 Acronis Cyber Protect 数据伪造问题漏洞 — Acronis Cyber Protect Home Office 7.8 - 2023-05-18
CVE-2023-25934 Dell EMC ECS 数据伪造问题漏洞 — ECS 5.9 Medium 2023-05-04
CVE-2023-28228 Windows Spoofing Vulnerability — Windows 10 Version 1809 5.5 Medium 2023-04-11
CVE-2023-28226 Windows Enroll Engine Security Feature Bypass Vulnerability — Windows 10 Version 1809 5.3 Medium 2023-04-11
CVE-2022-20929 Cisco Enterprise NFV Infrastructure Software 数据伪造问题漏洞 — Cisco Enterprise NFV Infrastructure Software 7.8 High 2023-03-08
CVE-2021-43074 Fortinet FortiSwitch和FortiWeb数据伪造问题漏洞 — FortiSwitch 4.1 Medium 2023-02-16
CVE-2023-23940 OpenZeppelin Contracts for Cairo is vulnerable to signature validation bypass — cairo-contracts 6.4 Medium 2023-02-03
CVE-2022-34459 多款Dell产品 数据伪造问题漏洞 — Dell Command Update (DCU) 7.8 High 2023-02-01
CVE-2023-23928 reason-jose ignores signature checks — reason-jose 5.9 Medium 2023-02-01
CVE-2023-22742 libgit2 fails to verify SSH keys by default — libgit2 5.3 Medium 2023-01-20
CVE-2022-46176 Cargo did not verify SSH host keys — cargo 5.3 Medium 2023-01-11
CVE-2022-23507 Light client verification not taking into account chain ID — tendermint-rs 5.4 Medium 2022-12-15
CVE-2022-41666 Schneider Electric EcoStruxure Operator Terminal Expert 数据伪造问题漏洞 — EcoStruxure Operator Terminal Expert 7.0 High 2022-11-04
CVE-2022-41669 Schneider Electric EcoStruxure Operator Terminal Expert 数据伪造问题漏洞 — EcoStruxure Operator Terminal Expert 7.0 High 2022-11-04
CVE-2022-31123 Grafana plugin signature bypass vulnerability — grafana 6.1 Medium 2022-10-13

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