LiveActive security incident?Get immediate response
CVE Record

CVE-2024-33641: WordPress Custom field finder plugin <= 0.3 - PHP Object Injection vulnerability

Deserialization of Untrusted Data vulnerability in Team Yoast Custom field finder.This issue affects Custom field finder: from n/a through 0.3.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This affects the WordPress Custom field finder plugin through version 0.3. The issue is unsafe PHP deserialization, which can let crafted data influence application behavior. The published score is medium, but exposed WordPress sites should treat it as a cleanup priority because vulnerable plugins often become long-lived risk.

Executive priority

Prioritize identification and removal or vendor-guided remediation across WordPress estates. This is not evidenced as actively exploited in the bundle, but unresolved vulnerable plugins create avoidable exposure and should not remain unmanaged.

Technical view

CVE-2024-33641 is CWE-502 deserialization of untrusted data in Team Yoast Custom field finder. The CVSS 3.1 vector is 5.4: network reachable, high complexity, no privileges, no user interaction, changed scope, and low confidentiality and integrity impact. The bundle does not name a patched version.

Likely exposure

Exposure appears limited to WordPress installations with the Custom field finder plugin installed, especially versions through 0.3. The source bundle does not identify affected hosting platforms, themes, or downstream products beyond this plugin.

Exploitation context

The provided data does not show CISA KEV listing or other evidence of active exploitation. The high attack complexity lowers immediate likelihood, but public vulnerability cataloging can still drive opportunistic scanning for installed vulnerable plugins.

Researcher notes

Evidence is sparse. The CVE and Patchstack entry identify PHP object injection via untrusted deserialization, but the bundle does not provide exploit prerequisites, vulnerable code paths, proof of exploitation, or a specific fixed version. Avoid assuming broader Yoast product impact.

Mitigation direction

  • Inventory WordPress sites for the Custom field finder plugin.
  • Disable or remove the plugin if it is not business-critical.
  • Check Team Yoast, WordPress.org, and Patchstack guidance for a fixed release.
  • Update only to a vendor-confirmed safe version when available.
  • Monitor affected sites for unusual requests or integrity changes.

Validation and detection

  • Confirm whether custom-field-finder is installed on each WordPress site.
  • Record the installed plugin version and flag versions through 0.3.
  • Check vulnerability management tools for CVE-2024-33641 detection coverage.
  • Review WordPress and web logs for suspicious plugin-targeted traffic.
  • Document compensating controls if the plugin cannot be removed.
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-2024-33641 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
5.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/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
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
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N2.22.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2024-33641Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/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
Team YoastCustom field findercustom-field-finder, 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.