CVE-2025-68789
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-13

Last updated on: 2026-02-10

Assigner: kernel.org

Description
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-13
Last Modified
2026-02-10
Generated
2026-06-16
AI Q&A
2026-01-14
EPSS Evaluated
2026-02-09
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is a use-after-free issue in the Linux kernel's ibmpex driver, specifically in the ibmpex_high_low_store() function. The function retrieves driver data without validating it, which can lead to a race condition where the sysfs callback is called after the data structure has been freed. This can cause the system to use memory that has already been released, potentially leading to crashes or other unintended behavior. The fix involves adding a NULL check after retrieving the driver data and reordering operations to prevent time-of-check to time-of-use (TOCTOU) race conditions.

Impact Analysis

This vulnerability can lead to use-after-free conditions, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or escalate privileges by exploiting the race condition in the kernel driver.

Mitigation Strategies

Apply the patch or update to a Linux kernel version where the ibmpex_high_low_store() function has been fixed to include a NULL check after dev_get_drvdata() and reordered deletion operations to prevent the use-after-free race condition.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-68789. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart