CVE-2026-57712
Deferred Deferred - Pending Action

Reflected Cross-Site Scripting in WPZOOM Portfolio

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

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Patchstack

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in WPZOOM WPZOOM Portfolio wpzoom-portfolio allows Reflected XSS.This issue affects WPZOOM Portfolio: from n/a through <= 1.4.29.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wpzoom wpzoom_portfolio to 1.4.29 (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

This vulnerability is a Reflected Cross-site Scripting (XSS) issue found in the WPZOOM Portfolio plugin for WordPress. It occurs due to improper neutralization of input during web page generation, meaning that malicious input can be reflected back in the web page without proper sanitization.

Detection Guidance

Detecting this reflected Cross-site Scripting (XSS) vulnerability in WPZOOM Portfolio (versions <= 1.4.29) requires checking for improper input neutralization in web requests. Since this is a web application vulnerability, detection typically involves manual testing or automated scanning tools.

  • Manual testing: Interact with the plugin's input fields (e.g., search boxes, filters, or URL parameters) by injecting simple XSS payloads like <script>alert(1)</script> or " onmouseover=alert(1). If the payload executes, the vulnerability is present.
  • Automated scanning: Use web vulnerability scanners such as OWASP ZAP, Burp Suite, or Nessus to scan the website for reflected XSS vulnerabilities. These tools can automate the process of sending payloads and detecting responses.
  • Check plugin version: Verify the installed version of WPZOOM Portfolio. If it is 1.4.29 or earlier, the system is vulnerable. This can be done by checking the plugin's version in the WordPress admin dashboard under 'Plugins' or by inspecting the plugin's readme.txt or main PHP file.

No specific commands are universally applicable for detecting this vulnerability, as it depends on the plugin's implementation and input points. Focus on testing user-controllable inputs in the web application.

Impact Analysis

The vulnerability can allow attackers to execute arbitrary scripts in the context of the affected website. This can lead to impacts such as theft of user credentials, session hijacking, defacement of the website, or redirection to malicious sites.

Compliance Impact

This vulnerability, a Reflected Cross-site Scripting (XSS) issue, can impact compliance with standards and regulations like GDPR and HIPAA due to its potential to compromise data security and user privacy.

  • GDPR: Under GDPR, organizations must protect personal data from unauthorized access or disclosure. A Reflected XSS vulnerability could allow attackers to steal session cookies, credentials, or other sensitive information entered by users, leading to a data breach. This may result in non-compliance with GDPR's data protection requirements (e.g., Article 5 on data integrity and confidentiality) and could trigger reporting obligations under Article 33 (data breach notification).
  • HIPAA: For organizations handling protected health information (PHI), HIPAA requires safeguards to ensure the confidentiality, integrity, and availability of PHI. An XSS vulnerability could enable attackers to access or manipulate PHI, violating the HIPAA Security Rule (45 CFR Part 164, Subpart C). This could lead to penalties for non-compliance.
  • Other standards: The vulnerability may also affect compliance with frameworks like ISO 27001, which mandates controls for application security, or PCI DSS if the affected system processes payment card data. Failure to mitigate XSS risks could result in non-conformance with these standards.

The CVSS score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L) indicates a moderate-to-high risk, further emphasizing the need for remediation to maintain compliance.

Mitigation Strategies

To mitigate the reflected XSS vulnerability in WPZOOM Portfolio (versions <= 1.4.29), follow these immediate steps:

  • Update the plugin: Check for and apply the latest version of WPZOOM Portfolio if an update is available. This is the most effective way to resolve the vulnerability.
  • Disable the plugin: If no update is available, temporarily disable the WPZOOM Portfolio plugin until a patch is released. This prevents exploitation but may impact functionality.
  • Implement a Web Application Firewall (WAF): Configure a WAF to filter and block malicious XSS payloads. This can provide temporary protection while a permanent fix is applied.
  • Sanitize user inputs: If you have access to the plugin's code, ensure all user inputs are properly sanitized and escaped before being rendered in the browser. Use functions like htmlspecialchars() or WordPress's esc_html(), esc_attr(), or esc_js() functions.
  • Monitor for exploitation: Review web server logs for suspicious activity, such as requests containing XSS payloads. This can help identify attempted attacks.

Chat Assistant

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

EPSS Chart