CVE-2026-22513
Received Received - Intake
Local File Inclusion Vulnerability in AncoraThemes Triompher

Publication date: 2026-03-25

Last updated on: 2026-04-23

Assigner: Patchstack

Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in AncoraThemes Triompher triompher allows PHP Local File Inclusion.This issue affects Triompher: from n/a through <= 1.1.0.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-25
Last Modified
2026-04-23
Generated
2026-05-07
AI Q&A
2026-03-25
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
ancorathemes triompher to 1.1.0 (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 Powered Q&A
Can you explain this vulnerability to me?

CVE-2026-22513 is a Local File Inclusion (LFI) vulnerability found in the WordPress Triompher Theme versions up to and including 1.1.0.

This vulnerability allows unauthenticated attackers to include and display local files from the target website by exploiting improper control of filename parameters in PHP include/require statements.

As a result, attackers can potentially access sensitive information stored on the server, such as database credentials.

The vulnerability is categorized under OWASP Top 10 A3: Injection and is considered high risk with a CVSS score of 8.1.


How can this vulnerability impact me? :

Exploitation of this vulnerability can lead to unauthorized access to sensitive local files on the web server.

This may expose critical information such as database credentials, which could allow attackers to take over the website's database completely depending on the configuration.

Because the vulnerability can be exploited without authentication, it poses a significant security risk and is often targeted in mass-exploit campaigns.

No official patch is currently available, but mitigations can be applied to block attacks temporarily.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

CVE-2026-22513 is a Local File Inclusion (LFI) vulnerability affecting the WordPress Triompher Theme up to version 1.1.0. Detection typically involves monitoring for attempts to exploit the LFI by including local files via crafted HTTP requests.

You can detect potential exploitation attempts by inspecting web server logs for suspicious requests that include parameters attempting to load local files, such as those containing directory traversal sequences (e.g., ../) or references to sensitive files like /etc/passwd.

Example commands to search for such attempts in Apache or Nginx logs might include:

  • grep -i 'triompher' /var/log/apache2/access.log | grep -E '(\.\./|etc/passwd|boot.ini)'
  • grep -i 'triompher' /var/log/nginx/access.log | grep -E '(\.\./|etc/passwd|boot.ini)'

Additionally, network intrusion detection systems (NIDS) or web application firewalls (WAF) can be configured to alert on patterns typical of LFI attacks targeting this theme.


What immediate steps should I take to mitigate this vulnerability?

Since no official patch is currently available for CVE-2026-22513, immediate mitigation steps are critical to protect your system.

  • Apply the mitigation rule issued by Patchstack to block attacks targeting this vulnerability until an official patch is released and tested.
  • Monitor your web server logs for suspicious activity and block IP addresses exhibiting exploit attempts.
  • Consult with your hosting provider or web developer to implement additional security controls such as a Web Application Firewall (WAF) with rules to detect and block Local File Inclusion attempts.
  • Plan to update the Triompher theme to a patched version as soon as it becomes available.

How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The Local File Inclusion (LFI) vulnerability in the Triompher WordPress theme can lead to unauthorized access to sensitive information such as database credentials. This exposure could result in data breaches, which may compromise personal or protected health information.

Such data breaches can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require the protection of sensitive data and mandate strict controls to prevent unauthorized access.

Therefore, exploitation of this vulnerability could lead to violations of these regulations due to inadequate protection of sensitive information.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart