# Describe the bug * cacti/data_templates.php: Name column does not escape grave(`) char. Example: ``` Cacti Stats - Export Duration onmouseover=`alert(188)` ``` Ref: https://davidmurdoch.com/2017/09/02/the-grave-accent-and-xss/ * graph_templates.php?action=template_edit&id=123 Graph Item Inputs-->Name column, cruly braces(}) Example: ``` a onmouseover=55+{toString:alert}// ``` ## To Reproduce Hardly reproduce under Firefox/Chrome
Describe the bug
Name column does not escape grave(`) char.
Example:
Graph Item Inputs-->Name column, cruly braces(})
Example:
To Reproduce
Hardly reproduce under Firefox/Chrome