critical CVSS 9.8

CVE-2024-13264·PHP vulnerability

Improper Neutralization of Directives in Statically Saved Code ('Static Code Injection') vulnerability in Drupal Opigno module allows PHP Local File Inclusion.This issue affects Opigno module: from 0.0.0 before 3.1.2.

Severity
critical
Software
PHP
Fixed in
3.1.2
Published
2025-01-09

Affected versions

Until: 3.1.2

Fixed in: 3.1.2

How to fix this CVE

Upgrade the Drupal Opigno module to version 3.1.2 or later to patch the static code injection vulnerability that enables local file inclusion attacks. If you are running PHP with the vulnerable Opigno module, update immediately as this critical flaw allows attackers to read arbitrary files from your server without authentication. Verify the patch by checking your Opigno module version and testing that file inclusion attempts are properly blocked.

sudo dnf update php && drush pm:update opigno

Defensia detects this vulnerability

What an exploitation attempt looks like

Sample log line indicative of exploitation attempts:

GET|POST requests containing file inclusion payloads in Opigno-specific endpoints (e.g., /opigno/.*, /sites/default/files/opigno.*) with path traversal sequences (../) or references to system files (/etc/passwd, /etc/shadow, /proc/self/environ)

WAF mitigation (if patching is not yet possible)

Add this rule to your WAF to block exploitation attempts while you schedule the patch.

Deploy WAF rules to block HTTP requests targeting Opigno module paths that contain path traversal patterns (../, ..\, %2e%2e%2f) or attempts to access sensitive files (/etc/, /proc/, /sys/). Implement input validation on Opigno form handlers to reject null bytes and encoded traversal sequences.

How to check if you are affected

  1. Step 1: Check Opigno module version with: drush pm:list | grep opigno or inspect /modules/opigno/opigno.info.yml for version field
  2. Step 2: Verify if Opigno is enabled by checking Drupal admin/modules or running: drush pm:list --type=module | grep opigno
  3. Step 3: Search web server logs (Apache: /var/log/apache2/access.log, Nginx: /var/log/nginx/access.log) for suspicious file inclusion patterns such as ../ sequences or /etc/passwd references in request URIs
  4. Step 4: Confirm the patch by re-running drush pm:list and verifying Opigno version is 3.1.2 or higher

FAQ

What is CVE-2024-13264?

CVE-2024-13264 is a critical static code injection flaw in the Drupal Opigno module that permits attackers to perform local file inclusion attacks and read sensitive files from the server without needing authentication or user interaction.

Is CVE-2024-13264 being actively exploited?

According to CISA, CVE-2024-13264 is not currently listed on the Known Exploited Vulnerabilities catalog and no public exploits are documented, though organizations should patch immediately given its critical severity.

What versions of the Opigno module are affected by CVE-2024-13264?

All Opigno module versions from 0.0.0 up to and including 3.1.1 are affected; version 3.1.2 and later contain the fix.

How do I check if my server is vulnerable to CVE-2024-13264?

Run: drush pm:list --type=module | grep opigno to identify the installed version. If the version is below 3.1.2, your system is vulnerable.

Does Defensia detect CVE-2024-13264?

Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If the Drupal Opigno module is installed on a monitored server, CVE-2024-13264 will appear in your dashboard with remediation steps.

Related PHP CVEs

CVE-2025-25174CVSS 10Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in beeteam368 BeeTeam368 Extensions beeteam368-extensions allows PHP Local File Inclusion.This issue affects BeeTeam368 Extensions: from n/a through <= 1.9.4.
CVE-2024-5932CVSS 10The GiveWP – Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.14.1 via deserialization of untrusted input from the 'give_title' parameter. This makes it possible for unauthenticated attackers to inject a PHP Object. The additional presence of a POP chain allows attackers to execute code remotely, and to delete arbitrary files.
CVE-2026-39337CVSS 10ChurchCRM is an open-source church management system. Prior to 7.1.0, critical pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The "$dbPassword" variable is not sanitized. This vulnerability exists due to an incomplete fix for CVE-2025-62521. This vulnerability is fixed in 7.1.0.
CVE-2025-62521CVSS 10ChurchCRM is an open-source church management system. Prior to version 5.21.0, a pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The vulnerability exists in `setup/routes/setup.php` where user input from the setup form is directly concatenated into a PHP configuration template without any validation or sanitization. Any parameter in the setup form can be used to inject PHP code that gets written to `Include/Config.php`, which is then executed on every page load. This is more severe than typical authenticated RCE vulnerabilities because it requires no credentials and affects the installation process that administrators must complete. Version 5.21.0 patches the issue.
CVE-2025-46348CVSS 10YesWiki is a wiki system written in PHP. Prior to version 4.5.4, the request to commence a site backup can be performed and downloaded without authentication. The archives are created with a predictable filename, so a malicious user could create and download an archive without being authenticated. This could result in a malicious attacker making numerous requests to create archives and fill up the file system, or by downloading the archive which contains sensitive site information. This issue has been patched in version 4.5.4.

References

Track CVEs across your fleet automatically

Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2024-13264. Free for 1 server.

Get started free