LiveActive security incident?Get immediate response
CVE Record

CVE-2017-16222: elding is a simple web server.

elding is a simple web server. elding is vulnerable to a directory traversal issue, allowing an attacker to access the filesystem by placing "../" in the url. The files accessible, however, are limited to files with a file extension. Sending a GET request to /../../../etc/passwd, for example, will return a 404 on etc/passwd/index.js.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2017-16222 affects the elding Node module, a simple web server. The reported issue lets a remote requester use path traversal in a URL to reach files outside the intended web root. Sources do not provide CVSS, a confirmed patch, or active exploitation evidence.

Executive priority

Prioritize investigation if any public service uses elding. The main business risk is unintended file disclosure from server filesystems. If elding is absent or only used in non-exposed tooling, urgency is lower. No source-provided severity score or active exploitation evidence is available.

Technical view

The vulnerability is CWE-22 path traversal in all versions of the elding node module. The CVE description says traversal can access filesystem paths, but accessible files are limited to files with extensions. Requests for extensionless files may resolve differently and return 404 behavior noted in the source.

Likely exposure

Exposure is likely limited to applications that include and actively use the elding Node module to serve HTTP content. Internet-facing or unauthenticated deployments would carry higher disclosure risk. Evidence does not identify affected platforms beyond all versions of the elding node module.

Exploitation context

The source bundle includes a public proof-of-concept reference, but CISA KEV status is false and no cited source confirms active exploitation. Treat this as publicly documented and potentially reproducible, not as known exploited in the wild.

Researcher notes

The key uncertainty is remediation status: the provided sources do not name a fixed version or vendor mitigation. Validation should focus on dependency presence, runtime reachability, and file-serving boundaries. Avoid assuming impact beyond extension-bearing files, because the CVE description explicitly notes that limitation.

Mitigation direction

  • Inventory applications and lockfiles for the elding package.
  • Remove or replace elding where it serves untrusted HTTP requests.
  • Check the advisory and package maintainer guidance for any safe version or migration path.
  • Restrict network access to any service still using elding.
  • Ensure file serving is constrained to an intended document root.

Validation and detection

  • Confirm whether elding appears in package manifests or dependency lockfiles.
  • Map which running services import or invoke elding.
  • Identify whether affected services are internet-facing or unauthenticated.
  • Review web logs for parent-directory traversal patterns.
  • Verify exposed routes cannot read files outside the intended web root.
Prepared
Confidence
medium
Sources
4

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
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-2017-16222 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
3Source 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
HackerOneelding node moduleAll versionsListed
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.