DEDinPALTO
New member
- Affected version
- XenForo 2.2.6 Patch 2
Hi, recently, I found an XSS vulnerability on one of the Russian-language forums. After several hours of research, the following was clear:
1. The forum where this vulnerability was noticed did not filter href. Therefore, it was possible to substitute the following script:
It was successfully triggered. This allows you to intercept the cookies of other users.
2. This vulnerability was also noticed on the official forum. I was able to embed the code in the same href in each topic header.
1. The forum where this vulnerability was noticed did not filter href. Therefore, it was possible to substitute the following script:
JavaScript:
javascript:alert(document.cookie)
It was successfully triggered. This allows you to intercept the cookies of other users.
2. This vulnerability was also noticed on the official forum. I was able to embed the code in the same href in each topic header.