CVE-2023-47890
Published: 08 January 2024
Summary
CVE-2023-47890 is a high-severity Path Traversal (CWE-22) vulnerability in Pyload Pyload. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 42.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-2971
Vulnerability details
pyLoad 0.5.0 is vulnerable to Unrestricted File Upload.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal in package folder editing allows authenticated users to download and place malicious scripts in pyLoad's execution directories (e.g., /config/scripts/package_deleted/), enabling RCE. Facilitates exploitation of public-facing web applications (T1190), remote services (T1210), and privilege escalation (T1068).
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Validates pathnames and filenames to prevent traversal outside intended directories.