Lucene search
+L

2194 matches found

NVD
NVD
added 2022/03/10 5:43 p.m.22 views

CVE-2021-40052

There is an incorrect buffer size calculation vulnerability in the video framework.Successful exploitation of this vulnerability may affect availability...

7.8CVSS0.0077EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2022/03/10 5:43 p.m.6 views

CVE-2021-40048

There is an incorrect buffer size calculation vulnerability in the video framework. Successful exploitation of this vulnerability will affect availability...

7.8CVSS5.9AI score0.0077EPSS
SaveExploits0References3Affected Software3
NVD
NVD
added 2022/03/10 5:43 p.m.32 views

CVE-2021-40048

There is an incorrect buffer size calculation vulnerability in the video framework. Successful exploitation of this vulnerability will affect availability...

7.8CVSS0.0077EPSS
SaveExploits0References2
Prion
Prion
added 2022/03/10 5:43 p.m.24 views

Design/Logic Flaw

There is an incorrect buffer size calculation vulnerability in the video framework.Successful exploitation of this vulnerability may affect availability...

7.8CVSS7.6AI score0.0077EPSS
SaveExploits0References2Affected Software3
Code423n4
Code423n4
added 2022/03/09 12:0 a.m.14 views

Staking tokens can be stolen

Lines of code Vulnerability details Impact The staking contract keeps track of shares of each user. When withdrawing from the staking contract the amount parameter is converted to shares and this value is decreased shares = amount / totalbalance totalshare. This shares calculation rounds down whi...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/03/09 12:0 a.m.15 views

Simple interest calculation is not exact

Lines of code Vulnerability details Impact The borrow rate uses a simple interest formula to compute the accrued debt, instead of a compounding formula. pub fn computeinterestraw state: &mut State, blockheight: u64, balance: Uint256, aterrasupply: Uint256, borrowrate: Decimal256, targetdepositrat...

6.7AI score
SaveExploits0
CVE
CVE
added 2022/03/07 1:51 p.m.95 views

CVE-2021-40048

CVE-2021-40048 is described as an incorrect buffer size calculation vulnerability in the video framework. The available connected documents corroborate this description, noting impact to availability. The NVD entry lists a high CVSS score (3.1: 7.5, AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) and specif...

7.8CVSS7.6AI score0.0077EPSS
SaveExploits0References2Affected Software3
Cvelist
Cvelist
added 2022/03/07 1:51 p.m.28 views

CVE-2021-40048

There is an incorrect buffer size calculation vulnerability in the video framework. Successful exploitation of this vulnerability will affect availability...

7.8AI score0.0077EPSS
SaveExploits0References2
CVE
CVE
added 2022/03/07 1:50 p.m.100 views

CVE-2021-40052

The connected CNVD-2022-20292 and CNNVD-202203-984 entries indicate Huawei EMUI and Magic UI are affected by an incorrect buffer size calculation vulnerability in the video framework, described as impacting usability. No specific affected versions are provided in these documents. A PT-2022-11173 ...

7.8CVSS7.6AI score0.0077EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2022/03/07 1:50 p.m.25 views

CVE-2021-40052

There is an incorrect buffer size calculation vulnerability in the video framework.Successful exploitation of this vulnerability may affect availability...

7.8AI score0.0077EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2022/02/23 12:0 a.m.11 views

getFeePercentageForSafe may send lower fees

Lines of code Vulnerability details Impact May cause lower fees to be calculated Proof of Concept 1. customFeePercentageForSafe = 100 2. customFeePercentageForCollateral = 200 3. slurp gets call which calls getFeePercentageForSafe as part of its interest calculation 4. getFeePercentageForSafe wil...

6.8AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2022/02/22 3:16 p.m.5 views

unbound: integer overflow in a size calculation in dnscrypt/dnscrypt.c

A flaw was found in unbound. An integer overflow in dnscloadlocaldata function may lead to a buffer overflow of the allocated buffer if the size can be controlled by an attacker. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability...

9.8CVSS7.5AI score0.02037EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2022/02/15 12:0 a.m.9 views

no back up action if price oracle fails

Lines of code Vulnerability details Impact In ThecosomataETH.sol the calculateAmountRequiredForLP function makes calculations based on the price fetched from a curvepool oracle. There is no back up action if the price returned is 0 or if the oracle fails. This could result in false calculations i...

6.9AI score
SaveExploits0
Veracode
Veracode
added 2022/02/10 10:4 a.m.14 views

Denial Of Service (DoS)

github.com/open-policy-agent/opa, is vulnerable to denial of service DoS. The vulnerability exists due to Incorrect calculation in defaultLocation function in format.go file allowing an attacker to crash the system...

6.3CVSS3.4AI score0.0103EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2022/02/09 11:52 p.m.12 views

GHSA-9GWQ-6CWJ-47H3 Integer overflow in TFLite array creation

Impact An attacker can craft a TFLite model that would cause an integer overflow in TfLiteIntArrayCreate: cc TfLiteIntArray TfLiteIntArrayCreateint size int allocsize = TfLiteIntArrayGetSizeInBytessize; // ... TfLiteIntArray ret = TfLiteIntArraymallocallocsize; // ... The...

7.6CVSS7.1AI score0.00811EPSS
SaveExploits1References8
Code423n4
Code423n4
added 2022/02/09 12:0 a.m.9 views

Block miscalculations

Lines of code Vulnerability details Impact The updatePool function in MasterChef is supposed to account for all blocks before endBlock. But the if statement checks if the current block is after the deadline. Thus blocks between pool.lastRewardBlock and endBlock won't be accounted for iff...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/02/09 12:0 a.m.18 views

[WP-H8] ConvexStakingWrapper.sol#_calcRewardIntegral Wrong implementation can disrupt rewards calculation and distribution

Lines of code Vulnerability details uint256 bal = IERC20reward.token.balanceOfaddressthis; uint256 dreward = bal - reward.remaining; // send 20 % of cvx / crv reward to treasury if reward.token == cvx || reward.token == crv IERC20reward.token.transfertreasury, dreward / 5; dreward = dreward 4 / 5...

6.7AI score
SaveExploits0
PyPA
PyPA
added 2022/02/04 11:15 p.m.8 views

PYSEC-2022-140

Tensorflow is an Open Source Machine Learning Framework. The implementation of OpLevelCostEstimator::CalculateOutputSize is vulnerable to an integer overflow if an attacker can create an operation which would involve tensors with large enough number of elements. We can have a large enough number ...

6.5CVSS7.2AI score0.00783EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2022/02/04 11:15 p.m.6 views

PYSEC-2022-122

Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in TfLiteIntArrayCreate. The TfLiteIntArrayGetSizeInBytes returns an int instead of a sizet. An attacker can control model inputs such that computedsize overflows the...

8.8CVSS5.9AI score0.00811EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2022/02/04 10:32 p.m.7 views

CVE-2022-23576 Integer overflow in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. The implementation of OpLevelCostEstimator::CalculateOutputSize is vulnerable to an integer overflow if an attacker can create an operation which would involve tensors with large enough number of elements. We can have a large enough number ...

6.5CVSS6.5AI score0.00783EPSS
SaveExploits1References3
Rows per page
Query Builder