Summary
CVE-2026-27412 is a high-severity Unauthenticated Local File Inclusion (LFI) vulnerability in the Pearl – Corporate Business WordPress theme by StylemixThemes, affecting all versions up to and including 3.4.10. The flaw arises from improper control of filenames used in PHP include/require statements (CWE-98), allowing an unauthenticated remote attacker to include and expose arbitrary local files from the server. With a CVSS v3.1 score of 8.1 (High), the vulnerability carries a full-triad impact on confidentiality, integrity, and availability.
Technical details
- Root cause: Improper control of filenames for PHP
include/requirestatements (CWE-98); attacker-controlled input is passed to a file-inclusion function without adequate sanitization or path restriction, enabling traversal and loading of arbitrary local files. - Trigger conditions: No authentication or user interaction is required. The vulnerability is rated AC:H (High Attack Complexity), indicating that specific preconditions on the target environment must be met for successful exploitation.
- Attack vector: Network-accessible; exploitable remotely over HTTP/HTTPS without any local access to the server.
- Impact: Successful exploitation allows an attacker to read arbitrary local files from the server — including sensitive configuration files such as
wp-config.php(which contains database credentials) and system files such as/etc/passwd. LFI vulnerabilities of this class can be further escalated toward Remote Code Execution (RCE) via PHP stream wrappers or server log poisoning, depending on server configuration.
Affected software
- Pearl – Corporate Business WordPress Theme by StylemixThemes — versions ≤ 3.4.10
Severity
CVSS v3.1 Base Score: 8.1 (High)
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- Update: No official vendor-confirmed security patch has been published at the time of this writing. Users should update to the latest available release of the theme and monitor the StylemixThemes Pearl changelog for a formal security fix.
- Workaround: If an immediate update is not possible, restrict public HTTP access to the WordPress installation at the network or hosting layer. Review and harden PHP
includepaths viaopen_basedirrestrictions in the server configuration to limit the directories accessible to PHP file-inclusion calls. - Network mitigation: Deploy a Web Application Firewall (WAF) rule targeting LFI traversal patterns (e.g.,
../, PHP wrapper prefixes such asphp://,file://) in HTTP request parameters directed at the theme’s endpoints.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

