Description
Unauthenticated PHP Object Injection in Ultimate Maps by Supsystic < 1.5.0 versions.
Published: 2026-08-18
Score: 9.8 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an unauthenticated PHP Object Injection that occurs in Ultimate Maps by Supsystic versions prior to 1.5.0. It allows an attacker to inject malicious objects that are unserialized by the application, potentially resulting in arbitrary code execution. The weakness falls under CWE-502, a classic insecure deserialization flaw.

Affected Systems

Supsystic’s Ultimate Maps by Supsystic plugin for WordPress is affected. All installations running any version of the plugin older than 1.5.0 are vulnerable. The plugin is deployed on WordPress sites that rely on this mapping functionality.

Risk and Exploitability

The CVSS score of 9.8 indicates a very high severity of the flaw. The EPSS score is not available, so the current exploitation probability is unknown, and the vulnerability is not listed in the CISA KEV catalog. Because the injection is unauthenticated, an attacker can send a crafted request to an endpoint that triggers the deserialization process. The likely attack vector is a web request that transmits a malicious payload to the WordPress site, which the plugin will unserialize without proper validation. If exploited, the attacker can execute any PHP code, compromising the entire WordPress installation.

Generated by OpenCVE AI on August 18, 2026 at 16:15 UTC.

Remediation

Vendor Solution

Update the WordPress Ultimate Maps by Supsystic Plugin to the latest available version (at least 1.5.0).


OpenCVE Recommended Actions

  • Apply the vendor‑supplied patch by installing Ultimate Maps by Supsystic plugin version 1.5.0 or later.
  • Audit the plugin’s source code and any custom extensions for delimiters or hooks that invoke unserialize on user‑controlled data, and refactor those sections to eliminate insecure deserialization.
  • Remove or disable any unused WordPress plugins or components to reduce the attack surface and minimize potential auxiliary exploitation vectors.

Generated by OpenCVE AI on August 18, 2026 at 16:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 18 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Description Unauthenticated PHP Object Injection in Ultimate Maps by Supsystic < 1.5.0 versions.
Title WordPress Ultimate Maps by Supsystic plugin < 1.5.0 - PHP Object Injection vulnerability
Weaknesses CWE-502
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-08-18T14:44:47.150Z

Reserved: 2026-08-12T14:09:17.490Z

Link: CVE-2026-73376

cve-icon Vulnrichment

Updated: 2026-08-18T14:44:16.593Z

cve-icon NVD

Status : Received

Published: 2026-08-18T15:17:05.410

Modified: 2026-08-18T15:17:05.410

Link: CVE-2026-73376

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T16:30:05Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data