← Back
CWE-347

676 CVEs • Abstraction: Base

Improper Verification of Cryptographic Signature

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

JSON object

Loading...

CVEs (676)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
3Debian
EntrouvertFedoraproject
3Debian Linux
FedoraLasso
Nov 21, 2024
Jun 4, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Lasso all versions prior to 2.7.0 has improper verification of a cryptographic signature.
1Schneider Electric
2Homelynk Firmware
Spacelynk Firmware
Nov 21, 2024
May 26, 2021
N/A· v4
7.2 HIGH· v3
6.5 MEDIUM· v2
Improper Verification of Cryptographic Signature vulnerability exists inhomeLYnk (Wiser For KNX) and spaceLYnk V2.60 and prior which could allow remote code execution when unauthorized code is copied to the device.
1Schneider Electric
2Homelynk Firmware
Spacelynk Firmware
Nov 21, 2024
May 26, 2021
N/A· v4
7.2 HIGH· v3
6.5 MEDIUM· v2
Improper Verification of Cryptographic Signature vulnerability exists in homeLYnk (Wiser For KNX) and spaceLYnk V2.60 and prior which could cause remote code execution when an attacker loads unauthorized code.
1Ibm
2Power9 System Firmware
Scale Out Lc System Firmware
Nov 21, 2024
May 26, 2021
N/A· v4
9.1 CRITICAL· v3
6.5 MEDIUM· v2
IBM Power9 Self Boot Engine(SBE) could allow a privileged user to inject malicious code and compromise the integrity of the host firmware bypassing the host firmware signature verification process.
1Apache
1Pulsar
Nov 21, 2024
May 26, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
If Apache Pulsar is configured to authenticate clients using tokens based on JSON Web Tokens (JWT), the signature of the token is not validated if the algorithm of the presented token is set to "none". This allows an att...Show more
If Apache Pulsar is configured to authenticate clients using tokens based on JSON Web Tokens (JWT), the signature of the token is not validated if the algorithm of the presented token is set to "none". This allows an attacker to connect to Pulsar instances as any user (incl. admins).Show less
3Fedoraproject
RedhatRpm
3Enterprise Linux
FedoraLibdnf
Nov 21, 2024
May 19, 2021
N/A· v4
7.5 HIGH· v3
5.1 MEDIUM· v2
A flaw was found in libdnf's signature verification functionality in versions before 0.60.1. This flaw allows an attacker to achieve code execution if they can alter the header information of an RPM package and then tric...Show more
A flaw was found in libdnf's signature verification functionality in versions before 0.60.1. This flaw allows an attacker to achieve code execution if they can alter the header information of an RPM package and then trick a user or system into installing it. The highest risk of this vulnerability is to confidentiality, integrity, as well as system availability.Show less
3Fedoraproject
RedhatRpm
3Enterprise Linux
FedoraRpm
Nov 21, 2024
May 19, 2021
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
A flaw was found in the RPM package in the read functionality. This flaw allows an attacker who can convince a victim to install a seemingly verifiable package or compromise an RPM repository, to cause RPM database corru...Show more
A flaw was found in the RPM package in the read functionality. This flaw allows an attacker who can convince a victim to install a seemingly verifiable package or compromise an RPM repository, to cause RPM database corruption. The highest threat from this vulnerability is to data integrity. This flaw affects RPM versions before 4.17.0-alpha.Show less
1Grassroot
1Grassroot Platform
Nov 21, 2024
Apr 19, 2021
N/A· v4
5.3 MEDIUM· v3
5.0 MEDIUM· v2
Grassroot Platform is an application to make it faster, cheaper and easier to persistently organize and mobilize people in low-income communities. Grassroot Platform before master deployment as of 2021-04-16 did not prop...Show more
Grassroot Platform is an application to make it faster, cheaper and easier to persistently organize and mobilize people in low-income communities. Grassroot Platform before master deployment as of 2021-04-16 did not properly verify the signature of JSON Web Tokens when refreshing an existing JWT. This allows to forge a valid JWT. The problem has been patched in version 1.3.1 by deprecating the JWT refresh function, which was an overdue deprecation regardless (the "refresh" flow is no longer used).Show less
1Manydesigns
1Portofino
Nov 21, 2024
Apr 16, 2021
N/A· v4
9.1 CRITICAL· v3
6.4 MEDIUM· v2
Portofino is an open source web development framework. Portofino before version 5.2.1 did not properly verify the signature of JSON Web Tokens. This allows forging a valid JWT. The issue will be patched in the upcoming 5...Show more
Portofino is an open source web development framework. Portofino before version 5.2.1 did not properly verify the signature of JSON Web Tokens. This allows forging a valid JWT. The issue will be patched in the upcoming 5.2.1 release.Show less
1Filecoin
1Lotus
Nov 21, 2024
Apr 15, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Lotus is an Implementation of the Filecoin protocol written in Go. BLS signature validation in lotus uses blst library method VerifyCompressed. This method accepts signatures in 2 forms: "serialized", and "compressed", m...Show more
Lotus is an Implementation of the Filecoin protocol written in Go. BLS signature validation in lotus uses blst library method VerifyCompressed. This method accepts signatures in 2 forms: "serialized", and "compressed", meaning that BLS signatures can be provided as either of 2 unique byte arrays. Lotus block validation functions perform a uniqueness check on provided blocks. Two blocks are considered distinct if the CIDs of their blockheader do not match. The CID method for blockheader includes the BlockSig of the block. The result of these issues is that it would be possible to punish miners for valid blocks, as there are two different valid block CIDs available for each block, even though this must be unique. By switching from the go based `blst` bindings over to the bindings in `filecoin-ffi`, the code paths now ensure that all signatures are compressed by size and the way they are deserialized. This happened in https://github.com/filecoin-project/lotus/pull/5393.Show less
1Jsrsasign Project
1Jsrsasign
Nov 21, 2024
Apr 7, 2021
N/A· v4
9.1 CRITICAL· v3
6.4 MEDIUM· v2
In the jsrsasign package through 10.1.13 for Node.js, some invalid RSA PKCS#1 v1.5 signatures are mistakenly recognized to be valid. NOTE: there is no known practical attack.
1Unionpayintl
1Union Pay
Nov 21, 2024
Apr 6, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Union Pay up to 3.3.12, for iOS mobile apps, contains a CWE-347: Improper Verification of Cryptographic Signature vulnerability, allows attackers to shop for free in merchants' websites and mobile apps, via a crafted aut...Show more
Union Pay up to 3.3.12, for iOS mobile apps, contains a CWE-347: Improper Verification of Cryptographic Signature vulnerability, allows attackers to shop for free in merchants' websites and mobile apps, via a crafted authentication code (MAC) which is generated based on a secret key which is NULL.Show less
1Unionpayintl
1Union Pay
Nov 21, 2024
Apr 6, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Union Pay up to 3.4.93.4.9, for android, contains a CWE-347: Improper Verification of Cryptographic Signature vulnerability, allows attackers to shop for free in merchants' websites and mobile apps, via a crafted authent...Show more
Union Pay up to 3.4.93.4.9, for android, contains a CWE-347: Improper Verification of Cryptographic Signature vulnerability, allows attackers to shop for free in merchants' websites and mobile apps, via a crafted authentication code (MAC) which is generated based on a secret key which is NULL.Show less
1Unionpayintl
1Union Pay
Nov 21, 2024
Apr 6, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Union Pay up to 1.2.0, for web based versions contains a CWE-347: Improper Verification of Cryptographic Signature vulnerability, allows attackers to shop for free in merchants' websites and mobile apps, via a crafted au...Show more
Union Pay up to 1.2.0, for web based versions contains a CWE-347: Improper Verification of Cryptographic Signature vulnerability, allows attackers to shop for free in merchants' websites and mobile apps, via a crafted authentication code (MAC) which is generated based on a secret key which is NULL.Show less
2Debian
Phpseclib
2Debian Linux
Phpseclib
Nov 21, 2024
Apr 6, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
phpseclib before 2.0.31 and 3.x before 3.0.7 mishandles RSA PKCS#1 v1.5 signature verification.
1Cisco
1Ios Xe
Nov 21, 2024
Mar 24, 2021
N/A· v4
6.7 MEDIUM· v3
7.2 HIGH· v2
Multiple vulnerabilities in the fast reload feature of Cisco IOS XE Software running on Cisco Catalyst 3850, Cisco Catalyst 9300, and Cisco Catalyst 9300L Series Switches could allow an authenticated, local attacker to e...Show more
Multiple vulnerabilities in the fast reload feature of Cisco IOS XE Software running on Cisco Catalyst 3850, Cisco Catalyst 9300, and Cisco Catalyst 9300L Series Switches could allow an authenticated, local attacker to either execute arbitrary code on the underlying operating system, install and boot a malicious software image, or execute unsigned binaries on an affected device. These vulnerabilities are due to improper checks performed by system boot routines. To exploit these vulnerabilities, the attacker would need privileged access to the CLI of the device. A successful exploit could allow the attacker to either execute arbitrary code on the underlying operating system or execute unsigned code and bypass the image verification check part of the secure boot process. For more information about these vulnerabilities, see the Details section of this advisory.Show less
1Cisco
1Ios Xe
Nov 21, 2024
Mar 24, 2021
N/A· v4
6.7 MEDIUM· v3
7.2 HIGH· v2
Multiple vulnerabilities in the fast reload feature of Cisco IOS XE Software running on Cisco Catalyst 3850, Cisco Catalyst 9300, and Cisco Catalyst 9300L Series Switches could allow an authenticated, local attacker to e...Show more
Multiple vulnerabilities in the fast reload feature of Cisco IOS XE Software running on Cisco Catalyst 3850, Cisco Catalyst 9300, and Cisco Catalyst 9300L Series Switches could allow an authenticated, local attacker to either execute arbitrary code on the underlying operating system, install and boot a malicious software image, or execute unsigned binaries on an affected device. These vulnerabilities are due to improper checks performed by system boot routines. To exploit these vulnerabilities, the attacker would need privileged access to the CLI of the device. A successful exploit could allow the attacker to either execute arbitrary code on the underlying operating system or execute unsigned code and bypass the image verification check part of the secure boot process. For more information about these vulnerabilities, see the Details section of this advisory.Show less
1Cisco
1Ios Xe
Nov 21, 2024
Mar 24, 2021
N/A· v4
6.8 MEDIUM· v3
7.2 HIGH· v2
A vulnerability in the software image verification functionality of Cisco IOS XE Software for the Cisco Catalyst 9000 Family of switches could allow an unauthenticated, physical attacker to execute unsigned code at syste...Show more
A vulnerability in the software image verification functionality of Cisco IOS XE Software for the Cisco Catalyst 9000 Family of switches could allow an unauthenticated, physical attacker to execute unsigned code at system boot time. The vulnerability is due to an improper check in the code function that manages the verification of the digital signatures of system image files during the initial boot process. An attacker could exploit this vulnerability by loading unsigned software on an affected device. A successful exploit could allow the attacker to boot a malicious software image or execute unsigned code and bypass the image verification check part of the secure boot process of an affected device. To exploit this vulnerability, the attacker would need to have unauthenticated physical access to the device or obtain privileged access to the root shell on the device.Show less
1Dr.web
1Security Space
Nov 21, 2024
Mar 8, 2021
N/A· v4
7.8 HIGH· v3
7.2 HIGH· v2
Dr.Web Security Space versions 11 and 12 allow elevation of privilege for local users without administrative privileges to NT AUTHORITY\SYSTEM due to insufficient control during autoupdate.
2Fedoraproject
Keylime
2Fedora
Keylime
Nov 21, 2024
Feb 25, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
A flaw was found in keylime 5.8.1 and older. The issue in the Keylime agent and registrar code invalidates the cryptographic chain of trust from the Endorsement Key certificate to agent attestations.