LiveActive security incident?Get immediate response
CVE Record

CVE-2017-20217: Serviio PRO 1.8 REST API Information Disclosure

Serviio PRO 1.8 contains an information disclosure vulnerability due to improper access control enforcement in the Configuration REST API that allows unauthenticated attackers to access sensitive information. Remote attackers can send specially crafted requests to the REST API endpoints to retrieve potentially sensitive configuration data without authentication.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Serviio PRO has an access-control flaw that can let an unauthenticated remote attacker read sensitive configuration data through its REST API. The issue is rated high because it requires no login, no user interaction, and is network reachable. Public exploit references exist, but the provided sources do not show confirmed active exploitation.

Executive priority

Prioritize remediation for any exposed Serviio PRO systems, especially internet-facing instances. The business risk is unauthorized disclosure of configuration details that could aid further compromise. If Serviio is internal-only and tightly restricted, urgency is lower but still warrants planned remediation.

Technical view

CVE-2017-20217 is an information disclosure issue in Serviio PRO Configuration REST API, mapped to CWE-306. The provided CVSS 4.0 score is 8.7, driven by network access, low complexity, no privileges, no interaction, and high confidentiality impact. Affected versions listed include 1.8.0.0 PRO, 1.7.1, 1.7.0, and 1.6.1.

Likely exposure

Exposure is most concerning where Serviio PRO REST API interfaces are reachable from untrusted networks. Internet-facing or broadly accessible internal deployments could disclose configuration data without authentication. Organizations not using the affected Serviio PRO versions are not indicated as affected by the provided sources.

Exploitation context

The source bundle includes public exploit and advisory references, including Exploit-DB and Packet Storm. However, CISA KEV status is false, and no cited source in the bundle confirms active exploitation. Treat public exploit availability as increased risk, not proof of current attacks.

Researcher notes

The record describes improper access control in the Configuration REST API with confidentiality impact only. Sources name public exploit availability, but this response avoids reproduction details. Patch status is not stated in the provided bundle, so remediation should be anchored to Serviio guidance and compensating access controls.

Mitigation direction

  • Identify any Serviio PRO deployments and their exact versions.
  • Check Serviio vendor guidance or release notes for a fixed version.
  • Upgrade or retire affected versions if a supported fix is available.
  • Restrict REST API access to trusted networks only.
  • Block internet exposure for Serviio management or configuration interfaces.
  • Monitor for unusual access to Serviio REST API paths.

Validation and detection

  • Inventory hosts running Serviio PRO.
  • Confirm whether versions match 1.8.0.0 PRO, 1.7.1, 1.7.0, or 1.6.1.
  • Review firewall rules for REST API exposure.
  • Check logs for unauthenticated configuration API access attempts.
  • Verify vendor remediation status before closing the finding.
Prepared
Confidence
medium
Sources
6

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-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
cve · low confidence lookup

CVE-2017-20217 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
8Source 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-20217Attack 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.