Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2023-0678
HistoryMar 31, 2024 - 10:32 a.m.

PHPIPAM <v1.5.1 - Missing Authorization

2024-03-3110:32:36
ProjectDiscovery
github.com
29
phpipam
auth
vulnerability
sensitive info
cve-2023-0678

CVSS3

5.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

AI Score

5.6

Confidence

High

EPSS

0.02

Percentile

89.2%

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.
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 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.
  reference:
    - https://github.com/phpipam/phpipam/commit/1960bd24e8a55796da066237cf11272c44bb1cc4
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2023-0678
    cwe-id: CWE-862
    epss-score: 0.02274
    epss-percentile: 0.8962
    cpe: cpe:2.3:a:phpipam:phpipam:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: phpipam
    product: phpipam
    shodan-query:
      - "html:\"phpIPAM IP address management\""
      - http.html:"phpipam ip address management"
    fofa-query: "body=\"phpipam ip address management\""
  tags: cve,cve2023,php,phpipam,unauth

http:
  - method: GET
    path:
      - "{{BaseURL}}/functions/scripts/find_full_subnets.php"

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "Array", "[subnet]", "[description]")'
          - 'status_code == 200'
        condition: and
# digest: 4b0a00483046022100ae3eb27ee42b1bd16ba33cb6273e40a49c8263f01a9e43ac4e1e7b1b52df573f022100cd5c5da0014f77263c958d8b1dcce1a9bded0400c5419d09c5e220f7034cbf30:922c64590222798bb761d5b6d8e72950

CVSS3

5.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

AI Score

5.6

Confidence

High

EPSS

0.02

Percentile

89.2%

Related for NUCLEI:CVE-2023-0678