LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6600: OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy. <= 5.7.9 - Missing Authorization to Unauthenticated Directory Deletion and Cross-Site Scripting

The OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy. plugin for WordPress is vulnerable to unauthorized modification of data and Stored Cross-Site Scripting due to a missing capability check on the update_settings() function hooked via admin_init in all versions up to, and including, 5.7.9. This makes it possible for unauthenticated attackers to update the plugin's settings which can be used to inject Cross-Site Scripting payloads and delete entire directories. PLease note there were several attempted patched, and we consider 5.7.10 to be the most sufficiently patched.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw lets an unauthenticated internet user change settings in the OMGF WordPress Google Fonts plugin. According to the sources, that can enable stored cross-site scripting and deletion of entire directories. The main business risk is website disruption plus malicious script injection through a commonly exposed WordPress surface.

Executive priority

Treat this as a near-term remediation item for any WordPress site using OMGF. The vulnerability combines unauthenticated access, persistent script injection, and destructive file deletion potential. Prioritize public sites and business-critical web properties first.

Technical view

CVE-2023-6600 is a missing authorization issue in the OMGF plugin update_settings() function hooked through admin_init, affecting versions up to and including 5.7.9. Attackers without credentials can modify plugin settings, enabling stored XSS and directory deletion. CVSS is 8.6 high, with CWE-862 and CWE-79 mapped.

Likely exposure

Exposure is likely limited to WordPress sites running OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy. versions up to 5.7.9. Internet-facing WordPress admin paths increase practical reach, but the provided sources do not quantify affected installations.

Exploitation context

The CVE record states unauthenticated attackers can trigger unauthorized settings modification. KEV is false, and the provided sources do not state confirmed active exploitation. The exploitability concern is still material because the vulnerability is network reachable, low complexity, and requires no privileges or user interaction.

Researcher notes

The source bundle indicates multiple patch attempts and says 5.7.10 is considered the most sufficiently patched. Researchers should compare the referenced WordPress Trac changesets and avoid assuming earlier attempted fixes are complete without vendor confirmation.

Mitigation direction

  • Upgrade the OMGF plugin to 5.7.10 or later after checking current vendor guidance.
  • Disable or remove the plugin if immediate upgrade is not possible.
  • Review plugin settings for unexpected changes after remediation.
  • Restore deleted directories from known-good backups if integrity checks show loss.
  • Monitor WordPress and web server logs for suspicious unauthenticated admin_init activity.

Validation and detection

  • Inventory WordPress sites for the OMGF plugin and record installed versions.
  • Confirm no site runs OMGF version 5.7.9 or earlier.
  • Review plugin configuration for injected script content or unexpected paths.
  • Check font/cache directories and backups for unauthorized deletion or alteration.
  • Confirm the remediation version is present after update or redeployment.
Prepared
Confidence
high
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
cwe · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-2023-6600 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
High
CVSS
8.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H

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
8.6CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H3.94.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.6High
CVSS 3.1 vector shape for CVE-2023-6600Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H

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
daanvandenberghOMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.0unaffected
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.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.