CVE-2026-65481
Received Received - Intake

Local File Inclusion Vulnerability in Vino <= 1.9

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

Publication date: 2026-07-23

Last updated on: 2026-07-23

Assigner: Patchstack

Description

Contributor Local File Inclusion in Vino <= 1.9 versions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

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
Executive Summary

The WordPress Vino Theme versions 1.9 and below has a Local File Inclusion (LFI) vulnerability. This allows attackers with contributor-level access to include and display local files from the website, potentially exposing sensitive data like database credentials if the server configuration allows it.

Detection Guidance

Check if the Vino Theme version 1.9 or below is installed on your WordPress site. Inspect server logs for suspicious file inclusion attempts or unusual file access patterns. Use commands like 'grep -r "include" /var/log/apache2/' or 'find /var/www/html -type f -name "*.php" -exec grep -l "include" {} \;' to search for potential LFI indicators.

Impact Analysis

This vulnerability could allow attackers to read sensitive files on your server, such as configuration files containing database credentials or other confidential information. It may also be exploited in mass campaigns targeting multiple websites, increasing the risk of data breaches or unauthorized access.

Compliance Impact

Exposure of sensitive data like database credentials or user information due to this vulnerability could lead to violations of GDPR, HIPAA, or other regulations. This may result in legal penalties, reputational damage, and loss of trust from users or clients.

Mitigation Strategies

Update the Vino Theme to the latest version if available. If no patch exists, consider disabling the theme or replacing it with a secure alternative. Contact your hosting provider or a developer for assistance. Monitor your site for unusual activity and restrict contributor-level access to reduce exploitation risk.

Chat Assistant

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

EPSS Chart