AUGUST 25, 2026
Live Feed
Back to database
Case File

CVE-2026-14482

HIGH · CVSS 8.8 EPSS 0.32%

Source: NVD + CISA KEV + EPSS · Published 2026-07-08 · Last synced 2026-08-07

CyberRota Analysis

AI-Generated

The 多说社会化评论框 plugin for WordPress is vulnerable to privilege escalation due to inadequate capability and nonce checks on a publicly accessible API endpoint, allowing unauthenticated attackers to manipulate WordPress options directly. This can lead to severe consequences, such as granting unauthorized users full administrator privileges. WordPress site administrators using this plugin should prioritize immediate updates to mitigate the risk of exploitation.

CVE
CVE-2026-14482
Severity
HIGH
CVSS
8.8
EPSS
0.32%
WordPress

Original NVD Description

The 多说社会化评论框 plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 1.2. The vulnerability exists due to a missing capability and nonce check on a directly web-accessible API endpoint, combined with a trivially forgeable HMAC-SHA1 signature keyed on an always-empty WordPress option, which allows the endpoint's `update_option` handler to pass attacker-controlled `option` and `value` parameters directly to WordPress's `update_option` function without any allowlist or sanitization. This makes it possible for unauthenticated attackers to update arbitrary WordPress options — such as setting `default_role` to `administrator` and enabling open registration — and subsequently register an account with full administrator privileges.