LiveActive security incident?Get immediate response
CVE Record

CVE-2018-16480: A XSS vulnerability was found in module public <0.1.4 that allows malicious Javascript code to run in the b...

A XSS vulnerability was found in module public <0.1.4 that allows malicious Javascript code to run in the browser, due to the absence of sanitization of the file/folder names before rendering.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2018-16480 is a cross-site scripting issue in the npm module “public” before version 0.1.4. If an application renders file or folder names through this module, a maliciously named file or folder could run JavaScript in a user’s browser.

Executive priority

Treat as a targeted web application risk, not an emergency internet-wide issue. Prioritize remediation where the package is used in user-facing systems or where users can upload or rename files.

Technical view

The issue is CWE-79 XSS caused by missing sanitization of file and folder names before rendering. The affected package is HackerOne/public versions below 0.1.4. Public scoring data is not provided in the supplied sources, and CISA KEV does not list this CVE.

Likely exposure

Exposure is most likely in Node.js applications that depend on the npm “public” package below 0.1.4 and display directory or file listings containing attacker-controlled names.

Exploitation context

The sources describe the vulnerability class and affected version range, but do not show active exploitation. Exploitation would require an attacker to influence a rendered file or folder name and a victim to view the affected page.

Researcher notes

Evidence is limited to the CVE description, HackerOne report reference, and npm package reference. No CVSS vector, exploit-in-the-wild evidence, or detailed vendor remediation text is included in the provided bundle.

Mitigation direction

  • Identify applications using the npm “public” package.
  • Upgrade from versions below 0.1.4 per package guidance.
  • Restrict who can create or rename rendered files and folders.
  • Apply output encoding or sanitization where filenames are rendered.
  • Check vendor and package advisories for current maintenance status.

Validation and detection

  • Review package-lock.json or npm inventory for “public” versions below 0.1.4.
  • Confirm whether the application renders file or folder names in browsers.
  • Check whether untrusted users can control rendered names.
  • Verify upgraded deployments no longer use affected versions.
  • Review browser-facing pages for safe output encoding.
Prepared
Confidence
high
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-16480 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
HackerOnepublic<0.1.4Listed
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.