Description
The Photo Gallery by 10Web WordPress plugin before 1.8.44 does not escape two request parameters before reflecting them into input-attribute values on its admin pages (one on the Shortcode page, one on the Galleries/Albums list page), so an unauthenticated attacker can craft a link that, when opened by a logged-in administrator (or, for the first sink, a contributor), executes arbitrary JavaScript in the victim's authenticated session via an auto-firing onfocus handler. The Galleries/Albums sink renders only when the site has more than 20 galleries/albums (the normal state of a populated install).
Published: 2026-09-02
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in the Photo Gallery by 10Web WordPress plugin allows an unauthenticated attacker to craft a link that, when opened by a logged‑in administrator (or a contributor for the first sink), causes the browser to execute arbitrary JavaScript. The attacker achieves this by injecting script into request parameters that are echoed unescaped into HTML attribute values on admin pages, triggering an `onfocus` handler that runs the payload. This directly compromises confidentiality, integrity, and availability of the administrator’s session, potentially allowing credential theft, session hijacking, or defacement of the site.

Affected Systems

WordPress sites running the Photo Gallery by 10Web plugin with a version earlier than 1.8.44. The plugin’s admin “Shortcode” and “Galleries/Albums” pages use the vulnerable parameters; the latter only appears when the site has more than 20 galleries/albums, a common condition for populated installations.

Risk and Exploitability

The vulnerability is a classic reflected XSS with no authentication requirement to exploit, but it requires the target to open the crafted link while authenticated. No CVSS or EPSS score is published, and the issue is not listed in CISA’s KEV catalog. Despite the lack of public exploitation metrics, the practical impact is high: any administrator who clicks a malicious link could have their session hijacked or the site compromised. The attack surface is portable via email, social media, or embedded links, making it a significant risk for sites that rely on this plugin.

Generated by OpenCVE AI on September 2, 2026 at 07:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Photo Gallery by 10Web to version 1.8.44 or later.
  • If immediate upgrade is not possible, remove or disable the plugin until the patch is applied, or restrict administrative access to the pages that use the vulnerable parameters.
  • Deploy a web application firewall or content security policy that blocks or sanitizes unsanitized input on the admin "Shortcode" and "Galleries/Albums" pages to mitigate exploitation until the patch is applied.

Generated by OpenCVE AI on September 2, 2026 at 07:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79

Wed, 02 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Photo Gallery by 10Web WordPress plugin before 1.8.44 does not escape two request parameters before reflecting them into input-attribute values on its admin pages (one on the Shortcode page, one on the Galleries/Albums list page), so an unauthenticated attacker can craft a link that, when opened by a logged-in administrator (or, for the first sink, a contributor), executes arbitrary JavaScript in the victim's authenticated session via an auto-firing onfocus handler. The Galleries/Albums sink renders only when the site has more than 20 galleries/albums (the normal state of a populated install).
Title Photo Gallery by 10Web < 1.8.44 - Reflected XSS via title and paged Parameters
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-02T06:00:16.384Z

Reserved: 2026-06-22T08:21:36.492Z

Link: CVE-2026-12865

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-02T06:17:15.917

Modified: 2026-09-02T06:17:15.917

Link: CVE-2026-12865

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T07:30:18Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')