CVE-2026-97818
Received Received - Intake

Incorrect Authorization in phpIPAM API User Controller

Vulnerability report for CVE-2026-97818, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: MITRE

Description

phpIPAM through 1.8.3 has incorrect authorization for id=="admins" and id=="all" in api/controllers/User.php.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-25
Last Modified
2026-09-25
Generated
2026-09-25
AI Q&A
2026-09-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
phpipam phpipam 1.8.3

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-863 The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

phpIPAM through version 1.8.3 has an authorization flaw in the User.php API controller. When the id parameter is set to 'admins' or 'all', the system incorrectly grants access without proper validation. This allows unauthorized users to potentially manipulate token-related parameters and bypass authentication checks due to insufficient input validation and weak token handling.

Detection Guidance

Check phpIPAM API logs for unusual token-related requests or failed authentication attempts. Inspect User.php in the api/controllers directory for improper token validation logic. Monitor network traffic for repeated requests to /api/user endpoints with manipulated parameters.

Impact Analysis

This vulnerability could allow attackers to gain unauthorized access to the phpIPAM system by manipulating authentication tokens. They might bypass login restrictions, access sensitive data, or perform actions reserved for administrators. Additionally, attackers could exploit the weak token handling to trigger false positives in the IP blocking mechanism, causing denial-of-service conditions for legitimate users.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating confidentiality requirements under GDPR and HIPAA. If exploited, it may result in data breaches, non-compliance with data protection regulations, and potential legal penalties due to inadequate access controls and authentication mechanisms.

Mitigation Strategies

Upgrade phpIPAM to the latest version if available. Review and restrict API access to trusted IPs. Implement stricter token validation in User.php by adding expiration checks and permission validations. Disable the IP blocking mechanism if it causes false positives.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-97818. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart