Blog

"Prevention is cheaper than a breach"

Live Vulnerability Intelligence

Threat Database

Search CVEs, inspect descriptions, and open detail pages with AI-assisted technical context.

Total7
Critical0
High4
Medium3
Reset
Showing 1-7 of 7 records
Threat Entry Updated 2026-06-17

CVE-2026-7552 - Geo Mashup Plugin

The Geo Mashup plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.13.19. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to expose sensitive plugin configuration data, including Google Maps API keys and GeoNames service credentials, to unauthenticated attackers.

PLUGIN Geo Mashup

CVE-2026-7552

MEDIUM CVSS 5.3 2026-05-28
Threat Entry Updated 2026-06-17

CVE-2026-4062 - Geo Mashup Plugin

The Geo Mashup plugin for WordPress is vulnerable to Time-Based SQL Injection via the 'object_ids' and 'exclude_object_ids' parameters in all versions up to, and including, 1.13.18. This is due to insufficient escaping on the user supplied parameters and lack of sufficient preparation on the existing SQL query. The `esc_sql()` function is applied but is ineffective because the values are placed in an unquoted `IN(...)` / `NOT IN(...)` SQL context — `esc_sql()` only escapes quote characters and provides no protection against parenthesis or SQL keyword injection. Additionally, while a numeric-only sanitizer…

PLUGIN Geo Mashup

CVE-2026-4062

HIGH CVSS 7.5 2026-05-02
Threat Entry Updated 2026-06-17

CVE-2026-4061 - Geo Mashup Plugin

The Geo Mashup plugin for WordPress is vulnerable to Time-Based SQL Injection via the 'map_post_type' parameter in all versions up to, and including, 1.13.18. This is due to the `SearchResults` hook explicitly calling `stripslashes_deep($_POST)` which removes WordPress magic quotes protection, followed by the unsanitized `map_post_type` value being concatenated into an `IN(...)` clause without `esc_sql()` or `$wpdb->prepare()`. The 'any' branch of the same code correctly applies `array_map('esc_sql', ...)`, but the else branch does not. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that…

PLUGIN Geo Mashup

CVE-2026-4061

HIGH CVSS 7.5 2026-05-02
Threat Entry Updated 2026-06-17

CVE-2026-4060 - Geo Mashup Plugin

The Geo Mashup plugin for WordPress is vulnerable to Time-Based SQL Injection via the 'sort' parameter in all versions up to, and including, 1.13.18. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. The `esc_sql()` function is applied but is ineffective in the `ORDER BY` context because the value is not enclosed in quotes. Additionally, while a `sanitize_sort_arg()` allowlist-based sanitizer was added in version 1.13.18, it is only applied in the AJAX code path (`sanitize_query_args()`) and not in…

PLUGIN Geo Mashup

CVE-2026-4060

HIGH CVSS 7.5 2026-05-02
Threat Entry Updated 2026-06-17

CVE-2026-6457 - Geo Mashup Plugin

The Geo Mashup plugin for WordPress is vulnerable to time-based blind SQL Injection via the 'geo_mashup_null_fields' parameter in all versions up to, and including, 1.13.19 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.

PLUGIN Geo Mashup

CVE-2026-6457

MEDIUM CVSS 6.5 2026-05-02
Threat Entry Updated 2026-06-17

CVE-2026-2416 - Geo Mashup Plugin

The Geo Mashup plugin for WordPress is vulnerable to SQL Injection via the 'sort' parameter in all versions up to, and including, 1.13.17. This is 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.

PLUGIN Geo Mashup

CVE-2026-2416

HIGH CVSS 7.5 2026-02-25
Threat Entry Updated 2024-10-04

CVE-2024-8990 - Geo Mashup Plugin

The Geo Mashup plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's geo_mashup_visible_posts_list shortcode in all versions up to, and including, 1.13.13 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

PLUGIN Geo Mashup

CVE-2024-8990

MEDIUM CVSS 6.4 2024-10-01
Scroll to top