CVE-2026-9011 HIGH

CVE-2026-9011: Ditty <= 3.1.65 - Missing Authorization to Unauthenticated Sensitive Information Disclosure via ditty_init AJAX Action

Vendor Metaphorcreations
Product Ditty – Responsive News Tickers, Sliders, and Lists
Weakness CWE-862 · Missing authorization
Published May 22, 2026
Last update May 23, 2026

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

The Ditty – Responsive News Tickers, Sliders, and Lists plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 3.1.65. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to retrieve the full item content of non-public Dittys — including drafts, pending, scheduled, and disabled entries — by enumerating integer post IDs against the ditty_init AJAX endpoint. Unlike the non-AJAX init() counterpart, init_ajax() does not verify that the requested Ditty has a 'publish' post status before loading and returning its items, allowing content that administrators explicitly withheld from public view to be extracted.

Explanation of Vulnerability in Simple Terms

02Summary

Ditty – Responsive News Tickers, Sliders, and Lists versions 3.1.65 and earlier lack proper authorization checks, allowing unauthenticated attackers to read sensitive data. An attacker can access information without logging in or performing any user interaction. Site administrators should update to a version newer than 3.1.65 immediately.

What an attacker can do

03Attacker Capabilities

Read sensitive data from the site without authentication.

Potential impact on your site

04Site Impact

Confidential information may be exposed to anyone on the internet.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

May 22, 2026 CVE published
May 23, 2026 Record updated

Related vulnerabilities

08Related CVE