LiveActive security incident?Get immediate response
CVE Record

CVE-2017-20219: Serviio PRO 1.8 DOM-based Cross-Site Scripting via mediabrowser

Serviio PRO 1.8 DLNA Media Streaming Server contains a DOM-based cross-site scripting vulnerability that allows attackers to execute arbitrary HTML and script code by injecting malicious payloads. Attackers can craft URLs with malicious input that is read from document.location and passed to document.write() in the mediabrowser component to execute code in a user's browser context.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2017-20219 is a browser-side cross-site scripting issue in Serviio PRO’s mediabrowser. A user who opens a maliciously crafted link could have script run in their browser in the Serviio context. Business impact is typically limited to user-session exposure or content manipulation, not direct server takeover.

Executive priority

Treat as a moderate-priority remediation item. It is not shown as actively exploited, but public exploit information exists and the attack can affect users through crafted links. Prioritize internet-exposed or widely used Serviio PRO deployments.

Technical view

Serviio PRO 1.8 DLNA Media Streaming Server has DOM-based XSS in mediabrowser. Malicious input from document.location is passed to document.write(), allowing arbitrary HTML or script execution in the victim browser. CVSS 3.1 is 6.1, with network attack vector, low complexity, no privileges required, and user interaction required.

Likely exposure

Exposure is most relevant where Serviio PRO mediabrowser is reachable by users, especially over untrusted networks. Affected versions listed include 1.8.0.0 PRO, 1.7.1, 1.7.0, and 1.6.1. Internet-facing mediabrowser access increases phishing and session-risk scenarios.

Exploitation context

The source bundle includes a Packet Storm reference tagged as exploit, indicating public exploit information exists. The record is not listed as CISA KEV, and the provided sources do not establish active exploitation. Successful exploitation requires convincing a user to open a crafted URL.

Researcher notes

Evidence supports DOM XSS caused by document.location data reaching document.write() in mediabrowser. The available bundle does not name an official patch or workaround. Avoid assuming server compromise; impact is browser-context execution with confidentiality and integrity effects reflected in CVSS.

Mitigation direction

  • Identify and prioritize Serviio PRO instances running affected versions.
  • Check Serviio vendor guidance for fixed versions or official remediation.
  • Restrict mediabrowser access to trusted networks or VPN where feasible.
  • Avoid exposing Serviio management or browser interfaces directly to the internet.
  • Educate users not to open unexpected Serviio mediabrowser links.

Validation and detection

  • Inventory Serviio PRO installations and record exact versions.
  • Confirm whether mediabrowser is enabled and reachable by users.
  • Review network exposure for internet-accessible Serviio services.
  • Check browser-side security controls and session sensitivity for Serviio users.
  • Track vendor advisories and vulnerability databases for remediation updates.
Prepared
Confidence
high
Sources
8

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-2017-20219 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
Medium
CVSS
6.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

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.

1CVSS vectors
0Timeline events
0ADP providers
7Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N2.82.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.1Medium
CVSS 3.1 vector shape for CVE-2017-20219Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ServiioServiio PRO1.8.0.0 PRO, 1.7.1, 1.7.0, 1.6.1Listed
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.