Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsTools
ProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

3023+ Articles
170+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-65113: Hard-Coded Credentials Flaw in NVIDIA Infrastructure Controller for Linux
CVE-2026-65113: Hard-Coded Credentials Flaw in NVIDIA Infrastructure Controller for Linux

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-65113

CVE-2026-65113: Hard-Coded Credentials Flaw in NVIDIA Infrastructure Controller for Linux

Critical CVSS 9.8 flaw in NVIDIA Infrastructure Controller for Linux lets attackers exploit hard-coded credentials for full system compromise.

Dylan H.

Security Team

September 23, 2026
5 min read

Affected Products

  • NVIDIA Infrastructure Controller for Linux versions 0 through 1.9

Executive Summary

NVIDIA has disclosed a critical vulnerability, CVE-2026-65113, in Infrastructure Controller for Linux, the vendor's management software for bare-metal and container hardware in data center environments. The flaw stems from the use of hard-coded credentials (CWE-798) and carries a maximum-severity CVSS 3.1 base score of 9.8. Because the vector requires no privileges and no user interaction and is exploitable over the network, a successful exploit could let an attacker escalate privileges, tamper with data, disrupt service availability, and disclose sensitive information — potentially amounting to full compromise of an affected host.

The advisory was published as part of a broader NVIDIA Infrastructure Controller security bulletin on September 22, 2026, which addressed 14 vulnerabilities in total. CVE-2026-65113 is the most severe of that batch. As of this writing, the vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, and no public proof-of-concept exploit code has been confirmed. Organizations running Infrastructure Controller should nonetheless treat this as an urgent patching priority given the low bar for exploitation.

Vulnerability Details

FieldDetail
CVE IDCVE-2026-65113
CVSS Score9.8 (Critical)
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CWECWE-798: Use of Hard-coded Credentials
VendorNVIDIA
ProductInfrastructure Controller for Linux
Affected ComponentCredential handling / authentication subsystem
Affected Versions0 through 1.9
Fixed Version2.0 or later
Exploitation StatusNo confirmed in-the-wild exploitation; not in CISA KEV; no verified public PoC

Technical Analysis

CWE-798, "Use of Hard-coded Credentials," describes software that embeds a fixed username, password, cryptographic key, or token directly in source code, configuration files, or a compiled binary rather than requiring each deployment to set its own unique secret. Because the credential is identical across every installation of the affected software, anyone who obtains a copy of the software — through reverse engineering, public source access, or simply reading the same version NVIDIA shipped to everyone else — effectively holds a valid credential for every other unpatched deployment.

In the context of Infrastructure Controller for Linux, the NVD description states that the vulnerability "could cause use of hard-coded credentials," and that a successful exploit "might lead to escalation of privileges, data tampering, denial of service, and information disclosure." Because Infrastructure Controller is a management-plane component with broad control over the bare-metal and container hardware it oversees, a credential that grants unauthorized access to it does not just expose one service — it can expose the ability to reconfigure, disrupt, or extract data from every system the controller manages. The CVSS vector (AV:N/AC:L/PR:N/UI:N) indicates the flaw is reachable over the network, requires low attack complexity, needs no prior privileges, and needs no user interaction, which is why the base score reaches the maximum practical severity of 9.8.

Why This Matters

Infrastructure Controller sits at a privileged layer of the data center stack, coordinating hardware lifecycle and orchestration tasks that individual workloads should never be able to touch directly. A hard-coded credential in that layer collapses the intended trust boundary: instead of needing to compromise an operator's account or pivot through multiple systems, an attacker who knows (or discovers) the embedded credential can potentially authenticate directly as a trusted internal component. Combined with the "no authentication required to begin the attack, no user interaction" profile of the CVSS vector, this turns what would normally be a multi-step intrusion into a single exploitation step for any attacker with network reachability to the controller.

Impact Assessment

AreaRisk
ConfidentialityHigh — hard-coded credentials can expose sensitive infrastructure and configuration data
IntegrityHigh — authenticated-equivalent access allows unauthorized data tampering
AvailabilityHigh — the same access path can be used to disrupt or deny service
Privilege EscalationHigh — embedded credentials can grant elevated access without legitimate authorization
Lateral MovementElevated — compromise of a management-plane component can expose every host/container it controls
Exploitation ComplexityLow — network-reachable, no privileges or user interaction required

Remediation

  1. Apply the vendor fix. Update NVIDIA Infrastructure Controller for Linux to version 2.0 or later, which NVIDIA identifies as the release that addresses this issue along with the other 13 vulnerabilities disclosed in the same bulletin.
  2. Inventory exposure. Identify every instance of Infrastructure Controller for Linux in your environment (versions 0 through 1.9 are affected) before assuming you are unaffected.
  3. Restrict network access. Until patched, limit network reachability to the controller's management interfaces to trusted administrative networks only — do not expose it directly to untrusted or general-purpose networks.
  4. Rotate credentials post-patch. Because the root cause is a hard-coded credential, treat any credential associated with the affected component as potentially known to third parties; rotate related secrets after upgrading.
  5. Review the full bulletin. The same September 2026 advisory covers 13 additional vulnerabilities (including SQL injection, missing authentication, and improper certificate validation issues), several rated high severity — patch holistically rather than for CVE-2026-65113 alone.
  6. Monitor for anomalous access. Watch authentication and administrative-action logs on Infrastructure Controller deployments for unexpected activity while patching is in progress.
  7. Track exploitation status. No public PoC or KEV listing exists as of this advisory's publication — re-verify this status before deprioritizing remediation, as this can change quickly for critical, unauthenticated, network-exploitable flaws.

Sources

  • NVD — CVE-2026-65113 Detail
  • CVE.org — CVE-2026-65113 Record
  • NVIDIA Product Security Advisory (GitHub)
#CVE-2026-65113#NVIDIA#Hard-coded Credentials#Privilege Escalation#CVE#Critical

Related Articles

Dell ECS and ObjectScale: Hard-Coded Credentials

A critical CVSS 9.8 hard-coded credentials vulnerability in Dell ECS and ObjectScale allows unauthenticated local attackers to gain full filesystem access...

3 min read

SolarWinds Patches ARM Hard-Coded Key Flaw Enabling Unauthenticated RCE

CVE-2026-28326 (CVSS 8.8) is a hard-coded static key in SolarWinds Access Rights Manager, patched in ARM 2026.2.1.

4 min read

CVE-2026-50208: TLS Bypass and Hard-Coded DES Keys Enable MITM Attacks

A critical CVSS 9.4 vulnerability disables TLS certificate validation via TrustAllCerts routines and combines this with hard-coded DES symmetric encryption…

4 min read
Back to all Security Alerts