Severity by source
AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
The Website LLMs.txt plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 8.2.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.
AnalysisAI
Stored cross-site scripting in Website LLMs.txt plugin for WordPress versions up to 8.2.6 allows authenticated administrators to inject arbitrary JavaScript into plugin settings that executes when any user visits affected pages. The vulnerability requires high privilege level (PR:H) and occurs only in multi-site installations or where unfiltered_html capability is disabled. No public exploit code or active exploitation has been identified.
Technical ContextAI
The Website LLMs.txt WordPress plugin fails to properly sanitize user input in its admin settings interface and does not adequately escape output when rendering those settings on front-end pages. This is a classic CWE-79 (Improper Neutralization of Input During Web Page Generation) vulnerability. The vulnerability is triggered through the WordPress admin panel, where authenticated users with administrator-level permissions can inject malicious HTML and JavaScript payloads into plugin configuration fields. These payloads are stored in the WordPress database and then rendered without proper escaping when accessed by other users, causing the injected scripts to execute in their browsers within the context of the website's origin.
RemediationAI
Update the Website LLMs.txt plugin to version 8.2.7 or later, which includes fixes for input sanitization and output escaping in admin settings. The patched version is available through the WordPress plugin repository at https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3482210%40website-llms-txt&new=3482210%40website-llms-txt. If immediate patching is not possible, restrict the administrator role to trusted users only and consider re-enabling the unfiltered_html capability in single-site installations (if security policy permits), which would prevent the vulnerability from being exploitable since administrators would already have unrestricted HTML capabilities. Additionally, limit access to the plugin settings page using WordPress role/capability filters or web server access controls to reduce the surface for administrator account compromise.
More in Website Llms Txt
View allSame weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-24072
GHSA-xm9m-jhp8-mhhx