CVE-2025-14154
Unknown Unknown - Not Provided

Stored XSS in Better Messages WordPress Plugin Allows Script Injection

Vulnerability report for CVE-2025-14154, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-17

Last updated on: 2025-12-17

Assigner: Wordfence

Description

The Better Messages – Live Chat for WordPress, BuddyPress, PeepSo, Ultimate Member, BuddyBoss plugin for WordPress is vulnerable to Stored Cross-Site Scripting via guest display name in all versions up to, and including, 2.10.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-17
Last Modified
2025-12-17
Generated
2026-07-06
AI Q&A
2025-12-17
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
wordpress wordpress *
wordfence better_messages *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Impact Analysis

The vulnerability allows attackers to execute arbitrary web scripts in the context of users visiting the affected pages. This can lead to theft of user credentials, session hijacking, defacement, or distribution of malware. Since the attacker does not need to be authenticated, it increases the risk of widespread exploitation.

Executive Summary

This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the Better Messages plugin for WordPress and related platforms. It occurs because the plugin does not properly sanitize and escape input from guest display names. As a result, an unauthenticated attacker can inject malicious scripts into pages, which then execute whenever a user views those pages.

Detection Guidance

Detection of this vulnerability involves identifying stored cross-site scripting payloads in guest display names within the Better Messages plugin. You can inspect the database entries or web pages where guest names are displayed for suspicious script tags or unusual input. For example, using command-line tools like curl or wget to fetch pages and grep to search for script tags in guest names may help. However, no specific detection commands are provided in the available resources.

Mitigation Strategies

To mitigate this vulnerability, update the Better Messages plugin to version 2.10.3 or later, where the guest display name input is sanitized using the sanitize_user() function, preventing injection of malicious scripts. This update addresses the insufficient input sanitization and output escaping that caused the vulnerability. [2]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-14154. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart