added metadata & additional matcher
parent
76f5d50039
commit
840674bcd3
|
@ -1,9 +1,9 @@
|
||||||
id: CVE-2024-21644
|
id: CVE-2024-21644
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: pyload secretkey leak
|
name: pyload Flask Config - Access Control
|
||||||
author: West-wise
|
author: West-wise
|
||||||
severity: critical
|
severity: high
|
||||||
description: |
|
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.
|
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: |
|
remediation: |
|
||||||
|
@ -11,20 +11,23 @@ info:
|
||||||
reference:
|
reference:
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2024-21644
|
- https://nvd.nist.gov/vuln/detail/CVE-2024-21644
|
||||||
- https://github.com/advisories/GHSA-mqpq-2p68-46fv
|
- https://github.com/advisories/GHSA-mqpq-2p68-46fv
|
||||||
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
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
|
cvss-score: 7.5
|
||||||
cve-id: CVE-2024-21644
|
cve-id: CVE-2024-21644
|
||||||
cwe-id: CWE-284
|
cwe-id: CWE-284
|
||||||
epss-score: 0.001860000
|
epss-score: 0.00186
|
||||||
epss-percentile: 0.560180000
|
epss-percentile: 0.56007
|
||||||
cpe: cpe:2.3:a:pyload:pyload:*:*:*:*:*:*:*:*
|
cpe: cpe:2.3:a:pyload:pyload:*:*:*:*:*:*:*:*
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: true
|
||||||
max-request: 1
|
max-request: 1
|
||||||
vendor: pyload
|
vendor: pyload
|
||||||
product: pyload
|
product: pyload
|
||||||
tags: cve,cve2024,python,pip
|
shodan-query: html:"pyload"
|
||||||
|
zoomeye-query: app:"pyLoad"
|
||||||
|
tags: cve,cve2024,python,pip,pyload
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
@ -36,7 +39,9 @@ http:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- "SECRET_KEY"
|
- "'SECRET_KEY':"
|
||||||
|
- "'SESSION_COOKIE_SECURE':"
|
||||||
|
condition: and
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue