← Vulnerability feed

Vulnerability record · CVE-2013-0803 · published 11 February 2020

CVE-2013-0803: PolarBear CMS unrestricted file upload in upload.php enables remote code execution

PPolarbear Cms Project · Polarbear Cms

PolarBear CMS 2.5 exposes upload.php without restricting uploaded file types, allowing a malicious user to upload executable files. Because the uploaded file can be executed, this is a direct path to arbitrary code execution on the server. The flaw is rated critical (CVSS 3.1 9.8) and public exploit code exists.

9.8 CVSS 3.1 Critical EPSS 75% · top 0.5% CWE-434 · Unrestricted file upload
9.8CVSS 3.1 base score, v2 7.5
75%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
6References, 4 tagged exploit
16 Jun 2026Last modified by NVD

Description

A PHP File Upload Vulnerability exists in PolarBear CMS 2.5 via upload.php, which could let a malicious user execute arbitrary code.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: medium.

critical priorityUnauthenticated network-reachable arbitrary code execution with public exploit code and very high EPSS probability.

What it is

PolarBear CMS 2.5 exposes upload.php without restricting uploaded file types, allowing a malicious user to upload executable files. Because the uploaded file can be executed, this is a direct path to arbitrary code execution on the server. The flaw is rated critical (CVSS 3.1 9.8) and public exploit code exists.

Impact

An attacker can upload and execute arbitrary code, gaining full control of the web server under the application's privileges. This compromises confidentiality, integrity and availability of the host and any data it can reach.

Attack surface

Reachable over the network through upload.php with no authentication and no user interaction required, per the CVSS vector AV:N/AC:L/PR:N/UI:N. Any internet-exposed PolarBear CMS 2.5 instance is directly reachable.

Exploitation

Public exploit code is referenced on Exploit-DB and Packet Storm, and EPSS is 0.74977 (99.5th percentile), indicating high likelihood of exploitation. The CVE is not listed in CISA KEV, so no confirmed in-the-wild activity is documented in this record.

What to do

  • Upgrade or remove PolarBear CMS 2.5; no fixed version is identified in this record, so treat the product as unsupported and migrate to a maintained CMS.
  • If the application must stay online, restrict upload.php to authenticated users and enforce a server-side allowlist of file extensions and MIME types.
  • Store uploaded files outside the web root and disable script execution in any upload directory.
  • Place the application behind a WAF or reverse proxy that blocks executable file uploads and access to uploaded scripts.
  • Monitor vendor and CVE sources for a patch, since none is listed here.

Detection

  • Review web server logs for POST requests to upload.php followed by requests to newly created files in upload directories.
  • Alert on files with executable extensions (.php, .phtml, .php5) appearing in upload or content directories.
  • Monitor for unexpected child processes spawned by the web server user, which can indicate uploaded code execution.
  • Use file integrity monitoring on web-accessible directories to catch newly written scripts.

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

LinkTags
http://www.exploit-db.com/exploits/24549 ExploitThird Party AdvisoryVDB Entry
https://exchange.xforce.ibmcloud.com/vulnerabilities/82378 Third Party AdvisoryVDB Entry
https://packetstormsecurity.com/files/cve/CVE-2013-0803 ExploitThird Party AdvisoryVDB Entry
http://www.exploit-db.com/exploits/24549 ExploitThird Party AdvisoryVDB Entry
https://exchange.xforce.ibmcloud.com/vulnerabilities/82378 Third Party AdvisoryVDB Entry
https://packetstormsecurity.com/files/cve/CVE-2013-0803 ExploitThird Party AdvisoryVDB Entry

Track CVE-2013-0803 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.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2026-56291Balbooa Forms Joomla extension unauthenticated arbitrary file upload RCEThe Balbooa Forms extension for Joomla before version 2.4.1 accepts file uploads without authentication and does not restrict file type, allowing exe…KEVEPSS 15%analysed10.0CVE-2026-48939iCagenda Joomla extension unrestricted file upload leads to PHP RCEThe iCagenda extension for Joomla fails to restrict file types in its file attachment feature, allowing arbitrary file uploads that result in PHP cod…KEVEPSS 20%analysed10.0CVE-2026-56290Joomla Page Builder CK unauthenticated file upload leads to RCEThe Joomla Page Builder CK extension before 3.6.0 allows unauthenticated arbitrary file uploads, letting an attacker place executable files on the se…KEVEPSS 31%analysed10.0CVE-2026-48908SP Page Builder for Joomla unauthenticated arbitrary file upload RCESP Page Builder for Joomla permits unauthenticated users to upload arbitrary files, which can lead to upload and execution of PHP code. The flaw is a…KEVEPSS 89%analysed9.8CVE-2024-7399Samsung MagicINFO 9 Server path traversal allows arbitrary file writeSamsung MagicINFO 9 Server before version 21.1050 contains a path traversal flaw (CWE-22) that also enables unrestricted file upload (CWE-434), letti…KEVEPSS 92%analysed7.2CVE-2025-2749Kentico Xperience path traversal and file upload lead to RCEKentico Xperience through 13.0.178 allows an authenticated Staging Sync Server user to upload arbitrary data to relative paths, enabling path travers…KEVEPSS 4.1%analysed7.2CVE-2024-7694ThreatSonar Anti-Ransomware unrestricted file upload enables command executionThreatSonar Anti-Ransomware from TeamT5 fails to properly validate the content of uploaded files (CWE-434). An attacker holding administrator privile…KEVEPSS 1.8%analysed10.0CVE-2025-52691SmarterMail unauthenticated arbitrary file upload leading to RCESmarterTools SmarterMail contains an unrestricted file upload flaw (CWE-434) that lets an unauthenticated attacker write files to any location on the…KEVEPSS 86%analysed

Source: NIST National Vulnerability Database (record CVE-2013-0803), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.