LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125044: soshtolsus wing-tight index.php file inclusion

A vulnerability, which was classified as critical, was found in soshtolsus wing-tight. This affects an unknown part of the file index.php. The manipulation of the argument p leads to file inclusion. It is possible to initiate the attack remotely. Upgrading to version 1.0.0 is able to address this issue. The patch is named 567bc33e6ed82b0d0179c9add707ac2b257aeaf2. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-217515.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

soshtolsus wing-tight has a remotely reachable file inclusion flaw in index.php involving the p argument. A permitted user could cause the application to include unintended files, creating confidentiality, integrity, and availability risk. The source bundle names version 1.0.0 and a specific commit as the fix; affected version detail is otherwise incomplete.

Executive priority

Prioritize remediation where wing-tight is internet-accessible or used by untrusted accounts. The business urgency is moderate because exploitation requires permissions, but file inclusion can still affect sensitive data and service integrity. Patch availability makes delayed remediation hard to justify.

Technical view

CVE-2014-125044 is a CWE-73 file inclusion issue in wing-tight index.php via p. CVSS 2.0 is 6.5 AV:N/AC:L/Au:S/C:P/I:P/A:P, indicating network access, low complexity, required authentication, and partial CIA impact. Sources identify patch commit 567bc33e6ed82b0d0179c9add707ac2b257aeaf2 and release 1.0.0.

Likely exposure

Exposure appears limited to deployments of soshtolsus wing-tight before the 1.0.0 fix, especially where index.php is reachable by users with application access. The source bundle does not provide CPEs, exact vulnerable version ranges, or deployment prevalence.

Exploitation context

The source bundle says remote attack initiation is possible and permissions are required. It does not show CISA KEV listing, active exploitation evidence, public exploit activity, or weaponized details. Treat exploitation status as unconfirmed.

Researcher notes

Evidence is sparse: affected versions are listed as n/a, and the vulnerable code location is described only as an unknown part of index.php. Base conclusions on the CVSS vector, CWE-73 classification, VulDB entry, and the named GitHub fix/release.

Mitigation direction

  • Upgrade soshtolsus wing-tight to version 1.0.0.
  • Apply patch commit 567bc33e6ed82b0d0179c9add707ac2b257aeaf2 if maintaining source directly.
  • Restrict access to affected wing-tight deployments until upgraded.
  • Check vendor or project guidance for any additional remediation details.

Validation and detection

  • Inventory systems for soshtolsus wing-tight installations.
  • Confirm deployed code includes release 1.0.0 or the named patch commit.
  • Review index.php handling of the p argument for unsafe file inclusion behavior.
  • Check access logs for unusual requests to index.php within available retention.
Prepared
Confidence
medium
Sources
6

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-73: 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-2014-125044 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
Medium
CVSS
6.5 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

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
5Source 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
6.5CVSS 2.0MediumAV:N/AC:L/Au:S/C:P/I:P/A:P86.4Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

6.5Medium
CVSS 2.0 vector shape for CVE-2014-125044Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
soshtolsuswing-tightn/aListed
Weakness

CWE details

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

CWE-73 · source CWE mapping

External Control of File Name or Path

External Control of File Name or Path represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.