LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2018-20062: ThinkPHP "noneCms" Remote Code Execution Vulnerability

RBRecent Breaches Vulnerability Intelligence·Nov 3, 2021
High⚠ Actively exploited (CISA KEV)
High
Severity
Active
CISA KEV
No
Ransomware use
May 3, 2022
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2018-20062 to its Known Exploited Vulnerabilities catalog on Nov 3, 2021, with a federal patch deadline of May 3, 2022 — meaning attackers are actively using it. If you run the affected software, patch it immediately.

ThinkPHP "noneCms" contains an unspecified vulnerability that allows for remote code execution through crafted use of the filter parameter.

CVE-2018-20062 is a remote code execution vulnerability in ThinkPHP noneCms. It stems from improper handling of input and lets an attacker achieve code execution on the affected application by crafting requests that abuse the filter parameter. For IT and security teams, this matters because successful exploitation can give an unauthenticated or lightly authenticated remote party control over the web application process, which often runs with privileges sufficient to read data, alter content, or pivot further into the environment.

Public detail on exact mechanics is limited beyond the CWE and the CISA description; teams should treat any internet-facing or internally reachable noneCms instance as potentially at risk until they confirm patch status against the vendor advisory.

How it works

The weakness is classified as CWE-20 (Improper Input Validation). In this class of flaw, the application fails to adequately check or sanitize values supplied by a user before those values influence program behavior. According to the CISA summary, the vulnerability specifically allows remote code execution through crafted use of the filter parameter.

An attacker typically sends a specially formed HTTP request that supplies unexpected or malicious content in the filter parameter. Because the input is not properly validated, the application may interpret or execute that content in a way that runs attacker-controlled code in the context of the web server or application process. No further exploit specifics are provided in the available facts; defenders should not assume particular payloads or request formats and must consult the vendor advisory for any technical confirmation.

Am I affected? How to find it in your systems

ThinkPHP noneCms is a content-management style application built on the ThinkPHP framework. It commonly appears as a PHP web application hosted on Linux or Windows web servers, often behind Apache, Nginx, or IIS, and may be deployed in development, staging, or production environments that serve internal or public content.

To inventory:

Because exact affected version ranges are not supplied in the given facts, compare every discovered installation against the vendor advisory. For signs of exploitation, review web-access logs for anomalous requests that include the filter parameter with unusual or encoded values, unexpected POST bodies, or spikes in errors from the application. Correlate with process-creation or file-modification telemetry on the host if available. Absence of obvious log entries does not prove the system is clean.

How to remediate

The primary action is to apply updates per vendor instructions, as directed by CISA. Obtain the fixed package or patch directly from the vendor, test it in a non-production environment if feasible, then deploy it to all affected instances. After patching, restart the web service or application pool so the updated code is loaded, and verify that the filter-parameter handling no longer accepts the previously dangerous input patterns.

Additional hardening appropriate to this weakness class includes:

Re-scan or re-inventory after remediation to confirm no unpatched copies remain.

If you can't patch immediately

Until the vendor update can be applied, reduce exposure with compensating controls:

These measures lower risk but do not eliminate it; schedule the official patch as soon as possible.

If your data may have been exposed

Actively exploited remote-code-execution vulnerabilities frequently lead to unauthorized access, data theft, or further compromise. Known ransomware use is not documented for this CVE, yet the possibility of broader impact remains. If you suspect exploitation, isolate the system, preserve logs and forensic images, and begin incident-response procedures. As a quick additional check, you can run a free exposure scan of your email addresses against known breach data sets to see whether associated credentials or personal information have already appeared in public dumps.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedThinkPHP · noneCms
WeaknessCWE-20
Added to CISA KEVNov 3, 2021
Federal patch deadlineMay 3, 2022
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities