LiveActive security incident?Get immediate response
CVE Record

CVE-2019-5457: Cross-site scripting (XSS) vulnerability in min-http-server (all versions) allows an attacker with access t...

Cross-site scripting (XSS) vulnerability in min-http-server (all versions) allows an attacker with access to the server file system to execute arbitrary JavaScript code in victim's browser.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

min-http-server can allow stored cross-site scripting when an attacker can place or modify files on the server. If a victim browses the served content, attacker-controlled JavaScript may run in that victim’s browser. Business urgency depends on whether this package is used and whether untrusted users can write to served paths.

Executive priority

Treat this as a targeted exposure review rather than an emergency unless min-http-server is public-facing or serves writable content. Prioritize confirming usage because the record lists all versions as affected and no fixed version in the supplied evidence.

Technical view

CVE-2019-5457 is a CWE-79 XSS issue affecting min-http-server. The record says all versions are affected and lists the product as Not Fixed. The described prerequisite is attacker access to the server file system, followed by execution of arbitrary JavaScript in a victim browser that views served content.

Likely exposure

Exposure is most likely where min-http-server serves directories that are writable by untrusted users, build jobs, uploads, shared accounts, or compromised processes. Internet exposure increases impact, but the source bundle does not state deployment scope or a CVSS score.

Exploitation context

CISA KEV status is false, and the supplied sources do not state active exploitation. The issue is not a remote-only condition from the evidence provided; it requires server file-system access plus a victim viewing affected content.

Researcher notes

The available evidence is sparse: CVE record, CVE List entry, and HackerOne reference. Key gaps are CVSS, affected version boundaries beyond all versions, patch status details, and exploitation telemetry. Do not assume active exploitation or a vendor fix from these sources.

Mitigation direction

  • Inventory systems and dependencies for min-http-server usage.
  • Avoid serving directories writable by untrusted users or automation.
  • Restrict file-system write access to served paths.
  • Limit use to trusted internal environments where possible.
  • Check vendor guidance; no fixed version is identified in supplied sources.
  • Consider replacing min-http-server with a maintained alternative.

Validation and detection

  • Confirm whether min-http-server is installed or bundled in deployed applications.
  • Identify all directories served by min-http-server.
  • Review who or what can write to served directories.
  • Check whether served content is reachable by users with privileged sessions.
  • Verify compensating controls after removing write access or replacing the server.
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-2019-5457 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
min-http-servermin-http-serverNot FixedListed
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.