← Vulnerability feed

Vulnerability record · CVE-2007-5009 · published 20 September 2007

CVE-2007-5009: phpBB Plus German language file remote file inclusion allows PHP code execution

PPhpbb2 · Phpbb2 Plus

phpBB Plus 1.53 and 1.53a before 20070922 include language/lang_german/lang_main_album.php without validating the phpbb_root_path parameter, letting a remote attacker supply a URL to an external file. Because the included file is executed as PHP, this is a code injection flaw rather than a simple information disclosure.

6.8 CVSS 2.0 Medium EPSS 45% · top 1.3% CWE-94 · Code injection
6.8CVSS 2.0 base score
45%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
16References, 4 tagged exploit
16 Jun 2026Last modified by NVD

Description

PHP remote file inclusion vulnerability in language/lang_german/lang_main_album.php in phpBB Plus 1.53, and 1.53a before 20070922, allows remote attackers to execute arbitrary PHP code via a URL in the phpbb_root_path parameter.

AV:N/AC:M/Au:N/C:P/I:P/A:P

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: high.

high priorityRemote unauthenticated code execution with public exploit references and a very high EPSS percentile, though the affected product is an old, likely low-prevalence phpBB Plus release.

What it is

phpBB Plus 1.53 and 1.53a before 20070922 include language/lang_german/lang_main_album.php without validating the phpbb_root_path parameter, letting a remote attacker supply a URL to an external file. Because the included file is executed as PHP, this is a code injection flaw rather than a simple information disclosure.

Impact

An attacker can execute arbitrary PHP code on the web server, which typically leads to full compromise of the phpBB Plus installation and the underlying host. The CVSS 2.0 vector rates confidentiality, integrity and availability impact as partial.

Attack surface

Reachable over the network via HTTP by requesting the vulnerable language file with a crafted phpbb_root_path value; no authentication is required and no user interaction is needed. The CVSS 2.0 vector AV:N/AC:M/Au:N confirms network reachability with medium access complexity and no authentication.

Exploitation

Public exploit references exist (Bugtraq, SecurityFocus BID 25737, Exploit-DB 4434), and EPSS gives a 30-day probability of 0.45032 at the 98.7th percentile, indicating high predicted activity. The CVE is not listed in CISA KEV, so there is no confirmed in-the-wild exploitation record in this dataset.

What to do

  • Upgrade phpBB Plus to 1.53a dated 20070922 or later, which addresses the vulnerable language file.
  • If upgrade is not possible, remove or restrict access to language/lang_german/lang_main_album.php and any other language files that accept phpbb_root_path.
  • Set allow_url_include=Off and allow_url_fopen=Off in php.ini to block remote file inclusion of PHP code.
  • Apply a WAF rule blocking requests to language files containing phpbb_root_path values that point to external URLs.
  • Restrict outbound HTTP from the web server so a successful include cannot fetch attacker-controlled code.

Detection

  • Search web server logs for requests to language/lang_german/lang_main_album.php with phpbb_root_path containing http://, https://, ftp:// or other URL schemes.
  • Monitor for unexpected outbound HTTP connections originating from the PHP/web server process.
  • Look for newly created or modified PHP files in web-accessible directories following requests to language files.
  • Alert on PHP error log entries referencing include or require failures for lang_main_album.php.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2007-5009 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

8.8CVE-2026-65660Microsoft sharepoint server code injection vulnerabilityImproper control of generation of code ('code injection') in Microsoft Office SharePoint allows an authorized attacker to execute code over a network.KEVEPSS 2.1%9.8CVE-2026-60004Gitea diffpatch API code injection enables remote code executionGitea before 1.27.1 allows remote code execution through the diffpatch API by way of Git hook installation. The flaw is a code injection issue (CWE-9…KEVEPSS 24%analysed9.5CVE-2026-72530TrueConf Server sandbox breakout via crafted script code injectionTrueConf Server versions 5.3.X through 5.3.9, 5.4.X through 5.4.9, 5.5.X through 5.5.5 and earlier allow a remote unauthenticated attacker to break o…KEVEPSS 1.7%analysed9.4CVE-2025-62593Ray browser-based RCE via insufficient User-Agent guardRay, an AI compute engine, contains a critical remote code execution flaw before version 2.52.0. Its defense against browser-based attacks relies on …KEVEPSS 62%analysed9.8CVE-2026-9198Langflow auto_login and code validation chain enables unauthenticated RCEIBM Langflow OSS 1.0.0 through 1.10.0 exposes /api/v1/auto_login, which mints SUPERUSER tokens to any network caller, and /api/v1/validate/code, whic…KEVEPSS 29%analysed7.2CVE-2026-15410SonicWall SMA1000 AMC code injection allows OS command executionThe SMA1000 Appliance Management Console (AMC) contains a post-authentication code injection flaw (CWE-94) that, under specific conditions, lets an a…KEVEPSS 12%analysed9.8CVE-2008-4250Microsoft Windows Server service RPC path canonicalization buffer overflowThe Server service in multiple Windows versions fails to properly handle path canonicalization, allowing a crafted RPC request to overflow a buffer a…KEVEPSS 99%analysed8.8CVE-2026-34197Apache ActiveMQ Jolokia JMX bridge code injection via broker config URIApache ActiveMQ Classic exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ with a default policy that allows exec operations on all org.apache.acti…KEVEPSS 15%analysed

Source: NIST National Vulnerability Database (record CVE-2007-5009), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.