LiveActive security incident?Get immediate response
CVE Record

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

Cross-site scripting (XSS) vulnerability in http-file-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

CVE-2019-5458 is an XSS issue in http-file-server. If someone can place or modify files on the server filesystem, they may cause JavaScript to run in another user's browser when the server displays that content. The source bundle does not provide a CVSS score or confirmed fix.

Executive priority

Treat as a targeted remediation item, not an emergency based on current evidence. Prioritize systems where untrusted users can write files or where browsers with privileged sessions access the service.

Technical view

The CVE describes CWE-79 in all versions of http-file-server, with the precondition that the attacker has access to the server file system. The reported impact is arbitrary JavaScript execution in a victim browser. The bundle does not describe the exact sink, trigger path, patch, or vendor workaround.

Likely exposure

Exposure is most likely where http-file-server is deployed and untrusted or lower-trust users can write, upload, sync, or otherwise influence files shown by the service.

Exploitation context

The CVE is not listed as CISA KEV in the bundle, and no cited source confirms active exploitation. Exploitation requires server filesystem access, so this is more concerning in shared hosting, upload, CI artifact, or file-drop scenarios.

Researcher notes

Evidence is limited to the CVE description and HackerOne reference. The affected entry says all versions and not fixed, but the bundle does not provide reproduction details, version ranges, commits, or mitigation specifics.

Mitigation direction

  • Identify all http-file-server deployments and owners.
  • Restrict filesystem write access to trusted administrators only.
  • Avoid exposing affected servers to untrusted users or the public internet.
  • Check vendor or project guidance for any maintained replacement or fix.
  • Monitor access logs for suspicious file creation or viewing patterns.

Validation and detection

  • Confirm whether http-file-server is present in running services or dependencies.
  • Review who can write to directories served by http-file-server.
  • Check whether displayed file metadata is safely encoded in the UI.
  • Test only in a controlled environment using non-executable benign markers.
  • Document compensating controls if no fixed version is available.
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-5458 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
http-file-serverhttp-file-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.