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

Vulnerability Report: sXss #400

Open
Fanxiaoyao66 opened this issue Jul 30, 2023 · 0 comments
Open

Vulnerability Report: sXss #400

Fanxiaoyao66 opened this issue Jul 30, 2023 · 0 comments

Comments

@Fanxiaoyao66
Copy link

I found a sXss vulnerability in the latest version of LavaLite CMS:
Users can create a malicious Blog Tittle that triggers malicious code when an administrator accesses the blog admin panel.

Exp:

<iframe src="javascript:alert(1)">test</iframe>
#or
<a href="javascript:alert(1)">test</a>

Poc:

Triggered when an administrator visits the blog admin page:

9ccf78d3a1829a35a6b368f3f5750fb
cd4b439e02d2ac5762be05e783e1133
c19a945d22e81bd14b1305eee840a69

Affect:

Without httponly set, an attacker can steal the identity of an administrator or execute other malicious code.

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

2 participants
@Fanxiaoyao66 and others