LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125033: rails-cv-app uploaded_files_controller.rb path traversal

A vulnerability was found in rails-cv-app. It has been rated as problematic. Affected by this issue is some unknown functionality of the file app/controllers/uploaded_files_controller.rb. The manipulation with the input ../../../etc/passwd leads to path traversal: '../filedir'. The exploit has been disclosed to the public and may be used. The patch is identified as 0d20362af0a5f8a126f67c77833868908484a863. It is recommended to apply a patch to fix this issue. VDB-217178 is the identifier assigned to this vulnerability.

LowCVSS 3.5Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2014-125033 is a low-severity file path traversal issue in rails-cv-app. A logged-in adjacent attacker could potentially read limited files through vulnerable file handling. The available sources do not identify affected versions, broad commercial exposure, or confirmed active exploitation.

Executive priority

Treat as a targeted hygiene fix, not an emergency. Prioritize quickly if rails-cv-app is internet-adjacent, handles sensitive files, or is embedded in production workflows; otherwise schedule with normal vulnerability maintenance.

Technical view

The record attributes the flaw to app/controllers/uploaded_files_controller.rb in rails-cv-app. Manipulated traversal input can escape the intended file directory, mapped to CWE-24. CVSS 3.1 is 3.5 with adjacent access, low complexity, required privileges, no user interaction, and low confidentiality impact only.

Likely exposure

Exposure appears limited to deployments or forks of rails-cv-app containing the vulnerable uploaded_files_controller.rb code. The source bundle lists vendor and versions as n/a and provides no CPEs, so asset matching may require repository or code-level checks.

Exploitation context

VulDB states that exploit details were disclosed publicly and may be used. The bundle marks KEV as false and provides no cited evidence of active exploitation in the wild, so active exploitation should not be assumed.

Researcher notes

The evidence is thin on version scope and deployment prevalence. The strongest anchors are the VulDB entry, CVE record, and named GitHub patch. Avoid broad product claims unless code review confirms the same vulnerable controller behavior.

Mitigation direction

  • Apply or incorporate patch commit 0d20362af0a5f8a126f67c77833868908484a863.
  • Check upstream repository guidance before deploying any rails-cv-app instance.
  • Restrict access to file upload and retrieval features where possible.
  • Review file path handling for canonicalization and directory confinement.
  • Monitor logs for suspicious file retrieval attempts.

Validation and detection

  • Inventory whether rails-cv-app or forks are deployed.
  • Confirm the vulnerable controller exists in deployed code.
  • Verify the referenced patch is present in the running version.
  • Review tests covering traversal rejection for uploaded file access.
  • Check access controls around uploaded file endpoints.
Prepared
Confidence
medium
Sources
5

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

CWE-24: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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

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-2014-125033 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
Low
CVSS
3.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

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
4Source 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
3.5CVSS 3.1LowCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.11.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

3.5Low
CVSS 3.1 vector shape for CVE-2014-125033Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/arails-cv-appn/aListed
Weakness

CWE details

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

CWE-24 · source CWE mapping

Path Traversal: '../filedir'

Path Traversal: '../filedir' represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.