LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6498: Complianz | GDPR/CCPA Cookie Consent <= 6.5.5 - Authenticated(Administrator+) Stored Cross-site Scripting via settings

The Complianz – GDPR/CCPA Cookie Consent plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to and including 6.5.5 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.

MediumCVSS 4.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-6498 is a stored cross-site scripting issue in the Complianz WordPress cookie-consent plugin. It requires an authenticated administrator-level attacker, so it is not a typical external drive-by risk. The concern is malicious script persistence if an admin account is compromised or misused on affected configurations.

Executive priority

Treat this as a moderate, hygiene-driven remediation item. It is unlikely to be a top emergency without admin compromise indicators, but affected public WordPress sites should be updated and administrator access reviewed promptly.

Technical view

Complianz GDPR/CCPA Cookie Consent versions up to and including 6.5.5 insufficiently sanitize admin settings and escape output. This can allow stored XSS that executes when an injected page is accessed. The source states this only affects multisite installations and installations where unfiltered_html is disabled. CVSS 3.1 score is 4.4.

Likely exposure

Exposure is limited to WordPress sites running Complianz GDPR/CCPA Cookie Consent through 6.5.5, especially multisite deployments or sites where unfiltered_html is disabled. Sites without the plugin, newer plugin versions, or without the stated configuration constraints are less likely to be exposed.

Exploitation context

The source bundle does not report active exploitation, and KEV status is false. Exploitation requires administrator-level authentication and high attack complexity, which reduces broad internet-scale risk. It remains relevant where admin accounts are shared, weakly protected, or already compromised.

Researcher notes

The evidence supports authenticated administrator-plus stored XSS via plugin settings, constrained to multisite or disabled unfiltered_html contexts. The bundle does not provide exploit activity, broad impact evidence, or detailed remediation text beyond the affected version boundary and upstream changeset reference.

Mitigation direction

  • Check vendor and Wordfence guidance for the fixed Complianz release.
  • Update Complianz beyond affected versions after change-control testing.
  • Restrict WordPress administrator access to trusted, MFA-protected accounts.
  • Review Complianz settings for unexpected script content.
  • Audit recent administrator activity on affected WordPress sites.

Validation and detection

  • Inventory WordPress sites using the Complianz cookie-consent plugin.
  • Identify installations running Complianz version 6.5.5 or earlier.
  • Confirm whether the site is multisite or has unfiltered_html disabled.
  • Review pages rendering Complianz settings for unauthorized script behavior.
  • Check WordPress admin logs for suspicious setting changes.
Prepared
Confidence
high
Sources
4

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-6498 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.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/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
3Source 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
4.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N1.32.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.4Medium
CVSS 3.1 vector shape for CVE-2023-6498Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/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
complianzComplianz – GDPR/CCPA Cookie Consent0unaffected
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.