CVE-2026-24949
DOM-Based XSS in PhotoMe ThemeGoods Plugin
Publication date: 2026-02-20
Last updated on: 2026-02-23
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| themegoods | photome | to 5.7.1 (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-24949 is a Cross Site Scripting (XSS) vulnerability affecting the WordPress PhotoMe Theme versions up to and including 5.7.1.
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 a DOM-Based XSS issue caused by improper neutralization of input during web page generation.
Exploitation requires user interaction by a privileged user performing actions like clicking a malicious link, visiting a crafted page, or submitting a form.
How can this vulnerability impact me? :
This vulnerability can lead to execution of malicious scripts on your website, which may result in unauthorized redirects, display of unwanted advertisements, or other harmful HTML payloads.
Such attacks can compromise the integrity and trustworthiness of your website, potentially harming your users and damaging your reputation.
Exploitation depends on privileged user interaction, so attackers may trick authorized users into triggering the malicious scripts.
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 DOM-Based Cross-Site Scripting (XSS) issue in the PhotoMe WordPress theme up to version 5.7.1. Detection typically involves monitoring for suspicious script injections or unusual HTML payloads executed when users visit affected pages.
While no specific commands are provided in the resources, common detection methods include using web vulnerability scanners that check for XSS vulnerabilities, inspecting HTTP requests and responses for injected scripts, and reviewing logs for unusual user interactions or script executions.
Additionally, applying a Web Application Firewall (WAF) with rules targeting XSS attacks can help detect and block exploitation attempts.
What immediate steps should I take to mitigate this vulnerability?
The primary mitigation step is to update the PhotoMe WordPress theme to version 5.7.2 or later, where the vulnerability has been patched.
Until the update can be applied, it is recommended to implement mitigation rules provided by Patchstack to block attack attempts targeting this vulnerability.
Additionally, restricting privileged user interactions that could trigger the vulnerability, such as clicking untrusted links or submitting untrusted forms, can reduce risk.