Security readout for executives and security teams
Plain-English summary
A low-privileged WordPress user could change sensitive site settings in the Cookie Information plugin through a missing permission check. On affected sites, that setting control can lead to full site takeover, including creation of administrator accounts.
Executive priority
Treat this as high priority for any WordPress site using the affected plugin, especially sites with public accounts. The business concern is possible site takeover from a low-privileged user, not just consent-banner tampering.
Technical view
CVE-2023-6700 is a CWE-862 missing authorization issue in Cookie Information | Free GDPR Consent Solution for WordPress through 2.0.22. An authenticated subscriber-level user or higher can trigger an AJAX handler to update arbitrary WordPress options. CVSS 3.1 is 8.8.
Likely exposure
Exposure is likely limited to WordPress sites running the plugin at version 2.0.22 or older. Risk is higher on sites with public registration, member accounts, compromised subscriber accounts, or many low-privileged users.
Exploitation context
The source bundle says exploitation requires authentication but only subscriber-level access, with low complexity and no user interaction. The bundle does not show CISA KEV listing or other evidence of active exploitation.
Researcher notes
The core issue is authorization failure on an AJAX request handler, allowing arbitrary options updates. Wordfence describes subscriber-plus exploitation and administrator account creation impact. The WordPress Trac changeset is patch evidence, but the bundle does not include active exploitation evidence.
Mitigation direction
- Upgrade the plugin beyond version 2.0.22 or follow current vendor guidance.
- Disable or remove the plugin if it cannot be updated promptly.
- Restrict public registration and review low-privileged WordPress accounts.
- Reset credentials for suspicious or unnecessary subscriber-level accounts.
- Check for unexpected administrator accounts after remediation.
Validation and detection
- Inventory WordPress sites for this plugin and version.
- Confirm affected installations are no longer at 2.0.22 or older.
- Review administrator account creation during the exposure window.
- Audit sensitive option changes for unexpected modifications.
- Verify patched code enforces capability checks on option updates.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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 lookupCVE-2023-6700 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 8.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.8HighVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/42a4ef37-c842-4925-b06a-3e6423337567?source=cveCVE reference
- https://plugins.trac.wordpress.org/changeset/3028096/wp-gdpr-compliance/trunk?contextall=1&old=2865555&old_path=%2Fwp-gdpr-compliance%2FtrunkCVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
