You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Description:
Cross-site scripting (XSS) vulnerability in Gleez CMS allow remote attackers (users) to inject arbitrary Javascript or HTML via the profile page editor, which will result in a Stored XSS on his public profile.
On 18-Jul-2018, at 4:35 PM, DrStacheWH ***@***.***> wrote:
Description:
Cross-site scripting (XSS) vulnerability in Gleez CMS allow remote attackers (users) to inject arbitrary Javascript or HTML via the profile page editor, which will result in a Stored XSS on his public profile.
Vulnerability Type: Stored XSS
Attack Vectors:
Go to your profile page editor https://demo.gleezcms.org/user/edit
Set your home page URL to : http://x.x/<svg onload=alert(document.cookie)>
Now when someone will check your profile page, alert(document.cookie) will be executed.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
ghost
changed the title
Stored XSS in profil page
Stored XSS in profile page
Jul 19, 2018
Description:
Cross-site scripting (XSS) vulnerability in Gleez CMS allow remote attackers (users) to inject arbitrary Javascript or HTML via the profile page editor, which will result in a Stored XSS on his public profile.
Vulnerability Type: Stored XSS
Attack Vectors:
http://x.x/<svg onload=alert(document.cookie)>
Now when someone will check your profile page,
alert(document.cookie)
will be executed.The text was updated successfully, but these errors were encountered: