LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0405: GPT3 AI Content Writer < 1.4.38 - Subscriber+ Arbitrary Post Content Update

The GPT AI Power: Content Writer & ChatGPT & Image Generator & WooCommerce Product Writer & AI Training WordPress plugin before 1.4.38 does not perform any kind of nonce or privilege checks before letting logged-in users modify arbitrary posts.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A WordPress plugin could let any logged-in user, including low-privilege subscribers, change post content. This threatens website integrity and could damage trust if public pages are altered. The issue is medium severity and most urgent for sites that allow public registration or many low-privilege accounts.

Executive priority

Prioritize remediation on externally reachable WordPress sites that allow user login. This is not presented as a confirmed actively exploited emergency, but unauthorized content changes can create reputational, operational, and SEO impact.

Technical view

CVE-2023-0405 affects GPT AI Power before 1.4.38. The plugin lacked nonce and privilege checks before updating posts, enabling authenticated arbitrary post content modification. The weakness maps to CWE-862 and has CVSS 3.1 score 5.4 with low privileges required and no user interaction.

Likely exposure

WordPress sites running GPT AI Power before 1.4.38 are exposed, especially where subscriber or customer accounts can log in. Sites without this plugin, or on 1.4.38 or later, are not indicated as affected by the provided sources.

Exploitation context

The WPScan reference is tagged as exploit, but the bundle does not state active exploitation. CISA KEV status is false. Treat this as a credible authenticated integrity risk, not as confirmed in-the-wild exploitation.

Researcher notes

Evidence is limited to CVE and WPScan-derived details in the bundle. The affected vendor is listed as Unknown, and no broader product family or active campaign is supported. The version boundary indicates remediation at 1.4.38, but researchers should verify current vendor guidance.

Mitigation direction

  • Update GPT AI Power to version 1.4.38 or later.
  • Check vendor and WPScan guidance for any newer remediation notes.
  • Limit or review low-privilege WordPress accounts until patched.
  • Audit recently modified posts and pages for unauthorized changes.
  • Restore altered content from trusted backups if tampering is found.

Validation and detection

  • Inventory WordPress sites for the GPT AI Power plugin.
  • Confirm installed plugin versions are not older than 1.4.38.
  • Review post revisions for edits by unexpected low-privilege users.
  • Check whether public registration or customer login expands exposure.
  • Verify post update actions require appropriate authorization after remediation.
Prepared
Confidence
high
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-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-0405 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:L/PR:L/UI:N/S:U/C:N/I:L/A:L

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:L/PR:L/UI:N/S:U/C:N/I:L/A:L2.82.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownGPT AI Power: Content Writer & ChatGPT & Image Generator & WooCommerce Product Writer & AI Training0unaffected
Weakness

CWE details

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

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.