Description
phpSysInfo is a customizable PHP script that displays system information. Prior to 3.4.6, the PSI_ALLOWED access-control check in read_config.php trusts attacker-controlled X-Forwarded-For and Client-IP HTTP headers before REMOTE_ADDR. A remote unauthenticated attacker can supply an allowed address in one of these headers to impersonate a trusted client and access exposed hostname, kernel, CPU, memory, filesystem, and network-interface information. This issue is fixed in version 3.4.6.
Published: 2026-08-28
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authorization bypass flaw allows a remote attacker to supply a trusted IP address in the X-Forwarded-For or Client-IP headers and have the service accept it as REMOTE_ADDR, thereby impersonating an authorized client. Because the PSI_ALLOWED check trusts these headers before the actual remote address, an unauthenticated user can gain read access to sensitive system details such as hostname, kernel, CPU, memory, file system structure, and network interface information. The weakness is rooted in improper input validation and authentication enforcement, identified as CWE‑290, and can be exploited without prior authentication.

Affected Systems

Any installation of phpSysInfo from version 3.4.5 and earlier, regardless of operating system or PHP version. The flaw exists in the read_config.php component of phpsysinfo and applies to all web deployments that expose the script. Versions 3.4.6 and newer have the fix in place.

Risk and Exploitability

With a CVSS score of 7.5 the vulnerability is high severity, and although no EPSS score is published, the lack of authentication requirements and the need only to send HTTP requests mean it is readily exploitable on exposed instances. The flaw is not yet listed in the CISA KEV catalog, but remote attackers can easily craft the necessary headers to trigger the bypass. Successful exploitation would provide an attacker with confidential system information that could be leveraged for further attacks.

Generated by OpenCVE AI on August 28, 2026 at 21:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade phpSysInfo to version 3.4.6 or later to apply the vendor patch.
  • Reconfigure the web server or PHP environment to reject or strip X-Forwarded-For and Client-IP headers and enforce REMOTE_ADDR as the sole source of client IP information.
  • Restrict access to the phpSysInfo script by configuring web‑server ACLs or firewall rules so that only trusted IP ranges can reach the application.

Generated by OpenCVE AI on August 28, 2026 at 21:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-786w-p5pm-cvgh phpSysInfo has an IP allowlist (PSI_ALLOWED) bypass via spoofed X-Forwarded-For / Client-IP headers
History

Fri, 28 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description phpSysInfo is a customizable PHP script that displays system information. Prior to 3.4.6, the PSI_ALLOWED access-control check in read_config.php trusts attacker-controlled X-Forwarded-For and Client-IP HTTP headers before REMOTE_ADDR. A remote unauthenticated attacker can supply an allowed address in one of these headers to impersonate a trusted client and access exposed hostname, kernel, CPU, memory, filesystem, and network-interface information. This issue is fixed in version 3.4.6.
Title phpSysInfo: IP allowlist (PSI_ALLOWED) bypass via spoofed X-Forwarded-For / Client-IP headers
Weaknesses CWE-290
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-28T18:29:36.723Z

Reserved: 2026-06-16T23:18:03.169Z

Link: CVE-2026-55584

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T20:18:29.487

Modified: 2026-08-28T20:18:29.487

Link: CVE-2026-55584

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T21:30:05Z

Weaknesses
  • CWE-290

    Authentication Bypass by Spoofing