2 matches found
CVE-2026-54387 Tinyproxy - HTTP Request Smuggling via CL/TE Desynchronization
Tinyproxy through 1.11.3, fixed in commit ff45d3b, fails to reconcile conflicting Content-Length and Transfer-Encoding: chunked headers, forwarding both verbatim to the backend while using Content-Length to determine how many request body bytes to consume. Remote attackers can desynchronize the...
TCCMS 某处存储型XSS及代码分析
简要描述: TCCMS 某处为过滤导致存储型XSS,可直接跨进后台,劫持管理。 详细说明: 在申请友情链接处,网站名称没有进行过滤,导致存储型XSS 进入后台,在调试日志处就可以看到由于出发了错误,导致被记录 但是在记录日志时,没有过滤,直接插入,触发xss,看看代码: linkclass.php文件: 漏洞证明: 见详细说明...