Platform: Code4rena
Start Date: 16/10/2023
Pot Size: $60,500 USDC
Total HM: 16
Participants: 131
Period: 10 days
Judge: 0xTheC0der
Total Solo HM: 3
Id: 296
League: ETH
Rank: 77/131
Findings: 2
Award: $16.72
🌟 Selected for report: 0
🚀 Solo Findings: 0
🌟 Selected for report: 0xpiken
Also found by: 0xCiphky, 0xComfyCat, 0xStalin, 0xhegel, 0xkazim, 3docSec, AM, Aymen0909, CaeraDenoir, DeFiHackLabs, Drynooo, Eigenvectors, Fulum, HALITUS, HChang26, Jiamin, Juntao, LokiThe5th, Mike_Bello90, MiloTruck, QiuhaoLi, Silvermist, SovaSlava, SpicyMeatball, T1MOH, Toshii, TrungOre, TuringConsulting, Vagner, Yanchuan, ZdravkoHr, _nd_koo, almurhasan, audityourcontracts, ayden, cartlex_, circlelooper, crunch, cu5t0mpeo, deth, erictee, ggg_ttt_hhh, gizzy, gumgumzum, hash, jasonxiale, josephdara, ke1caM, kodyvim, lanrebayode77, marqymarq10, max10afternoon, nirlin, nonseodion, osmanozdemir1, peter, radev_sw, rvierdiiev, said, serial-coder, sl1, smiling_heretic, squeaky_cactus, stackachu, tallo, trachev, zaevlad
0.0606 USDC - $0.06
https://github.com/code-423n4/2023-10-wildcat/blob/main/src/market/WildcatMarket.sol#L142
The inability to close markets has the following consequences:
The WildcatMarket.closeMarket()
function has the onlyController
modifier. Thus, it can only be called by the controller. The controller, however, has no code to call this function, making it effectively uncallable.
function closeMarket() external onlyController nonReentrant {
Manual review.
A closeMarket()
function should be added to WildcatMarketController
that is callable by the borrower and calls the WildcatMarket.closeMarket()
function to close a market.
Other
#0 - c4-pre-sort
2023-10-27T07:25:28Z
minhquanym marked the issue as duplicate of #147
#1 - c4-judge
2023-11-07T14:05:57Z
MarioPoneder marked the issue as partial-50
#2 - c4-judge
2023-11-07T14:16:53Z
MarioPoneder changed the severity to 3 (High Risk)
🌟 Selected for report: 3docSec
Also found by: 0xCiphky, 0xbepresent, 0xbrett8571, Eigenvectors, MiloTruck, Toshii, Tricko, TrungOre, ZdravkoHr, b0g0, caventa, cu5t0mpeo, deth, ggg_ttt_hhh, gizzy, joaovwfreire, josephdara, serial-coder, smiling_heretic, stackachu
16.6643 USDC - $16.66
Judge has assessed an item in Issue #601 as 2 risk. The relevant finding follows:
[L-01] Interest rate constraints are not enforced when market interest rate is changed
#0 - c4-judge
2023-11-09T15:21:35Z
MarioPoneder marked the issue as duplicate of #196
#1 - c4-judge
2023-11-09T15:21:41Z
MarioPoneder marked the issue as satisfactory