3 matches found
Validation Bypass
neos/form has validation bypass. An attacker is able to input a malicious crafted 'GET' request and bypass invoking any validators...
CVE-2021-32697 Form validation can be skipped
neos/forms is an open source framework to build web forms. By crafting a special GET request containing a valid form state, a form can be submitted without invoking any validators. Form state is secured with an HMAC that is still verified. That means that this issue can only be exploited if Form...
Form validation can be skipped in neos/form
Impact By crafting a special GET request containing a valid form state, a form can be submitted without invoking any validators. We consider the severity low because it is not possible to change any form values since the form state is secured with an HMAC that is still verified. That means that...