CVE-2020-13948: OS Command Injection
While investigating a bug report on Apache Superset, it was determined that an authenticated user could craft requests via a number of templated text fields in the product that would allow arbitrary access to Python’s os package in the web application process in versions < 0.37.1. It was thus possible for an authenticated user to list and access files, environment variables, and process information. Additionally it was possible to set environment variables for the current process, create and update files in folders writable by the web process, and execute arbitrary programs accessible by the web process. All other operations available to the os package in Python were also available, even if not explicitly enumerated in this CVE.
Affected Software
Event History
Frequently Asked Questions
What is CVE-2020-13948?
CVE-2020-13948 is a vulnerability in Apache Superset versions < 0.37.1 that allows an authenticated user to access Python's os package.
How severe is CVE-2020-13948?
CVE-2020-13948 has a severity score of 8.8, which is considered high.
How can an authenticated user exploit CVE-2020-13948?
An authenticated user can exploit CVE-2020-13948 by crafting requests through templated text fields in Apache Superset.
What is the affected software of CVE-2020-13948?
The affected software of CVE-2020-13948 is Apache Superset versions < 0.37.1.
How can I fix CVE-2020-13948?
To fix CVE-2020-13948, upgrade to Apache Superset version 0.37.1 or above.