In Apache ShardingSphere(incubator) 4.0.0-RC3 and 4.0.0, the ShardingSphere's web console uses the SnakeYAML library for parsing YAML inputs to load datasource configuration. SnakeYAML allows to unmarshal data to a Java type By using the YAML tag. Unmarshalling untrusted data can lead to security flaws of RCE.
{
"extracted_events": [
{
"introduced": "4.0.0-NA"
},
{
"last_affected": "4.0.0-NA"
},
{
"introduced": "4.0.0-rc3"
},
{
"last_affected": "4.0.0-rc3"
}
],
"source": "CPE_STRING",
"cpe": [
"cpe:2.3:a:apache:shardingsphere:4.0.0:-:*:*:*:*:*:*",
"cpe:2.3:a:apache:shardingsphere:4.0.0:rc3:*:*:*:*:*:*"
]
}