In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsThere is no fixed version for soroban-env-host.
Affected versions of this package are vulnerable to Incorrect Conversion between Numeric Types in the Val to ScVal conversion process during storage key computation. An attacker can cause unexpected contract failures or transaction rollbacks by triggering a conversion failure and subsequently attempting operations involving MuxedAddress objects. This is only exploitable if a Val conversion failure occurs, a cross-contract call failure is handled gracefully, and a MuxedAddress write is attempted within the same transaction.
This vulnerability can be mitigated by ensuring that user input is valid and by avoiding contract invocations from malicious contracts. If a failure occurs, retrying the transaction with proper arguments may resolve the issue.