AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2026-1058

HIGH · CVSS 7.1 EPSS 0.32%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-02-03 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.1. It affects WordPress, Java. Exploitation may require the attacker to be authenticated.

CVE
CVE-2026-1058
Severity
HIGH
CVSS
7.1
EPSS
0.32%
WordPress Java

Original NVD Description

The Form Maker plugin for WordPress is vulnerable to Stored Cross-Site Scripting via hidden field values in all versions up to, and including, 1.15.35. This is due to insufficient output escaping when displaying hidden field values in the admin submissions list. The plugin uses html_entity_decode() on user-supplied hidden field values without subsequent escaping before output, which converts HTML entity-encoded payloads back into executable JavaScript. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in the admin submissions view that will execute whenever an administrator accesses the submissions list.