๐Ÿ” CVE Alert

CVE-2026-5427

MEDIUM 5.3

Kubio AI Page Builder <= 2.7.2 - Missing Authorization to Authenticated (Contributor+) Limited File Upload via Kubio Block Attributes

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

The Kubio plugin for WordPress is vulnerable to Arbitrary File Upload in versions up to and including 2.7.2. This is due to insufficient capability checks in the kubio_rest_pre_insert_import_assets() function, which is hooked to the rest_pre_insert_{post_type} filter for posts, pages, templates, and template parts. When a post is created or updated via the REST API, Kubio parses block attributes looking for URLs in the 'kubio' attribute namespace and automatically imports them via importRemoteFile() without verifying the user has the upload_files capability. This makes it possible for authenticated attackers with Contributor-level access and above to bypass WordPress's normal media upload restrictions and upload files fetched from external URLs to the media library, creating attachment posts in the database.

CWE CWE-862
Vendor extendthemes
Product kubio ai page builder
Published Apr 17, 2026
Stay Ahead of the Next One

Get instant alerts for extendthemes kubio ai page builder

Be the first to know when new medium vulnerabilities affecting extendthemes kubio ai page builder are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

extendthemes / Kubio AI Page Builder
0 โ‰ค 2.7.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/d8096f3c-e1a9-424f-af10-3e80212db985?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/kubio/trunk/lib/src/Core/Importer.php#L546 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/kubio/tags/2.7.1/lib/src/Core/Importer.php#L546 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/kubio/trunk/lib/importer/importer-filters/kubio-blocks.php#L20 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/kubio/tags/2.7.1/lib/importer/importer-filters/kubio-blocks.php#L20 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/kubio/trunk/lib/filters/post-insert.php#L17 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/kubio/tags/2.7.1/lib/filters/post-insert.php#L17 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset/3506647/kubio/trunk/lib/src/Core/Importer.php

Credits

SeungRyeol Baek