LiveActive security incident?Get immediate response
CVE Record

CVE-2014-10068: The inert directory handler in inert node module before 1.1.1 always allows files in hidden directories to...

The inert directory handler in inert node module before 1.1.1 always allows files in hidden directories to be served, even when `showHidden` is false.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Applications using vulnerable inert could unintentionally publish files stored inside hidden directories. A setting meant to hide those directories, showHidden:false, did not block them. Risk depends on whether sensitive hidden files or directories are under web-served paths.

Executive priority

Prioritize if legacy Node.js services serve directories from broad application paths. Lower urgency if inert is absent, upgraded, or static roots contain only public assets.

Technical view

The inert directory handler before 1.1.1 always allowed files in hidden directories to be served despite showHidden being false. The CVE maps this to CWE-22, but the provided evidence mainly supports unintended static file exposure through directory handling.

Likely exposure

Exposure is likely limited to Node.js applications using the inert module below 1.1.1 for directory serving, with hidden directories inside served roots.

Exploitation context

The provided bundle does not show known active exploitation, KEV listing, exploit code, or public exploitation reports. Abuse would depend on reachable static directory routes and sensitive hidden content being present.

Researcher notes

The source bundle is narrow: no CVSS, no affected hapi versions, and no exploit-status evidence. Treat this as a configuration-dependent file exposure issue in inert before 1.1.1.

Mitigation direction

  • Upgrade inert to version 1.1.1 or later where applicable.
  • Review vendor and project guidance for supported remediation details.
  • Remove secrets and private files from web-served directory trees.
  • Restrict static file roots to explicitly intended public assets.

Validation and detection

  • Check dependency manifests and lockfiles for inert versions below 1.1.1.
  • Identify hapi routes using inert directory handling.
  • Review served directories for hidden folders containing sensitive files.
  • Confirm showHidden assumptions are documented and tested.
Prepared
Confidence
high
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 · medium confidence lookup

CWE-22: 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-10068 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
4Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOneinert node module<1.1.1Listed
Weakness

CWE details

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

CWE-22 · source CWE mapping

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.