VYPR
Unrated severityNVD Advisory· Published Mar 23, 2007· Updated Apr 23, 2026

CVE-2007-1633

CVE-2007-1633

Description

Directory traversal in Splatt Forum 4.0 RC1 bbcode_ref.php allows remote inclusion of arbitrary local files via a .. in the name parameter, enabling code execution by leveraging Apache logs.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Directory traversal in Splatt Forum 4.0 RC1 bbcode_ref.php allows remote inclusion of arbitrary local files via a .. in the name parameter, enabling code execution by leveraging Apache logs.

Vulnerability

A directory traversal vulnerability exists in bbcode_ref.php within the Giorgio Ciranni Splatt Forum 4.0 RC1 module for PHP-Nuke. The $name parameter (line 17) is used directly in an include statement: include("modules/".$module_name."/functions.php"); (line 19) without sanitization, allowing a .. (dot dot) sequence to traverse directories. Affected version: Splatt Forum 4.0 RC1.

Exploitation

An unauthenticated remote attacker can send a crafted name parameter containing ../ paths to include arbitrary local files. The exploit demonstrated in [1] uses path traversal to include an Apache HTTP Server log file (/var/log/apache/access.log) that has been pre-seeded with PHP code via HTTP requests to the server. No authentication or special privileges are required; only network access to the vulnerable PHP-Nuke installation.

Impact

Successful exploitation allows arbitrary PHP code execution on the server as the web server user. The attacker can achieve full remote code execution, potentially leading to complete compromise of the web application and underlying system, including data exfiltration, modification, or denial of service.

Mitigation

The Splatt Forum 4.0 RC1 module is an unmaintained module for the now-outdated PHP-Nuke platform. No official patch has been released; the recommended action is to remove or disable the module. Upgrade to a supported forum solution is strongly advised. As of the publication date (2007-03-23), this vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.

AI Insight generated on May 24, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

4

News mentions

0

No linked articles in our index yet.