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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-4879 — CVE-2024-4879 的概念验证漏洞利用程序,这是 ServiceNow 中的一个 Jelly 模板注入漏洞,可导致未经身份验证的远程代码执行。包含 Nuclei 模板和 Python 漏洞利用脚本。 | Kitploit
工具/GitHubGitHub/gh-ost00/cve-2024-4879
漏洞分析代码分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育
GitHubgh-ost00/cve-2024-4879

CVE-2024-4879

CVE-2024-4879 的概念验证漏洞利用程序,这是 ServiceNow 中的一个 Jelly 模板注入漏洞,可导致未经身份验证的远程代码执行。包含 Nuclei 模板和 Python 漏洞利用脚本。

查看仓库
412年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Jelly 模板注入漏洞 in ServiceNow | POC CVE-2024-4879

描述:

ServiceNow 已修复在 Vancouver 和 Washington, D.C. Now Platform 版本中发现的一个输入验证漏洞。该漏洞可能允许未经认证的用户在 Now Platform 上下文中远程执行代码。

FOFA : "server : servicenow"

克隆仓库:

root@kitploit:~
git clone https://github.com/fa-rrel/CVE-2024-4879.git
cd CVE-2024-4879

使用 Nuclei:

单个目标:

root@kitploit:~
nuclei -u https://target.com -t CVE-2024-4879.yaml -nh

多个目标:

root@kitploit:~
nuclei -l urls.txt -t CVE-2024-4879.yaml -nh

利用方法

root@kitploit:~
python3 CVE-2024-4879.py -i (192.168.1.1)

参考链接

  • https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1645154
  • https://www.resecurity.com/blog/article/cve-2024-4879-and-cve-2024-5217-servicenow-rce-exploitation-in-a-global-reconnaissance-campaign
  • https://nvd.nist.gov/vuln/detail/CVE-2024-4879

警告!!!

// 免责声明 // 未经许可进行黑客攻击是违法的。本仓库严格用于教育目的,以学习网络安全领域的道德黑客、渗透测试和漏洞挖掘,从而能够保护自己免受真实黑客的攻击。

下载工具