Vulnerability record · CVE-2020-29597 · published 7 December 2020
CVE-2020-29597: IncomCMS unauthenticated file upload in showcase script
IIncomcms Project · Incomcms
IncomCMS 2.0 exposes modules/uploader/showcase/script.php, which accepts file uploads without validating the uploader or the file type. Because the endpoint is reachable without authentication, an attacker can place arbitrary files on the server, which is a direct path to remote code execution if the uploaded file is web-accessible and executable.
Description
IncomCMS 2.0 has a modules/uploader/showcase/script.php insecure file upload vulnerability. This vulnerability allows unauthenticated attackers to upload files into the server.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Automated analysis
critical priorityUnauthenticated network-reachable arbitrary file upload with CVSS 9.8 and very high EPSS makes full host compromise likely if the endpoint is exposed.
What it is
IncomCMS 2.0 exposes modules/uploader/showcase/script.php, which accepts file uploads without validating the uploader or the file type. Because the endpoint is reachable without authentication, an attacker can place arbitrary files on the server, which is a direct path to remote code execution if the uploaded file is web-accessible and executable.
Impact
An attacker gains the ability to write arbitrary files to the server, which typically leads to code execution under the web server account and full compromise of the application host.
Attack surface
The flaw is reached over the network through the modules/uploader/showcase/script.php endpoint. The CVSS vector shows PR:N and UI:N, so no authentication and no user interaction are required.
Exploitation
CVE-2020-29597 is not listed in CISA KEV, but public exploit write-ups are referenced and EPSS is 0.71006 (99.4th percentile), indicating a high likelihood of attempted exploitation.
What to do
- Upgrade or patch IncomCMS to a version that fixes the uploader endpoint; if no fixed release exists, remove or disable modules/uploader/showcase/script.php.
- Restrict access to uploader paths at the web server or WAF so only authenticated, trusted clients can reach them.
- Enforce server-side file type, extension and content validation, and store uploads outside the web root with execute permissions disabled.
- Run the web server with least privilege and disable execution of scripts in upload directories.
- Monitor vendor and community advisories for an official fix, since the record does not name a patched version.
Detection
- Review web server logs for POST requests to /modules/uploader/showcase/script.php and other uploader endpoints, especially from unauthenticated clients.
- Alert on newly created files in web-accessible upload directories, particularly files with executable extensions such as .php.
- Scan the upload directories for unexpected or recently modified files and compare against known-good content.
- Correlate upload activity with subsequent requests to the uploaded file paths, which may indicate exploitation.
This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.
Affected products
1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.
References
| Link | Tags |
|---|---|
| http://packetstormsecurity.com/files/160784/Incom-CMS-2.0-File-Upload.html | ExploitThird Party AdvisoryVDB Entry |
| https://github.com/M4DM0e/m4dm0e.github.io/blob/gh-pages/_posts/2020-12-07-incom-insecure-up.md | ExploitThird Party Advisory |
| https://m4dm0e.github.io/2020/12/07/incom-insecure-up.html | ExploitThird Party Advisory |
| http://packetstormsecurity.com/files/160784/Incom-CMS-2.0-File-Upload.html | ExploitThird Party AdvisoryVDB Entry |
| https://github.com/M4DM0e/m4dm0e.github.io/blob/gh-pages/_posts/2020-12-07-incom-insecure-up.md | ExploitThird Party Advisory |
| https://m4dm0e.github.io/2020/12/07/incom-insecure-up.html | ExploitThird Party Advisory |
Track CVE-2020-29597 inside VULONE
Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.
Related vulnerabilities
Same products first, then exploited flaws of the same weakness class.
Source: NIST National Vulnerability Database (record CVE-2020-29597), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.