Lucene search
+L

9652 matches found

vulnersOsv
vulnersOsv
added 2021/10/12 4:1 p.m.9 views

cloud-backup (=1.0.0), samsteady-python-crypto (>=1.0.2 <=1.0.17) potentially affected by CVE-2020-8897 via aws-encryption-sdk (>=1.3.7 <=1.4.1)

aws-encryption-sdk PYPI version =1.3.7, =1.0.2, =1.0.17 Source cves: CVE-2020-8897 Source advisory: OSV:GHSA-WQGP-VPHW-HPHF...

8.1CVSS7.4AI score0.00394EPSS
SaveExploits1
OSV
OSV
added 2021/10/11 5:9 p.m.31 views

GHSA-3F99-HVG4-QJWJ Insecure random number generation in keypair

Description and Impact A bug in the pseudo-random number generator used by keypair versions up to and including 1.0.3 could allow for weak RSA key generation. This could enable an attacker to decrypt confidential messages or gain authorized access to an account belonging to the victim. We recomme...

8.7CVSS7.5AI score0.02993EPSS
SaveExploits1References6
vulnersOsv
vulnersOsv
added 2021/10/08 12:0 p.m.3 views

aes-keywrap-rs (>=0.1.0 <=0.2.0), shadowsocks (>=1.10.0 <=1.12.3) +1 more potentially affected by CVE-2021-45709 via crypto2 (=0.1.2)

crypto2 CARGO version =0.1.2 is affected by a known vulnerability. The following packages have a transitive dependency on crypto2 and may be impacted: - aes-keywrap-rs =0.1.0, =1.10.0, =0.1.0, =0.2.5 Source cves: CVE-2021-45709 Source advisory: OSV:RUSTSEC-2021-0121...

9.8CVSS7.2AI score0.00753EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2021/10/07 2:17 p.m.57 views

Moderate: Red Hat Security Advisory: OpenShift Container Storage 3.11.z Container Images Security and Bug Fix Update

Updated container images that fix various bugs are now available for Red Hat OpenShift Container Storage 3.11 Update 8 in the Red Hat Container Registry. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score,...

6.5CVSS6.7AI score0.03692EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2021/10/07 12:0 a.m.22 views

openSUSE 15 Security Update : libcryptopp (openSUSE-SU-2021:3301-1)

The remote SUSE Linux SUSE15 host has packages installed that are affected by a vulnerability as referenced in the openSUSE-SU-2021:3301-1 advisory. - Crypto++ aka cryptopp and libcrypto++ 5.6.4 contained a bug in its ASN.1 BER decoding routine. The library will allocate a memory block based on t...

7.5CVSS7.5AI score0.04202EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2021/10/07 12:0 a.m.16 views

Fedora: Security Advisory for cryptopp (FEDORA-2021-8b14da0538)

The remote host is missing an update for the Copyright C 2021 Greenbone Networks GmbH 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-or-later This program is free software; you can...

5.9CVSS5.8AI score0.01157EPSS
SaveExploits1References2
OpenVAS
OpenVAS
added 2021/10/07 12:0 a.m.18 views

Fedora: Security Advisory for cryptopp (FEDORA-2021-6788250ea4)

The remote host is missing an update for the Copyright C 2021 Greenbone Networks GmbH 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-or-later This program is free software; you can...

5.9CVSS5.8AI score0.01157EPSS
SaveExploits1References2
OpenVAS
OpenVAS
added 2021/10/07 12:0 a.m.19 views

