CWE-347Base4 in KEV

Improper Verification of Cryptographic Signature

Draft in the CWE catalog · 545 CVEs mapped

545
CVEs mapped
4
In KEV
7.5
Median CVSS
What it is

The product does not verify, or incorrectly verifies, the cryptographic signature for data.

Recent examples
none
CVE-2026-86304

CVE-2026-86304 - UNKNOWN Severity Vulnerability

MojoX::Authentication versions before 0.006 for Perl allow SAML authentication bypass because parse_assertion builds Net::SAML2::Binding::POST without a trust anchor. parse_assertion in MojoX::Authentication::Model::SAML2 calls Net::SAML2::Binding::POST->new with no cacert, cert_text or anchors argument, then passes the returned XML to Net::SAML2::Protocol::Assertion->new_from_xml with the IdP signing certificate as cacert. In Net::SAML2 before 0.86 that certificate guards only encrypted assertions, so the signature on an unencrypted assertion is checked against the certificate the response itself carries. An attacker starts a SAML login, then posts a response signed with a certificate of their own. The audience, InResponseTo and timestamp checks that follow are all satisfiable by the attacker, so the response authenticates any NameID it carries.

no explanation yet
epss
none
CVE-2026-67278

CVE-2026-67278 - UNKNOWN Severity Vulnerability

MikroTik RouterOS accepts malformed RSA/PKCS#1 v1.5 signatures during X.509 validation. Because its trust store includes an e=3 root CA, an attacker controlling or redirecting an outbound RouterOS TLS connection can use the root’s public certificate - without its private key - to forge a trusted intermediate and issue certificates for arbitrary hostnames, enabling TLS server impersonation. This issue was fixed in versions: 6.49.21 (Long-term), 7.23.4 (Long-term) and 7.24.2 (Stable)

no explanation yet
0%
epss
none
CVE-2026-67276

CVE-2026-67276 - UNKNOWN Severity Vulnerability

RouterOS does not compare the complete RSA public key when matching an SSH authentication request to an authorized user key, checking the key type and modulus but omitting the exponent. Because signature verification uses the client-supplied key, an attacker knowing an authorized RSA modulus can supply a key with exponent one, forge a valid signature, and open an SSH command channel as the target user without the private key.This issue was fixed in versions: 6.49.21 (Long-term), 7.23.4 (Long-term) and 7.24.2 (Stable)

no explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-347
Abstraction
Base
Structure
Simple
Status
Draft