LiveActive security incident?Get immediate response
CVE Record

CVE-2018-3744: The html-pages node module contains a path traversal vulnerabilities that allows an attacker to read any fi...

The html-pages node module contains a path traversal vulnerabilities that allows an attacker to read any file from the server with cURL.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2018-3744 affects the html-pages Node.js module. If this module is used to serve files, an attacker may be able to read files from the server outside the intended content directory. The sources state the issue is not fixed, so exposure depends on whether this package is still present and reachable.

Executive priority

Prioritize investigation if any public-facing Node.js service uses html-pages. The business risk is unauthorized disclosure of server files, potentially including credentials or configuration secrets. If the package is absent, no action is needed beyond documenting the check.

Technical view

The vulnerability is a path traversal flaw, mapped to CWE-35, in the html-pages Node module. The CVE description says an attacker can read any server file. No CVSS score, patched version, or detailed affected version range is provided in the source bundle.

Likely exposure

Likely exposure is limited to applications that depend on the html-pages Node module and expose its file-serving behavior to users or the internet. Organizations should confirm through dependency inventories, lockfiles, and runtime service review.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. Public references include a HackerOne report and a GitHub issue, so the vulnerability details have been publicly known since 2018.

Researcher notes

Evidence is sparse: no CVSS, no fixed version, and no affected version range beyond “Not fixed.” Treat this as a dependency-exposure issue and avoid claiming exploitation unless new authoritative evidence appears.

Mitigation direction

  • Check vendor or maintainer guidance before assuming a patched release exists.
  • Remove or replace html-pages where it is used in reachable services.
  • Restrict file-serving paths to approved directories at the application layer.
  • Limit process filesystem permissions to reduce readable sensitive files.
  • Block public access to affected services until exposure is understood.

Validation and detection

  • Search package manifests and lockfiles for html-pages usage.
  • Identify routes or services that expose html-pages file-serving behavior.
  • Confirm whether affected services are internet-facing or user-accessible.
  • Review logs for suspicious file-read attempts against affected endpoints.
  • Verify the application process cannot read sensitive host files.
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-35: 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-3744 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
HackerOnehtml-pages node moduleNot fixedListed
Weakness

CWE details

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

CWE-35 · source CWE mapping

Path Traversal: '.../...//'

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