LiveActive security incident?Get immediate response
CVE Record

CVE-2023-54350: WordPress Augmented-Reality Plugin Remote Code Execution Unauthenticated

WordPress Augmented-Reality plugin contains a remote code execution vulnerability in the elFinder connector that allows unauthenticated attackers to upload and execute arbitrary PHP files. Attackers can send POST requests to the connector.minimal.php endpoint with mkfile and put commands to create malicious PHP files in the file_manager directory and execute them on the server.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is an unauthenticated remote code execution issue in the WordPress Augmented Reality plugin version 7.0. An attacker could place executable PHP on the site through an exposed file manager component, potentially taking control of the WordPress server. Public exploit information exists, but active exploitation is not confirmed in the provided sources.

Executive priority

Treat this as urgent for any public WordPress site using the affected plugin. Unauthenticated code execution can become full site compromise, but urgency should be scoped to confirmed plugin presence.

Technical view

CVE-2023-54350 affects webandprint Augmented Reality 7.0 for WordPress. The issue is missing authentication around an elFinder connector, categorized as CWE-306. The CVSS 4.0 score is 8.7. The provided description says attackers can create and execute arbitrary PHP files in the plugin file manager area.

Likely exposure

Exposure is limited to WordPress sites running the webandprint Augmented Reality plugin version 7.0 with the vulnerable elFinder connector reachable. Internet-facing WordPress deployments have the highest practical risk.

Exploitation context

ExploitDB is listed as a public exploit reference, so defenders should assume exploitation knowledge is publicly available. The bundle does not show CISA KEV listing or confirmed in-the-wild exploitation.

Researcher notes

The record identifies version 7.0 and CWE-306, with CVSS 4.0 vector AV:N/AC:L/PR:N/UI:N. The sources do not provide a confirmed patched version or active exploitation evidence. Avoid assuming other plugin versions are affected without vendor confirmation.

Mitigation direction

  • Identify WordPress sites using Augmented Reality plugin version 7.0.
  • Disable or remove the plugin until vendor guidance is confirmed.
  • Check vendor or WordPress plugin guidance for a fixed version.
  • Restrict access to the vulnerable connector if removal is not immediately possible.
  • Investigate suspected compromise before restoring normal service.

Validation and detection

  • Inventory installed WordPress plugins and confirm Augmented Reality plugin versions.
  • Review web logs for access to the elFinder connector endpoint.
  • Inspect the plugin file manager directory for unexpected PHP files.
  • Check for suspicious WordPress admin users, modified themes, or altered plugin files.
  • Confirm whether remediation follows vendor guidance once available.
Prepared
Confidence
high
Sources
4

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-306: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. 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-2023-54350 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
High
CVSS
8.7 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA: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.

2CVSS vectors
3Timeline events
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: partial

CVSS vector scores

2 official scores

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
8.7CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:NVulnCheck
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6VulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

8.7High
CVSS 4.0 vector shape for CVE-2023-54350Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
webandprintAugmented Reality7.0Listed
Weakness

CWE details

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

CWE-306 · source CWE mapping

Missing Authentication for Critical Function

Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.