CVE-2026-53674: BuddyPress 14.4.0 REGEXP Injection via @Mention Username Resolution

Published Jun 9, 2026
·
Updated

BuddyPress 14.4.0 contains a regular expression injection vulnerability in the activity mention resolver that, when username compatibility mode is enabled, allows attackers to manipulate a REGEXP database clause by crafting mention names containing regex metacharacters. Attackers can submit @mentions whose metacharacters pass through escsql unescaped and are inserted into an unprepared REGEXP query against the users table, enabling boolean-based inference of usernames and denial of service through catastrophic backtracking.

Affected Software

1 affected component
BuddyPress BuddyPress=14.4.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Disable username compatibility mode (the feature that enables legacy username resolution) to prevent mention names from being interpreted in REGEXP queries.

    BuddyPress username compatibility mode = disabled
  2. Configuration

    Disable the activity mention resolver / mentions feature if possible until a patch is available, to stop processing @mentions that could trigger REGEXP injection.

    BuddyPress (activity mention resolver) enabled = false
  3. Compensating control

    Implement input validation or a WAF rule to block or escape @mention values containing regular-expression metacharacters before they reach the application or database (e.g., reject or sanitize characters like . * + ? ^ $ [ ] ( ) { } | \).

Event History

Jun 9, 2026
CVE Published
via MITRE·11:44 PM
Data Sourced
via MITRE·11:44 PM
DescriptionSeverityWeakness
Jun 10, 2026
Data Sourced
via NVD·12:16 AM
DescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-53674?

The severity of CVE-2026-53674 is rated high with a score of 7.1.

2

How do I fix CVE-2026-53674?

To fix CVE-2026-53674, update BuddyPress to version 14.4.1 or later, which addresses the vulnerability.

3

What does CVE-2026-53674 affect?

CVE-2026-53674 affects BuddyPress version 14.4.0 when username compatibility mode is enabled.

4

What type of vulnerability is CVE-2026-53674?

CVE-2026-53674 is a regular expression injection vulnerability that allows attackers to manipulate database queries.

5

What are the potential impacts of CVE-2026-53674?

The potential impacts of CVE-2026-53674 include unauthorized access to sensitive data and possible data corruption due to crafted @mention names.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203
CVE-2026-53674 - BuddyPress 14.4.0 REGEXP Injection via @Mention Username Resolution - SecAlerts