Description
PHPIPAM is affected by an authenticated local file inclusion vulnerability that allows users with access to the API to execute/include arbitrary PHP files on the web server's file system. The API is not enabled by default on installations.
Published: 2026-07-04
Score: 2.3 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

PHPIPAM contains a flaw that lets an authenticated user with API access include and run arbitrary PHP files from the server’s filesystem. The vulnerability is a classic local file inclusion, classified as CWE‑98, that may lead to execution of malicious code and compromise of the application environment.

Affected Systems

The affected system is the PHPIPAM network management application from vendor phpipam. No specific product version is listed, indicating that all installations with the vulnerable by default, so only deployments that have activated it are at risk.

Risk and Exploitability

The CVSS score of 2.3 indicates a low severity rating, while the EPSS score of less than 1 % reflects a very low probability of exploitation at this time. The vulnerability is not listed in the CISA KEV catalog. Because the flaw requires authenticated API access and the API must be enabled, the primary attack vector is an attacker who first authenticates to the system and then crafts API requests that trigger the inclusion of a chosen PHP file.

Generated by OpenCVE AI on July 26, 2026 at 21:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Disable or restrict the PHPIPAM API to trusted accounts or disable it entirely if not required.
  • Configure web server permissions and include path settings to prevent arbitrary PHP files from being accessible or executed through the application.
  • Monitor vendor security advisories for a patch that removes the vulnerable API endpoint or otherwise mitigates the flaw, and upgrade phpIPAM when such a patch becomes available.

Generated by OpenCVE AI on July 26, 2026 at 21:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sat, 04 Jul 2026 09:15:00 +0000

Type Values Removed Values Added
First Time appeared Phpipam
Phpipam phpipam
Vendors & Products Phpipam
Phpipam phpipam

Sat, 04 Jul 2026 07:30:00 +0000

Type Values Removed Values Added
Description PHPIPAM is affected by an authenticated local file inclusion vulnerability that allows users with access to the API to execute/include arbitrary PHP files on the web server's file system. The API is not enabled by default on installations.
Title PHPIPAM Authenticated LFI
Weaknesses CWE-98
References
Metrics cvssV4_0

{'score': 2.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: PRJBLK

Published:

Updated: 2026-07-06T18:32:12.392Z

Reserved: 2026-06-14T07:01:15.150Z

Link: CVE-2026-12194

cve-icon Vulnrichment

Updated: 2026-07-06T18:32:07.475Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T22:00:05Z

Weaknesses
  • CWE-98

    Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')