019b3844-b509-718d-95ae-017c154a0531
Open this run to answer one question: is this real attacker-relevant behavior with real impact, or just normal contract plumbing?
| ID | Type | Status | Attempts | Heartbeat |
|---|---|---|---|---|
| 19029 | artifact.fetch | complete | 1 / 3 | 3 months ago |
| 19030 | tool.cast_disasm | complete | 1 / 3 | 3 months ago |
| 62518 | analysis.bundle | complete | 1 / 3 | 1 week ago |
| 62519 | capability.graph | complete | 1 / 3 | 1 week ago |
| 62520 | detector.run | complete | 1 / 3 | 1 week ago |
| 62521 | validation.fork | complete | 1 / 3 | 1 week ago |
No slither job recorded yet.
No codex job recorded yet.
00000000: RETURNDATASIZE 00000001: RETURNDATASIZE 00000002: CALLER 00000003: PUSH14 0xa6fa31f5fc51c1640aac76866750 00000012: EQ 00000013: PUSH1 0x51 00000015: JUMPI 00000016: CALLDATASIZE 00000017: RETURNDATASIZE 00000018: RETURNDATASIZE 00000019: CALLDATACOPY 0000001a: CALLDATASIZE 0000001b: RETURNDATASIZE 0000001c: PUSH32 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc 0000003d: SLOAD 0000003e: GAS 0000003f: DELEGATECALL 00000040: RETURNDATASIZE 00000041: PUSH1 0x00 00000043: DUP1 00000044: RETURNDATACOPY 00000045: PUSH1 0x4c 00000047: JUMPI 00000048: RETURNDATASIZE 00000049: PUSH1 0x00 0000004b: REVERT 0000004c: JUMPDEST 0000004d: RETURNDATASIZE 0000004e: PUSH1 0x00 00000050: RETURN 00000051: JUMPDEST 00000052: RETURNDATASIZE 00000053: CALLDATALOAD 00000054: PUSH1 0x20 00000056: CALLDATALOAD 00000057: SSTORE 00000058: PUSH1 0x40 0000005a: DUP1 0000005b: CALLDATASIZE 0000005c: GT 0000005d: ISZERO 0000005e: PUSH1 0x4c 00000060: JUMPI 00000061: CALLDATASIZE 00000062: SUB 00000063: DUP1 00000064: PUSH1 0x40 00000066: RETURNDATASIZE 00000067: CALLDATACOPY 00000068: RETURNDATASIZE 00000069: RETURNDATASIZE 0000006a: CALLDATALOAD 0000006b: GAS 0000006c: DELEGATECALL 0000006d: RETURNDATASIZE 0000006e: PUSH1 0x00 00000070: DUP1 00000071: RETURNDATACOPY 00000072: PUSH1 0x4c 00000074: JUMPI 00000075: RETURNDATASIZE 00000076: PUSH1 0x00 00000078: REVERT
Warning: This is a nightly build of Foundry. It is recommended to use the latest stable version. To mute this warning set `FOUNDRY_DISABLE_NIGHTLY_WARNING` in your environment.
| Severity | Category | Tool | Title | Confidence | Validated | Confirmed | Details |
|---|---|---|---|---|---|---|---|
| high | upgradeability | detector | Untrusted DELEGATECALL target reachable | 55 | no | no |
viewtrace_id: 0xbeade664f59dcbd9ecc8f6deebf6ac8962029bbd658b54a57a2a12cbded7cc55
call_targets:
0x00000000000060d035a8002956b5fb02e3968eec
target_varies:
no
classification:
constant_target
validation_json{
"sink": "DELEGATECALL",
"errors": 0,
"status": "sink_reached",
"attempts": 1,
"trace_id": "0xbeade664f59dcbd9ecc8f6deebf6ac8962029bbd658b54a57a2a12cbded7cc55",
"confirmed": false,
"trace_mode": "callTracer",
"call_targets": [
"0x00000000000060d035a8002956b5fb02e3968eec"
],
"matched_probe": null,
"target_varies": false,
"classification": "constant_target"
}
witness_json{
"notes": "heuristic witness; entrypoints are best-effort selectors with zeroed calldata",
"constraints": [],
"entrypoints": [
{
"calldata": "0x",
"selector": "fallback",
"calldata_variants": [
"0x"
]
}
]
}
evidence_json{
"examples": [
{
"pc": 63,
"opcode": "DELEGATECALL",
"returndata_checked": null,
"value_expression_category": "n/a",
"target_expression_category": "computed"
},
{
"pc": 108,
"opcode": "DELEGATECALL",
"returndata_checked": null,
"value_expression_category": "n/a",
"target_expression_category": "computed"
}
],
"guards_detected": [
{
"pc": 18,
"type": "msg_sender_eq_const",
"value": 3.386702496978595e+33
}
],
"delegatecall_count": 2,
"untrusted_delegatecall_count": 2
}
|