CVE-2025-46000
BaseFortify
Publication date: 2025-07-18
Last updated on: 2025-10-14
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| simogeo | filemanager | to 2.5.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an arbitrary file upload flaw in the Filemanager component /rsc/filemanager.rsc.class.php (version 2.5.0). It allows attackers to upload a specially crafted SVG file, which can then be used to execute arbitrary code on the server. Essentially, the application does not properly validate or restrict the uploaded SVG files, enabling malicious code execution.
How can this vulnerability impact me? :
If exploited, this vulnerability can allow attackers to execute arbitrary code on your server, potentially leading to full system compromise. This could result in unauthorized access, data theft, data modification, service disruption, or further attacks launched from the compromised system.
What immediate steps should I take to mitigate this vulnerability?
Apply the patch that removes the use of call-by-reference in the method get_file_info within the file connectors/php/plugins/rsc/filemanager.rsc.class.php. This patch changes the method calls to pass parameters by value instead of by reference, eliminating the vulnerability related to arbitrary file uploads via crafted SVG files. [1]