Lucene search
+L

2195 matches found

Code423n4
Code423n4
added 2023/08/28 12:0 a.m.14 views

Accounting for Fixed_Fee and Base_Fee twice leading to less amount or token recieved

Lines of code Vulnerability details Impact There are multiple instances where fees is deducted twice. I will explain this with one function similar logic follows in other functions as well.So whenever the swapGivenInputAmount function is called by the user with inputAmount provided by the user th...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/28 12:0 a.m.13 views

Potential pools unavailable

Lines of code Vulnerability details Impact The function getPointGivenXandUtility may always rollback and report an error CurveError. Proof of Concept According to the formula y = k^2 u^2/aku + x - bku, it is possible to find the other coordinates of a point on the curve when given a u and a...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/28 12:0 a.m.16 views

Liquidity concentration rate is reduced by the use of timestamp instead of block number

Lines of code Vulnerability details Impact Liquidity concentration rate is reduced by the use of timestamp instead of block number Proof of Concept The document states that This primitive can passively update liquidity concentration over time. You can think of it like a hybrid between a Balancer...

6.7AI score
SaveExploits0
NVD
NVD
added 2023/08/22 7:16 p.m.20 views

CVE-2020-35357

A buffer overflow can occur when calculating the quantile value using the Statistics Library of GSL GNU Scientific Library, versions 2.5 and 2.6. Processing a maliciously crafted input data for gslstatsquantilefromsorteddata of the library may lead to unexpected application termination or arbitra...

6.5CVSS6.9AI score0.00883EPSS
SaveExploits0References4
OSV
OSV
added 2023/08/22 7:16 p.m.8 views

AZL-43711 CVE-2020-35357 affecting package gsl 2.6-3

A buffer overflow can occur when calculating the quantile value using the Statistics Library of GSL GNU Scientific Library, versions 2.5 and 2.6. Processing a maliciously crafted input data for gslstatsquantilefromsorteddata of the library may lead to unexpected application termination or arbitra...

6.5CVSS7AI score0.00883EPSS
SaveExploits0References1
OSV
OSV
added 2023/08/22 7:16 p.m.1 views

DEBIAN-CVE-2020-35357

A buffer overflow can occur when calculating the quantile value using the Statistics Library of GSL GNU Scientific Library, versions 2.5 and 2.6. Processing a maliciously crafted input data for gslstatsquantilefromsorteddata of the library may lead to unexpected application termination or arbitra...

6.5CVSS7AI score0.00883EPSS
SaveExploits0References1
OSV
OSV
added 2023/08/22 7:16 p.m.10 views

UBUNTU-CVE-2020-35357

A buffer overflow can occur when calculating the quantile value using the Statistics Library of GSL GNU Scientific Library, versions 2.5 and 2.6. Processing a maliciously crafted input data for gslstatsquantilefromsorteddata of the library may lead to unexpected application termination or arbitra...

6.5CVSS6.9AI score0.00883EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2023/08/22 7:16 p.m.14 views

CVE-2020-35357

A buffer overflow can occur when calculating the quantile value using the Statistics Library of GSL GNU Scientific Library, versions 2.5 and 2.6. Processing a maliciously crafted input data for gslstatsquantilefromsorteddata of the library may lead to unexpected application termination or arbitra...

6.5CVSS6.9AI score0.00883EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2023/08/21 12:0 a.m.11 views

Auctions run at significantly different speeds for different prize tiers

Lines of code Vulnerability details Comments The V5 implementation delegates the task of claiming prizes to a network of claimers. The fees received by a claimer are calculated based on a dutch auction and limited based on the prize size of the highest tier the smallest prize. As a result, it is...

6.8AI score
SaveExploits0
ICS
ICS
added 2023/08/15 6:0 a.m.33 views

Rockwell Automation Armor PowerFlex

1. EXECUTIVE SUMMARY ​CVSS v3 7.5 ​ATTENTION: Exploitable remotely/low attack complexity ​Vendor: Rockwell Automation ​Equipment: Armor PowerFlex ​Vulnerability: Incorrect Calculation 2. RISK EVALUATION ​Successful exploitation of this vulnerability could allow an attacker to send an influx of...

8.6CVSS8.3AI score0.00637EPSS
SaveExploits0References8
Zero Day Initiative
Zero Day Initiative
added 2023/08/14 12:0 a.m.37 views

Microsoft Windows CLFS Incorrect Integer Conversion Local Privilege Escalation Vulnerability

This vulnerability allows local attackers to escalate privileges on affected installations of Microsoft Windows. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this vulnerability. The specific flaw exists within the clfs.sys drive...

8.8CVSS7AI score0.12053EPSS
SaveExploits1References1
Code423n4
Code423n4
added 2023/08/10 12:0 a.m.14 views

the claim function may underFlow when it calculate the claimEnd

Lines of code Vulnerability details Impact in the claim function there is possibility of the underflow which lead the transaction to revert, the function may underflow in this line uint256 claimEnd = Math.mincurrEpoch - WEEK, claimUpToTimestamp because the currEpoch will return the current epoch...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/10 12:0 a.m.14 views

Misaligned Epoch Calculation for Reward Claims

Lines of code Vulnerability details Impact When users attempt to claim rewards, the contract calculates the claimEnd and subsequently updates the userClaimedEpoch using claimEnd + WEEK. This might result in misaligned epochs in scenarios where claimUpToTimestamp is less than or more than a week. ...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/10 12:0 a.m.12 views

getPastCirculatingSupply() returns the ARB token supply instead of circulating votes supply

Lines of code Vulnerability details Bug Description In ArbitrumGovernorVotesQuorumFractionUpgradeable, the getPastCirculatingSupply function is used when calculating quorum for proposals: ArbitrumGovernorVotesQuorumFractionUpgradeable.solL31-L35 /// @notice Get "circulating" votes supply; i.e.,...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/10 12:0 a.m.10 views

block.number DOES NOT PROVIDE A FAIR EVALUATION OF TIME MEASUREMENTS WITHIN FUNCTIONS

Lines of code Vulnerability details Impact The SecurityCouncilMemberElectionGovernorCountingUpgradeable.votesToWeight function is used to calculate the weight of a vote for a given proposal, block number, and number of votes. During the weight calculation the weight given for each vote depends on...

6.7AI score
SaveExploits0
NVD
NVD
added 2023/08/08 6:15 p.m.43 views

CVE-2023-36876

Reliability Analysis Metrics Calculation RacTask Elevation of Privilege Vulnerability...

7.1CVSS7.1AI score0.00545EPSS
SaveExploits0References1
OSV
OSV
added 2023/08/08 6:15 p.m.10 views

CVE-2023-36876

Reliability Analysis Metrics Calculation RacTask Elevation of Privilege Vulnerability...

7.1CVSS7.3AI score0.00545EPSS
SaveExploits0References1
OSV
OSV
added 2023/08/08 6:15 p.m.7 views

CVE-2023-35379

Reliability Analysis Metrics Calculation Engine RACEng Elevation of Privilege Vulnerability...

7.8CVSS7.3AI score0.00648EPSS
SaveExploits0References1
NVD
NVD
added 2023/08/08 6:15 p.m.32 views

CVE-2023-35379

Reliability Analysis Metrics Calculation Engine RACEng Elevation of Privilege Vulnerability...

7.8CVSS7.8AI score0.00648EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2023/08/08 6:15 p.m.4 views

CVE-2023-35379

Reliability Analysis Metrics Calculation Engine RACEng Elevation of Privilege Vulnerability...

7.8CVSS7.2AI score0.00648EPSS
SaveExploits0References2Affected Software2
Rows per page
Query Builder