LiveActive security incident?Get immediate response
CVE Record

CVE-2025-38456: ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()

In the Linux kernel, the following vulnerability has been resolved: ipmi:msghandler: Fix potential memory corruption in ipmi_create_user() The "intf" list iterator is an invalid pointer if the correct "intf->intf_num" is not found. Calling atomic_dec(&intf->nr_users) on and invalid pointer will lead to memory corruption. We don't really need to call atomic_dec() if we haven't called atomic_add_return() so update the if (intf->in_shutdown) path as well.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A flaw in the Linux kernel’s IPMI message handler can corrupt kernel memory when user creation fails to find the requested interface. A local, low-privileged attacker may be able to trigger serious confidentiality, integrity, or availability impacts. The supplied evidence does not establish practical exploitation.

Executive priority

Treat as a high-priority kernel update for multi-user or otherwise locally exposed Linux systems using IPMI. It is less urgent than an unauthenticated remote flaw, but kernel memory corruption can have severe consequences. Prioritize validated exposure rather than relying solely on the ambiguous version list.

Technical view

In ipmi_create_user(), a failed interface lookup can leave the intf list iterator invalid. The affected path then calls atomic_dec() through that invalid pointer, causing potential kernel memory corruption. The fix avoids decrementing nr_users unless the corresponding increment occurred, including during interface shutdown.

Likely exposure

Exposure is limited to systems running an affected Linux kernel where the vulnerable IPMI code path is reachable. The bundle lists Linux 5.19 and several later release boundaries, but its version data is ambiguous. Distribution kernels may contain backported fixes, so version strings alone are insufficient.

Exploitation context

The CVSS 3.1 score is 7.8 with local access and low privileges required, without user interaction. Potential impact spans confidentiality, integrity, and availability. The CVE is not listed as KEV in the supplied bundle, and no cited source establishes active exploitation or a public working exploit.

Researcher notes

The supplied record references five upstream stable commits, likely corresponding to maintained kernel branches. Exact branch-to-fix mapping is not explicit in the bundle. The affected-version array also contains duplicated commit identifiers and unusual boundaries; validate applicability through kernel or distribution advisories before declaring a host vulnerable.

Mitigation direction

  • Install a distribution-supported kernel containing the applicable upstream stable fix.
  • Check Linux vendor guidance because distribution kernels may backport fixes without changing major versions.
  • Reboot into the corrected kernel when required by the vendor update process.
  • Prioritize systems where untrusted local users can access relevant IPMI functionality.

Validation and detection

  • Inventory running kernel versions and compare them with distribution security advisories.
  • Confirm whether the vendor kernel package includes the referenced stable fix commit.
  • Verify systems have booted the updated kernel after remediation.
  • Assess whether IPMI functionality is enabled or used on potentially affected hosts.
Prepared
Confidence
medium
Sources
8

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.

cve · low confidence lookup

CVE-2025-38456 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.

1CVSS vectors
3Timeline events
1ADP providers
7Source links

CVSS vector scores

1 official score

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

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2025-38456Attack 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

CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux8e76741c3d8b20dfa2d6c30fa10ff927cfd93d82, 8e76741c3d8b20dfa2d6c30fa10ff927cfd93d82, 8e76741c3d8b20dfa2d6c30fa10ff927cfd93d82, 8e76741c3d8b20dfa2d6c30fa10ff927cfd93d82, 8e76741c3d8b20dfa2d6c30fa10ff927cfd93d82unaffected
LinuxLinux5.19, 0, 6.1.146, 6.6.99, 6.12.39, 6.15.7, 6.16affected
Weakness

CWE details

No CWE listed

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