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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- Severity
- Medium
- CVSS
- 6.5 (2.0)
- Known Exploited
- No
- Published
Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P
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.
CVSS vector scores
1 official scoreWe 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.
AV:N/AC:L/Au:S/C:P/I:P/A:P86.4Primary CVE scoreVulnerability scoring details
Base CVSS 2.0 score
6.5MediumVector: AV:N/AC:L/Au:S/C:P/I:P/A:P
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.217515CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.217515CVE reference · signature, permissions-required
- https://github.com/soshtolsus/wing-tight/commit/567bc33e6ed82b0d0179c9add707ac2b257aeaf2CVE reference · patch
- https://github.com/soshtolsus/wing-tight/releases/tag/1.0.0CVE reference · patch
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
