LiveActive security incident?Get immediate response
CVE Record

CVE-2018-16484: A XSS vulnerability was found in module m-server <1.4.2 that allows malicious Javascript code or HTML to be...

A XSS vulnerability was found in module m-server <1.4.2 that allows malicious Javascript code or HTML to be executed, due to the lack of escaping for special characters in folder names.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2018-16484 is a cross-site scripting issue in m-server versions before 1.4.2. Malicious JavaScript or HTML can run because folder names are not properly escaped. Business risk depends on whether the affected module is deployed and whether untrusted users can influence folder names viewed by others.

Executive priority

Treat as a targeted remediation item, not an emergency based on current evidence. Prioritize if m-server is internet-facing, used by privileged staff, or processes untrusted folder names. Otherwise, handle through normal dependency hygiene and version validation.

Technical view

The CVE describes CWE-79 in HackerOne m-server <1.4.2. Special characters in folder names are not escaped before being rendered, allowing attacker-controlled HTML or JavaScript execution in a user’s browser. The public record provides no CVSS score, CPEs, or detailed exploit prerequisites.

Likely exposure

Exposure is likely limited to environments running m-server below 1.4.2. Risk is higher where folder names can be created or influenced by untrusted users and then viewed through m-server by administrators or other users.

Exploitation context

No cited source reports active exploitation, and this CVE is not listed as KEV in the provided data. Exploitation would require a malicious folder name to be rendered by the vulnerable m-server interface. Authentication, network reachability, and deployment patterns are not specified in the sources.

Researcher notes

Public data is sparse: no CVSS vector, no CPE, and no detailed affected-platform mapping. The vulnerability class is standard XSS via insufficient output encoding. The key validation question is whether m-server <1.4.2 is present and renders attacker-influenced folder names.

Mitigation direction

  • Identify any use of m-server and confirm deployed versions.
  • Move off affected versions below 1.4.2 per vendor or package guidance.
  • Restrict who can create or rename folders served through m-server.
  • Avoid exposing vulnerable m-server instances to untrusted users.
  • Check the HackerOne report and package advisory history for maintainer guidance.

Validation and detection

  • Search dependency manifests and lockfiles for m-server versions below 1.4.2.
  • Inspect running services or containers for bundled m-server copies.
  • Confirm folder names are HTML-escaped in a safe test environment.
  • Verify upgraded deployments no longer use affected m-server versions.
  • Document whether untrusted users can control rendered folder names.
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-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-16484 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
HackerOnem-server<1.4.2Listed
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.