LiveActive security incident?Get immediate response
CVE Record

CVE-2018-3724: general-file-server node module suffers from a Path Traversal vulnerability due to lack of validation of cu...

general-file-server node module suffers from a Path Traversal vulnerability due to lack of validation of currpath, which allows a malicious user to read content of any file with known path.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2018-3724 is a path traversal flaw in the general-file-server Node.js module. Because currpath is not validated, an untrusted user could read host files if they know the path. The sources do not provide CVSS, a fixed version, or evidence of active exploitation.

Executive priority

Prioritize confirmation of usage. If the module is not present, business risk is negligible. If it is public-facing or handles sensitive data, treat remediation as urgent because the impact is unauthorized file disclosure.

Technical view

The issue is CWE-22 path traversal caused by insufficient validation of currpath. The CVE description says all versions of general-file-server are affected and could allow reading arbitrary known-path files. The bundle cites HackerOne report 310943, but provides no CPEs, patch details, or exploit telemetry.

Likely exposure

Exposure is limited to applications that install and run the general-file-server Node.js module, especially services reachable by untrusted users. The source states all versions are affected, but gives no deployment prevalence or CPE mapping.

Exploitation context

The source bundle does not show KEV listing or active exploitation. The described attack requires access to an affected service and knowledge or guessing of target file paths. No real-world campaign or exploit maturity evidence is provided.

Researcher notes

Evidence is sparse: severity, CVSS, fixed versions, CPEs, and exploitation status are absent from the provided bundle. Keep analysis bounded to the named module and the stated path traversal behavior unless vendor or registry data adds detail.

Mitigation direction

  • Inventory Node.js applications for the general-file-server module.
  • Remove or replace the module until vendor guidance confirms a fixed release.
  • Restrict access to any service using the module to trusted users only.
  • Review server file permissions to reduce readable sensitive files.
  • Check the HackerOne report and package maintainer guidance for updates.

Validation and detection

  • Search dependency manifests and lockfiles for general-file-server.
  • Confirm whether any affected service is reachable by untrusted users.
  • Review application routes that pass currpath or file paths to the module.
  • Check logs for suspicious file path access patterns.
  • Document whether sensitive files are readable by the service account.
Prepared
Confidence
medium
Sources
3

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-2018-3724 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
2Source 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
HackerOnegeneral-file-server 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.