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-39413 LightRAG has a JWT Algorithm Confusion Vulnerability in LightRAG API — LightRAG 4.2 Medium 2026-04-08
CVE-2026-2625 Rust-rpm-sequoia: rust-rpm-sequoia: denial of service via crafted rpm file during signature verification — Red Hat Hardened Images 4.0 Medium 2026-04-03
CVE-2026-34840 OneUptime SSO: Multi-Assertion Identity Injection via Decoupled Signature Verification — oneuptime 8.1 High 2026-04-02
CVE-2026-34240 jose vulnerable to untrusted JWK header key acceptance during signature verification — jose 7.5 High 2026-03-31
CVE-2026-34377 Zebra has a Consensus Failure due to Improper Verification of V5 Transactions — zebra 7.5AI High AI 2026-03-31
CVE-2026-32883 Botan: Missing OCSP Response Signature Verification Allows MitM Certificate Revocation Bypass — botan 5.9 Medium 2026-03-30
CVE-2026-32974 OpenClaw < 2026.3.12 - Forged Event Injection via Feishu Webhook Verification Token — OpenClaw 8.6 High 2026-03-29
CVE-2026-33895 Forge has signature forgery in Ed25519 due to missing S > L check — forge 7.5 High 2026-03-27
CVE-2026-33894 Forge has signature forgery in RSA-PKCS due to ASN.1 extra field — forge 7.5 High 2026-03-27
CVE-2026-33487 goxmldsig has validateSignature Loop Variable Capture Signature Bypass — goxmldsig 7.5 High 2026-03-26
CVE-2026-4600 jsrsasign 安全漏洞 — jsrsasign 7.4 High 2026-03-23
CVE-2026-4115 PuTTY Ed25519 Signature ecc-ssh.c eddsa_verify signature verification — PuTTY 3.7 Low 2026-03-22
CVE-2026-4541 janmojzis tinyssh Ed25519 Signature crypto_sign_ed25519_tinyssh.c signature verification — tinyssh 2.5 Low 2026-03-22
CVE-2026-4478 Yi Technology YI Home Camera HTTP Firmware Update ipc signature verification — YI Home Camera 8.1 High 2026-03-20
CVE-2026-3564 ScreenConnect Instance Level Cryptographic Material Exposure — ScreenConnect 9.0 Critical 2026-03-17
CVE-2026-4258 sjcl 安全漏洞 — sjcl 7.5 High 2026-03-17
CVE-2026-27962 Authlib JWS JWK Header Injection: Signature Verification Bypass — authlib 9.1 Critical 2026-03-16
CVE-2026-3562 Philips Hue Bridge hk_hap Ed25519 Signature Verification Authentication Bypass Vulnerability — Hue Bridge 8.8AI High AI 2026-03-13
CVE-2026-32614 Go ShangMi SM9 Infinity-Point Ciphertext Forgery Vulnerability — gmsm 7.5 High 2026-03-13
CVE-2026-28432 HTTP signature verification can be bypassed — misskey 7.5AI High AI 2026-03-09
CVE-2025-41767 Signature bypass on update upload — UBR-01 Mk II 7.2 High 2026-03-09
CVE-2026-3706 mkj Dropbear S Range Check curve25519.c unpackneg signature verification — Dropbear 3.7 Low 2026-03-08
CVE-2026-28802 Authlib: Setting `alg: none` and a blank signature appears to bypass signature verification — authlib 7.7 High 2026-03-06
CVE-2026-29000 pac4j-jwt JwtAuthenticator Authentication Bypass — pac4j-jwt 9.1 Critical 2026-03-04
CVE-2026-27445 PGP Signature Reflection — Secure Email Gateway 7.5AI High AI 2026-03-04
CVE-2026-2746 Missing PGP Signature Tag — Secure Email Gateway 5.3AI Medium AI 2026-03-04
CVE-2025-15598 Dataease SQLBot JWT Token auth.py validateEmbedded signature verification — SQLBot 3.7 Low 2026-03-03
CVE-2026-3338 PKCS7_verify Signature Validation Bypass in AWS-LC — AWS-LC 7.5 High 2026-03-02
CVE-2025-12150 Org.keycloak/keycloak-services: webauthn attestation statement verification bypass — keycloak 3.1 Low 2026-02-27
CVE-2026-22866 ENS DNSSEC Oracle Vulnerable to RSA Signature Forgery via Missing PKCS#1 v1.5 Padding Validation — ens-contracts 5.9AI Medium AI 2026-02-25

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