LiveActive security incident?Get immediate response
CVE Record

CVE-2021-4380: Pinterest Automatic <= 4.14.3 - Unuathenticated Arbitrary Options Update

The Pinterest Automatic plugin for WordPress is vulnerable to authorization bypass due to missing capability checks on the 'wp_pinterest_automatic_parse_request' function and the 'process_form.php' script in versions up to, and including, 1.14.3. This makes it possible for unauthenticated attackers to update arbitrary options on a site that can be used to create new administrative user accounts or redirect unsuspecting site visitors.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

This is a critical WordPress plugin flaw. An unauthenticated attacker could change site options in Pinterest Automatic, potentially creating administrator accounts or redirecting visitors. For affected public WordPress sites, this can become full site takeover and visitor abuse risk.

Executive priority

Treat this as urgent for any WordPress property using Pinterest Automatic. The business risk is site takeover, visitor redirection, and reputational harm. Prioritize inventory, patching or removal, and compromise review before considering the issue closed.

Technical view

The vulnerability is an authorization bypass in Pinterest Automatic for WordPress, tied to missing capability checks in wp_pinterest_automatic_parse_request and process_form.php. Sources describe unauthenticated arbitrary option updates, with CVSS 9.8 and CWE-284. Version evidence in the bundle conflicts between 1.14.3 and 4.14.3.

Likely exposure

Exposure is most likely on internet-facing WordPress sites with the ValvePress Pinterest Automatic plugin installed and active at affected versions. The source bundle identifies unauthenticated attack surface and arbitrary option modification, but contains inconsistent version data that requires local confirmation.

Exploitation context

The CVE bundle does not mark this as KEV, and no cited source in the bundle states active exploitation. The impact is still severe because the described attack requires no authentication, low complexity, and can affect confidentiality, integrity, and availability.

Researcher notes

The source bundle is internally inconsistent: the title and third-party references point to <=4.14.3, while the description says <=1.14.3 and affected metadata is sparse. Use the cited advisories and local plugin metadata to confirm exposure. Do not assume KEV or active exploitation from this bundle.

Mitigation direction

  • Update Pinterest Automatic to a vendor-fixed release where available.
  • Disable or remove the plugin if immediate updating is not possible.
  • Review WordPress administrator accounts for unauthorized additions.
  • Review site URL, redirect, and other critical options for unexpected changes.
  • Check vendor and security-provider advisories for exact fixed version guidance.

Validation and detection

  • Inventory all WordPress sites for the Pinterest Automatic plugin.
  • Confirm installed plugin versions against vendor and cited advisory data.
  • Investigate unexpected administrator accounts or privilege changes.
  • Inspect critical WordPress options for unauthorized modifications.
  • Review access logs for suspicious unauthenticated requests to plugin functionality.
Prepared
Confidence
medium
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-284: 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
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior 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-2021-4380 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.8 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2021-4380Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/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
ValvePressPinterest Automatic0unaffected
Weakness

CWE details

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

CWE-284 · source CWE mapping

Improper Access Control

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