React applications which rendered to HTML using the ReactDOMServer API were not escaping user-supplied attribute names at render-time. That lack of escaping could lead to a cross-site scripting vulnerability. This issue affected minor releases 16.0.x, 16.1.x, 16.2.x, 16.3.x, and 16.4.x. It was fixed in 16.0.1, 16.1.2, 16.2.1, 16.3.3, and 16.4.2.
{
"unresolved_ranges": [
{
"cpes": [
"cpe:2.3:a:facebook:react:*:*:*:*:*:*:*:*"
],
"extracted_events": [
{
"introduced": "16.0.0"
},
{
"fixed": "16.0.1"
},
{
"introduced": "16.1.0"
},
{
"fixed": "16.1.2"
},
{
"introduced": "16.2.0"
},
{
"fixed": "16.2.1"
},
{
"introduced": "16.3.0"
},
{
"fixed": "16.3.3"
}
],
"source": "CPE_RANGE",
"vendor_product": "facebook:react"
}
]
}