The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 applicationsUpgrade bsv-sdk to version 0.8.2 or higher.
bsv-sdk is an A Ruby library for interacting with the BSV Blockchain — keys, scripts, transactions, and more.
Affected versions of this package are vulnerable to Improper Check for Unusual or Exceptional Conditions due to improper handling of ARC broadcaster responses i. An attacker can cause applications to trust transactions that were not accepted by the network by submitting transactions that result in INVALID, MALFORMED, MINED_IN_STALE_BLOCK, or ORPHAN-related statuses, which are incorrectly treated as successful broadcasts.
This vulnerability can be mitigated by verifying broadcast results out-of-band (e.g., querying a block explorer or WhatsOnChain) before treating a transaction as broadcast, and by not gating integrity-critical actions solely on the ARC broadcaster's success response.