CVE-2026-3180 PUBLISHED

Contest Gallery <= 28.1.4 - Unauthenticated SQL Injection

Assigner: Wordfence
Reserved: 25.02.2026 Published: 02.03.2026 Updated: 02.03.2026

The Contest Gallery – Upload & Vote Photos, Media, Sell with PayPal & Stripe plugin for WordPress is vulnerable to blind SQL Injection via the ‘cgLostPasswordEmail’ and the ’cgl_mail’ parameter in all versions up to, and including, 28.1.4 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The vulnerability's ’cgLostPasswordEmail’ parameter was patched in version 28.1.4, and the ’cgl_mail’ parameter was patched in version 28.1.5.

Metrics

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

Product Status

Vendor contest-gallery
Product Contest Gallery – Upload & Vote Photos, Media, Sell with PayPal & Stripe
Versions Default: unaffected
  • affected from * to 28.1.4 (incl.)

Credits

  • Thomas Sanzey finder

References

Problem Types

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