Plugin allows script tags to be inserted
-
Hi I’m looking at using this plugin however I have noticed that because it removes the wp_kses filters there is no sanitization on the input, which is a potential security risk as it will allow anyone with enough permissions (whether genuine or not) to insert malicious code into a page.
Can I suggest therefore that after you remove the filters on lines 105 & 106 you then add appropriate filters to sanitize the html input for a ‘post’ entry?
I’ve tested it by adding the wp_kses_post filter and this successfully strips script & style tags
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Plugin allows script tags to be inserted’ is closed to new replies.