LOW 3.5

CVE-2026-35068: Dell PowerFlex Manager SQL Injection Vulnerability – Security Analysis

Dell PowerFlex Manager versions before 5.1.0.1 contain a SQL injection vulnerability that allows a low-privileged attacker with network access to the same segment to query the database directly and extract sensitive information. While the attacker needs valid credentials and local network access, the flaw bypasses input validation on database commands, potentially exposing configuration data, credentials, or operational metrics stored in PowerFlex deployments.

Source data · NVD / CISA · public domain

CVSS
3.1 · 3.5 LOW · CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Weaknesses (CWE)
CWE-89
Affected products
1 configuration(s)
Published / Modified
2026-06-17 / 2026-06-25

NVD description (verbatim)

Dell PowerFlex Manager, version(s) prior to 5.1.0.1, contain(s) an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability. A low privileged attacker with adjacent network access could potentially exploit this vulnerability, leading to information disclosure.

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-35068 is a CWE-89 SQL injection flaw in Dell PowerFlex Manager's input handling. The vulnerability exists in versions prior to 5.1.0.1 and requires low-level privileges and adjacent network access. An attacker can craft malicious SQL queries through unvalidated input parameters to access unauthorized database records. The CVSS 3.1 score of 3.5 (LOW) reflects the requirement for authentication and network proximity, though the confidentiality impact is present.

Business impact

For organizations running PowerFlex storage infrastructure, this vulnerability poses a targeted information disclosure risk. An internal user or lateral movement threat actor could potentially access sensitive storage configuration, performance metrics, or administrative credentials stored in the PowerFlex Manager database without elevated privileges. Breach of these details could facilitate further attacks on the storage fabric or expose business-critical data paths. However, the requirement for valid credentials and local network access limits exposure to external, unauthenticated threat actors.

Affected systems

Dell PowerFlex Manager versions prior to 5.1.0.1 are affected. Organizations should verify their exact version number in the PowerFlex Manager administrative interface. Deployments on older versions require immediate attention, particularly in environments where storage administrators or support staff have standard-user network access to the management plane.

Exploitability

Exploitation requires three conditions: valid user credentials, adjacency to the management network, and knowledge of vulnerable input parameters. There is no public exploit code listed in known-exploited vulnerability catalogs. The low CVSS score reflects these barriers, but the ease of crafting SQL injection payloads once access is gained means that any authenticated account with network connectivity poses a realistic threat vector in environments with weak privilege separation.

Remediation

Upgrade Dell PowerFlex Manager to version 5.1.0.1 or later. Organizations unable to patch immediately should restrict network access to the PowerFlex Manager service, enforce strong authentication policies, and monitor database query logs for suspicious SQL patterns. Consider implementing network segmentation to limit which accounts can reach the management interface.

Patch guidance

Download and deploy Dell PowerFlex Manager 5.1.0.1 or the latest available patch from Dell's support portal. Verify the version string after deployment and validate that database query logging remains enabled post-upgrade to detect any exploitation attempts that may have occurred. Consult the official Dell advisory for any service interruption considerations during the upgrade.

Detection guidance

Monitor PowerFlex Manager database logs for unusual SQL queries, especially those containing SQL metacharacters (single quotes, semicolons, UNION operators) in input parameters. Check for failed authentication attempts or privilege escalations involving storage users. Network monitoring can flag abnormal traffic patterns between client machines and the PowerFlex Manager database port. Enable detailed audit logging on the management appliance if not already active.

Why prioritize this

Despite the LOW CVSS score, this vulnerability merits prompt attention in storage-centric environments because it enables unauthorized data access within a trusted network segment. The flaw is straightforward to exploit once prerequisites are met, and PowerFlex deployments often contain security-sensitive configuration and performance data. Prioritize remediation in organizations with strict data protection requirements or where storage credentials are reused across systems.

Risk score, explained

The CVSS 3.1 score of 3.5 reflects a confidentiality-only impact with significant access barriers: authentication required (PR:L), local network adjacency (AV:A), and no user interaction needed. The low severity is justified because exterior attackers cannot reach the vulnerability and unauthorized data disclosure alone does not compromise the storage infrastructure's availability or integrity. However, the information disclosed could enable lateral movement or policy violations, warranting faster remediation than the score alone might suggest.

Frequently asked questions

Do I need to patch immediately if I'm running PowerFlex Manager in an isolated, air-gapped network?

Air-gapped deployments still pose internal risk. Any user with storage access can exploit the flaw to read sensitive data. Patch when operationally feasible, but prioritize organizations with lower network isolation.

What credentials are required to exploit this vulnerability?

A low-privilege user account is sufficient. The attacker does not need administrative credentials, making any valid storage user or support technician a potential threat vector.

Does this vulnerability affect PowerFlex storage nodes themselves, or only the Manager?

Only PowerFlex Manager is affected. The storage appliances themselves are not directly compromised, but their configuration and operational data stored in the Manager database can be exposed.

Are there any indicators of compromise if this vulnerability was exploited against my environment?

Yes. Check PowerFlex Manager audit and database logs for SQL queries containing unusual syntax, timing anomalies in query patterns, or access from unexpected user accounts during off-hours. Enable extended logging if available.

This analysis is provided for educational and remediation planning purposes. SEC.co does not publish proof-of-concept code or step-by-step exploitation guides. Organizations should verify all patch version numbers and availability through official Dell support channels. The CVSS score, affected versions, and patch information derive from Dell's official advisory; consult Dell's security pages for the most current details. Testing patches in non-production environments before deployment is strongly recommended. Source: NVD (public-domain), retrieved 2026-07-27. Analysis generated by SEC.co (claude-haiku-4-5).