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-23960 Alpine Halo9 Improper Verification of Cryptographic Signature Vulnerability — Halo9 4.6 Medium 2024-09-28
CVE-2024-7479 Improper signature verification of VPN driver installation in TeamViewer Remote Clients — Remote Full Client 8.8 High 2024-09-25
CVE-2024-7481 Improper signature verification of Printer driver installation in TeamViewer Remote Clients — Remote Full Client 8.8 High 2024-09-25
CVE-2024-8698 Keycloak-saml-core: improper verification of saml responses leading to privilege escalation in keycloak 7.7 High 2024-09-19
CVE-2024-7788 Signatures in "repair mode" should not be trusted — LibreOffice 7.8 High 2024-09-17
CVE-2024-45607 whatsapp-api-js fails to validate message's signature — whatsapp-api-js 5.8 Medium 2024-09-12
CVE-2024-45409 The Ruby SAML library vulnerable to a SAML authentication bypass via Incorrect XPath selector — ruby-saml 10.0 Critical 2024-09-10
CVE-2024-6800 GitHub Enterprise Server 安全漏洞 — GitHub Enterprise Server 9.8AI Critical AI 2024-08-20
CVE-2023-28806 Signature validation error in DLL allows disabling anti-tampering protection — Client Connector 5.7 Medium 2024-08-06
CVE-2024-23460 Incorrect signature validation of package — Client Connector 6.4 Medium 2024-08-06
CVE-2024-23456 Signature validation issue leads to Anti-Tampering bypass — Client Connector 7.8 High 2024-08-06
CVE-2024-5912 Cortex XDR Agent: Improper File Signature Verification Checks — Cortex XDR Agent 8.4AI High AI 2024-07-10
CVE-2024-38069 Windows Enroll Engine Security Feature Bypass Vulnerability — Windows 10 Version 1809 7.0 High 2024-07-09
CVE-2023-34435 Realtek rtl819x Jungle SDK 数据伪造问题漏洞 — WBR-6013 7.2 High 2024-07-08
CVE-2024-37532 IBM WebSphere Application Server identity spoofing — WebSphere Application Server 8.8 High 2024-06-20
CVE-2024-37886 Nextcloud user_oidc's ID4me does not validate signature or expiration — security-advisories 5.4 Medium 2024-06-14
CVE-2024-2451 Improper fingerprint validation in the TeamViewer Client — Remote (Full Client) 6.4 Medium 2024-05-28
CVE-2024-1721 HYPR 安全漏洞 — Passwordless 7.7AI High AI 2024-05-21
CVE-2024-27244 Zoom Workplace VDI App for Windows - Insufficient Verification of Data Authenticity — Zoom Workplace VDI App for Windows 6.7 Medium 2024-05-15
CVE-2024-34358 TYPO3 vulnerable to an Uncontrolled Resource Consumption in the ShowImageController — typo3 5.3 Medium 2024-05-14
CVE-2023-50228 Parallels Desktop Updater Improper Verification of Cryptographic Signature Local Privilege Escalation Vulnerability — Desktop 7.8 - 2024-05-03
CVE-2024-32962 XML signature verification bypass due improper verification of signature / signature spoofing — xml-crypto 10.0 Critical 2024-05-02
CVE-2024-23480 Insecure MacOS code sign check fallback — Client Connector 7.5 High 2024-05-01
CVE-2024-27247 Zoom Desktop Client for macOS - Improper Privilege Management — Zoom Desktop Client for macOS 5.5 Medium 2024-04-09
CVE-2024-24694 Zoom Desktop Client for Windows - Improper Privilege Management — Zoom Desktop Client for Windows 5.9 Medium 2024-04-09
CVE-2024-26194 Secure Boot Security Feature Bypass Vulnerability — Windows 10 Version 1809 7.4 High 2024-04-09
CVE-2024-2307 Osbuild-composer: race condition may disable gpg verification for package repositories 6.1 Medium 2024-03-19
CVE-2024-1150 Improper validation of update packages — Inventory Agent 7.8 High 2024-02-08
CVE-2024-1149 Improper validation of update packages — Inventory Agent 7.8 High 2024-02-08
CVE-2024-21917 Rockwell Automation FactoryTalk® Service Platform Service Token Vulnerability — FactoryTalk® Service Platform 9.8 Critical 2024-01-31

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