CVE-2025-69152
Deferred Deferred - Pending Action

Unauthenticated XSS in Artale Wedding Photography WordPress

Vulnerability report for CVE-2025-69152, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-02

Last updated on: 2026-07-02

Assigner: Patchstack

Description

Unauthenticated Cross Site Scripting (XSS) in Artale | Wedding Photography WordPress <= 2.2.2 versions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-02
Last Modified
2026-07-02
Generated
2026-07-22
AI Q&A
2026-07-02
EPSS Evaluated
2026-07-21
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
patchstack artale_wedding_photography to 2.2.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions

Instant insights powered by AI
Executive Summary

The WordPress theme "Artale | Wedding Photography" version 2.2.2 or lower is vulnerable to a Cross Site Scripting (XSS) attack. This vulnerability allows attackers to inject malicious scripts into websites.

The attack can be initiated by unauthenticated users and requires user interaction, such as clicking a malicious link or visiting a crafted page.

When exploited, the malicious scripts can cause actions like redirects or displaying unwanted content to visitors of the site.

Detection Guidance

The vulnerability in the Artale | Wedding Photography WordPress theme allows unauthenticated Cross Site Scripting (XSS) attacks by injecting malicious scripts. Detection typically involves monitoring for suspicious HTTP requests containing script payloads targeting the vulnerable theme.

Since the vulnerability requires user interaction with crafted URLs or pages, you can detect attempts by inspecting web server logs for unusual query parameters or payloads that include script tags or JavaScript code.

While no specific detection commands are provided in the resources, common approaches include using tools like grep or specialized web application firewalls (WAFs) with rules to identify XSS patterns.

  • Example command to search web server logs for suspicious script tags: grep -iE "<script|javascript:" /var/log/apache2/access.log
  • Use curl or wget to test the site with crafted payloads to see if scripts are executed or reflected in responses.
  • Implement the mitigation rule provided by Patchstack to block attack attempts until an official patch is available.
Impact Analysis

This vulnerability can impact you by allowing attackers to inject malicious scripts that may redirect your website visitors or display unwanted content.

Such actions can harm your website's reputation, potentially lead to loss of user trust, and expose visitors to further attacks.

Since the attack requires user interaction, visitors clicking on malicious links or visiting crafted pages are at risk.

Compliance Impact

The provided information does not specify how the Cross Site Scripting (XSS) vulnerability in the Artale | Wedding Photography WordPress theme affects compliance with common standards and regulations such as GDPR or HIPAA.

Mitigation Strategies

The vulnerability affects the WordPress theme "Artale | Wedding Photography" version 2.2.2 or lower and allows unauthenticated Cross Site Scripting (XSS) attacks.

Immediate mitigation steps include updating the theme to a newer, patched version once available.

Until an official patch is released, applying the mitigation rule provided by Patchstack to block attacks is advised.

You may also seek assistance from your hosting provider or a developer to implement these mitigations.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-69152. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart