CVE-2026-9148 HIGH

CVE-2026-9148: Comments <= 7.6.56 - Unauthenticated Stored Cross-Site Scripting via 'Website' Field

Vendor Advancedcoding
Product Comments – wpDiscuz
Weakness CWE-79 · XSS
Published July 3, 2026
Last update July 3, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The Comments – wpDiscuz plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the guest commenter 'Website' field in versions up to, and including, 7.6.56 This is due to insufficient output escaping in the getCommentAuthor() function, which interpolates the stored comment_author_url value directly into single-quoted HTML attributes without applying esc_url() or esc_attr(). This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

Explanation of Vulnerability in Simple Terms

02Summary

wpDiscuz versions up to 7.6.56 contain a cross-site scripting (XSS) vulnerability that allows unauthenticated attackers to inject malicious scripts into the site. The vulnerability affects the comment system and can impact all site visitors. No user interaction is required for exploitation.

What an attacker can do

03Attacker Capabilities

Inject malicious JavaScript that runs in visitors' browsers and steals data or performs actions on their behalf.

Potential impact on your site

04Site Impact

Attackers can deface comments, steal visitor session tokens, or redirect users to malicious sites without any warning.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 3, 2026 CVE published

Related vulnerabilities

08Related CVE