A xss vulnerability was discovered in doorGets v7.0.
There is a stored XSS vulnerability in ARTICLE if I use the payload </textarea><script>alert(111)</script>.
First, you need to add article.

http://192.168.187.130/doorgets/dg-user/cn/?controller=moduleblog&uri=blog&action=add
Then add payload(</textarea><script>alert(111)</script>) to article content.

Save the article and click the generated link.

Change the content of an article.

When you click the article content, it will trigger the payload.

View page source, you will find the XSS payload.
