CVE-2026-28127
Reflected XSS in Lawyer Directory Plugin
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 |
|---|---|---|
| e-plugins | lawyer_directory | to 1.3.2 (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-28127 is a medium severity Cross Site Scripting (XSS) vulnerability affecting the WordPress Lawyer Directory Plugin versions up to and including 1.3.2.
This vulnerability allows unauthenticated attackers to inject malicious scriptsβsuch as redirects, advertisements, or other HTML payloadsβinto a website, which execute when visitors access the site.
Exploitation requires user interaction by a privileged user, such as clicking a malicious link, visiting a crafted page, or submitting a form.
The vulnerability is classified under OWASP Top 10 A3: Injection, with a CVSS score of 7.1, indicating moderate risk and potential for exploitation.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers to inject malicious scripts into your website, which can execute when visitors access the site.
- Attackers can perform redirects to malicious sites.
- Attackers can display unwanted advertisements or other harmful HTML content.
Such attacks can compromise the trust of your website visitors and potentially lead to further security issues.
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 Lawyer Directory Plugin up to version 1.3.2, which allows injection of malicious scripts via crafted URLs or form inputs.
Detection typically involves monitoring web traffic for suspicious input patterns or payloads that include script tags or JavaScript code in URL parameters or form submissions.
While no specific commands are provided, common approaches include using web application firewalls (WAF) with rules to detect XSS payloads, or scanning logs for unusual query strings containing script tags.
You can also use tools like curl or wget to test suspected URLs manually by sending crafted requests and observing if the response reflects the injected script.
What immediate steps should I take to mitigate this vulnerability?
Since no official patch is currently available for this vulnerability, immediate mitigation involves applying the Patchstack mitigation rule designed to block attacks targeting this issue.
Additionally, it is recommended to implement or strengthen web application firewall (WAF) rules to detect and block reflected XSS payloads.
Users should also educate privileged users to avoid clicking on suspicious links or submitting untrusted forms until a patch is released.