← Vulnerability feed

Vulnerability record · CVE-2007-5842 · published 6 November 2007

CVE-2007-5842: Vortex Portal PHP remote file inclusion in auth scripts

VVortex Portal · Vortex Portal

Vortex Portal 1.0.42 contains multiple PHP remote file inclusion flaws in admincp/auth/secure.php and admincp/auth/checklogin.php. The cfgProgDir parameter is used to include a remote file without validation, letting an attacker supply a URL that is executed as PHP code. This matters because successful exploitation yields 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
12References
16 Jun 2026Last modified by NVD

Description

Multiple PHP remote file inclusion vulnerabilities in Vortex Portal 1.0.42 allow remote attackers to execute arbitrary PHP code via a URL in the cfgProgDir parameter to (1) admincp/auth/secure.php or (2) admincp/auth/checklogin.php.

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 the CVSS 2.0 score is only 6.8 and the product is old.

What it is

Vortex Portal 1.0.42 contains multiple PHP remote file inclusion flaws in admincp/auth/secure.php and admincp/auth/checklogin.php. The cfgProgDir parameter is used to include a remote file without validation, letting an attacker supply a URL that is executed as PHP code. This matters because successful exploitation yields arbitrary code execution on the web server.

Impact

An attacker can execute arbitrary PHP code on the server, leading to full compromise of the web application and potentially the underlying host.

Attack surface

Reachable over the network via HTTP requests to the two admincp/auth scripts, with no authentication required per the CVSS vector (Au:N). No user interaction is indicated.

Exploitation

Not listed in CISA KEV, but EPSS is high (0.46461, 98.8th percentile) and a public Exploit-DB entry (4605) exists, indicating exploit code is available.

What to do

  • Apply the vendor patch or upgrade Vortex Portal beyond 1.0.42 if available; if no patch exists, remove or disable the affected admincp/auth scripts.
  • Disable allow_url_include and allow_url_fopen in PHP to block remote file inclusion.
  • Restrict access to admincp/auth/ paths by IP or authentication at the web server layer.
  • Run the application with least privilege and enforce a PHP open_basedir restriction.
  • Deploy a WAF rule blocking URL values in the cfgProgDir parameter.

Detection

  • Search web logs for requests to admincp/auth/secure.php or checklogin.php with cfgProgDir containing http:// or https://.
  • Monitor for outbound HTTP requests from the web server to unexpected external hosts.
  • Alert on PHP errors or file inclusion warnings referencing remote URLs in these scripts.
  • Review file integrity and process creation on the web host for unexpected PHP execution.

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

7.5CVE-2005-0879Vortex portal vulnerabilityPHP remote file include vulnerability in (1) content.php and (2) index.php for Vortex Portal allows remote attackers to execute arbitrary PHP code vi…EPSS 8.6%5.0CVE-2005-0880Vortex portal vulnerabilitycontent.php in Vortex Portal allows remote attackers to obtain sensitive information via an invalid act parameter, which leaks the full pathname in a…EPSS 1.2%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%analysed

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