cvelist/2023/35xxx/CVE-2023-35926.json

96 lines
3.8 KiB
JSON
Raw Normal View History

2023-06-20 15:00:41 +00:00
{
2023-06-22 14:00:42 +00:00
"data_version": "4.0",
2023-06-20 15:00:41 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-35926",
2023-06-22 14:00:42 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-06-20 15:00:41 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-06-22 14:00:42 +00:00
"value": "Backstage is an open platform for building developer portals. The Backstage scaffolder-backend plugin uses a templating library that requires sandbox, as it by design allows for code injection. The library used for this sandbox so far has been `vm2`, but in light of several past vulnerabilities and existing vulnerabilities that may not have a fix, the plugin has switched to using a different sandbox library. A malicious actor with write access to a registered scaffolder template could manipulate the template in a way that allows for remote code execution on the scaffolder-backend instance. This was only exploitable in the template YAML definition itself and not by user input data. This is vulnerability is fixed in version 1.15.0 of `@backstage/plugin-scaffolder-backend`."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-94: Improper Control of Generation of Code ('Code Injection')",
"cweId": "CWE-94"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "backstage",
"product": {
"product_data": [
{
"product_name": "backstage",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 1.15.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/backstage/backstage/security/advisories/GHSA-wg6p-jmpc-xjmr",
"refsource": "MISC",
"name": "https://github.com/backstage/backstage/security/advisories/GHSA-wg6p-jmpc-xjmr"
},
{
"url": "https://github.com/backstage/backstage/commit/fb7375507d56faedcb7bb3665480070593c8949a",
"refsource": "MISC",
"name": "https://github.com/backstage/backstage/commit/fb7375507d56faedcb7bb3665480070593c8949a"
},
{
"url": "https://github.com/backstage/backstage/releases/tag/v1.15.0",
"refsource": "MISC",
"name": "https://github.com/backstage/backstage/releases/tag/v1.15.0"
}
]
},
"source": {
"advisory": "GHSA-wg6p-jmpc-xjmr",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
2023-06-20 15:00:41 +00:00
}
]
}
}