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

XSS in camaleon-cms version: 2.8.3 via the comment process #1103

Open
glno815 opened this issue Dec 15, 2024 · 0 comments
Open

XSS in camaleon-cms version: 2.8.3 via the comment process #1103

glno815 opened this issue Dec 15, 2024 · 0 comments

Comments

@glno815
Copy link

glno815 commented Dec 15, 2024

camaleon-cms version: <= 2.8.3 vulnerable to vulnerable to XSS.
Step 1: Log in to the user1 account, access the Profile Edit tab, then edit display name (First Name, Last Name).
XSS_1
XSS_2
Step 2: Go back and select any post, then write a comment.
XSS_3
Step 3: If the admin user accesses the comment tab, a malicious code will be executed.
XSS_4

Recommendations :

  • Filter and validate all user inputs.
  • Special characters (<, >, &, ", ') output should be HTML encoded.
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