LiveActive security incident?Get immediate response
CVE Record

CVE-2019-1010123: MODX Revolution Gallery 1.7.0 is affected by: CWE-434: Unrestricted Upload of File with Dangerous Type.

MODX Revolution Gallery 1.7.0 is affected by: CWE-434: Unrestricted Upload of File with Dangerous Type. The impact is: Creating file with custom a filename and content. The component is: Filtering user parameters before passing them into phpthumb class. The attack vector is: web request via /assets/components/gallery/connector.php.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

MODX Revolution Gallery 1.7.0 has an unrestricted file upload weakness. The CVE states a web request can create a file with attacker-controlled filename and content. That can be business-significant for public websites, but the source bundle does not provide CVSS, confirmed exploit activity, or full remediation details.

Executive priority

Treat this as a high-priority website exposure if MODX Gallery 1.7.0 is internet-facing. The issue may let an attacker place arbitrary content on the server, but available evidence does not confirm active exploitation or provide a CVSS score.

Technical view

The issue is CWE-434 in Gallery 1.7.0. User parameters are insufficiently filtered before being passed into the phpthumb class, with the vector identified as /assets/components/gallery/connector.php. The stated impact is creation of a file with custom filename and content.

Likely exposure

Exposure is most likely on MODX Revolution deployments running the Gallery extra version 1.7.0 with the Gallery connector reachable from the web. Sites without this component, or not running the affected version, are not shown as affected by the supplied sources.

Exploitation context

The CVE is not listed as CISA KEV in the bundle, and no supplied source confirms active exploitation. The attack vector is a web request to the Gallery connector, but the bundle does not provide exploit prerequisites, authentication requirements, or payload details.

Researcher notes

The key gaps are severity scoring, authentication context, and exact fixed version guidance. Analysis should stay anchored to Gallery 1.7.0, CWE-434, phpthumb parameter filtering, and the connector.php request path unless vendor sources add more detail.

Mitigation direction

  • Inventory MODX Revolution sites for Gallery version 1.7.0.
  • Restrict public access to Gallery connector endpoints where operationally safe.
  • Review MODX/Gallery vendor advisories for the supported upgrade or fix path.
  • Check uploaded media directories for unexpected executable or script-like files.
  • Prioritize remediation on internet-facing MODX sites.

Validation and detection

  • Confirm whether Gallery 1.7.0 is installed on each MODX instance.
  • Check whether /assets/components/gallery/connector.php is reachable externally.
  • Review web server logs for unusual requests to the Gallery connector.
  • Inspect upload directories for attacker-controlled filenames or unexpected content.
  • Document compensating controls if immediate upgrade is unavailable.
Prepared
Confidence
medium
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-1010123 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
MODX RevolutionGallery1.7.0Listed
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.