
22 changes to exploits/shellcodes/ghdb LISTSERV 17 - Insecure Direct Object Reference (IDOR) LISTSERV 17 - Reflected Cross Site Scripting (XSS) Router ZTE-H108NS - Stack Buffer Overflow (DoS) Router ZTE-H108NS - Authentication Bypass Boa Web Server v0.94.14 - Authentication Bypass Covenant v0.5 - Remote Code Execution (RCE) Dreamer CMS v4.0.0 - SQL Injection Shoplazza 1.1 - Stored Cross-Site Scripting (XSS) Virtual Reception v1.0 - Web Server Directory Traversal 4images 1.9 - Remote Command Execution (RCE) ClicShopping v3.402 - Cross-Site Scripting (XSS) Concrete5 CME v9.1.3 - Xpath injection Device Manager Express 7.8.20002.47752 - Remote Code Execution (RCE) Ecommerse v1.0 - Cross-Site Scripting (XSS) Eve-ng 5.0.1-13 - Stored Cross-Site Scripting (XSS) myBB forums 1.8.26 - Stored Cross-Site Scripting (XSS) WPForms 1.7.8 - Cross-Site Scripting (XSS) CrowdStrike Falcon AGENT 6.44.15806 - Uninstall without Installation Token Lavasoft web companion 4.1.0.409 - 'DCIservice' Unquoted Service Path Zillya Total Security 3.0.2367.0 - Local Privilege Escalation
17 lines
No EOL
1.3 KiB
Text
17 lines
No EOL
1.3 KiB
Text
# Exploit Title: LISTSERV 17 - Insecure Direct Object Reference (IDOR)
|
|
# Google Dork: inurl:/scripts/wa.exe
|
|
# Date: 12/02/2022
|
|
# Exploit Author: Shaunt Der-Grigorian
|
|
# Vendor Homepage: https://www.lsoft.com/
|
|
# Software Link: https://www.lsoft.com/download/listserv.asp
|
|
# Version: 17
|
|
# Tested on: Windows Server 2019
|
|
# CVE : CVE-2022-40319
|
|
|
|
# Steps to replicate
|
|
1. Create two accounts on your LISTSERV 17 installation, logging into each one in a different browser or container.
|
|
2. Intercept your attacking profile's browser traffic using Burp.
|
|
3. When logging in, you'll be taken to a URL with your email address in the Y parameter (i.e. http://example.com/scripts/wa.exe?INDEX&X=[session-id]&Y=[email-address]).
|
|
4. Click on your email address on the top right and select "Edit profile".
|
|
5. In Burp, change the email address in the URL's Y parameter to the email address of your victim account.
|
|
4. Next, the "WALOGIN" cookie value will be an ASCII encoded version of your email address. Using Burp Decoder, ASCII encode your victim's email address and replace the "WALOGIN" cookie value with that.5. Submit this request. You should now be accessing/editing the victim's profile. You can make modifications and access any information in this profile as long as you replace those two values in Burp for each request. |