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
Which version of FeehiCMS do you tesing?
v2.1.1
Expected behavior
View log details
Actual behavior
View log details Reflected-XSS vulnerabilities in the background of FeehiCMS .
Steps to reproduce the behavior
{ URL:http://127.0.0.1:8080/feehicms/frontend/web/admin/index.php?r=log%2Fview-layer POC:%3Csvg%20onload=alert(20221014)%3E }
register a user for testing.
go to Content -> Log Page, open one loginfo to view details.
find id parameter in url and Insert poc after the id. (The page automatically loads and triggers XSS.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which version of FeehiCMS do you tesing?
v2.1.1
Expected behavior
View log details
Actual behavior
View log details Reflected-XSS vulnerabilities in the background of FeehiCMS .
Steps to reproduce the behavior
{
URL:http://127.0.0.1:8080/feehicms/frontend/web/admin/index.php?r=log%2Fview-layer
POC:%3Csvg%20onload=alert(20221014)%3E
}
register a user for testing.
go to Content -> Log Page, open one loginfo to view details.

find id parameter in url and Insert poc after the id.

(The page automatically loads and triggers XSS.)
The text was updated successfully, but these errors were encountered: