CWE-347
Improper Verification of Cryptographic Signature
Description
The product does not verify, or incorrectly verifies, the cryptographic signature for data.
Top Monitored CVEs
CVE-2025-59718
CRITICAL
KEV
9.8
66.3%
2025-12-09
CVE-2024-45409
CRITICAL
9.8
10.7%
2024-09-10
CVE-2021-33885
CRITICAL
9.8
5.6%
2021-08-25
CVE-2020-2021
CRITICAL
KEV
10.0
4.4%
2020-06-29
CVE-2025-47827
MEDIUM
KEV
4.6
3.8%
2025-06-05
CVE-2026-48558
CRITICAL
KEV
10.0
1.2%
2026-06-12
CVE-2024-32962
CRITICAL
10.0
0.8%
2024-05-02
CVE-2026-3564
CRITICAL
9.0
0.4%
2026-03-17
Consequences
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.
Detection
Automated Static Analysis
Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without having to execute it. Typically, this is done by building a model of data flow and control flow, then searching for potentially-vulnerable patterns that connect "sources" (origins of input) with "sinks" (destinations where the data interacts with external components, a lower layer such as the OS, etc.)