CVE-2025-65657
Description
FeehiCMS version 2.1.1 has a Remote Code Execution via Unrestricted File Upload in Ad Management. FeehiCMS version 2.1.1 allows authenticated remote attackers to upload files that the server later executes (or stores in an executable location) without sufficient validation, sanitization, or execution restrictions. An authenticated remote attacker can upload a crafted PHP file and cause the application or web server to execute it, resulting in remote code execution (RCE).
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
FeehiCMS 2.1.1 allows authenticated remote attackers to upload arbitrary PHP files via Ad Management, leading to remote code execution.
FeehiCMS version 2.1.1 contains a remote code execution vulnerability via unrestricted file upload in the Ad Management module. The application fails to properly validate, sanitize, or enforce execution restrictions on uploaded files, allowing arbitrary file types to be stored in executable locations [1][2].
An authenticated attacker with backend access can navigate to Ad Management, upload a file, and intercept the request to modify the file extension from a benign type (e.g., JPEG) to PHP. The crafted PHP file, containing malicious code, is then stored on the server at a known path [1][4].
Successful exploitation enables the attacker to execute arbitrary system commands on the underlying server, compromising the confidentiality and integrity of the application and its data. The CVSS score is 9.6 (Critical) per the provided reference [2].
As of the advisory, no official patch has been released. The vendor, liufee, maintains the project on GitHub [3]. Mitigation involves implementing strict file type validation, disabling execution of uploaded files, or applying web server controls to prevent execution of user-uploaded content.
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
feehi/cmsPackagist | <= 2.1.1 | — |
Affected products
2Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4News mentions
0No linked articles in our index yet.