There is improper sanitization on Service template name which is reflecting in delete button onclick event. This value can be modified and crafted as any other javascript code.
Above is vulnerable code line which needs to be properly sanitized
testing', '14', 'http://172.105.62.194:8000/services/templates/14');alert(1);//If you inspect element on delete button, you will notice this:-

Cross site scripting can lead to cookie stealing or an attacker can execute any other feature using this feature.
{
"cwe_ids": [
"CWE-79"
],
"github_reviewed": true,
"github_reviewed_at": "2024-04-22T18:37:27Z",
"nvd_published_at": "2024-04-22T22:15:08Z",
"severity": "HIGH"
}