019b477e-af56-71c2-9bff-a141bb4165be
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 |
|---|---|---|---|---|
| 21763 | artifact.fetch | complete | 1 / 3 | 3 months ago |
| 21764 | tool.cast_disasm | complete | 1 / 3 | 3 months ago |
| 64762 | analysis.bundle | complete | 1 / 3 | 1 week ago |
| 64763 | capability.graph | complete | 1 / 3 | 1 week ago |
| 64764 | detector.run | complete | 1 / 3 | 1 week ago |
| 64765 | validation.fork | complete | 1 / 3 | 1 week ago |
No slither job recorded yet.
No codex job recorded yet.
00000000: PUSH1 0x00 00000002: DUP1 00000003: DUP1 00000004: DUP1 00000005: DUP1 00000006: CALLDATASIZE 00000007: DUP1 00000008: SWAP3 00000009: DUP1 0000000a: CALLDATACOPY 0000000b: PUSH20 0x3ac40135480b94fbdbe14a5a13bc6874551c7e3b 00000020: GAS 00000021: DELEGATECALL 00000022: RETURNDATASIZE 00000023: DUP3 00000024: DUP2 00000025: DUP2 00000026: DUP1 00000027: RETURNDATACOPY 00000028: DUP1 00000029: DUP4 0000002a: EQ 0000002b: PUSH1 0x2f 0000002d: JUMPI 0000002e: RETURN 0000002f: JUMPDEST 00000030: REVERT
| Severity | Category | Tool | Title | Confidence | Validated | Confirmed | Details |
|---|---|---|---|---|---|---|---|
| critical | upgradeability | detector | Untrusted DELEGATECALL target reachable | 70 | no | no |
viewtrace_id: 0x57c494bfe3b067aa2c28125e959ed6d4517a2b3e15cca4efa68455d07c73e2dc
call_targets:
0x3ac40135480b94fbdbe14a5a13bc6874551c7e3b
target_varies:
no
classification:
constant_target
validation_json{
"sink": "DELEGATECALL",
"errors": 0,
"status": "sink_reached",
"attempts": 1,
"trace_id": "0x57c494bfe3b067aa2c28125e959ed6d4517a2b3e15cca4efa68455d07c73e2dc",
"confirmed": false,
"trace_mode": "callTracer",
"call_targets": [
"0x3ac40135480b94fbdbe14a5a13bc6874551c7e3b"
],
"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": 33,
"opcode": "DELEGATECALL",
"returndata_checked": null,
"value_expression_category": "n/a",
"target_expression_category": "computed"
}
],
"guards_detected": [],
"delegatecall_count": 1,
"untrusted_delegatecall_count": 1
}
|