CVE-2025-10587 PUBLISHED

Community Events <= 1.5.1 - Unauthenticated SQL Injection

Assigner: Wordfence
Reserved: 16.09.2025 Published: 08.10.2025 Updated: 08.10.2025

The Community Events plugin for WordPress is vulnerable to SQL Injection via the event_category parameter in all versions up to, and including, 1.5.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

Metrics

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

Product Status

Vendor jackdewey
Product Community Events
Versions Default: unaffected
  • affected from * to 1.5.1 (incl.)

Credits

  • ifoundbug finder

References

Problem Types

  • CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE