AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2026-5427

MEDIUM · CVSS 5.3 EPSS 0.54%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-04-17 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 5.3. It affects WordPress. It may be remotely exploitable. Exploitation may require the attacker to be authenticated.

CVE
CVE-2026-5427
Severity
MEDIUM
CVSS
5.3
EPSS
0.54%
WordPress

Original NVD Description

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.