ashraf-kabir travel-agency, Unrestricted File Upload, CVE-2025-13544 (Medium)

Listen to this Post

The CVE-2025-13544 vulnerability in ashraf-kabir travel-agency stems from inadequate file validation in the `/customer_register.php` endpoint. Attackers can remotely send HTTP POST requests with malicious file payloads, such as PHP webshells, due to missing checks on file extension, type, or content. The application fails to sanitize user-supplied filenames or verify upload directories, allowing arbitrary file uploads to the server. This weakness is exploitable by crafting a multipart form request that bypasses client-side filters. Once uploaded, the file is stored in a web-accessible path, enabling direct execution. The commit hash 1f25aa03544bc5fb7a9e846f8a7879cecdb0cad3 represents the last affected version in the rolling release model. Attackers leverage this to achieve remote code execution, data theft, or system compromise. The public exploit availability increases risk, as automated scripts can target unpatched instances. The vendor’s lack of response indicates no immediate fix, leaving systems vulnerable to trivial attacks.
Platform: ashraf-kabir travel-agency
Version: Rolling releases
Vulnerability: Unrestricted file upload
Severity: Medium
date: 11/23/2025

Prediction: Patch date unknown

What Undercode Say:

Analytics

Showing bash commands and codes related to the blog
curl -X POST -F “[email protected]” http://target.com/customer_register.php

find /var/www/html -name “.php” -mmin -5

php -r “echo base64_encode(‘‘);”

how Exploit:

Remote attackers upload malicious files via customer_register.php without validation, executing code on server.

Protection from this CVE

Implement file type validation, restrict upload directories, use server-side scanning.

Impact:

Remote code execution, system compromise, data breach.

🎯Let’s Practice Exploiting & Learn Patching For Free:

Sources:

Reported By: nvd.nist.gov
Extra Source Hub:
Undercode

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow DailyCVE & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin Featured Image

Scroll to Top