CVE-2026-24629
BaseFortify
Publication date: 2026-01-23
Last updated on: 2026-01-26
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ability_inc | web_accessibility_with_max_access | to 2.1.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-24629 is a Cross Site Scripting (XSS) vulnerability in the WordPress plugin "Web Accessibility with Max Access" up to version 2.1.0. It allows an attacker to inject malicious scripts, such as redirects or advertisements, into a website. These scripts execute when visitors access the compromised pages. Exploitation requires interaction by a privileged user, like an administrator, who must perform an action such as clicking a malicious link or submitting a form. [1]
How can this vulnerability impact me? :
This vulnerability can lead to the execution of malicious scripts on your website, potentially causing unauthorized redirects, displaying unwanted advertisements, or other harmful HTML payloads. However, the impact is limited because exploitation requires a privileged user to interact with malicious content. The risk is considered moderate with a CVSS score of 5.9, and it is unlikely to be widely exploited. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this vulnerability involves monitoring for suspicious input or script injections in the Web Accessibility with Max Access plugin pages, especially those accessible by administrators. Since exploitation requires privileged user interaction, reviewing logs for unusual administrator actions or unexpected script content in stored inputs can help. Specific commands are not provided in the resources, but general approaches include using web application scanners that detect stored XSS or searching server logs for suspicious payloads. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include restricting administrator access to trusted users only, avoiding clicking on suspicious links or visiting untrusted pages while logged in as an administrator, and monitoring for unusual activity. Since no official fix is available as of the publication date, applying strict input validation and sanitization on the server side, if possible, can help reduce risk. Additionally, keeping backups and preparing for an update once a patch is released is advisable. [1]