Skip to main content

WS Form LITE CVE-2026-11562

| EUVDEUVD-2026-40915 MEDIUM
2026-07-01 WPScan GHSA-44m6-x3f3-q98j
4.3
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
4.3 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
vuln.today AI
4.3 MEDIUM

Network-accessible settings endpoint, no interaction needed, but subscriber-level auth required (PR:L); only plugin settings integrity is affected, no confidentiality or availability impact.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

5
Analysis Generated
Jul 01, 2026 - 11:26 vuln.today
CVSS changed
Jul 01, 2026 - 11:22 NVD
4.3 (None) 4.3 (MEDIUM)
Patch available
Jul 01, 2026 - 08:01 EUVD
CVE Published
Jul 01, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 01, 2026 - 06:00 cve.org
MEDIUM 4.3

DescriptionCVE.org

The WS Form LITE WordPress plugin before 1.11.8 does not have a capability check on one of its settings-update actions, allowing authenticated users with subscriber-level access and above to modify the WS Form LITE WordPress plugin before 1.11.8's settings.

AnalysisAI

Missing capability check in WS Form LITE WordPress plugin before 1.11.8 allows any authenticated subscriber-level WordPress user to modify the plugin's settings, an action that should be restricted to administrators. The CVSS vector (PR:L) confirms low-privilege authentication is sufficient, and a publicly available proof-of-concept has been documented by WPScan. No active exploitation has been confirmed by CISA KEV, but the low barrier to exploitation and available POC make this a credible risk on multi-user WordPress installations where untrusted subscribers exist.

Technical ContextAI

WS Form LITE is a WordPress form-builder plugin. WordPress enforces access control to privileged operations via capability checks (e.g., current_user_can()), which gate settings-update AJAX or REST actions to users with appropriate roles. The affected code path omits this check entirely, meaning any logged-in user - regardless of role - can invoke the settings-update action. This is a classic instance of missing authorization (functionally equivalent to CWE-862), though NVD lists CWE as N/A in this entry. The affected CPE is cpe:2.3:a:unknown:ws_form_lite:*:*:*:*:*:*:*:* covering all versions before 1.11.8. The tag 'Information Disclosure' in the source data appears to be a mislabeling - the CVSS vector assigns C:N (no confidentiality impact), and the description describes a settings-write action, not data read.

RemediationAI

Vendor-released patch: upgrade WS Form LITE to version 1.11.8 or later, which introduces the missing capability check on the affected settings-update action. The fix is confirmed available per the WPScan advisory at https://wpscan.com/vulnerability/e0283d75-0622-490c-9442-cf1aa0a1d167/. If immediate upgrade is not possible, a compensating control is to disable open user registration on the WordPress site (Settings > General > uncheck 'Anyone can register') to prevent untrusted parties from obtaining subscriber-level accounts. Note that this workaround does not protect sites where subscriber accounts have already been issued to untrusted users. There is no known impact on form functionality from upgrading to 1.11.8.

Share

CVE-2026-11562 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy