LiveActive security incident?Get immediate response
CVE Record

CVE-2024-33629: WordPress Auto Featured Image (Auto Post Thumbnail) plugin <= 4.0.0 - Server Side Request Forgery (SSRF) vulnerability

Server-Side Request Forgery (SSRF) vulnerability in Creative Motion Auto Featured Image (Auto Post Thumbnail).This issue affects Auto Featured Image (Auto Post Thumbnail): from n/a through 4.0.0.

MediumCVSS 4.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2024-33629 is an SSRF vulnerability in the WordPress Auto Featured Image (Auto Post Thumbnail) plugin through version 4.0.0. A successful attacker could cause the website server to make unintended requests, with limited confidentiality and integrity impact. The public evidence rates it medium severity and does not show known active exploitation.

Executive priority

Handle as a moderate-priority WordPress plugin exposure. It should be remediated in the normal vulnerability cycle, faster for externally important sites or environments with weak admin controls. There is no source-provided evidence of active exploitation.

Technical view

The CVE describes CWE-918 server-side request forgery in Creative Motion Auto Featured Image (Auto Post Thumbnail), package auto-post-thumbnail, affecting versions through 4.0.0. CVSS 3.1 is 4.4: AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N, indicating network reachability but high complexity and high privileges required.

Likely exposure

Exposure is limited to WordPress sites with the Auto Featured Image (Auto Post Thumbnail) plugin installed at version 4.0.0 or earlier. The CVSS vector indicates the attacker needs high privileges, so compromise risk depends heavily on admin account control and plugin availability.

Exploitation context

The source bundle does not identify public exploitation or CISA KEV listing. Available scoring suggests exploitation is not trivial: high attack complexity and high privileges are required. Treat this as a real but bounded WordPress plugin risk until vendor-specific guidance is confirmed.

Researcher notes

Public evidence is sparse. Do not assume a fixed version or exploit availability from the bundle alone. Validate affected deployments, privileges required in the local configuration, and vendor remediation notes before closing. The key technical concern is SSRF with limited confidentiality and integrity impact.

Mitigation direction

  • Inventory WordPress sites for the auto-post-thumbnail plugin and record versions.
  • Check vendor, WordPress plugin, or Patchstack guidance for an updated fixed version.
  • Disable or remove the plugin where it is unused or cannot be updated promptly.
  • Restrict high-privilege WordPress admin access and enforce MFA for admin users.
  • Monitor server outbound request logs for unusual destinations from affected WordPress hosts.

Validation and detection

  • Confirm whether Auto Featured Image (Auto Post Thumbnail) is installed and enabled.
  • Verify installed plugin versions are not 4.0.0 or earlier.
  • Review administrative account access, especially recently added or shared admin users.
  • Check whether affected WordPress servers can reach sensitive internal network services.
  • Document remediation status and link it to the relevant site inventory record.
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-918: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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
description · low confidence lookup

Cloud metadata behavior lookup

The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-33629 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
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
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-2024-33629Attack 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
Creative MotionAuto Featured Image (Auto Post Thumbnail)auto-post-thumbnail, n/aunaffected
Weakness

CWE details

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

CWE-918 · source CWE mapping

Server-Side Request Forgery (SSRF)

Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.