LiveActive security incident?Get immediate response
CVE Record

CVE-2024-50300: regulator: rtq2208: Fix uninitialized use of regulator_config

In the Linux kernel, the following vulnerability has been resolved: regulator: rtq2208: Fix uninitialized use of regulator_config Fix rtq2208 driver uninitialized use to cause kernel error.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A Linux kernel driver for the Richtek RTQ2208 regulator used an incompletely initialized configuration structure, which could trigger kernel errors. The supplied CVSS score is 7.8 because a local, low-privileged attacker may potentially affect confidentiality, integrity, and availability. Actual exposure depends on the vulnerable driver being present and relevant to the system.

Executive priority

Treat as high priority where RTQ2208 hardware or driver use is confirmed, especially on operationally sensitive devices. Use normal risk-based scheduling elsewhere after verifying applicability. There is no supplied evidence of active exploitation, so urgency should be driven by confirmed exposure and the business impact of kernel failure.

Technical view

CVE-2024-50300 is a CWE-908 uninitialized-resource issue in the Linux rtq2208 regulator driver. The cited kernel commits initialize regulator_config before use. The bundle identifies affected Linux 6.6-era and later versions, but its flattened version data does not preserve reliable range boundaries; confirm fixes through kernel or distribution advisories.

Likely exposure

Exposure is likely concentrated in Linux systems that include and use the RTQ2208 regulator driver, particularly relevant embedded or hardware-specific deployments. General-purpose Linux systems without this driver or corresponding hardware may not be practically exposed. The supplied data is insufficient to identify affected distribution packages precisely.

Exploitation context

The CVSS vector describes local access, low attack complexity, low privileges, and no user interaction. However, the supplied sources only document an uninitialized-use kernel error. CVE-2024-50300 is not listed as KEV in the bundle, and no cited evidence establishes active exploitation or a public working exploit.

Researcher notes

The record attributes the fault to uninitialized regulator_config use and supplies three stable-tree fixes. It does not establish the exact trigger, reachable fields, reliable exploitation, or distribution package boundaries. Researchers should avoid extrapolating complete compromise solely from CVSS and should compare vendor kernels against the cited commits.

Mitigation direction

  • Identify systems running affected Linux kernel branches and determine whether the RTQ2208 driver is included or active.
  • Apply a vendor-supported kernel update that incorporates the cited upstream stable fix.
  • Consult distribution or device-vendor advisories for exact patched package versions.
  • Prioritize relevant embedded or appliance systems where kernel faults could disrupt critical operations.

Validation and detection

  • Record each system's kernel and distribution package versions.
  • Check kernel configuration, loaded modules, and hardware inventory for RTQ2208 driver relevance.
  • Map vendor package changelogs to the cited upstream fix commits.
  • After updating, confirm the running kernel changed and monitor logs for RTQ2208-related errors.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-908: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-50300 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

2CVSS vectors
3Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

2 official scores

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Linux
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2024-50300Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux85a11f55621a0c18b22b43ab4219450ac1d19386, 85a11f55621a0c18b22b43ab4219450ac1d19386, 85a11f55621a0c18b22b43ab4219450ac1d19386unaffected
LinuxLinux6.6, 0, 6.6.61, 6.11.8, 6.12affected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-908 · source CWE mapping

Use of Uninitialized Resource

Use of Uninitialized Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.