CVE-2026-22331
Deferred Deferred - Pending Action

Unauthenticated Local File Inclusion in AutoParts

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

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description

Unauthenticated Local File Inclusion in AutoParts <= 1.5.8 versions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-17
Last Modified
2026-06-17
Generated
2026-07-08
AI Q&A
2026-06-18
EPSS Evaluated
2026-07-06
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
patchstack autoparts to 1.5.8 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-98 The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in "require," "include," or similar functions.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Detection Guidance

The vulnerability is a Local File Inclusion (LFI) flaw in the WordPress AutoParts Theme versions 1.5.8 and below, which allows unauthenticated attackers to include local files on the target website.

To detect this vulnerability on your system, you can look for suspicious HTTP requests attempting to include local files via URL parameters or paths related to the AutoParts theme.

Common detection methods include monitoring web server logs for requests containing typical LFI payloads such as "../../" sequences or attempts to access sensitive files like "/etc/passwd".

Example commands to search for potential exploitation attempts in web server logs (assuming Apache logs):

  • grep -iE "(\.\./|etc/passwd|boot.ini|windows/win.ini)" /var/log/apache2/access.log
  • grep -i "autoparts" /var/log/apache2/access.log

Additionally, you can use web vulnerability scanners or tools that specifically test for LFI vulnerabilities by sending crafted requests to the target URL parameters.

Since there is no official patch yet, applying temporary mitigation rules from Patchstack or consulting with your hosting provider or web developer is recommended.

Executive Summary

CVE-2026-22331 is a Local File Inclusion (LFI) vulnerability found in the WordPress AutoParts Theme versions 1.5.8 and below.

This flaw allows unauthenticated attackers to include local files on the target website, which means they can access files stored on the server without needing to log in.

Exploiting this vulnerability can expose sensitive data such as database credentials and potentially lead to a complete takeover of the website's database.

Impact Analysis

The impact of this vulnerability is severe due to its high CVSS score of 8.1.

  • Exposure of sensitive data including database credentials.
  • Potential complete takeover of the website's database.
  • Increased risk of mass exploitation as attackers may target this vulnerability widely.

Since the vulnerability can be exploited without authentication, any website using the affected theme is at risk until patched or mitigated.

Mitigation Strategies

The WordPress AutoParts Theme versions 1.5.8 and below are vulnerable to a high-priority Local File Inclusion flaw. Since there is no official patch available from the theme developers yet, immediate mitigation steps include:

  • Applying the temporary mitigation rule issued by Patchstack to block attacks targeting this vulnerability.
  • Updating the theme to a newer, non-vulnerable version once available.
  • Seeking assistance from your hosting provider or a web developer to implement protective measures.
Compliance Impact

The vulnerability allows unauthenticated attackers to include local files on the target website, potentially exposing sensitive data such as database credentials and leading to a complete database takeover.

Exposure of sensitive data due to this vulnerability could lead to non-compliance with common standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive information.

Therefore, exploitation of this vulnerability may result in breaches of data confidentiality and integrity, impacting compliance with these regulations.

Chat Assistant

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

EPSS Chart