CVE-2025-15360
Unrestricted File Upload in newbee-mall-plus Product Edit Page
Publication date: 2025-12-30
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 |
|---|---|---|
| newbee | mall_plus | 2.0.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?
This vulnerability exists in newbee-mall-plus 2.0.0, specifically in the Upload function of the UploadController.java file. It allows an attacker to manipulate the File argument to perform unrestricted file uploads. This means an attacker can upload files without proper restrictions, potentially leading to unauthorized actions. The attack can be initiated remotely, and the exploit has been publicly disclosed.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to upload arbitrary files to the system remotely. This could lead to unauthorized access, data manipulation, or execution of malicious code, impacting the confidentiality, integrity, and availability of the system.