Cyber Resilience

CVE-2023-0992

High

Published: 09 June 2023

Published
09 June 2023
Modified
08 April 2026
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
EPSS Score 0.2441 96.2th percentile
Risk Priority 29 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-0992 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Getshieldsecurity Shield Security. Its CVSS base score is 7.2 (High).

Operationally, ranked in the top 3.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The Shield Security plugin for WordPress, also known as wp-simple-firewall, is affected by a stored cross-site scripting vulnerability (CWE-79) in versions up to and including 17.0.17. The flaw resides in the handling of the User-Agent HTTP header, which permits injection of arbitrary scripts that are stored and later executed in the context of users who view the affected pages. The issue carries a CVSS 3.1 score of 7.2 with network attack vector, no authentication or user interaction required, and limited confidentiality and integrity impact under changed scope.

Unauthenticated remote attackers can exploit the vulnerability simply by supplying a crafted User-Agent header in requests to a site running the vulnerable plugin. Successful exploitation results in persistent script execution whenever an administrator or other user accesses a page that renders the injected content, enabling actions such as cookie theft, defacement, or redirection within the site’s administrative interface.

Public advisories from Wordfence and the plugin’s Trac changesets indicate that the issue was addressed in a subsequent release; site operators are advised to update the Shield Security plugin to the latest version available through the WordPress repository. The referenced patches and developer changelog confirm remediation of the header-handling logic that permitted the stored XSS.

EPSS for this CVE reached a peak of 0.3875 before receding to the current value of 0.2441, indicating a period of elevated exploitation interest after disclosure.

EU & UK References

Vulnerability details

The Shield Security plugin for WordPress is vulnerable to stored Cross-Site Scripting in versions up to, and including, 17.0.17 via the 'User-Agent' header. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute…

more

whenever a user accesses an injected page.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

getshieldsecurity
shield security
≤ 17.0.17

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References