CVE-2026-75105 PUBLISHED

phpIPAM Temporary Subnet Share Information Disclosure via Address Parameter

Assigner: VulnCheck
Reserved: 17.08.2026 Published: 17.08.2026 Updated: 17.08.2026

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

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor phpipam
Product phpipam
Versions Default: unaffected
  • affected from 0 to 1.8.2 (excl.)

Credits

  • geo-chen reporter

References

Problem Types

  • Authorization Bypass Through User-Controlled Key CWE