CVE-2026-57391
Deferred Deferred - Pending Action

Stored XSS in Tangible Loops & Logic Plugin

Vulnerability report for CVE-2026-57391, 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 Tangible Loops & Logic tangible-loops-and-logic allows Stored XSS.This issue affects Loops & Logic: from n/a through <= 4.2.3.

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
tangible_loops_and_logic loops_and_logic to 4.2.3 (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 Stored Cross-site Scripting (XSS) issue in Tangible Loops & Logic software. It occurs due to improper neutralization of input during web page generation, which means that malicious scripts can be injected and stored by the application. When other users access the affected pages, the malicious scripts can execute in their browsers.

Detection Guidance

Detecting this stored Cross-Site Scripting (XSS) vulnerability in Tangible Loops & Logic (versions <= 4.2.3) requires checking for improperly neutralized user input in web pages generated by the plugin.

  • Review web application logs for suspicious input patterns, such as script tags (<script>), event handlers (onerror=, onclick=), or other JavaScript-related payloads in user-submitted data.
  • Use a web vulnerability scanner like OWASP ZAP or Burp Suite to scan the application for stored XSS vulnerabilities. These tools can automate the detection of improper input handling.
  • Manually inspect the plugin's output in the WordPress admin dashboard or front-end pages where user input is displayed. Look for unescaped or unfiltered content that could execute malicious scripts.
  • Check the plugin's version. If the installed version is <= 4.2.3, the system is vulnerable. You can verify the version via the WordPress admin panel under 'Plugins' or by checking the plugin's readme.txt or main PHP file.

No specific commands are provided in the context, but you can use the following general approaches to investigate:

  • For log inspection: grep -r "<script>\|onerror=\|onclick=" /var/log/apache2/ or /var/log/nginx/ (adjust paths based on your web server).
  • For version checking: wp plugin list | grep "tangible-loops-and-logic" (if WP-CLI is installed).
Impact Analysis

The impact of this vulnerability includes the potential for attackers to execute arbitrary scripts in the context of the affected application. This can lead to information disclosure, modification of data, and disruption of availability. According to the CVSS score, it has a base score of 6.5, indicating a medium severity with impacts on confidentiality, integrity, and availability.

Compliance Impact

The vulnerability described is a Stored Cross-Site Scripting (XSS) issue in Tangible Loops & Logic, which allows attackers to inject malicious scripts into web pages viewed by other users. This type of vulnerability can have compliance implications under several standards and regulations.

  • GDPR: Stored XSS can lead to unauthorized access to user data or session hijacking, potentially violating GDPR's requirements for protecting personal data (Article 5, 32). If the vulnerability exposes personal data of EU citizens, it may result in non-compliance and potential fines.
  • HIPAA: If the affected application handles protected health information (PHI), a Stored XSS vulnerability could lead to unauthorized disclosure or alteration of PHI. This violates HIPAA's Security Rule (45 CFR Part 164, Subpart C), which mandates safeguards for electronic PHI.
  • Other standards: The vulnerability may also impact compliance with frameworks like PCI DSS if the application processes payment information, as XSS can be used to steal sensitive data like credit card details.

The CVSS score of 6.5 (Medium severity) indicates that the vulnerability poses a moderate risk, but its impact on compliance depends on the specific data handled by the affected application and the regulatory environment in which it operates.

Mitigation Strategies

To mitigate this stored XSS vulnerability in Tangible Loops & Logic (versions <= 4.2.3), follow these immediate steps:

  • Update the plugin to the latest version if a patch is available. Since the context does not specify a patched version, check the vendor's website or WordPress plugin repository for updates.
  • If no patch is available, disable the plugin temporarily to prevent exploitation until a fix is released.
  • Implement a web application firewall (WAF) to block XSS payloads. Rulesets like OWASP ModSecurity Core Rule Set (CRS) can help filter malicious input.
  • Restrict user permissions to minimize the impact of potential exploitation. Only trusted users should have privileges to submit or modify content in the plugin.
  • Monitor the application for unusual activity, such as unexpected script execution or unauthorized content changes.
  • Educate users about the risks of XSS and advise them to avoid clicking on suspicious links or interacting with untrusted content.

Chat Assistant

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

EPSS Chart