cvelist/2024/36xxx/CVE-2024-36105.json

144 lines
6.2 KiB
JSON
Raw Normal View History

2024-05-20 22:00:35 +00:00
{
2024-05-27 18:00:33 +00:00
"data_version": "4.0",
2024-05-20 22:00:35 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-36105",
2024-05-27 18:00:33 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-05-20 22:00:35 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-05-27 18:00:33 +00:00
"value": "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`.\n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-1327: Binding to an Unrestricted IP Address",
"cweId": "CWE-1327"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "dbt-labs",
"product": {
"product_data": [
{
"product_name": "dbt-core",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 1.6.15"
},
{
"version_affected": "=",
"version_value": ">= 1.7.0, < 1.7.15"
},
{
"version_affected": "=",
"version_value": "= 1.8.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/dbt-labs/dbt-core/security/advisories/GHSA-pmrx-695r-4349",
"refsource": "MISC",
"name": "https://github.com/dbt-labs/dbt-core/security/advisories/GHSA-pmrx-695r-4349"
},
{
"url": "https://github.com/dbt-labs/dbt-core/issues/10209",
"refsource": "MISC",
"name": "https://github.com/dbt-labs/dbt-core/issues/10209"
},
{
"url": "https://github.com/dbt-labs/dbt-core/pull/10208",
"refsource": "MISC",
"name": "https://github.com/dbt-labs/dbt-core/pull/10208"
},
{
"url": "https://github.com/dbt-labs/dbt-core/commit/0c08d7a19ad1740be3cb0b2e6d9d64f6537176f7",
"refsource": "MISC",
"name": "https://github.com/dbt-labs/dbt-core/commit/0c08d7a19ad1740be3cb0b2e6d9d64f6537176f7"
},
{
"url": "https://cwe.mitre.org/data/definitions/1327.html",
"refsource": "MISC",
"name": "https://cwe.mitre.org/data/definitions/1327.html"
},
{
"url": "https://docs.python.org/3/library/socket.html#socket-families",
"refsource": "MISC",
"name": "https://docs.python.org/3/library/socket.html#socket-families"
},
{
"url": "https://docs.securesauce.dev/rules/PY030",
"refsource": "MISC",
"name": "https://docs.securesauce.dev/rules/PY030"
},
{
"url": "https://github.com/dbt-labs/dbt-core/blob/main/core/dbt/task/docs/serve.py#L23C38-L23C39",
"refsource": "MISC",
"name": "https://github.com/dbt-labs/dbt-core/blob/main/core/dbt/task/docs/serve.py#L23C38-L23C39"
},
{
"url": "https://github.com/dbt-labs/dbt-core/releases/tag/v1.6.15",
"refsource": "MISC",
"name": "https://github.com/dbt-labs/dbt-core/releases/tag/v1.6.15"
},
{
"url": "https://github.com/dbt-labs/dbt-core/releases/tag/v1.7.15",
"refsource": "MISC",
"name": "https://github.com/dbt-labs/dbt-core/releases/tag/v1.7.15"
},
{
"url": "https://github.com/dbt-labs/dbt-core/releases/tag/v1.8.1",
"refsource": "MISC",
"name": "https://github.com/dbt-labs/dbt-core/releases/tag/v1.8.1"
}
]
},
"source": {
"advisory": "GHSA-pmrx-695r-4349",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
2024-05-20 22:00:35 +00:00
}
]
}
}