Vulnerability Description
phpIPAM through 1.8.1 fails to verify that a requested IP address belongs to the subnet a temporary share token was issued for. In app/temp_share/index.php and app/temp_share/address.php, when the share type is 'subnets', the subnetId parameter is used directly as a database primary key to fetch an address without confirming the address belongs to the authorized subnet. An unauthenticated party holding any valid, non-expired temporary share URL can enumerate the subnetId parameter to read every IP address record across all sections and subnets, including hostnames, DNS names, MAC addresses, owner/contact fields, and notes (which may contain credentials and configuration details).
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/phpipam/phpipam
- https://github.com/phpipam/phpipam/commit/2980be03652c0eb1db9fe2bcefaa210c854b9a
- https://github.com/phpipam/phpipam/issues/4623
- https://github.com/phpipam/phpipam/releases/tag/v1.8.2
- https://www.vulncheck.com/advisories/phpipam-temporary-subnet-share-information-
FAQ
What is CVE-2026-75105?
CVE-2026-75105 is a vulnerability with a CVSS score of 7.5 (HIGH). phpIPAM through 1.8.1 fails to verify that a requested IP address belongs to the subnet a temporary share token was issued for. In app/temp_share/index.php and app/temp_share/address.php, when the sha...
How severe is CVE-2026-75105?
CVE-2026-75105 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-75105?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.