Back to overview

CVE-2026-12923

HIGH
7.5
CVSS 3.1
Description
The Youtube Showcase plugin for WordPress is vulnerable to Arbitrary Function Call in versions up to and including 4.0.3. This is due to insufficient validation of the 'path' parameter in the emd_delete_file() AJAX handler in includes/common-functions.php. The user-supplied value is passed through sanitize_text_field(), has its trailing '_PLUGIN_DIR' substring stripped, and is then invoked as a PHP function name with no arguments via `$sess_name()`. The handler is gated only by a nonce — no current_user_can() check is present — and the nonce is emitted on any front-end page that renders a form shortcode containing file fields. This makes it possible for authenticated attackers, with Subscriber-level access and above, to invoke arbitrary zero-argument PHP functions (such as phpinfo, phpversion, get_defined_vars, error_get_last), resulting in sensitive information disclosure and potential further compromise depending on the functions available in the environment.

Metadata

CVE ID
CVE-2026-12923
State
PUBLISHED
Assigner
Wordfence
Reserved
2026-06-22 16:48 UTC
Published
2026-07-01 03:43 UTC
Last updated
2026-07-01 10:32 UTC
Primary CWE
CWE-98
CWE-98 Improper Control of Filename for Include/Require Stat…
Vendor / Product
emarket-design / Video Gallery – YouTube Gallery, Playlist & Video Grid
Sources
cve.org  ·  NVD

Severity & Metrics

7.5 HIGH CVSS 3.1
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
SSVC — CISA Coordinator
Exploitation
none
Automatable
no
Tech. Impact
total
Affected products (1)
VendorProductPlatformVersions
emarket-design Video Gallery – YouTube Gallery, Playlist & Video Grid 0 ≤ 4.0.3
Weakness (CWE)
CWESourceDescription
CWE-98 cna CWE-98 Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')
CVSS scores (1)
ScoreSeverityVersionSourceVector
7.5 HIGH 3.1 cna CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Back to overview