LiveActive security incident?Get immediate response
CVE Record

CVE-2023-23677: WordPress GTmetrix for WordPress Plugin <= 0.4.5 is vulnerable to Cross Site Scripting (XSS)

Reflected Cross-Site Scripting (XSS) vulnerability in GTmetrix GTmetrix for WordPress plugin <= 0.4.5 versions.

LowCVSS 3.8Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2023-23677 is a low-severity reflected XSS issue in the GTmetrix for WordPress plugin up to 0.4.5. It matters for sites running that plugin, but the CVSS data indicates an attacker needs high privileges. The provided sources do not show active exploitation or a named fixed version.

Executive priority

Handle through normal WordPress maintenance rather than emergency response, unless the plugin is broadly deployed on sensitive sites or privileged accounts are suspected compromised. Prioritize inventory, version confirmation, and vendor-guided remediation.

Technical view

The issue is CWE-79 reflected XSS in package gtmetrix-for-wordpress, described for versions <= 0.4.5. CVSS 3.1 is 3.8: network attack vector, low complexity, high privileges required, no user interaction, unchanged scope, low confidentiality and integrity impact. Sources do not identify the vulnerable parameter or patch details.

Likely exposure

Exposure is limited to WordPress sites with GTmetrix for WordPress installed at version 0.4.5 or earlier. Because privileges required are high, the highest concern is abuse from compromised or malicious privileged WordPress accounts rather than unauthenticated mass exploitation.

Exploitation context

The bundle marks KEV as false and provides no cited evidence of active exploitation. The available details support a low-severity authenticated reflected XSS risk, but not exploit maturity, public exploit availability, or real-world campaign activity.

Researcher notes

Evidence is sparse. The source bundle gives the vulnerability class, affected version boundary, package name, CVSS vector, and Patchstack reference, but not the affected endpoint, parameter, proof of concept, fixed release, or exploitation telemetry. Avoid assumptions beyond authenticated reflected XSS in the named plugin.

Mitigation direction

  • Inventory WordPress sites for the gtmetrix-for-wordpress plugin.
  • Confirm whether installed versions are 0.4.5 or earlier.
  • Check vendor, WordPress.org, or Patchstack guidance for update or removal advice.
  • Disable or remove the plugin where it is not operationally required.
  • Review privileged WordPress account security and access necessity.

Validation and detection

  • Record installed GTmetrix for WordPress versions across managed sites.
  • Confirm whether each site uses the affected plugin package name.
  • Check vulnerability management records for CVE-2023-23677 coverage.
  • Review administrative access logs for unexpected privileged account activity.
  • Track vendor advisories for a fixed version or mitigation statement.
Prepared
Confidence
medium
Sources
3

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-2023-23677 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
Low
CVSS
3.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/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
2Source 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
3.8CVSS 3.1LowCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N1.22.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

3.8Low
CVSS 3.1 vector shape for CVE-2023-23677Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GTmetrixGTmetrix for WordPressgtmetrix-for-wordpress, n/aunaffected
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.