#41235 [BC-Insight] Incorrect celestia bridge keyring flag causes network partition in data availability layer
Description
Brief/Intro
Vulnerability Details
098: commander::run_command(
099: "celestia",
100: &[
101: "bridge",
102: "start",
103: "--node.store",
104: &node_store,
105: "--gateway",
106: "--core.ip",
107: &config.bridge.celestia_rpc_connection_hostname,
108: "--keyring.keyname", ❌
109: "validator",
110: "--gateway.addr",
111: &config.bridge.celestia_websocket_listen_hostname,
112: "--rpc.addr",
113: &config.bridge.celestia_websocket_listen_hostname,
114: "--log.level",
115: "error",
116: ],Impact Details
References
Proof of Concept
Proof of Concept
Previous#41012 [BC-Critical] Unintended Chain Split in Movement Full NodeNext#41255 [BC-Medium] Blocking sleep in async context leads to thread pool exhaustion and DoS
Was this helpful?