LiveActive security incident?Get immediate response
CVE Record

CVE-2018-3726: crud-file-server node module before 0.8.0 suffers from a Cross-Site Scripting vulnerability to a lack of va...

crud-file-server node module before 0.8.0 suffers from a Cross-Site Scripting vulnerability to a lack of validation of file names.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2018-3726 affects the crud-file-server Node module before 0.8.0. The issue is cross-site scripting caused by insufficient filename validation, meaning a malicious filename could be displayed in a browser as executable content. Business urgency depends on whether this package is used in user-facing file handling.

Executive priority

Treat as a targeted dependency cleanup unless the package supports public file sharing or customer uploads. Prioritize faster if exposed to untrusted users because XSS can affect sessions and user trust.

Technical view

The source bundle identifies CWE-79 in crud-file-server before 0.8.0. The vulnerable behavior is lack of validation of file names, creating an XSS condition when filenames are rendered to users. No CVSS vector, exploitation evidence, or detailed remediation text is provided beyond the pre-0.8.0 affected range and linked fix commit.

Likely exposure

Exposure is likely limited to applications directly using crud-file-server versions before 0.8.0, especially where users can create, upload, or influence filenames that other users view through the module.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. The practical attack context is stored or reflected browser script execution through unsafe filename handling, but source evidence is incomplete on real-world exploitation.

Researcher notes

Evidence is concise: CVE text names XSS from filename validation failure, affected versions before 0.8.0, CWE-79, and a GitHub commit. There is no CVSS, no KEV status, and no source-provided exploit maturity detail.

Mitigation direction

  • Upgrade crud-file-server to version 0.8.0 or later where present.
  • Check vendor or maintainer guidance before applying alternative mitigations.
  • Restrict untrusted filename creation where upgrade timing is constrained.
  • Ensure filenames are encoded or sanitized before browser rendering.

Validation and detection

  • Inventory package manifests and lockfiles for crud-file-server below 0.8.0.
  • Identify public or authenticated routes that render filenames through this module.
  • Confirm whether users can influence filenames shown to other users.
  • Verify deployed dependency versions after remediation.
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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-2018-3726 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.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOnecrud-file-server node moduleVersions before 0.8.0Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.