SUSE: Security Advisory (SUSE-SU-2021:3301-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2021 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.5CVSS7.6AI score0.04202EPSS
SaveExploits0References2
OSV
OSV
added 2021/10/06 7:41 p.m.8 views

MGASA-2021-0468 Updated libcryptopp packages fix security vulnerability

The ElGamal implementation in Crypto++ through 8.5 allows plaintext recovery because, during interaction between two cryptographic libraries, a certain dangerous combination of the prime defined by the receiver's public key, the generator defined by the receiver's public key, and the sender's...

5.9CVSS5.6AI score0.01157EPSS
SaveExploits1References3
Code423n4
Code423n4
added 2021/10/06 12:0 a.m.8 views

ConcentratedLiquidityPoolManager: incorrect calculation of secondsUnclaimed

Handle hickuphh3 Vulnerability details Impact The subtraction of secondsClaimed should be performed after the left shifting of bits in uint256 secondsUnclaimed = maxTime - incentive.startTime 128 - incentive.secondsClaimed; Recommended Mitigation Steps uint256 secondsUnclaimed = maxTime -...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/10/06 12:0 a.m.9 views

Wrong subtraction from reserve in burn

Handle pauliax Vulnerability details Impact function burn should subtract amount0 and amount1, not only fees from reserve0 and reserve1 here as whole amounts are withdrawn: reserve0 -= uint128amount0fees; reserve1 -= uint128amount1fees; Recommended Mitigation Steps reserve0 -= uint128amount0;...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/10/06 12:0 a.m.9 views

Wrong index when accessing incentives

Handle pauliax Vulnerability details Impact Should be incentiveId, not positionId here: Incentive memory incentive = incentivespoolpositionId; Recommended Mitigation Steps Incentive memory incentive = incentivespoolincentiveId; --- The text was updated successfully, but these errors were...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/10/06 12:0 a.m.6 views

ConcentratedLiquidityPoolManager: incentive is incorrectly accessed

Handle hickuphh3 Vulnerability details Impact The positionId is used to retrieve the incentive info instead of incentiveId. Incentive storage / memory incentive = incentivesposition.poolpositionId; Recommended Mitigation Steps Incentive storage / memory incentive =...

7AI score
SaveExploits0
OPENSUSE Linux
OPENSUSE Linux
added 2021/10/06 12:0 a.m.69 views

Security update for libcryptopp (moderate)

openSUSE Security Update: Security update for libcryptopp Announcement ID: openSUSE-SU-2021:3301-1 Rating: moderate References: 1015243 Cross-References: CVE-2016-9939 CVSS scores: CVE-2016-9939 NVD : 7.5 CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H Affected Products: openSUSE Leap 15.3 An update...

7.5CVSS7.7AI score0.04202EPSS
SaveExploits0References1
ThreatPost
ThreatPost
added 2021/10/05 2:16 p.m.33 views

Compound DeFi Platform Gives Out $90M

Compound, an Ethereum-based decentralized finance DeFi platform, accidentally gave out $90 million to its users in a botched upgrade. Now, the owners would appreciate it if they gave it back. Compound might even be willing to throw in a 10 percent “reward,” it said. On the flip side, those who...

7.2AI score
SaveExploits0References10
Fedora
Fedora
added 2021/10/05 12:47 a.m.33 views

[SECURITY] Fedora 33 Update: cryptopp-8.6.0-1.fc33

Crypto++ Library is a free C++ class library of cryptographic schemes. See http://www.cryptopp.com/ for a list of supported algorithms. One purpose of Crypto++ is to act as a repository of public domain not copyrighted source code. Although the library is copyrighted as a compilation, the...

5.9CVSS0.1AI score0.01157EPSS
SaveExploits1
HackRead
HackRead
added 2021/10/02 3:42 p.m.29 views

Hackers exploit 2FA flaw to steal crypto from 6,000 Coinbase users

By Waqas working to reimburse the customers for the funds they have lost and help them regain control of their accounts. Here's what happened. This is a post from HackRead.com Read the original post: Hackers exploit 2FA flaw to steal crypto from 6,000 Coinbase users...

2AI score
SaveExploits0
OSV
OSV
added 2021/10/01 12:0 a.m.38 views

ASB-A-180401789

In GPRS encryption support, there is a possible leak of GPRS key material due to improperly used crypto. This could lead to remote information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation...

6.2AI score
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2021/09/30 12:0 a.m.5 views

The vulnerability of the ccp-ops crypto driver in the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the ccp-ops crypto driver in the Linux operating system is related to an uncontrolled consumption of resources. Exploiting this vulnerability can allow a hacker to cause service failures...

5.5CVSS6.6AI score0.00533EPSS
SaveExploits1References36Affected Software5
OSV
OSV
added 2021/09/21 7:13 a.m.16 views

ALBA-2021:3587 opencryptoki bug fix and enhancement update

The opencryptoki packages contain version 2.11 of the PKCS11 API, implemented for IBM Cryptocards, such as IBM 4764 and 4765 crypto cards. These packages includes support for the IBM 4758 Cryptographic CoProcessor with the PKCS11 firmware loaded, the IBM eServer Cryptographic Accelerator FC 4960 ...

7.1AI score
SaveExploits0
Rows per page
Query Builder