Lucene search
+L

6392 matches found

NVD
NVD
โ€ขadded 2023/05/16 10:15 p.m.โ€ข11 views

CVE-2021-0015

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

6.5AI score
SaveExploits0
NVD
NVD
โ€ขadded 2023/05/16 10:15 p.m.โ€ข16 views

CVE-2021-0017

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

6.5AI score
SaveExploits0
NVD
NVD
โ€ขadded 2023/05/16 10:15 p.m.โ€ข11 views

CVE-2021-0019

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

6.5AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
โ€ขadded 2023/05/16 10:15 p.m.โ€ข4 views

CVE-2021-0024

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

5.3AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
โ€ขadded 2023/05/16 10:15 p.m.โ€ข3 views

CVE-2021-0017

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

5.3AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
โ€ขadded 2023/05/16 10:15 p.m.โ€ข4 views

CVE-2021-0026

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

5.3AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
โ€ขadded 2023/05/16 10:15 p.m.โ€ข3 views

CVE-2021-0023

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

5.3AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
โ€ขadded 2023/05/16 10:15 p.m.โ€ข4 views

CVE-2021-0016

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

5.3AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
โ€ขadded 2023/05/16 10:15 p.m.โ€ข5 views

CVE-2021-0027

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

5.3AI score
SaveExploits0References1
NVD
NVD
โ€ขadded 2023/05/16 10:15 p.m.โ€ข11 views

CVE-2021-0018

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

6.5AI score
SaveExploits0
NVD
NVD
โ€ขadded 2023/05/16 10:15 p.m.โ€ข12 views

CVE-2021-0024

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

6.5AI score
SaveExploits0
NVD
NVD
โ€ขadded 2023/05/16 10:15 p.m.โ€ข19 views

CVE-2021-0016

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2021. Notes: none...

6.5AI score
SaveExploits0
RedHat Linux
RedHat Linux
โ€ขadded 2023/05/16 8:53 a.m.โ€ข8 views

wayland: libwayland-server wl_shm reference-count overflow

An internal reference count is held on the buffer pool, incremented every time a new buffer is created from the pool. The reference count is maintained as an int; on LP64 systems this can cause the reference count to overflow if the client creates a large number of wlshm buffer objects, or if it...

6.6CVSS6AI score0.00297EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
โ€ขadded 2023/05/16 12:0 a.m.โ€ข24 views

CentOS 8 : wayland (CESA-2023:2786)

The remote CentOS Linux 8 host has packages installed that are affected by a vulnerability as referenced in the CESA-2023:2786 advisory. - An internal reference count is held on the buffer pool, incremented every time a new buffer is created from the pool. The reference count is maintained as an...

6.6CVSS7.2AI score0.00297EPSS
SaveExploits1References2
Code423n4
Code423n4
โ€ขadded 2023/05/15 12:0 a.m.โ€ข16 views

It is possible to override pool params in PoolRegistry.sol since the creator field is never set for a venus pool

Lines of code Vulnerability details Proof of Concept PoolRegistry.createPoolRegistry will call PoolRegistry.registerPool which will make a check on the creator field for a pool. VenusPool memory venusPool = poolByComptrollercomptroller; requirevenusPool.creator == address0, "PoolRegistry: Pool...

6.8AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2023/05/15 12:0 a.m.โ€ข24 views

Inconsistent check for LP balance in AMO

Lines of code Vulnerability details Inconsistent check for LP balance in AMO While pulling LP tokens from the CVXStaker contract, the AMO queries the current available balance using the staked balance, which is inconsistent with the implementation of the withdraw function. Impact Curve LP tokens...

6.6AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2023/05/15 12:0 a.m.โ€ข14 views

Unspent allowance may break functionality in AMO

Lines of code Vulnerability details Unspent allowance may break functionality in AMO An unspent allowance may cause a denial of service during the calls to safeApprove in the AMO contract. Impact The AMO contract uses the safeApprove function to grant the Curve pool permission to spend funds whil...

6.5AI score
SaveExploits0
Code423n4
Code423n4
โ€ขadded 2023/05/15 12:0 a.m.โ€ข12 views

A user asset cannot be seized if the supplied market's collateral to seize(vTokenCollateral)is different than the pool(seizerContract) where the liquidateBorrow function is called.

Lines of code Vulnerability details Impact A user asset cannot be seized if the supplied market's collateral to seizevTokenCollateralis different than the poolseizerContract where the liquidateBorrow function is called. Proof of Concept A user asset cannot be seized if the supplied market's...

6.7AI score
SaveExploits0
Positive Technologies
Positive Technologies
โ€ขadded 2023/05/12 12:0 a.m.โ€ข6 views

PT-2023-23858 ยท Trend Micro ยท Trend Micro Mobile Security

Name of the Vulnerable Software and Affected Versions: Trend Micro Mobile Security Enterprise version 9.8 SP5 Description: The issue allows a remote attacker to execute arbitrary code on affected installations. To exploit this, an attacker must first obtain the ability to execute low-privileged...

8.8CVSS8.8AI score0.02923EPSS
SaveExploits0References10
Code423n4
Code423n4
โ€ขadded 2023/05/11 12:0 a.m.โ€ข10 views

stake() function: The provided stake function lacks checks to prevent a lender from staking multiple NFTs in the same Ajna pool. The function allows any owned position NFT to be staked without considering whether the lender has already staked in the pool. This potentially opens up the system to an abuse where a lender stakes multiple NFTs for the same liquidity position.

Lines of code Vulnerability details Impact The current stake function lacks checks to prevent a lender from staking multiple NFTs in the same Ajna pool. This could lead to an abuse of the system where a lender stakes multiple NFTs for the same liquidity position, potentially earning more rewards...

6.7AI score
SaveExploits0
Rows per page
Query Builder