LiveActive security incident?Get immediate response
CVE Record

CVE-2017-20177: WangGuard Plugin WGG User List wangguard-user-info.php wangguard_users_info cross site scripting

A vulnerability, which was classified as problematic, has been found in WangGuard Plugin 1.8.0 on WordPress. Affected by this issue is the function wangguard_users_info of the file wangguard-user-info.php of the component WGG User List Handler. The manipulation of the argument userIP leads to cross site scripting. The attack may be launched remotely. The patch is identified as 88414951e30773c8d2ec13b99642688284bf3189. It is recommended to apply a patch to fix this issue. VDB-220214 is the identifier assigned to this vulnerability.

MediumCVSS 4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2017-20177 is a cross-site scripting flaw in the WangGuard WordPress plugin. A user-supplied IP value can be mishandled in the WGG User List area, allowing script execution in a victim’s browser. The listed impact is limited to integrity, but affected WordPress sites should patch because browser-side compromise can support account abuse.

Executive priority

Treat this as a targeted web-application hygiene issue, not an emergency. Prioritize patching where WangGuard 1.8.0 is installed, especially on public WordPress sites with multiple users. The business risk is browser-side abuse through an authenticated path, with no supplied evidence of active exploitation.

Technical view

WangGuard Plugin 1.8.0 for WordPress contains CWE-79 in wangguard-user-info.php, function wangguard_users_info. The userIP argument is the affected input. The CVSS v2 vector is AV:N/AC:L/Au:S/C:N/I:P/A:N, indicating remote, low-complexity exploitation requiring authentication and partial integrity impact.

Likely exposure

Exposure appears limited to WordPress installations running WangGuard Plugin 1.8.0. The source bundle implies authenticated access is required, but it does not specify the exact WordPress role or permission needed. Sites not using WangGuard, or not using the affected version, are not shown as affected.

Exploitation context

The bundle does not cite CISA KEV listing or another source confirming active exploitation. The issue is remotely reachable in the affected component and has low attack complexity, but requires authenticated access according to the CVSS vector. No safe conclusion can be made about real-world exploitation from the supplied evidence.

Researcher notes

Evidence identifies the vulnerable function, file, input, affected version, CWE, CVSS v2 score, and patch commit. The bundle does not establish affected roles, a patched version number, exploit availability, or active exploitation. Validation should focus on version inventory and patch presence rather than exploit reproduction.

Mitigation direction

  • Identify whether WangGuard Plugin 1.8.0 is installed on WordPress sites.
  • Apply the vendor patch identified as commit 88414951e30773c8d2ec13b99642688284bf3189.
  • Check the WangGuard repository or vendor guidance for a patched release path.
  • Limit access to WangGuard user-list functionality to trusted authenticated users until patched.
  • Remove the plugin if it is no longer required or maintained.

Validation and detection

  • Inventory WordPress plugins and confirm whether WangGuard 1.8.0 is present.
  • Verify deployed code includes the patch for wangguard-user-info.php.
  • Confirm the WGG User List feature still works after patching.
  • Review WordPress user accounts with access to the affected plugin area.
  • Check site monitoring for suspicious authenticated activity, without assuming exploitation occurred.
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-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-20177 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
5Source 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-20177Access 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
n/aWangGuard Plugin1.8.0Listed
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.