LiveActive security incident?Get immediate response
CVE Record

CVE-2017-20176: ciubotaru share-on-diaspora new_window.php cross site scripting

A vulnerability classified as problematic was found in ciubotaru share-on-diaspora 0.7.9. This vulnerability affects unknown code of the file new_window.php. The manipulation of the argument title/url leads to cross site scripting. The attack can be initiated remotely. The name of the patch is fb6fae2f8a9b146471450b5b0281046a17d1ac8d. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-220204.

MediumCVSS 4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2017-20176 is a cross-site scripting issue in ciubotaru share-on-diaspora 0.7.9. A remote authenticated user could manipulate title or url input handled by new_window.php to affect page integrity. The cited severity is medium/CVSS 4.0, with no KEV listing or source-provided evidence of active exploitation.

Executive priority

Schedule remediation in the normal vulnerability cycle unless the component is internet-facing or used by many semi-trusted users. Prioritize faster if the affected function is exposed to customers, partners, or untrusted authenticated accounts.

Technical view

The source bundle classifies this as CWE-79 in share-on-diaspora 0.7.9, affecting new_window.php argument handling for title and url. CVSS v2 is AV:N/AC:L/Au:S/C:N/I:P/A:N. The named fix is GitHub commit fb6fae2f8a9b146471450b5b0281046a17d1ac8d.

Likely exposure

Exposure appears limited to deployments running ciubotaru share-on-diaspora 0.7.9, especially where authenticated users can reach the sharing window functionality. The sources do not establish broader ecosystem impact, package distribution scope, or exposure from unauthenticated access.

Exploitation context

The vulnerability is remotely reachable but requires authentication according to the CVSS vector. The bundle does not cite public exploitation, KEV inclusion, exploit maturity, or observed attacks. Treat it as a credible integrity risk for affected deployments, not as confirmed active exploitation.

Researcher notes

Evidence is concise and source-limited. The affected code path is identified, but the source bundle says unknown code within new_window.php and does not clarify exploit type, fixed release version, or real-world prevalence. Avoid extrapolating beyond version 0.7.9 and the named title/url inputs.

Mitigation direction

  • Apply the upstream patch commit identified in the CVE references.
  • Upgrade away from share-on-diaspora 0.7.9 if a fixed release is available.
  • Restrict access to affected functionality until patch status is confirmed.
  • Follow vendor or project guidance for any additional hardening.
  • Review user-supplied title and url handling for output encoding.

Validation and detection

  • Inventory systems for ciubotaru share-on-diaspora version 0.7.9.
  • Confirm whether commit fb6fae2f8a9b146471450b5b0281046a17d1ac8d is applied.
  • Check whether new_window.php is present and reachable to authenticated users.
  • Review logs for unusual requests involving title or url parameters.
  • Run only authorized, non-destructive XSS validation in a test environment.
Prepared
Confidence
high
Sources
5

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-20176 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
4 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:S/C:N/I:P/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
4Source 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
4CVSS 2.0MediumAV:N/AC:L/Au:S/C:N/I:P/A:N82.9Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

4Medium
CVSS 2.0 vector shape for CVE-2017-20176Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:S/C:N/I:P/A:N

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ciubotarushare-on-diaspora0.7.9Listed
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.