[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2025022609-CVE-2022-49512-f7ca@gregkh>
Date: Wed, 26 Feb 2025 03:13:06 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-cve-announce@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: CVE-2022-49512: mtd: rawnand: denali: Use managed device resources
Description
===========
In the Linux kernel, the following vulnerability has been resolved:
mtd: rawnand: denali: Use managed device resources
All of the resources used by this driver has managed interfaces, so use
them. Otherwise we will get the following splat:
[ 4.472703] denali-nand-pci 0000:00:05.0: timeout while waiting for irq 0x1000
[ 4.474071] denali-nand-pci: probe of 0000:00:05.0 failed with error -5
[ 4.473538] nand: No NAND device found
[ 4.474068] BUG: unable to handle page fault for address: ffffc90005000410
[ 4.475169] #PF: supervisor write access in kernel mode
[ 4.475579] #PF: error_code(0x0002) - not-present page
[ 4.478362] RIP: 0010:iowrite32+0x9/0x50
[ 4.486068] Call Trace:
[ 4.486269] <IRQ>
[ 4.486443] denali_isr+0x15b/0x300 [denali]
[ 4.486788] ? denali_direct_write+0x50/0x50 [denali]
[ 4.487189] __handle_irq_event_percpu+0x161/0x3b0
[ 4.487571] handle_irq_event+0x7d/0x1b0
[ 4.487884] handle_fasteoi_irq+0x2b0/0x770
[ 4.488219] __common_interrupt+0xc8/0x1b0
[ 4.488549] common_interrupt+0x9a/0xc0
The Linux kernel CVE team has assigned CVE-2022-49512 to this issue.
Affected and fixed versions
===========================
Issue introduced in 4.17 with commit 93db446a424cee9387b532995e6b516667079555 and fixed in 5.10.121 with commit 3c68daf4a368cd9e63ae5a2145c9e4a6f838c166
Issue introduced in 4.17 with commit 93db446a424cee9387b532995e6b516667079555 and fixed in 5.15.46 with commit 3830dbdfb9a4aec680e43ed80b9f23db7a88eac9
Issue introduced in 4.17 with commit 93db446a424cee9387b532995e6b516667079555 and fixed in 5.17.14 with commit 87149cf9186201a63f0e0b93d9fa93d480bcb771
Issue introduced in 4.17 with commit 93db446a424cee9387b532995e6b516667079555 and fixed in 5.18.3 with commit efea1dd176edd17c8252051b7de6957f06efc394
Issue introduced in 4.17 with commit 93db446a424cee9387b532995e6b516667079555 and fixed in 5.19 with commit 3a745b51cddafade99aaea1b93aad31e9614e230
Please see https://www.kernel.org for a full list of currently supported
kernel versions by the kernel community.
Unaffected versions might change over time as fixes are backported to
older supported kernel versions. The official CVE entry at
https://cve.org/CVERecord/?id=CVE-2022-49512
will be updated if fixes are backported, please check that for the most
up to date information about this issue.
Affected files
==============
The file(s) affected by this issue are:
drivers/mtd/nand/raw/denali_pci.c
Mitigation
==========
The Linux kernel CVE team recommends that you update to the latest
stable kernel version for this, and many other bugfixes. Individual
changes are never tested alone, but rather are part of a larger kernel
release. Cherry-picking individual commits is not recommended or
supported by the Linux kernel community at all. If however, updating to
the latest release is impossible, the individual changes to resolve this
issue can be found at these commits:
https://git.kernel.org/stable/c/3c68daf4a368cd9e63ae5a2145c9e4a6f838c166
https://git.kernel.org/stable/c/3830dbdfb9a4aec680e43ed80b9f23db7a88eac9
https://git.kernel.org/stable/c/87149cf9186201a63f0e0b93d9fa93d480bcb771
https://git.kernel.org/stable/c/efea1dd176edd17c8252051b7de6957f06efc394
https://git.kernel.org/stable/c/3a745b51cddafade99aaea1b93aad31e9614e230
Powered by blists - more mailing lists