Skip to main content

Bogo Plugin CVE-2026-9013

| EUVDEUVD-2026-37983 MEDIUM
Missing Authorization (CWE-862)
2026-06-19 Wordfence GHSA-4vf9-6whq-7g9v
4.3
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
4.3 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
vuln.today AI
4.3 MEDIUM

Network-accessible REST endpoint requires only a subscriber account (PR:L); impact is limited to reading private post text fields with no integrity or availability consequence.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Lifecycle Timeline

3
Source Code Evidence Fetched
Jun 19, 2026 - 06:36 vuln.today
Analysis Generated
Jun 19, 2026 - 06:36 vuln.today
CVE Published
Jun 19, 2026 - 04:31 nvd
MEDIUM 4.3

DescriptionCVE.org

The Bogo plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.9.1 via the bogo_rest_create_post_translation. This makes it possible for authenticated attackers, with subscriber-level access and above, to extract the raw title, content, excerpt, and password of any private, draft, or password-protected post by triggering its duplication via the translation endpoint and reading the returned title.raw, content.raw, and excerpt.raw fields of the duplicated post. This vulnerability is exploitable against posts written in a non-default locale, as authenticated subscribers can request a translation into the site's default locale to pass the locale-only permission gate. While subscribers can trigger the endpoint, this is only impactful at the Contributor-level as they can actually read the duplicated content.

AnalysisAI

Sensitive information exposure in the Bogo WordPress plugin through version 3.9.1 allows authenticated users with subscriber-level access to extract the raw title, body content, excerpt, and password of any private, draft, or password-protected post by abusing the translation duplication endpoint. The REST API handler bogo_rest_create_post_translation enforced only a locale-access capability check, which all authenticated users can satisfy, and returned raw post field values in the API response without verifying whether the requestor had read or edit rights over the source content. No public exploit code or active exploitation (CISA KEV) is confirmed at time of analysis, though the attack path is straightforward for any authenticated WordPress user.

Technical ContextAI

The Bogo plugin (CPE: cpe:2.3:a:rocklobsterinc:bogo:*:*:*:*:*:*:*:*) provides multilingual translation support for WordPress by duplicating posts across locales via a REST API endpoint. The vulnerable function bogo_rest_create_post_translation (rest-api.php) clones a source post into a target locale and returned the duplicate's raw fields - title.raw, content.raw, excerpt.raw, and guid.raw - unconditionally in the JSON response. The authorization callback (rest-api.php:L31) only checked current_user_can('bogo_access_locale', $locale), a capability available to all authenticated users for the site's default locale. CWE-862 (Missing Authorization) is the root cause: the endpoint failed to verify that the requesting user held any capability over the source post (read, edit, or otherwise) before exposing its raw content. The fix (PR #382) adds a create_posts capability check in the auth callback and gates raw field population on edit_post capability for the newly created duplicate, and blocks non-published post duplication unless the user can edit the source post.

RemediationAI

Update the Bogo plugin to the version containing the fix from GitHub PR #382 and WordPress plugin repository changeset 3574263. An exact patched release version number is not independently confirmed from available data, but the fix is present in the plugin trunk (https://plugins.trac.wordpress.org/browser/bogo/trunk/includes/rest-api.php). Site administrators should update via the WordPress dashboard as soon as an updated version is published. The WordPress plugin repository changeset is available at https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3574263%40bogo&new=3574263%40bogo. As a compensating control prior to patching, access to the REST API endpoint bogo_rest_create_post_translation can be blocked at the WAF or web server layer for non-editor/non-admin roles, though this will break legitimate translation functionality for those users. Alternatively, restricting WordPress user registration to prevent untrusted subscriber accounts eliminates the low-privilege attack surface. Removing or disabling the Bogo plugin entirely is a drastic option that eliminates multilingual functionality.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-9013 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy