CVE-2025-68253
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2025-68253, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-16

Last updated on: 2025-12-18

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: mm: don't spin in add_stack_record when gfp flags don't allow syzbot was able to find the following path: add_stack_record_to_list mm/page_owner.c:182 [inline] inc_stack_record_count mm/page_owner.c:214 [inline] __set_page_owner+0x2c3/0x4a0 mm/page_owner.c:333 set_page_owner include/linux/page_owner.h:32 [inline] post_alloc_hook+0x240/0x2a0 mm/page_alloc.c:1851 prep_new_page mm/page_alloc.c:1859 [inline] get_page_from_freelist+0x21e4/0x22c0 mm/page_alloc.c:3858 alloc_pages_nolock_noprof+0x94/0x120 mm/page_alloc.c:7554 Don't spin in add_stack_record_to_list() when it is called from *_nolock() context.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-16
Last Modified
2025-12-18
Generated
2026-07-06
AI Q&A
2025-12-16
EPSS Evaluated
2026-07-05
NVD
EUVD

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 in the Linux kernel involves the function add_stack_record_to_list() spinning (waiting in a loop) when it is called from contexts where spinning is not allowed (specifically from *_nolock() contexts). The issue was that the function would spin in add_stack_record when GFP flags do not permit it, which could lead to improper behavior or system instability. The fix prevents spinning in add_stack_record_to_list() when called from such contexts.

Impact Analysis

This vulnerability could cause system instability or performance issues because spinning in contexts where it is not allowed can lead to deadlocks or excessive CPU usage. This may affect the reliability of the Linux kernel's memory management subsystem.

Chat Assistant

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

EPSS Chart