Lucene search
+L

873 matches found

Code423n4
Code423n4
added 2023/11/10 12:00 a.m.29 views

Vulnerability in Token Withdrawal Function

Lines of code Vulnerability details Impact Flawed logic in token withdrawal function allows for selective withdrawal of high-value tokens and fails in single-token scenarios. // Sum up total amount of each token to withdraw. uint256 memory withdrawAmounts = new uint256; IERC20 prevToken; for...

7AI score
SaveExploits0
CNNVD
CNNVD
added 2023/11/07 12:00 a.m.9 views

Number withdrawn

Online Matrimonial Project is an online marriage recruitment program. This CVE number has been withdrawn...

6.9AI score
SaveExploits0References4
Code423n4
Code423n4
added 2023/11/06 12:00 a.m.10 views

paucheTranche state can be set to arbitrary value

Lines of code Vulnerability details Impact paucheTranche state can be set to arbitrary value Proof of Concept the protocol has this concept of tranche id and borrower tier, the higher borrower tier means high risk lower borrower tier means low risk but when liquidation happens if the...

7.2AI score
SaveExploits0
CNNVD
CNNVD
added 2023/11/02 12:00 a.m.7 views

Number withdrawn

Online Bus Booking System is an online bus booking system. This CVE number has been withdrawn...

6.9AI score
SaveExploits0References3
CNNVD
CNNVD
added 2023/10/31 12:00 a.m.9 views

Number withdrawn

Online Blood Bank Management System is an online blood bank management system. This CVE number has been withdrawn...

6.9AI score
SaveExploits0References3
CNNVD
CNNVD
added 2023/10/31 12:00 a.m.13 views

Number withdrawn

Online Blood Bank Management System is an online blood bank management system. This CVE number has been withdrawn...

6.9AI score
SaveExploits0References4
OSV
OSV
added 2023/10/30 6:30 p.m.14 views

GHSA-4FRV-5FJ6-4P25 Duplicate Advisory: NATS.io: Adding accounts for just the system account adds auth bypass

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-fr2g-9hjm-wr23. This link is maintained to preserve external references. Original Description NATS nats-server before 2.9.23 and 2.10.x before 2.10.2 has an authentication bypass. An implicit $G user in an...

6.5AI score
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2023/10/25 6:17 p.m.6 views

CVE-2023-39817

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

5.7AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2023/10/25 6:17 p.m.8 views

CVE-2023-39814

DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

5.7AI score
SaveExploits0References1
NVD
NVD
added 2023/10/25 6:17 p.m.12 views

CVE-2023-39814

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

6.6AI score
SaveExploits0
NVD
NVD
added 2023/10/25 6:17 p.m.12 views

CVE-2023-23767

Rejected reason: This CVE ID has been rejected or withdrawn by GitHub as it was issued in error...

6.6AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/10/25 12:00 a.m.9 views

PT-2023-27121 · Undefined · Undefined

Name of the Vulnerable Software and Affected Versions: No vulnerable software or affected versions specified. Description: The issue was investigated and found not to be a security issue. It was withdrawn by its CNA. Recommendations: At the moment, there is no information about a newer version th...

6.3AI score
SaveExploits0References2
Code423n4
Code423n4
added 2023/10/25 12:00 a.m.23 views

[ADRIRO-NEW-H-01] VotiumStrategy withdrawal can still be executed with minimal delay

Lines of code Vulnerability details Summary Within the mitigation changes, the sponsor has introduced a minimum delay of one epoch for VotiumStrategy withdrawals, in order to mitigate different issues related to the exposure to CVX . The fix contains an edge case which could still be used to make...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2023/10/25 12:00 a.m.13 views

[H-02] Mitigation error: Null Votium withdrawal requests are queued last

Lines of code Vulnerability details Description When a request to withdraw is placed such that VotiumStrategy.requestWithdraw0 is called, this queues it to the end of all previous withdrawal requests as if an infinitesimal amount is to be withdrawn, incurring an artificially prolonged withdrawal...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/10/25 12:00 a.m.17 views

M-08 Unmitigated

Lines of code Vulnerability details Lines of code Vulnerability details Mitigation of M-08: Issue mitigated with ERROR Mitigated issue M-08: Inflation attack in VotiumStrategy The issue was that the price of afEth and of vAfEth could be inflated by donating underlying assets. Mitigation review Al...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/10/25 12:00 a.m.19 views

H-01 Unmitigated

Lines of code Vulnerability details Mitigation of H-01: Mitigation Error, see comments Link to Issue: code-423n4/2023-09-asymmetry-findings62 Comments The sponsor has provided a detailed response in the following comment: code-423n4/2023-09-asymmetry-findings62 comment In summary their analysis i...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/10/25 12:00 a.m.26 views

M-05 Unmitigated

Lines of code Vulnerability details Original Issue M-05: Reward sandwiching in VotiumStrategy Details The issue outlined above is about making instant profit by depositing before the boost happens and withdrawing right after the boost occurs. Those who locked their positions for 16+ weeks get the...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2023/10/25 12:00 a.m.22 views

Introduce minEpoch to prevent withdrawal requests being front-runned

Lines of code Vulnerability details Original Issue M-04: VotiumStrategy withdrawal queue fails to consider available unlocked tokens causing different issues in the withdraw process Issue Details The issue raised above occured whenever there was an unlocked balance which could be used to fulfill...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/10/25 12:00 a.m.23 views

M-05 Unmitigated

Lines of code Vulnerability details Mitigation of M-05: Mitigation Error, see comments Link to Issue: code-423n4/2023-09-asymmetry-findings45 Comments To mitigate M-05, the sponsor has added a delay of one epoch when the available CVX balance is enough to cover the withdrawal: 81: uint256...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/10/24 12:00 a.m.15 views

Upgraded Q -> 2 from #1553 [1698130820647]

Judge has assessed an item in Issue 1553 as 2 risk. The relevant finding follows: 3- Funds not transferred to correct recipient in RdpxDecayingBonds.emergencyWithdraw : Risk : Low The function RdpxDecayingBonds.emergencyWithdraw is used by the admin to pull funds from the contract in case of...

7.1AI score
SaveExploits0
Rows per page
Query Builder