Actions
Bug #14221
closedwe can inject html & javascript in Rudder tables
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Compliance & node report
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
following https://issues.rudder.io/issues/13349 , we can inject, from syslog, js that is evaluated server side on the node compliance/technical log and rules details
exemple: change the component name with
_method_reporting_context("un 'file' 'content' <script>alert('bob');</script>", "/tmp/file_content");
results in a bob showing up
Actions