CVE-2024-36105
Description
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications. Prior to versions 1.6.15, 1.7.15, and 1.8.1, Binding to INADDR_ANY (0.0.0.0) or IN6ADDR_ANY (::) exposes an application on all network interfaces, increasing the risk of unauthorized access. As stated in the Python docs, a special form for address is accepted instead of a host address: '' represents INADDR_ANY, equivalent to "0.0.0.0". On systems with IPv6, '' represents IN6ADDR_ANY, which is equivalent to "::". A user who serves docs on an unsecured public network, may unknowingly be hosting an unsecured (http) web site for any remote user/system to access on the same network. The issue has has been mitigated in dbt-core v1.6.15, dbt-core v1.7.15, and dbt-core v1.8.1 by binding to localhost explicitly by default in dbt docs serve.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
dbt-corePyPI | < 1.6.15 | 1.6.15 |
dbt-corePyPI | >= 1.7.0, < 1.7.15 | 1.7.15 |
dbt-corePyPI | >= 1.8.0, < 1.8.1 | 1.8.1 |
Affected products
2Patches
Vulnerability mechanics
References
13- github.com/advisories/GHSA-pmrx-695r-4349ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2024-36105ghsaADVISORY
- cwe.mitre.org/data/definitions/1327.htmlnvdWEB
- docs.python.org/3/library/socket.htmlnvdWEB
- docs.securesauce.dev/rules/PY030nvdWEB
- github.com/dbt-labs/dbt-core/blob/main/core/dbt/task/docs/serve.pynvdWEB
- github.com/dbt-labs/dbt-core/commit/0c08d7a19ad1740be3cb0b2e6d9d64f6537176f7nvdWEB
- github.com/dbt-labs/dbt-core/issues/10209nvdWEB
- github.com/dbt-labs/dbt-core/pull/10208nvdWEB
- github.com/dbt-labs/dbt-core/releases/tag/v1.6.15nvdWEB
- github.com/dbt-labs/dbt-core/releases/tag/v1.7.15nvdWEB
- github.com/dbt-labs/dbt-core/releases/tag/v1.8.1nvdWEB
- github.com/dbt-labs/dbt-core/security/advisories/GHSA-pmrx-695r-4349nvdWEB
News mentions
0No linked articles in our index yet.