CVE-2026-27068
Reflected XSS in Ryan Howard Website LLMs.Txt up to
Publication date: 2026-03-19
Last updated on: 2026-04-23
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| patchstack | website_llms_txt | to 8.2.6 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-27068 is a Cross-Site Scripting (XSS) vulnerability found in the WordPress Website LLMs.txt plugin up to version 8.2.6. It occurs due to improper neutralization of input during web page generation, allowing attackers to inject malicious scripts into affected websites.
These malicious scripts can include redirects, advertisements, or other harmful HTML payloads that execute when visitors access the compromised site.
Exploitation requires user interaction, such as clicking a malicious link or visiting a crafted page, but the initial attack can be launched by an unauthenticated user.
How can this vulnerability impact me? :
[{'type': 'paragraph', 'content': 'This vulnerability can lead to attackers injecting malicious scripts that execute in the context of your website, potentially redirecting users to harmful sites, displaying unwanted advertisements, or stealing sensitive information.'}, {'type': 'paragraph', 'content': 'Because the vulnerability allows script execution with user interaction, it can be used in mass campaigns targeting many websites, regardless of their popularity or traffic.'}, {'type': 'paragraph', 'content': "The impact includes loss of user trust, potential data theft, and damage to your website's reputation."}] [1]
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
The vulnerability is a reflected Cross Site Scripting (XSS) issue in the WordPress Website LLMs.txt plugin up to version 8.2.6. Detection typically involves testing for injection of malicious scripts via user input fields or URLs that reflect input without proper neutralization.
Common detection methods include using web vulnerability scanners or manual testing by injecting typical XSS payloads (e.g., <script>alert(1)</script>) into URL parameters or form inputs and observing if the script executes.
Specific commands are not provided in the available resources, but you can use tools like curl or wget to send crafted requests, or use security scanners such as OWASP ZAP or Burp Suite to automate detection.
What immediate steps should I take to mitigate this vulnerability?
The immediate mitigation step is to update the Website LLMs.txt plugin to version 8.2.7 or later, which contains the patch resolving this reflected XSS vulnerability.
If updating immediately is not possible, applying a mitigation rule provided by Patchstack to block attacks targeting this vulnerability is recommended.
Additionally, users are advised to seek assistance from their hosting provider or web developer to implement temporary protections until the update can be applied.