cvelist/2024/38xxx/CVE-2024-38363.json

86 lines
3.1 KiB
JSON
Raw Normal View History

2024-06-14 15:00:33 +00:00
{
2024-07-09 15:00:36 +00:00
"data_version": "4.0",
2024-06-14 15:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-38363",
2024-07-09 15:00:36 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-06-14 15:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-07-09 15:00:36 +00:00
"value": "Airbyte is a data integration platform for ELT pipelines. Airbyte connection builder docker image is vulnerable to RCE via SSTI which allows an authenticated remote attacker to execute arbitrary code on the server as the web server user. The connection builder is used to create and test new connectors. Sensitive information, such as credentials, could be exposed if a user tested a new connector on a compromised instance. The connection builder does not have access to any data processes. This vulnerability is fixed in 0.62.2."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-1336: Improper Neutralization of Special Elements Used in a Template Engine",
"cweId": "CWE-1336"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "airbytehq",
"product": {
"product_data": [
{
"product_name": "airbyte",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 0.62.2"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/airbytehq/airbyte/security/advisories/GHSA-4j3c-fgvx-xgqq",
"refsource": "MISC",
"name": "https://github.com/airbytehq/airbyte/security/advisories/GHSA-4j3c-fgvx-xgqq"
}
]
},
"source": {
"advisory": "GHSA-4j3c-fgvx-xgqq",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
2024-06-14 15:00:33 +00:00
}
]
}
}