Changes between Initial Version and Version 1 of Ticket #58336
- Timestamp:
- 05/17/2023 04:44:37 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58336
-
Property
Component
changed from
General
toSecurity
-
Property
Component
changed from
-
Ticket #58336 – Description
initial v1 37 37 The XSS then could be triggered by visiting the URL that trigger above code using this example payload : 38 38 39 ``` 39 {{{ 40 40 http://localhost/wp-admin?page=test&type=xxxxxxx" onload=alert(document.domain) xxx=" 41 ``` 41 }}} 42 42 43 43 We currently tried to research some of the plugin and theme that could be vulnerable from the `admin_body_class` implementation. So far, we are able to find the practical XSS on the Advanced Custom Fields plugin (Ref : https://patchstack.com/articles/reflected-xss-in-advanced-custom-fields-plugins-affecting-2-million-sites/)