CVE-2026-57382
Received Received - Intake

Simple File List Reflected Cross-Site Scripting

Vulnerability report for CVE-2026-57382, 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 Mitchell Bennis Simple File List simple-file-list allows Reflected XSS.This issue affects Simple File List: from n/a through <= 6.3.8.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-07-13
AI Q&A
2026-07-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
mitchell_bennis simple_file_list From 6.3.0 (inc) to 6.3.8 (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 WordPress Simple File List Plugin versions 6.3.8 and below. It occurs because the plugin improperly neutralizes input during web page generation, allowing attackers to inject malicious scripts into the website.

When a visitor accesses a crafted page or clicks a malicious link, the injected script can execute in their browser. This can lead to unwanted actions such as redirects or displaying malicious content.

The vulnerability can be exploited without authentication but requires user interaction.

Impact Analysis

This vulnerability can impact you by allowing attackers to execute malicious scripts in the browsers of your website visitors.

  • Attackers can redirect users to malicious websites.
  • Attackers can display unwanted or harmful content on your site.
  • It can lead to compromised user trust and potential data exposure.

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

Detection Guidance

This vulnerability is a reflected Cross Site Scripting (XSS) issue in the Simple File List WordPress plugin versions 6.3.8 and below. Detection typically involves monitoring for suspicious HTTP requests containing malicious script payloads targeting the plugin's input fields.

You can detect potential exploitation attempts by inspecting web server logs for unusual query parameters or payloads that include script tags or JavaScript code.

Example commands to help detect attempts include:

  • Using grep to search web server logs for suspicious script tags: grep -iE "<script|javascript:" /var/log/apache2/access.log
  • Using curl to test the plugin endpoint with a crafted payload to see if the script is reflected: curl -G "http://yourwebsite.com/path-to-simple-file-list" --data-urlencode "param=<script>alert(1)</script>"
  • Using web vulnerability scanners or plugins that can detect reflected XSS vulnerabilities in WordPress plugins.
Mitigation Strategies

The immediate recommended step is to update the Simple File List WordPress plugin to version 6.3.9 or later, where this vulnerability is patched.

Until the update can be applied, it is advised to implement the mitigation rule provided by Patchstack to block attack attempts targeting this vulnerability.

Additionally, consider applying Web Application Firewall (WAF) rules to filter out malicious input and monitor for suspicious activity.

Chat Assistant

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

EPSS Chart