CVE-2026-22465
Reflected XSS in SeventhQueen BuddyApp
Publication date: 2026-03-05
Last updated on: 2026-03-10
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| seventhqueen | buddyapp | to 1.9.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
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 mitigation rule issued by Patchstack to block attacks targeting this flaw.
It is also recommended to monitor and restrict user interactions that could trigger the vulnerability, such as clicking malicious links or submitting crafted forms.
Keeping the BuddyApp WordPress theme updated and following Patchstack advisories for future patches is important.
Can you explain this vulnerability to me?
CVE-2026-22465 is a medium severity Cross Site Scripting (XSS) vulnerability affecting the WordPress BuddyApp Theme versions up to and including 1.9.2.
This vulnerability allows an attacker to inject malicious scriptsβsuch as redirects, advertisements, or other HTML payloadsβthat execute when visitors access the compromised site.
It is classified under OWASP Top 10 A3: Injection and involves improper neutralization of input during web page generation, specifically a reflected XSS.
Exploitation requires user interaction by a privileged user, such as clicking a malicious link, visiting a crafted page, or submitting a form, although no authentication is required to initiate the attack.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers to execute malicious scripts in the context of your website.
- Attackers can perform redirects to malicious sites.
- They can display unwanted advertisements or inject other harmful HTML payloads.
- Such attacks can compromise user trust, lead to data theft, or facilitate further attacks on users.
Since no authentication is required to initiate the attack, any visitor can potentially trigger the vulnerability if they interact with crafted content.
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?
I don't know