Apache StreamPipes <= 0.93.0 - Use of Cryptographically Weak PRNG in Recovery Token Generation
| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| Exploit for Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) in Apache Streampipes | 24 Jun 202414:53 | – | githubexploit | |
| CVE-2024-29868 | 27 Jun 202404:28 | – | circl | |
| Apache StreamPipes 安全特征问题漏洞 | 24 Jun 202400:00 | – | cnnvd | |
| Apache StreamPipes Security Feature Issue Vulnerability | 28 Jun 202400:00 | – | cnvd | |
| CVE-2024-29868 | 24 Jun 202409:59 | – | cve | |
| CVE-2024-29868 Apache StreamPipes, Apache StreamPipes: Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) in Recovery Token Generation | 24 Jun 202409:59 | – | cvelist | |
| Apache StreamPipes: Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) in Recovery Token Generation | 24 Jun 202412:30 | – | github | |
| CVE-2024-29868 | 13 Sep 202603:18 | – | kitploit | |
| CVE-2024-29868 | 24 Jun 202410:15 | – | nvd | |
| GHSA-CF3Q-VG8W-MW84 Apache StreamPipes: Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) in Recovery Token Generation | 24 Jun 202412:30 | – | osv |
10
id: CVE-2024-29868
info:
name: Apache StreamPipes <= 0.93.0 - Use of Cryptographically Weak PRNG in Recovery Token Generation
author: Alessandro Albani - DEVisions
severity: critical
description: |
Apache StreamPipes from version 0.69.0 through 0.93.0 uses a cryptographically weak Pseudo-Random Number Generator (PRNG) in the recovery token generation mechanism. Given a valid token it's possible to predict all past and future generated tokens.
impact: |
Successful exploitation of this vulnerability could allow an attacker to take over user accounts.
remediation: |
Update to Apache StreamPipes 0.95.0 or later.
reference:
- https://labs.yarix.com/2024/06/cve-2024-29868
- https://www.cve.org/CVERecord?id=CVE-2024-29868
- https://lists.apache.org/thread/g7t7zctvq2fysrw1x17flnc12592nhx7
- https://nvd.nist.gov/vuln/detail/CVE-2024-29868
classification:
cve-id: CVE-2024-29868
cwe-id: CWE-338
epss-score: 0.05995
epss-percentile: 0.92901
cpe: cpe:2.3:a:apache:streampipes:*:*:*:*:*:*:*:*
metadata:
max-request: 2
shodan-query: http.title:"apache streampipes"
fofa-query: title="apache streampipes"
product: streampipes
vendor: apache
tags: cve,cve2024,apache,streampipes,account-takeover,passive,vuln
flow: http(1) && http(2)
http:
- method: GET
path:
- '{{BaseURL}}/streampipes-backend/api/v2/auth/settings'
headers:
User-Agent: "{{randstr}}"
extractors:
- type: json
part: body
name: settings
group: 1
json:
- 'if .allowPasswordRecovery==true and .allowSelfRegistration==true then true else false end'
internal: true
- method: GET
path:
- '{{BaseURL}}/streampipes-backend/api/openapi.json'
headers:
User-Agent: "{{randstr}}"
extractors:
- type: json
part: body
name: version
group: 1
json:
- '.info.version'
internal: true
matchers:
- type: dsl
dsl:
- 'contains(settings, true)'
- "compare_versions(version, '>= 0.69.0') && compare_versions(version, '<= 0.93.0')"
condition: and
# digest: 4a0a00473045022100bcdcd73eef77ecc6c6e31ea8c9bf7f0750dba28ce4b0b9bed226e6380cfb0b49022034e5e6034a7ca527c0102f2a23e03f22c61731d65501451faca5b7dc3b8c644f:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
04 Feb 2026 07:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 3.19.1
EPSS0.05995
SSVC