← Vulnerability feed

Vulnerability record · CVE-2007-5098 · published 26 September 2007

CVE-2007-5098: DFD Cart PHP remote file inclusion via set_depth parameter

Dragonfrugal · Dfd Cart

DFD Cart 1.1.4 and earlier contains multiple PHP remote file inclusion flaws in product.control and customer.area scripts. When register_globals is enabled, the set_depth parameter can carry a remote URL that is included and executed as PHP. This allows arbitrary code execution on the web server.

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

Description

Multiple PHP remote file inclusion vulnerabilities in DFD Cart 1.1.4 and earlier, when register_globals is enabled, allow remote attackers to execute arbitrary PHP code via a URL in the set_depth parameter to (1) app.lib/product.control/core.php/product.control.config.php, or (2) customer.browse.list.php or (3) customer.browse.search.php in app.lib/product.control/core.php/customer.area/.

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: medium.

high priorityRemote unauthenticated code execution with public exploit code and high EPSS, though exploitation requires register_globals to be enabled.

What it is

DFD Cart 1.1.4 and earlier contains multiple PHP remote file inclusion flaws in product.control and customer.area scripts. When register_globals is enabled, the set_depth parameter can carry a remote URL that is included and executed as PHP. This allows arbitrary code execution on the web server.

Impact

An attacker can execute arbitrary PHP code with the web server's privileges, leading to full compromise of the application and potentially the host. Data confidentiality, integrity and availability are all affected.

Attack surface

Reachable over the network via HTTP requests to the affected PHP scripts with a crafted set_depth parameter. No authentication is required, but exploitation depends on the PHP register_globals setting being enabled.

Exploitation

Not listed in CISA KEV, but EPSS is high (0.45953, 98.75th percentile) and a public Exploit-DB entry (4451) exists, indicating known exploit code is available.

What to do

  • Upgrade DFD Cart to a version later than 1.1.4 if one exists, or migrate off the product since it is legacy and unsupported.
  • Disable register_globals in php.ini and restart the web server.
  • Block outbound and inbound inclusion of remote URLs by setting allow_url_include=Off and allow_url_fopen=Off.
  • Restrict access to the affected app.lib/product.control and customer.area scripts via web server rules or WAF signatures.
  • Run the application with least-privilege file system and database accounts.

Detection

  • Search web logs for requests to product.control/config.php, customer.browse.list.php or customer.browse.search.php with set_depth containing http:// or https:// URLs.
  • Alert on PHP include/require errors referencing remote hosts in application error logs.
  • Monitor for unexpected outbound HTTP requests originating from the web server process.
  • Use file integrity monitoring on web-accessible PHP files to catch dropped webshells.

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-5098 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.

6.8CVE-2010-1542Dragonfrugal dfd cart cross-site request forgery vulnerabilityMultiple cross-site request forgery (CSRF) vulnerabilities in admin/configure.php in DFD Cart 1.198, 1.197, and earlier allow remote attackers to hij…EPSS 0.57%4.3CVE-2010-1541Dragonfrugal dfd cart cross-site scripting vulnerabilityMultiple cross-site scripting (XSS) vulnerabilities in DFD Cart 1.198, 1.197, and earlier allow remote attackers to inject arbitrary web script or HT…EPSS 1.1%4.3CVE-2007-5136Dragonfrugal dfd cart cross-site scripting vulnerabilityCross-site scripting (XSS) vulnerability in DFD Cart 1.1.4 and earlier allows remote attackers to inject arbitrary web script or HTML via unspecified…EPSS 1.0%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%analysed

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