CVE-2026-22353
BaseFortify
Publication date: 2026-01-22
Last updated on: 2026-04-28
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection involves monitoring for suspicious input or script injections in the teachPress plugin, especially from privileged users performing actions like clicking links or submitting forms. Since no official fix or detection tool is provided, you can manually inspect web requests and responses for injected scripts or unusual HTML payloads. Using web application security scanners that detect XSS vulnerabilities on the teachPress plugin may help. Specific commands are not provided in the resources. [1]
Can you explain this vulnerability to me?
This vulnerability is a Stored Cross-site Scripting (XSS) issue in the teachPress software by winkm89. It occurs due to improper neutralization of input during web page generation, allowing attackers to inject malicious scripts that are stored and later executed in users' browsers.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute malicious scripts in the context of users' browsers, potentially leading to theft of sensitive information, session hijacking, defacement of web content, or distribution of malware.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include restricting privileged user interactions to trusted users only, avoiding clicking unknown links or submitting untrusted forms within the teachPress plugin environment, and monitoring for suspicious activity. Since no official patch or fix is available, applying strict input validation and sanitization at the application level or using web application firewalls to block malicious scripts may help reduce risk. [1]