2023-06-22 16:00:29 +00:00
{
"id" : "CVE-2023-35926" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2023-06-22T14:15:09.607" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:08:59.457" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-06-22 16:00:29 +00:00
"descriptions" : [
{
"lang" : "en" ,
"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`."
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-06-29 22:00:28 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-06-29 22:00:28 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H" ,
"baseScore" : 8.0 ,
"baseSeverity" : "HIGH" ,
2023-06-29 22:00:28 +00:00
"attackVector" : "NETWORK" ,
2024-12-08 03:06:42 +00:00
"attackComplexity" : "HIGH" ,
"privilegesRequired" : "HIGH" ,
2023-06-29 22:00:28 +00:00
"userInteraction" : "NONE" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-06-29 22:00:28 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 1.3 ,
2023-06-29 22:00:28 +00:00
"impactScore" : 6.0
} ,
2023-06-22 16:00:29 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-06-22 16:00:29 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" ,
"baseScore" : 9.9 ,
"baseSeverity" : "CRITICAL" ,
2023-06-22 16:00:29 +00:00
"attackVector" : "NETWORK" ,
2024-12-08 03:06:42 +00:00
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
2023-06-22 16:00:29 +00:00
"userInteraction" : "NONE" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-06-22 16:00:29 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 3.1 ,
2023-06-22 16:00:29 +00:00
"impactScore" : 6.0
}
]
} ,
"weaknesses" : [
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-06-22 16:00:29 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-94"
}
]
2023-06-29 22:00:28 +00:00
} ,
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-06-29 22:00:28 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-94"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:linuxfoundation:backstage:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "1.15.0" ,
"matchCriteriaId" : "41D3145E-0089-49C3-AFAA-7994C26E230A"
}
]
}
]
2023-06-22 16:00:29 +00:00
}
] ,
"references" : [
{
"url" : "https://github.com/backstage/backstage/commit/fb7375507d56faedcb7bb3665480070593c8949a" ,
2023-06-29 22:00:28 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2023-06-22 16:00:29 +00:00
} ,
{
"url" : "https://github.com/backstage/backstage/releases/tag/v1.15.0" ,
2023-06-29 22:00:28 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Release Notes"
]
2023-06-22 16:00:29 +00:00
} ,
{
"url" : "https://github.com/backstage/backstage/security/advisories/GHSA-wg6p-jmpc-xjmr" ,
2023-06-29 22:00:28 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Vendor Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/backstage/backstage/commit/fb7375507d56faedcb7bb3665480070593c8949a" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://github.com/backstage/backstage/releases/tag/v1.15.0" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Release Notes"
]
} ,
{
"url" : "https://github.com/backstage/backstage/security/advisories/GHSA-wg6p-jmpc-xjmr" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Vendor Advisory"
]
2023-06-22 16:00:29 +00:00
}
]
}