CVE-2023-53030

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
27/03/2025
Last modified:
31/10/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> octeontx2-pf: Avoid use of GFP_KERNEL in atomic context<br /> <br /> Using GFP_KERNEL in preemption disable context, causing below warning<br /> when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.<br /> <br /> [ 32.542271] BUG: sleeping function called from invalid context at include/linux/sched/mm.h:274<br /> [ 32.550883] in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 1, name: swapper/0<br /> [ 32.558707] preempt_count: 1, expected: 0<br /> [ 32.562710] RCU nest depth: 0, expected: 0<br /> [ 32.566800] CPU: 3 PID: 1 Comm: swapper/0 Tainted: G W 6.2.0-rc2-00269-gae9dcb91c606 #7<br /> [ 32.576188] Hardware name: Marvell CN106XX board (DT)<br /> [ 32.581232] Call trace:<br /> [ 32.583670] dump_backtrace.part.0+0xe0/0xf0<br /> [ 32.587937] show_stack+0x18/0x30<br /> [ 32.591245] dump_stack_lvl+0x68/0x84<br /> [ 32.594900] dump_stack+0x18/0x34<br /> [ 32.598206] __might_resched+0x12c/0x160<br /> [ 32.602122] __might_sleep+0x48/0xa0<br /> [ 32.605689] __kmem_cache_alloc_node+0x2b8/0x2e0<br /> [ 32.610301] __kmalloc+0x58/0x190<br /> [ 32.613610] otx2_sq_aura_pool_init+0x1a8/0x314<br /> [ 32.618134] otx2_open+0x1d4/0x9d0<br /> <br /> To avoid use of GFP_ATOMIC for memory allocation, disable preemption<br /> after all memory allocation is done.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.15.87 (including) 5.15.91 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.0.19 (including) 6.1 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.1.5 (including) 6.1.8 (excluding)
cpe:2.3:o:linux:linux_kernel:6.2:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.2:rc4:*:*:*:*:*:*