019b477e-d680-7221-996f-e35fffc1edfe
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 |
|---|---|---|---|---|
| 28717 | artifact.fetch | complete | 1 / 3 | 3 months ago |
| 28718 | tool.cast_disasm | complete | 1 / 3 | 3 months ago |
| 71856 | analysis.bundle | complete | 1 / 3 | 1 week ago |
| 71857 | capability.graph | complete | 1 / 3 | 1 week ago |
| 71858 | detector.run | complete | 1 / 3 | 1 week ago |
| 71859 | validation.fork | complete | 1 / 3 | 1 week ago |
No slither job recorded yet.
No codex job recorded yet.
00000000: PUSH1 0x80 00000002: PUSH1 0x40 00000004: MSTORE 00000005: CALLDATASIZE 00000006: PUSH1 0x10 00000008: JUMPI 00000009: PUSH1 0x0e 0000000b: PUSH1 0x13 0000000d: JUMP 0000000e: JUMPDEST 0000000f: STOP 00000010: JUMPDEST 00000011: PUSH1 0x0e 00000013: JUMPDEST 00000014: PUSH1 0x1f 00000016: PUSH1 0x1b 00000018: PUSH1 0x21 0000001a: JUMP 0000001b: JUMPDEST 0000001c: PUSH1 0x57 0000001e: JUMP 0000001f: JUMPDEST 00000020: JUMP 00000021: JUMPDEST 00000022: PUSH0 00000023: PUSH1 0x52 00000025: PUSH32 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc 00000046: SLOAD 00000047: PUSH1 0x01 00000049: PUSH1 0x01 0000004b: PUSH1 0xa0 0000004d: SHL 0000004e: SUB 0000004f: AND 00000050: SWAP1 00000051: JUMP 00000052: JUMPDEST 00000053: SWAP1 00000054: POP 00000055: SWAP1 00000056: JUMP 00000057: JUMPDEST 00000058: CALLDATASIZE 00000059: PUSH0 0000005a: DUP1 0000005b: CALLDATACOPY 0000005c: PUSH0 0000005d: DUP1 0000005e: CALLDATASIZE 0000005f: PUSH0 00000060: DUP5 00000061: GAS 00000062: DELEGATECALL 00000063: RETURNDATASIZE 00000064: PUSH0 00000065: DUP1 00000066: RETURNDATACOPY 00000067: DUP1 00000068: DUP1 00000069: ISZERO 0000006a: PUSH1 0x70 0000006c: JUMPI 0000006d: RETURNDATASIZE 0000006e: PUSH0 0000006f: RETURN 00000070: JUMPDEST 00000071: RETURNDATASIZE 00000072: PUSH0 00000073: REVERT 00000074: INVALID 00000075: LOG2 00000076: PUSH5 0x6970667358 0000007c: UNKNOWN(0x22) 0000007d: SLT 0000007e: KECCAK256 0000007f: UNKNOWN(0xF8) 00000080: UNKNOWN(0xA5) 00000081: DUP5 00000082: CREATE2 00000083: JUMPI 00000084: SHR 00000085: NOT 00000086: TIMESTAMP 00000087: UNKNOWN(0xCE) 00000088: UNKNOWN(0x28) 00000089: PUSH32 0x04e503e7a62bf0c9046c8825d7d0dba2e353309c8e64736f6c63430008180033
| Severity | Category | Tool | Title | Confidence | Validated | Confirmed | Details |
|---|---|---|---|---|---|---|---|
| critical | upgradeability | detector | Untrusted DELEGATECALL target reachable | 70 | no | no |
viewtrace_id: 0x4effd790746319a6539814e5b3e6a162543c0feeb13149f8d809b83673690640
call_targets:
0x2705b12a971da766a3f9321a743d61cead67da2f
target_varies:
no
classification:
constant_target
validation_json{
"sink": "DELEGATECALL",
"errors": 0,
"status": "sink_reached",
"attempts": 1,
"trace_id": "0x4effd790746319a6539814e5b3e6a162543c0feeb13149f8d809b83673690640",
"confirmed": false,
"trace_mode": "callTracer",
"call_targets": [
"0x2705b12a971da766a3f9321a743d61cead67da2f"
],
"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": 98,
"opcode": "DELEGATECALL",
"returndata_checked": null,
"value_expression_category": "n/a",
"target_expression_category": "computed"
}
],
"guards_detected": [],
"delegatecall_count": 1,
"untrusted_delegatecall_count": 1
}
|
| medium | other | detector | CREATE/CREATE2 reachable | 45 | no | no |
viewtrace_id: 0xc37f4fff22bbed08faeefb52935793ff77164a083e6bba966aa095ec20006aa4
validation_json{
"sink": "CREATE",
"errors": 0,
"status": "unknown",
"attempts": 1,
"trace_id": "0xc37f4fff22bbed08faeefb52935793ff77164a083e6bba966aa095ec20006aa4",
"confirmed": false,
"trace_mode": "structLogs",
"call_targets": null,
"matched_probe": null,
"target_varies": null,
"classification": "no_sink"
}
witness_json{
"notes": "heuristic witness; entrypoints are best-effort selectors with zeroed calldata",
"constraints": [],
"entrypoints": [
{
"calldata": "0x",
"selector": "fallback",
"calldata_variants": [
"0x"
]
}
]
}
evidence_json{
"create_count": 0,
"create2_count": 1
}
|