Ondo Finance - bareli's results

Institutional-Grade Finance, Now Onchain.

General Information

Platform: Code4rena

Start Date: 29/03/2024

Pot Size: $36,500 USDC

Total HM: 5

Participants: 72

Period: 5 days

Judge: 3docSec

Total Solo HM: 1

Id: 357

League: ETH

Ondo Finance

Findings Distribution

Researcher Performance

Rank: 41/72

Findings: 1

Award: $8.28

🌟 Selected for report: 0

🚀 Solo Findings: 0

Lines of code

https://github.com/code-423n4/2024-03-ondo-finance/blob/main/contracts/ousg/ousgInstantManager.sol#L479

Vulnerability details

Impact

Detailed description of the impact of this finding. In the getOUSGPrice() function we are not accepting the oracle price when it is equal to getOUSGPrice().

Proof of Concept

Provide direct links to all referenced code in GitHub. Add screenshots, logs, or any other relevant proof that illustrates the concept.

function getOUSGPrice() public view returns (uint256 price) { (price, ) = oracle.getPriceData(); require( @> price > MINIMUM_OUSG_PRICE, "OUSGInstantManager::getOUSGPrice: Price unexpectedly low" ); }

Tools Used

price >= MINIMUM_OUSG_PRICE,

Assessed type

Oracle

#0 - c4-pre-sort

2024-04-04T03:53:49Z

0xRobocop marked the issue as duplicate of #338

#1 - c4-judge

2024-04-09T09:25:56Z

3docSec changed the severity to QA (Quality Assurance)

#2 - c4-judge

2024-04-09T09:27:33Z

3docSec marked the issue as grade-b

AuditHub

A portfolio for auditors, a security profile for protocols, a hub for web3 security.

Built bymalatrax © 2024

Auditors

Browse

Contests

Browse

Get in touch

ContactTwitter