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

A stored cross-site scripting (XSS) vulnerability exists in laravel-7-blog-cms "page" field #35

Open
scofield1920 opened this issue May 12, 2024 · 0 comments

Comments

@scofield1920
Copy link

scofield1920 commented May 12, 2024

Description:
Cross-site scripting (XSS) vulnerability in laravel-7-blog-cms might allow remote attackers (users) to inject arbitrary web script or HTML via the source editor, which will result in Stored XSS when an Administrator tries to edit the post.

Vulnerability Type: Stored XSS

Attack Vectors:

Login as user on laravel-7-blog-cms
visit /admin/pages
click Add New
select source code
write in details:<img src="x" onerror="alert(Xss!!)" style="">
click create
and then visite index, and visite the page we created

Attack Impact:
This could be used to perform actions against the administrators (or any user editing that post) and could potentially lead to hijacking the user’s session/token. This could happen by users navigating to the attacker’s post on their own, or by the attacker somehow persuading the victim to navigate to the post.

1

2
3

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