CVE-2026-24584
BaseFortify
Publication date: 2026-01-23
Last updated on: 2026-01-27
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| themeum | tutor_lms_bunnynet_integration | to 1.0.0 (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-24584 is a Cross Site Scripting (XSS) vulnerability in the WordPress Tutor LMS BunnyNet Integration Plugin (versions up to 1.0.0). It allows attackers to inject malicious scripts into web pages by exploiting improper neutralization of input during page generation. This is a DOM-Based XSS vulnerability, meaning the malicious script executes in the user's browser when they visit a compromised page. Exploitation requires a privileged user (such as a Tutor, Instructor, or Developer) to interact with a malicious link, page, or form. [1]
How can this vulnerability impact me? :
If exploited, this vulnerability can allow attackers to execute malicious scripts on the website, which may include redirects, displaying unwanted advertisements, or injecting other harmful HTML payloads. This can compromise the integrity of the website and potentially affect site visitors. However, the impact is considered low priority and low impact, and exploitation requires privileged user interaction, making widespread exploitation unlikely. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection involves monitoring for suspicious activity by privileged users (Tutor, Instructor, Developer) interacting with the Tutor LMS BunnyNet Integration plugin (version <= 1.0.0). Since exploitation requires user interaction with crafted links or pages, you can detect potential exploitation by reviewing web server logs for unusual URL parameters or payloads that include script tags or suspicious input. Additionally, scanning the plugin files for known vulnerable versions (<= 1.0.0) can help identify affected installations. There are no specific commands provided for detection. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include restricting privileged user roles (Tutor, Instructor, Developer) from interacting with untrusted links or pages, educating users about the risk of clicking suspicious links, and monitoring for unusual activity. Since no official fix or patched version is currently available, consider disabling or removing the Tutor LMS BunnyNet Integration plugin if possible until a patch is released. Implementing web application firewall (WAF) rules to block malicious scripts or input may also help reduce risk. [1]