Attackathon _ Fuel Network 32536 - [Smart Contract - Insight] The control flow graph is incorrectly
Description
Brief/Intro
Vulnerability Details
ty::TyAstNodeContent::Expression(ty::TyExpression { .. }) => {
let entry = graph.add_node(ControlFlowGraphNode::from_node(node));
// insert organizational dominator node
// connected to all current leaves
for leaf in leaves {
graph.add_edge(*leaf, entry, "".into());
}
Ok(NodeConnection::NextStep(vec![entry]))
}Impact Details
References
Proof of concept
Proof of Concept
PreviousAttackathon _ Fuel Network 32491 - [Smart Contract - Low] Incorrect PushA PopA Mask CalculationNextAttackathon _ Fuel Network 32537 - [Smart Contract - Low] Different data types can be used when init
Last updated
Was this helpful?