uniphil / hes-vendor-dash-issues

0 stars 0 forks source link

some kinds of CSRF and XSS weaknesses #32

Closed uniphil closed 3 years ago

uniphil commented 3 years ago

user input is unsanitized before being displayed in any UI in some places, particularly form elements.

(database input, on the other hand, is all very carefully and thoroughly sanitized against SQL injection! 🙌🏼 woo!)

I suspect #1 may be related.

for CSRF, there's no protection. it's a pretty targeted attack, prob ok to try not to think about here

uniphil commented 3 years ago

(low priority only because we have a nominal level of trust of vendors using this form)