CVE-2025-8721
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-11

Last updated on: 2025-09-11

Assigner: Wordfence

Description
The Workable Api plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's workable_jobs shortcode in all versions up to, and including, 1.0.4 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-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
2025-09-11
Last Modified
2025-09-11
Generated
2026-05-07
AI Q&A
2025-09-11
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
workable workable_api 1.0.4
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?

The vulnerability in the Workable Api WordPress plugin (up to version 1.0.4) is a Stored Cross-Site Scripting (XSS) issue. It occurs because the plugin does not properly sanitize or escape user-supplied attributes in its workable_jobs shortcode. This allows authenticated users with contributor-level access or higher to inject malicious scripts into pages. These scripts then execute whenever any user views the affected page, potentially compromising user interactions or data.


How can this vulnerability impact me? :

This vulnerability can allow attackers with contributor-level access to inject arbitrary scripts into web pages, which will execute in the browsers of users who visit those pages. This can lead to theft of user credentials, session hijacking, defacement, or other malicious actions performed on behalf of the user without their consent. It compromises the integrity and security of the website and its users.


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

Detection of this vulnerability involves identifying the presence of the vulnerable Workable Api WordPress plugin (version 1.0.4 or earlier) and checking for usage of the workable_jobs shortcode in WordPress content. Since the vulnerability is a Stored Cross-Site Scripting via shortcode attributes, scanning for pages or posts containing the shortcode [workable_jobs] with suspicious or unexpected attribute values could help. Additionally, reviewing user inputs or database entries related to this shortcode for injected scripts is recommended. Specific commands are not provided in the resources, but typical approaches include using WP-CLI to search posts for the shortcode, e.g., `wp post list --post_type=page,post --field=ID | xargs -I % wp post get % --field=post_content | grep '\[workable_jobs'` to find usage, and manual or automated scanning of shortcode attributes for script tags or suspicious payloads. [2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include disabling or removing the vulnerable Workable Api plugin (version 1.0.4 or earlier) from the WordPress installation to prevent exploitation. Since the plugin has been temporarily closed and removed from the WordPress Plugin Directory pending review, uninstalling it is advised. Additionally, review and sanitize any content using the workable_jobs shortcode to remove any injected scripts. Restrict contributor-level user permissions if possible to limit the ability to inject malicious shortcode attributes until a patched version is available. [1]


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