CVE-2023-0678
published 2023-02-04CVE-2023-0678: Missing Authorization in GitHub repository phpipam/phpipam prior to v1.5.1.
PriorityP351medium5.3CVSS 3.1
AVNACLPRNUINSUCLINAN
EXPLOIT
EPSS
37.30%
98.3th percentile
Missing Authorization in GitHub repository phpipam/phpipam prior to v1.5.1.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| phpipam | phpipam | < 1.5.1 | 1.5.1 |
| phpipam | phpipam_phpipam | >= unspecified < v1.5.1 | v1.5.1 |
Detection & IOCsextracted from sources · hover to see the quote
path/functions/scripts/find_full_subnets.php
urlhttps://github.com/phpipam/phpipam/commit/1960bd24e8a55796da066237cf11272c44bb1cc4
- →Detect unauthenticated GET requests to the find_full_subnets.php endpoint returning HTTP 200 with subnet data arrays
- →Identify exposed phpIPAM instances via Shodan using HTML title fingerprint
- →Identify exposed phpIPAM instances via FOFA using body fingerprint
- →Identify exposed phpIPAM instances via HTTP HTML fingerprint
- ·Vulnerability affects phpIPAM versions prior to v1.5.1 only; the missing authorization check in find_full_subnets.php was patched in v1.5.1 ↗
- ·The vulnerable script also fails to check whether it was invoked from the command line, broadening the attack surface to unauthenticated HTTP requests
CVSS provenance
nvdv3.15.3MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
nvdv3.07.5HIGHCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Nuclei
PHPIPAM <v1.5.1 - Missing Authorization
nuclei·CVSS 5.3
CVE-2023-0678 [MEDIUM] PHPIPAM <v1.5.1 - Missing Authorization
PHPIPAM <v1.5.1 - Missing Authorization
In phpIPAM 1.5.1, an unauthenticated user could download the list of high-usage IP subnets that contains sensitive information such as a subnet description, IP ranges, and usage rates via find_full_subnets.php endpoint. The bug lies in the fact that find_full_subnets.php does not verify if the user is authorized to access the data, and if the script was started from a command line.
Template:
id: CVE-2023-0678
info:
name: PHPIPAM <v1.5.1 - Missing Authorization
author: princechaddha,ritikchaddha
severity: medium
description: |
In phpIPAM 1.5.1, an unauthenticated user could download the list of high-usage IP subnets that contains sensitive information such as a subnet description, IP ranges, and usage rates via find_full_subnets.php endpoint. The
No writeups or analysis indexed.
2023-02-04
Published