The test suite includes a function named test_EverythingWorksFine
, test_EverythingWorksFine1
,test_EverythingWorksFine2
, test_EverythingWorksFine3
, which executes arbitrary commands on the user's machine. This presents a significant security risk, as such commands could potentially extract sensitive data, establish a reverse shell for remote control, search for passwords, or install malware
The dangerous test of these test is the following one:
as it deletes library files from your desktop, the command can be easily modifed to execute more dangerous commands such as exporting API_KEYS or erase all data on the user's root filesystem.
This issue is categorized as HIGH due to the direct risk it poses to funds and sensitive information.
The test, as it stands, is harmful, as it is used to delete data from the user's root filesystem..
Manual Review
Always exercise caution before running third-party programs on your system. and disable ffi on foundry.toml to avoid any unexpected behaviors
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.