LiveActive security incident?Get immediate response
CVE Record

CVE-2023-52219: WordPress Gecka Terms Thumbnails Plugin <= 1.1 is vulnerable to PHP Object Injection

Deserialization of Untrusted Data vulnerability in Gecka Gecka Terms Thumbnails.This issue affects Gecka Terms Thumbnails: from n/a through 1.1.

CriticalCVSS 9.9Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2023-52219 affects the WordPress Gecka Terms Thumbnails plugin through version 1.1. A logged-in low-privilege user may be able to abuse unsafe PHP deserialization, potentially leading to serious site compromise depending on the installed code. Exposure is limited to sites running this plugin version.

Executive priority

Treat this as urgent for any WordPress property using the plugin, especially externally facing sites. Confirm exposure first; if present, remove, disable, or patch based on vendor guidance.

Technical view

The issue is CWE-502, deserialization of untrusted data, in Gecka Terms Thumbnails through 1.1. The CVSS 3.1 score is 9.9 with network access, low attack complexity, low privileges, no user interaction, changed scope, and high confidentiality, integrity, and availability impact.

Likely exposure

WordPress sites with Gecka Terms Thumbnails installed at version 1.1 or earlier are the likely exposure population. Risk is higher where low-privilege accounts exist or public registration is enabled.

Exploitation context

The provided data does not show CISA KEV listing or cited evidence of active exploitation. The score indicates exploitation may be possible remotely by an authenticated low-privilege user without victim interaction.

Researcher notes

Sources identify the weakness and severity but do not provide endpoint details, proof-of-concept status, or a named fixed version. PHP object injection impact depends on reachable code paths and available object chains.

Mitigation direction

  • Inventory WordPress sites for Gecka Terms Thumbnails installations.
  • Disable or remove affected versions if no fixed vendor release is available.
  • Check vendor and Patchstack guidance for any patched version or workaround.
  • Limit unnecessary WordPress account creation and review low-privilege users.
  • Prioritize remediation on public sites and sites with many contributors.

Validation and detection

  • Confirm whether wp-content/plugins contains gecka-terms-thumbnails.
  • Verify the installed plugin version is not 1.1 or earlier.
  • Review WordPress users for unnecessary low-privilege accounts.
  • Check security logs for suspicious authenticated plugin-related activity.
  • Document affected assets and remediation decisions.
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-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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-52219 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
Critical
CVSS
9.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/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
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
9.9CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H3.16Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.9Critical
CVSS 3.1 vector shape for CVE-2023-52219Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/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
GeckaGecka Terms Thumbnailsgecka-terms-thumbnails, n/aunaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.