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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-29868 — Proof of concept of CVE-2024-29868 affecting Apache StreamPipes from 0.69.0 through 0.93.0 | Kitploit
工具/GitHubGitHub/devisions/cve-2024-29868
Password AttacksVulnerability AnalysisExploitationWeb SecurityCryptographyPenetration Testing
GitHubdevisions/cve-2024-29868

CVE-2024-29868

Proof of concept of CVE-2024-29868 affecting Apache StreamPipes from 0.69.0 through 0.93.0

查看仓库
12年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-29868: 恢复令牌生成中使用密码学弱伪随机数生成器

cover

此仓库包含与 CVE-2024-29868 相关的概念验证,该漏洞影响从 v0.69.0 到 0.93.0 版本的 Apache StreamPipes。 描述:Apache StreamPipes 用户自助注册和密码恢复机制中使用了密码学弱的伪随机数生成器(PRNG)。攻击者可以在合理时间内猜出恢复令牌,进而接管被攻击用户的账户。 此 POC 展示了如何接管受影响应用程序的管理员账户。

仓库结构:

  • /lab-setup 目录包含启动本地测试环境所需的文件,可在该环境中复现此漏洞:
    • 包含所有必要服务的 docker-compose.yml 文件。
    • .env 环境变量文件。
  • /detection 目录包含2个 Project Discovery 的 Nuclei 模板:
    • apache-streampipes-detect.yaml:用于检测 Apache StreamPipes 安装的模板。
    • CVE-2024-29868.yaml:用于识别 CVE-2024-29868 漏洞的模板。
  • /exploitation 目录包含编译破解程序的代码以及使用说明。

克隆此仓库并按照各目录中的 README.md 说明进行操作。

资源与参考:

  • https://lists.apache.org/thread/zqn5z48gz7bp0q8ctk96ht8bc7vd3njv

  • https://www.cve.org/CVERecord?id=CVE-2024-29868

  • https://labs.yarix.com/2024/06/cve-2024-29868/

  • https://github.com/alex91ar/randomstringutils/tree/master

  • https://github.com/jhipster/generator-jhipster/issues/10401

  • https://cwe.mitre.org/data/definitions/338.html

  • https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/RandomStringUtils.html

  • https://docs.oracle.com/javase/8/docs/api/java/util/Random.html

下载工具