You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Vulnerability Description]
Cross SIte Scripting (XSS) vulnerability exists in mipjz v5.0.5, attackers can execute arbitrary code via the article description field from /article/ApiAdminArticle/itemAdd.
Visit the article page, the code is loaded and executed
[Code Details]
Add an article, receive parameters, and pass it to \app\article\model\Articles.php:itemAdd for processing
\app\article\model\Articles.php:itemAdd does not check and filter the description, and directly stores it in the database
Article Details \app\article\controller\ArticleDetail.php:index takes out the article description in the database and passes it to $mipDescription without filtering
In the "guess you like" area in the article display \template\default\article\articleDetail.html, directly output the $mipDescription in the previous step, causing the malicious code to be executed
The text was updated successfully, but these errors were encountered:
[Vulnerability Description]
Cross SIte Scripting (XSS) vulnerability exists in mipjz v5.0.5, attackers can execute arbitrary code via the article description field from /article/ApiAdminArticle/itemAdd.
[Vulnerability Type]
Cross Site Scripting (XSS)
[Vendor of Product]
https://github.com/sansanyun/mipjz
http://www.mipjz.com/
[Affected Product Code Base]
v5.0.5
[Vulnerability Proof]
[Code Details]
The text was updated successfully, but these errors were encountered: