Security Issue: CSRF Attack (no hidden nonce input field used on account modal)
-
Blocksy Companion (Pro) (1.8.9.5)
customizer
Header –> Account –> ?logged out options“ –> Account Action –> ModalOn the frontend the forms used in this Modal have NO hidden ?nonce“ field!
see (when modal is open):
document.getElementById(‘loginform’).elements
document.getElementById(‘registerform’).elements
document.getElementById(‘lostpasswordform’).elementswoocommerce uses this hidden field all over the place:
<input type=”hidden” id=”woocommerce-login-nonce” name=”woocommerce-login-nonce” value=”1234567890″>so don’t use this modal (until it’s fixed), as it is a high security-risk!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Security Issue: CSRF Attack (no hidden nonce input field used on account modal)’ is closed to new replies.