CVE-2026-28072
Reflected XSS in PixFort Core β€ 3.2.22 Enables Code Injection
Publication date: 2026-03-05
Last updated on: 2026-03-05
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| pixfort | pixfort_core | to 3.2.22 (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-28072 is a medium severity Cross Site Scripting (XSS) vulnerability affecting the WordPress pixfort Core Plugin versions up to and including 3.2.22.
This vulnerability allows an attacker to inject malicious scriptsβsuch as redirects, advertisements, or other HTML payloadsβinto a website, which execute when visitors access the compromised pages.
Exploitation requires user interaction by a privileged user performing actions like clicking a malicious link, visiting a crafted page, or submitting a form.
It is classified under the OWASP Top 10 category A3: Injection.
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.
Such exploitation can compromise the integrity and trustworthiness of your website, potentially harming your users and damaging your reputation.
Since exploitation requires privileged user interaction, attackers might trick authorized users into triggering the malicious scripts, increasing the risk of further compromise.
Users are strongly advised to update to version 3.2.26 or later to remediate the vulnerability or apply mitigation rules to block attacks.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability is a reflected Cross Site Scripting (XSS) issue in the WordPress pixfort Core Plugin versions up to 3.2.22. Detection typically involves monitoring for suspicious HTTP requests that include malicious script payloads or unusual URL parameters that could trigger the XSS.
While no specific commands are provided in the resources, common detection methods include using web application firewalls (WAF) with rules to detect XSS payloads, analyzing web server logs for suspicious query strings, and using security scanners that test for reflected XSS vulnerabilities.
- Use tools like OWASP ZAP or Burp Suite to scan the website for reflected XSS vulnerabilities.
- Check web server logs for unusual URL parameters or payloads that contain script tags or JavaScript code.
- Deploy Patchstackβs mitigation rules which can automatically block exploitation attempts and may provide detection capabilities.
What immediate steps should I take to mitigate this vulnerability?
The primary immediate step to mitigate this vulnerability is to update the WordPress pixfort Core Plugin to version 3.2.26 or later, where the vulnerability has been patched.
Until the update can be applied, applying Patchstackβs mitigation rules is recommended to block exploitation attempts automatically.
- Update the pixfort Core Plugin to version 3.2.26 or later.
- Apply Patchstackβs mitigation rules to block attacks.
- Consider enabling auto-update options for the plugin to ensure timely patching in the future.