LiveActive security incident?Get immediate response
CVE Record

CVE-2013-10067: Glossword 1.8.8 - 1.8.12 Arbitrary File Upload RCE

Glossword versions 1.8.8 through 1.8.12 contain an authenticated arbitrary file upload vulnerability. When deployed as a standalone application, the administrative interface (gw_admin.php) allows users with administrator privileges to upload files to the gw_temp/a/ directory. Due to insufficient validation of file type and path, attackers can upload and execute PHP payloads, resulting in remote code execution.

CriticalCVSS 9.4Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Glossword deployments running the affected standalone versions can let an administrator upload a file that the server later runs as PHP. Because exploitation requires administrator privileges, the main business risk is from compromised admin accounts, malicious insiders, or exposed admin panels. Successful exploitation can fully compromise the application server.

Executive priority

Prioritize legacy internet-facing Glossword systems immediately. The vulnerability is critical because admin-level access can become server code execution, and public exploit references exist. If no supported remediation path is available, isolation or migration should be treated as the practical business decision.

Technical view

The bundle describes CWE-434 in Glossword 1.8.8 through 1.8.12. The gw_admin.php administrative interface accepts uploads into gw_temp/a/ with insufficient file type and path validation, enabling uploaded PHP execution and remote code execution when deployed standalone.

Likely exposure

Exposure is most likely in legacy Glossword standalone installations with reachable gw_admin.php and valid administrator accounts. The structured affected data only explicitly lists version 1.8.8, while the description names 1.8.8 through 1.8.12, so version scoping should be verified locally.

Exploitation context

The source bundle cites public exploit references, including Exploit-DB and Metasploit module URLs. It does not mark the CVE as KEV, and no provided source establishes active exploitation in the wild. Treat public exploit availability as a serious risk multiplier, especially for internet-reachable admin panels.

Researcher notes

Evidence is strong for the vulnerability class and attack path, but remediation details are incomplete in the provided bundle. Avoid overstating active exploitation: KEV is false here. Pay close attention to the discrepancy between the narrative version range and the structured affected record.

Mitigation direction

  • Identify and remove unsupported or unused Glossword standalone deployments.
  • Check vendor or project guidance before assuming a fixed version exists.
  • Restrict gw_admin.php access to trusted networks and administrators only.
  • Harden authentication for administrator accounts and review account ownership.
  • Prevent PHP execution from upload and temporary directories where feasible.
  • Inspect gw_temp/a/ and adjacent upload paths for unexpected executable files.

Validation and detection

  • Inventory Glossword instances and confirm exact deployed versions.
  • Verify whether gw_admin.php is reachable from untrusted networks.
  • Review administrator accounts for stale, shared, or suspicious access.
  • Inspect gw_temp/a/ for unexpected PHP or executable content.
  • Review web and application logs for unusual administrative upload activity.
  • Confirm upload directories cannot execute server-side scripts.
Prepared
Confidence
medium
Sources
8

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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2013-10067 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
Critical
CVSS
9.4 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

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.

1CVSS vectors
0Timeline events
0ADP providers
7Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.4CVSS 4.0CriticalCVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:HPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

9.4Critical
CVSS 4.0 vector shape for CVE-2013-10067Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Glossword TeamGlossword1.8.8unknown
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.