CVE-2023-34796 -- XSS: Escape Raw HTML in Outputs#88
CVE-2023-34796 -- XSS: Escape Raw HTML in Outputs#88techsneeze merged 2 commits intotechsneeze:masterfrom NotsoanoNimus:hotfix/sanitize-printed-data
Conversation
|
@NotsoanoNimus, thanks for the article and pull request. I am going to quote your article that gets to the meat of the bug:
or to put it another way. Lesson learned. I won't lie but I will have to read the "Exploitation" section of your blog post several times to fully understand the mechanics of the exploit but essentially the fix is to sanitize the html inputs for “The ‘Organization’ and ‘Domain’ fields. A very straightforward fix to a dangerous bug. @techsneeze I see no reason not to merge this PR asap. |
Resolve an issue where malicious XSS injected into the XML for
org_nameordomainvalues can anonymously target email admins accessing the PHP dashboard and execute arbitrary JavaScript remotely.A technical exploration is available on my blog.