CVE-2025-12197
BaseFortify
Publication date: 2025-11-05
Last updated on: 2025-11-06
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | the_events_calendar | 6.15.9 |
| wordpress | the_events_calendar | 6.15.1.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a blind SQL Injection in The Events Calendar WordPress plugin versions 6.15.1.1 to 6.15.9. It occurs because the 's' parameter is not properly escaped or prepared in SQL queries, allowing unauthenticated attackers to inject additional SQL commands. This can be exploited to extract sensitive information from the database without direct visibility of the data returned by the query.
How can this vulnerability impact me? :
The vulnerability can allow unauthenticated attackers to extract sensitive information from your database, potentially exposing confidential data. Although it does not allow modification or deletion of data, the exposure of sensitive information can lead to privacy breaches and further attacks.