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

Cross Site Script Vulnerability on "Subscribers Lists" feature in phplist version 3.5.3 #666

Closed
r0ck3t1973 opened this issue May 25, 2020 · 4 comments

Comments

@r0ck3t1973
Copy link

r0ck3t1973 commented May 25, 2020

Describe the bug
An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Subscribers Lists" feature.

To Reproduce
Steps to reproduce the behavior:

  1. Login into the panel phplist
  2. Go to 'phplist3/lists/admin/?page=list&tk=5346bb7f96da80c4ac675b4fe5b21f60'
  3. Click 'Subscribers Lists' -> 'Add a lists'
  4. Insert Payload XSS: 'to email address(es)'
    '><details/open/ontoggle=confirm(1337)>
  5. Save -> Click 'Config' -> 'Add some subscribers'
  6. xss alert message

Expected behavior
The removal of script tags is not sufficient to prevent an XSS attack. You must HTML Entity encode any output that is reflected back to the page

Screnhost
poc1
payload1
add1
click2
mess_alert

Also Video PoC
https://drive.google.com/open?id=1Oh0-YcP2Kombmgh2USyivptZNe-ywCa4

Impact
Commonly include transmitting private data, like cookies or other session information, to the attacker, redirecting the victim to web content controlled by the attacker, or performing other malicious operations on the user’s machine under the guise of the vulnerable site.

Desktop (please complete the following information):
OS: Windows
Browser: All
Version

I Hope you fix it ASAP!!!

@michield
Copy link
Member

Fixed in 9c4515c

@r0ck3t1973
Copy link
Author

Hi @michield , I found a small bug "Subscribers Lists"!

Screenhost:
poc2

Also Video PoC:
https://drive.google.com/open?id=1ZY7QpWzg9SEkjXQsBCRUs-up8U0Yh1L2

@suelaP
Copy link
Member

suelaP commented May 27, 2020

@r0ck3t1973 thank you for your reports :) This looks like a separate issue related to List categories. Would you mi creating a new one for this report?

@r0ck3t1973
Copy link
Author

@suelaP Ok!
Tkanks,

This issue was closed.
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

3 participants