Lucene search
+L

15464 matches found

CVE
CVE
added 2023/01/20 12:00 a.m.69 views

CVE-2020-22659

CVE-2020-22659 affects multiple CommScope/Ruckus products (R310/R500/R600/T300/T301n/T301s, SCG200, SZ-100/SZ-300/vSZ, ZoneDirector 1100/1200/3000/5000) and enables attackers to exploit official system image signatures to inject unauthorized image signatures. The common root cause is manipulation...

7.5CVSS7.5AI score0.00313EPSS
SaveExploits0References2Affected Software1
Code423n4
Code423n4
added 2023/01/20 12:00 a.m.12 views

Wrong check isContract for Permit

Lines of code Vulnerability details Impact In function: requireSignature. The validation to check whether the msg.sender is a smart contract is not enough in this case. Anyone could bypass that check by calling that function from the constructor of a newly deployed contract. Therefore not the rig...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/01/19 12:00 a.m.12 views

A user can use the same proof for a commitment more than 1 time

Lines of code Vulnerability details Impact A user can use the same commitment signature and merkleData more than 1 time to obtain another loan. Proof of Concept A user needs to make some procedures to take a loan against an NFT. Normally the user calls commitToLiens in AstariaRouter.sol providing...

6.7AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2023/01/17 10:34 a.m.43 views

CVE-2022-47629

A vulnerability was found in the Libksba library, due to an integer overflow within the CRL's signature parser. This issue can be exploited remotely for code execution on the target system by passing specially crafted data to the application, for example, a malicious S/MIME attachment...

8.6CVSS6.7AI score0.0155EPSS
SaveExploits2References4
Huntr
Huntr
added 2023/01/17 5:58 a.m.26 views

File Upload Type Validation Error

Description The upload functionality for updating user profile does not properly validate the file content-type, allowing any authenticated user to bypass this security check by adding a valid signature p.e. GIF89 and sending any invalid content-type. This could allow an authenticated attacker to...

6.9AI score
SaveExploits0References1
Code423n4
Code423n4
added 2023/01/17 12:00 a.m.18 views

KYC signature can be reused to regain KYC status

Lines of code Vulnerability details The function addKYCAddressViaSignature of the KYCRegistry contract allows a user to be granted a KYC status using a signature provided by Ondo. The function validates that the signer has the corresponding role for the requirement group and adds the user to the...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/01/17 12:00 a.m.25 views

Reuse of signature to get KYCd after it has been removed

Lines of code Vulnerability details Impact There is no time limit on the validity off KYC digests and users with a removed KYC are not saved. If a issuer of such a digest is either compromised or if they by mistake issue a digest with a deadline far into the future a user could reuse the same...

6.5AI score
SaveExploits0
Code423n4
Code423n4
added 2023/01/16 12:00 a.m.23 views

Signature Replay no nonce

Lines of code Vulnerability details Impact There is a signature replay vulnerability. That means that the signature can be reused in the same contract from anyone calling. The vulnerability relies in the fact that there is no nonce specified for every caller. This means that you can take a...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/01/16 12:00 a.m.13 views

Re-use Signature in different chains and contract from the same chain

Lines of code Vulnerability details Impact There is a signature vulnerability where you can re-use it in different chains and contracts. The vulnerability relies in the fact that there is no chainId specified neither addressthis inside the hash expected message: bytes32 expectedMessage =...

6.7AI score
SaveExploits0
OpenVAS
OpenVAS
added 2023/01/13 12:00 a.m.25 views

MatrixSSL < 4.2.2 Private Key Computation Vulnerability

MatrixSSL is prone to a private key computation vulnerability. This VT has been deprecated and merged into the VT SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders...

5.9CVSS6.1AI score0.0124EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2023/01/12 4:49 p.m.67 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.8.56 packages and security update

Red Hat OpenShift Container Platform release 4.8.56 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.8. Red Hat Product Security has rated this update as having a...

8.8CVSS6.6AI score0.78004EPSS
SaveExploits0References17
RedHat Linux
RedHat Linux
added 2023/01/12 4:49 p.m.10 views

plugin: Non-constant time webhook signature comparison in GitHub Plugin

Jenkins GitHub Plugin 1.34.4 and earlier uses a non-constant time comparison function when checking whether the provided and computed webhook signatures are equal, allowing attackers to use statistical methods to obtain a valid webhook signature...

5.3CVSS5.8AI score0.00839EPSS
SaveExploits0References5
OpenVAS
OpenVAS
added 2023/01/12 12:00 a.m.35 views

Huawei EulerOS: Security Advisory for bind (EulerOS-SA-2023-1183)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS8AI score0.02982EPSS
SaveExploits0References2
OSV
OSV
added 2023/01/09 11:24 a.m.10 views

USN-5787-2 libksba vulnerability

USN-5787-1 fixed vulnerabilities in Libksba. This update provides the corresponding updates for Ubuntu 16.04 ESM and Ubuntu 14.04 ESM. Original advisory details: It was discovered that Libksba incorrectly handled parsing CRL signatures. A remote attacker could use this issue to cause Libksba to...

9.8CVSS7.1AI score0.0155EPSS
SaveExploits2References2
OSV
OSV
added 2023/01/09 10:13 a.m.7 views

SUSE-SU-2023:0056-1 Security update for libksba

This update for libksba fixes the following issues: - CVE-2022-47629: Fixed an integer overflow vulnerability in the CRL signature parser bsc1206579...

9.8CVSS9.6AI score0.0155EPSS
SaveExploits2References3
Code423n4
Code423n4
added 2023/01/09 12:00 a.m.13 views

SmartAccount authorization can be bypassed using a contract signature

Lines of code Vulnerability details SmartAccount authorization can be bypassed using a contract signature The SmartAccount wallet supports contract signatures defined by EIP1271, similar to how Gnosis Safe does. Transactions to the wallet can be authorized by a contract that implements the...

7AI score
SaveExploits0
OpenVAS
OpenVAS
added 2023/01/09 12:00 a.m.42 views

Huawei EulerOS: Security Advisory for bind (EulerOS-SA-2023-1093)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS7AI score0.03151EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2023/01/09 12:00 a.m.11 views

_validateSignature should not revert on invalid signature (EIP-4337)

Lines of code Vulnerability details Impact Results in unexpected behavior in the EntryPoint contract. Proof of Concept As said in the official specification of EIP-4337: "If the account does not support signature aggregation, it MUST validate the signature is a valid signature of the userOpHash,...

6.8AI score
SaveExploits0
OpenVAS
OpenVAS
added 2023/01/09 12:00 a.m.20 views

SUSE: Security Advisory (SUSE-SU-2023:0056-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS9.8AI score0.0155EPSS
SaveExploits2References2
Code423n4
Code423n4
added 2023/01/09 12:00 a.m.36 views

Lack of owner verification in EIP-1271 signature check

Lines of code Vulnerability details Description In the checkSignatures there are checks that the signer is the account owner, but in the case of EIP-1271 signature check there are no such checks: // If v is 0 then it is a contract signature // When handling contract signatures the address of the...

6.7AI score
SaveExploits0
Rows per page
Query Builder