alineai18 / website

My website with aplus ❤️
75 stars 3 forks source link

a xss issue on home page. #6

Open z9fr opened 2 years ago

z9fr commented 2 years ago

hi, you got a nice website. but while im just trying to send a message i noticed that the response is vulnerable to xss

image

you can trigger it via

<img src='#' onerror=alert(1) />

probably a easy fix would be just to encode the characters.