CVE-2025-10427
BaseFortify
Publication date: 2025-09-15
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mayurik | pet_grooming_management_software | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-434 | The product allows the upload or transfer of dangerous file types that are automatically processed within its environment. |
| CWE-284 | The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-10427 is an unrestricted file upload vulnerability in SourceCodester Pet Grooming Management Software version 1.0, specifically in the /admin/operation/user.php file. The vulnerability arises because the software does not properly validate the file extensions of uploaded files via the website_image argument, allowing attackers to upload arbitrary and potentially malicious files. This can lead to execution of malicious code on the server and gaining server-level privileges. [1, 2]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing remote attackers to upload malicious files to the server, which can lead to unauthorized code execution, compromise of server confidentiality, integrity, and availability. Attackers can gain server-level privileges, potentially leading to full system compromise. The exploit is publicly available and easy to execute, increasing the risk of exploitation. [1, 2]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by identifying the presence of the vulnerable file `/admin/operation/user.php` in the SourceCodester Pet Grooming Management Software version 1.0. One method is to use Google dorking with the query `inurl:admin/operation/user.php` to find potentially vulnerable targets. On your system or network, you can scan for the existence of this file path on web servers hosting the software. Additionally, monitoring HTTP requests for attempts to manipulate the `website_image` argument in file upload requests could indicate exploitation attempts. Specific commands might include using curl or wget to test the upload functionality or scanning with tools like Nikto or custom scripts to detect unrestricted file upload vulnerabilities targeting the `website_image` parameter. [2]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include discontinuing use of the affected SourceCodester Pet Grooming Management Software version 1.0 or restricting access to the vulnerable `/admin/operation/user.php` file to trusted users only. Since no vendor patch or fix is available, it is recommended to replace the affected software with a secure alternative. Additionally, implementing network-level protections such as web application firewalls (WAFs) to block malicious file upload attempts targeting the `website_image` parameter can help reduce risk. Monitoring and restricting file upload types and validating file extensions on the server side are also advisable if you maintain the software. [2]