LiveActive security incident?Get immediate response
CVE Record

CVE-2017-20220: Serviio PRO 1.8 Unauthenticated Password Change via REST API

Serviio PRO 1.8 contains an improper access control vulnerability in the Configuration REST API that allows unauthenticated attackers to change the mediabrowser login password. Attackers can send specially crafted requests to the REST API endpoints to modify credentials without authentication.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's Takehigh

Analyst readout for executives and security teams

Plain-English summary

Serviio PRO versions listed in the sources allow an unauthenticated network attacker to change the MediaBrowser login password through the Configuration REST API. This can lock out legitimate users and give the attacker control over MediaBrowser access. Public exploit references exist, but the bundle does not show CISA KEV listing or confirmed active exploitation.

Executive priority

Treat as a high-priority exposure review for any Serviio PRO deployment. Prioritize internet-facing systems first because the flaw requires no credentials and public exploit references exist. If Serviio is not used, record that finding and close the risk.

Technical view

CVE-2017-20220 is an improper access control issue, mapped to CWE-306, in Serviio PRO’s Configuration REST API. A remote unauthenticated attacker can modify MediaBrowser credentials. The source bundle lists Serviio PRO 1.8.0.0 PRO, 1.7.1, 1.7.0, and 1.6.1 as affected. CVSS v4 score is 8.7 high.

Likely exposure

Highest exposure is any affected Serviio PRO instance whose REST API is reachable from the internet or untrusted networks. Internal-only deployments still face risk from compromised hosts, guest networks, or malicious insiders.

Exploitation context

The bundle includes Exploit-DB and Packet Storm references, indicating public exploit material exists. However, KEV is false and no cited source in the bundle confirms active exploitation in the wild.

Researcher notes

Do not infer active exploitation from public exploit availability alone. The source bundle does not name an official patch or fixed version. The CVE record is dated 2026, while third-party disclosures reference a 2017-era issue, so validate local product versions carefully.

Mitigation direction

  • Identify all Serviio PRO installations and versions in the environment.
  • Restrict Serviio REST API access to trusted management networks only.
  • Remove internet exposure for affected Serviio PRO services.
  • Check Serviio vendor guidance for fixed versions or official remediation.
  • Rotate MediaBrowser credentials after containment or upgrade.
  • Review logs for unexpected MediaBrowser password changes.

Validation and detection

  • Confirm whether Serviio PRO is installed and determine the exact version.
  • Check whether the Serviio REST API is reachable from untrusted networks.
  • Verify whether listed affected versions are present.
  • Review access logs for unauthenticated or unusual configuration activity.
  • Confirm current MediaBrowser credentials were set by authorized administrators.
  • Document compensating controls if no vendor fix is available.
Prepared
Confidence
high
Sources
7

Based on public source material and reviewed before publication.

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-306: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2017-20220 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
High
CVSS
8.7 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA: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
9Source 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
8.7CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

8.7High
CVSS 4.0 vector shape for CVE-2017-20220Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
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-306 · source CWE mapping

Missing Authentication for Critical Function

Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.