CVE-2025-13531
Unknown Unknown - Not Provided
Stored XSS in Stylish Order Form Builder Plugin Allows Script Injection

Publication date: 2026-01-07

Last updated on: 2026-01-07

Assigner: Wordfence

Description
The Stylish Order Form Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'product_name' parameter in all versions up to, and including, 1.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-07
Last Modified
2026-01-07
Generated
2026-05-07
AI Q&A
2026-01-07
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
stylish_order_form_builder stylish_order_form_builder to 1.0 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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?

This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the Stylish Order Form Builder plugin for WordPress. It occurs via the 'product_name' parameter in all versions up to and including 1.0. Due to insufficient input sanitization and output escaping, authenticated attackers with Subscriber-level access or higher can inject arbitrary web scripts into pages. These scripts execute whenever a user accesses the injected page.


How can this vulnerability impact me? :

An attacker exploiting this vulnerability can inject malicious scripts that execute in the context of other users visiting the affected pages. This can lead to theft of user credentials, session hijacking, defacement, or other malicious actions performed on behalf of the victim user. Since the attacker needs only Subscriber-level access, it lowers the barrier for exploitation within the WordPress environment.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The vulnerability allows authenticated users with Subscriber-level access to inject arbitrary scripts via stored cross-site scripting (XSS). This can lead to unauthorized access or manipulation of user data, potentially compromising confidentiality and integrity. Such security weaknesses can result in non-compliance with standards like GDPR and HIPAA, which require protection of personal and sensitive data against unauthorized access and attacks. Therefore, the vulnerability poses a risk to compliance with these regulations due to insufficient input sanitization and output escaping. [4]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by inspecting the 'product_name' parameter in the Stylish Order Form Builder plugin for WordPress, especially in versions up to 1.0. Since the vulnerability involves Stored Cross-Site Scripting (XSS) via insufficient input sanitization and output escaping, you can look for suspicious or unexpected script tags or JavaScript code injected into product names. To detect it on your system, you can review the database entries for product names for any injected scripts. Additionally, monitoring HTTP requests and responses for injected scripts in pages generated by the plugin can help. Specific commands could include using SQL queries to search for script tags in the product_name field, for example: `SELECT * FROM wp_sofb_products WHERE product_name LIKE '%<script>%'` (adjust table name as appropriate). You can also use tools like curl or wget to fetch pages that display products and grep for suspicious script tags. For example: `curl -s http://yourwordpresssite.com/page-containing-products | grep '<script>'`. [1, 3, 4]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include: 1. Restricting or reviewing user permissions to limit who can add or modify products, especially limiting Subscriber-level users from adding or editing product names. 2. Applying input validation and sanitization on the 'product_name' parameter to prevent injection of malicious scripts. 3. Updating the plugin to a patched version if available. 4. If no patch is available, temporarily disabling the plugin or removing the ability for users to add or edit products until a fix is applied. 5. Reviewing and cleaning existing product names in the database to remove any injected scripts. 6. Implementing Web Application Firewall (WAF) rules to block malicious payloads targeting this vulnerability. [4]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart