There is a vulnerability whereby arbitrary global functions may be executed if malicious user input is passed through to in the second argument of ViewableData::renderWith
. This argument resolves associative arrays as template placeholders. This exploit requires that user code has been written which makes use of the second argument in renderWith
and where user input is passed directly as a value in an associative array without sanitisation such as Convert::raw2xml()
.
ViewableData::customise
is not vulnerable.
{ "nvd_published_at": null, "cwe_ids": [ "CWE-74" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-05-27T23:07:35Z" }