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-2026-75946 OMEN Gaming Hub – Potential Escalation of Privilege & Information Disclosure — OMEN Gaming Hub 8.2 High 2026-08-21
CVE-2026-68745 Apache CloudStack: SAML2 Signature Validation Silently Skipped for Cert-less IdP — Apache CloudStack - - 2026-08-21
CVE-2026-62834 Azure Data Factory Elevation of Privilege Vulnerability — Azure Data Factory 9.3 Critical 2026-08-20
CVE-2026-72861 Appwrite Templates github-issue-bot Skips Webhook Signature Verification When the X-Hub-Signature-256 Header Is Absent — templates 5.8 Medium 2026-08-20
CVE-2026-76234 libcrux before 0.0.6 Cryptographic Implementation Bug Fixes — libcrux-ecdh 7.5 High 2026-08-19
CVE-2026-58085 Missing MAC validation in wg(4) packet decryption — FreeBSD - - 2026-08-19
CVE-2026-72889 Net::OAuth versions before 0.33 for Perl allow the sender to choose the signature algorithm in verify - - 2026-08-19
CVE-2026-55165 Lemur : JWT verifier trusts attacker-supplied alg from token header — defense-in-depth gap; chain-dependent ATO with secret disclosure — lemur 4.8 Medium 2026-08-18
CVE-2025-9210 Missing JSON Web Token signature validation in Otalio Ship Property Management System — Ship Property Management System 8.1 High 2026-08-18
CVE-2026-74901 openssl_encrypt before 1.4.0 Authentication Bypass via AES-CTR Fallback — openssl_encrypt 9.8 Critical 2026-08-17
CVE-2026-74876 openssl_encrypt before 1.4.0 Unverified Key Bundle Encryption — openssl_encrypt 9.8 Critical 2026-08-17
CVE-2026-18500 @fastify/jwt vulnerable to authorization bypass via global secret overriding the per-request key — @fastify/jwt 8.1 High 2026-08-15
CVE-2026-74244 Quay: stripe webhook accepts forged events without signature verification in quay — Red Hat OpenShift Update Service 5.9 Medium 2026-08-14
CVE-2026-19910 PAX Technology Q80 Application Installer Signature Verification Bypass Remote Code Execution Vulnerability — Q80 - - 2026-08-14
CVE-2026-47192 kas's late signature validation may allow unnoticed repository manipulations — kas 2.1 Low 2026-08-14
CVE-2026-47191 kas checks out SHA-like git branches as valid commits — kas 2.1 Low 2026-08-14
CVE-2026-28148 WordPress Headless Single Sign On plugin <= 1.6 - Bypass Vulnerability vulnerability — Headless Single Sign On 9.8 Critical 2026-08-13
CVE-2026-12263 Authentication Bypass — ManageEngine Password Manager Pro 8.8 High 2026-08-13
CVE-2026-48791 Sigstore Java has a vulnerability with bundle verification of integratedTime — sigstore-java 2.0 Low 2026-08-12
CVE-2026-68759 Integration credential holders may impersonate users in JFrog Access — artifactory 7.2 High 2026-08-12
CVE-2026-68757 Potential improper SAML signature verification in JFrog Artifactory — artifactory 7.5 High 2026-08-12
CVE-2026-62757 Windows Schannel Security Feature Bypass Vulnerability — Windows 10 Version 1607 5.3 Medium 2026-08-11
CVE-2026-15556 Picketlink-federation: picketlink saml 2.0 auth bypass via missing assertions — Red Hat JBoss Enterprise Application Platform 7.4.25 8.1 High 2026-08-11
CVE-2026-66776 Multiple vulnerabilities in SAP Business AI Platform (Approuter) — SAP Business AI Platform (Approuter) 5.9 Medium 2026-08-11
CVE-2026-10754 Pega Platform versions 8.5.0 through 25.1.2 are affected by an improper validation of cryptographic signatures that may allow an attacker to bypass security controls. — Pega Infinity 8.6 High 2026-08-10
CVE-2026-59112 Signature validation vulnerability affecting DigiDoc applications — libdigidocpp 4.4 Medium 2026-08-10
CVE-2026-62873 Microsoft 365 Admin Center Elevation of Privilege Vulnerability — Microsoft 365 Admin Center 9.8 Critical 2026-08-06
CVE-2026-62918 Microsoft Teams Spoofing Vulnerability — Microsoft Teams 7.5 High 2026-08-06
CVE-2026-5430 Authentication Bypass via JWT Algorithm Mismatch in Multiple WSO2 Products Allows Account Takeover — WSO2 Universal Gateway 10.0 Critical 2026-08-06
CVE-2026-7557 SAML authentication bypass in Progress MarkLogic Server — MarkLogic Server 9.1 Critical 2026-08-05

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