---
id: CVE-2026-98121
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  watchdog: msc313e: Fix NULL pointer dereference in PM callbacks

  msc313e_wdt_probe() doesn't set the driver data for the platform device.
  As a result, dev_get_drvdata()…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  watchdog: msc313e: Fix NULL pointer dereference in PM callbacks

  msc313e_wdt_probe() doesn't set the driver data for the platform device.
  As a result, dev_get_drvdata()…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= e9800b7994642a794afd4894f072541c14277ce8 <
    b02f902fe4b59d65f74a25c4523a75453bd3f808
  - >-
    Linux >= e9800b7994642a794afd4894f072541c14277ce8 <
    744b25040d8206f7925b8ba0be5edf93fa4bf81e
  - >-
    Linux >= e9800b7994642a794afd4894f072541c14277ce8 <
    6495dc16e635356fd2b7535dcbf9b6779de4e753
  - >-
    Linux >= e9800b7994642a794afd4894f072541c14277ce8 <
    e3eceb76515910746e6268c4e4ac1c07516ebd7b
  - Linux 5.14
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T11:17:43.360'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-98121'
references:
  - url: 'https://git.kernel.org/stable/c/6495dc16e635356fd2b7535dcbf9b6779de4e753'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/744b25040d8206f7925b8ba0be5edf93fa4bf81e'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/b02f902fe4b59d65f74a25c4523a75453bd3f808'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/e3eceb76515910746e6268c4e4ac1c07516ebd7b'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-25T11:06:38.819Z'
---

## Overview

In the Linux kernel, the following vulnerability has been resolved:

watchdog: msc313e: Fix NULL pointer dereference in PM callbacks

msc313e_wdt_probe() doesn't set the driver data for the platform device.
As a result, dev_get_drvdata() in msc313e_wdt_suspend() and
msc313e_wdt_resume() will return NULL, leading to a NULL pointer
dereference afterward.

Set the platform device driver data in msc313e_wdt_probe().

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
