GHSA-GCC6-9FF3-RHHH
Vulnerability from github – Published: 2026-01-13 18:31 – Updated: 2026-01-13 18:31
VLAI?
Details
In the Linux kernel, the following vulnerability has been resolved:
hwmon: (ibmpex) fix use-after-free in high/low store
The ibmpex_high_low_store() function retrieves driver data using dev_get_drvdata() and uses it without validation. This creates a race condition where the sysfs callback can be invoked after the data structure is freed, leading to use-after-free.
Fix by adding a NULL check after dev_get_drvdata(), and reordering operations in the deletion path to prevent TOCTOU.
{
"affected": [],
"aliases": [
"CVE-2025-68789"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-01-13T16:15:58Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nhwmon: (ibmpex) fix use-after-free in high/low store\n\nThe ibmpex_high_low_store() function retrieves driver data using\ndev_get_drvdata() and uses it without validation. This creates a race\ncondition where the sysfs callback can be invoked after the data\nstructure is freed, leading to use-after-free.\n\nFix by adding a NULL check after dev_get_drvdata(), and reordering\noperations in the deletion path to prevent TOCTOU.",
"id": "GHSA-gcc6-9ff3-rhhh",
"modified": "2026-01-13T18:31:03Z",
"published": "2026-01-13T18:31:03Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68789"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/533ead425f8109b02fecc7e72d612b8898ec347a"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/5aa2139201667c1f644601e4529c4acd6bf8db5a"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/68d62e5bebbd118b763e8bb210d5cf2198ef450c"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/6946c726c3f4c36f0f049e6f97e88c510b15f65d"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/fa37adcf1d564ef58b9dfb01b6c36d35c5294bad"
}
],
"schema_version": "1.4.0",
"severity": []
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…