LiveActive security incident?Get immediate response
CVE Record

CVE-2019-1010062: PluckCMS 4.7.4 and earlier is affected by: CWE-434 Unrestricted Upload of File with Dangerous Type.

PluckCMS 4.7.4 and earlier is affected by: CWE-434 Unrestricted Upload of File with Dangerous Type. The impact is: get webshell. The component is: data/inc/images.php line36. The attack vector is: modify the MIME TYPE on HTTP request to upload a php file. The fixed version is: after commit 09f0ab871bf633973cfd9fc4fe59d4a912397cf8.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

PluckCMS 4.7.4 and earlier could accept a dangerous uploaded file as an image when the request MIME type is manipulated. The CVE states the impact is obtaining a webshell, which can give an attacker control over the affected website.

Executive priority

Treat this as high priority for any public or business-critical PluckCMS site, because the documented impact is webshell access. Prioritize patch verification and exposure review over broad emergency response unless local evidence of compromise appears.

Technical view

CVE-2019-1010062 is a CWE-434 unrestricted upload issue in PluckCMS data/inc/images.php, identified at line 36 in the CVE description. Affected versions are 4.7.4 and earlier. The listed fix is after commit 09f0ab871bf633973cfd9fc4fe59d4a912397cf8.

Likely exposure

Exposure is limited to deployments running PluckCMS 4.7.4 or earlier with reachable image upload functionality. The bundle provides no CPEs, CVSS vector, or hosting-context details.

Exploitation context

The source bundle describes MIME type manipulation to upload a PHP file and states the impact as webshell access. It does not cite active exploitation, and the CVE is not listed as KEV.

Researcher notes

Evidence is concise but direct: CWE-434, affected PluckCMS ≤4.7.4, component data/inc/images.php line 36, and a named fixing commit. CVSS and exploitation-in-the-wild evidence are absent from the provided bundle.

Mitigation direction

  • Upgrade to a PluckCMS version containing commit 09f0ab871bf633973cfd9fc4fe59d4a912397cf8 or later.
  • Review vendor project guidance for supported fixed releases and migration notes.
  • Restrict access to upload functionality until the fixed build is deployed.
  • Inspect uploaded content directories for unexpected executable files.

Validation and detection

  • Inventory PluckCMS installations and confirm whether any are version 4.7.4 or earlier.
  • Verify the deployed code includes commit 09f0ab871bf633973cfd9fc4fe59d4a912397cf8 or later.
  • Review upload directories and web logs for suspicious file uploads.
  • Confirm upload handling no longer permits dangerous server-executable file types.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-434: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-1010062 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
pluck-cmsPluckCMS≤ 4.7.4 [fixed: after commit 09f0ab871bf633973cfd9fc4fe59d4a912397cf8]Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-434 · source CWE mapping

Unrestricted Upload of File with Dangerous Type

Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.