CVE-2024-36105
dbt allows Binding to an Unrestricted IP Address via socketsocket
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`.
INFO
Published Date :
May 27, 2024, 6:15 p.m.
Last Modified :
June 17, 2026, 7:36 a.m.
Remotely Exploit :
Yes !
Source :
[email protected]
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS | 134c704f-9b21-4f2e-91b3-4a467353bcc0 | |||||
| CVSS 3.1 | MEDIUM | [email protected] |
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-36105.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-36105 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-36105
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-36105 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-36105 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by [email protected]
Jun. 17, 2026
Action Type Old Value New Value Added Affected [{'vendor': 'dbt-labs', 'product': 'dbt-core', 'versions': [{'status': 'affected', 'version': '< 1.6.15'}, {'status': 'affected', 'version': '>= 1.7.0, < 1.7.15'}, {'status': 'affected', 'version': '= 1.8.0'}]}] -
CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0
Jun. 17, 2026
Action Type Old Value New Value Added Affected [{'cpes': ['cpe:2.3:a:dbt-labs:dbt-core:*:*:*:*:*:*:*:*'], 'vendor': 'dbt-labs', 'product': 'dbt-core', 'versions': [{'status': 'affected', 'version': '0', 'lessThan': '1.6.15', 'versionType': 'custom'}, {'status': 'affected', 'version': '1.7.0', 'lessThan': '1.7.15', 'versionType': 'custom'}], 'defaultStatus': 'unknown'}, {'cpes': ['cpe:2.3:a:dbt-labs:dbt-core:1.8.0:*:*:*:*:*:*:*'], 'vendor': 'dbt-labs', 'product': 'dbt-core', 'versions': [{'status': 'affected', 'version': '1.8.0'}], 'defaultStatus': 'unknown'}] Added SSVC {'id': 'CVE-2024-36105', 'role': 'CISA Coordinator', 'options': [{'exploitation': 'poc'}, {'automatable': 'yes'}, {'technicalImpact': 'partial'}], 'version': '2.0.3', 'timestamp': '2024-08-21T13:52:53.518603Z'} -
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://cwe.mitre.org/data/definitions/1327.html Added Reference https://docs.python.org/3/library/socket.html#socket-families Added Reference https://docs.securesauce.dev/rules/PY030 Added Reference https://github.com/dbt-labs/dbt-core/blob/main/core/dbt/task/docs/serve.py#L23C38-L23C39 Added Reference https://github.com/dbt-labs/dbt-core/commit/0c08d7a19ad1740be3cb0b2e6d9d64f6537176f7 Added Reference https://github.com/dbt-labs/dbt-core/issues/10209 Added Reference https://github.com/dbt-labs/dbt-core/pull/10208 Added Reference https://github.com/dbt-labs/dbt-core/releases/tag/v1.6.15 Added Reference https://github.com/dbt-labs/dbt-core/releases/tag/v1.7.15 Added Reference https://github.com/dbt-labs/dbt-core/releases/tag/v1.8.1 Added Reference https://github.com/dbt-labs/dbt-core/security/advisories/GHSA-pmrx-695r-4349 -
CVE Received by [email protected]
May. 27, 2024
Action Type Old Value New Value Added 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`. Added Reference GitHub, Inc. https://github.com/dbt-labs/dbt-core/security/advisories/GHSA-pmrx-695r-4349 [No types assigned] Added Reference GitHub, Inc. https://github.com/dbt-labs/dbt-core/issues/10209 [No types assigned] Added Reference GitHub, Inc. https://github.com/dbt-labs/dbt-core/pull/10208 [No types assigned] Added Reference GitHub, Inc. https://github.com/dbt-labs/dbt-core/commit/0c08d7a19ad1740be3cb0b2e6d9d64f6537176f7 [No types assigned] Added Reference GitHub, Inc. https://cwe.mitre.org/data/definitions/1327.html [No types assigned] Added Reference GitHub, Inc. https://docs.python.org/3/library/socket.html#socket-families [No types assigned] Added Reference GitHub, Inc. https://docs.securesauce.dev/rules/PY030 [No types assigned] Added Reference GitHub, Inc. https://github.com/dbt-labs/dbt-core/blob/main/core/dbt/task/docs/serve.py#L23C38-L23C39 [No types assigned] Added Reference GitHub, Inc. https://github.com/dbt-labs/dbt-core/releases/tag/v1.6.15 [No types assigned] Added Reference GitHub, Inc. https://github.com/dbt-labs/dbt-core/releases/tag/v1.7.15 [No types assigned] Added Reference GitHub, Inc. https://github.com/dbt-labs/dbt-core/releases/tag/v1.8.1 [No types assigned] Added CWE GitHub, Inc. CWE-1327 Added CVSS V3.1 GitHub, Inc. AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N