Linux Kernel Arkfb Video Driver Denial-of-Service Vulnerability

Vulnerability

A denial-of-service vulnerability has been identified in the Linux kernel's arkfb video framebuffer driver. The issue arises in the 'arkfb_set_par()' function, where the 'screen_size' value is calculated based on user input. If an improper value is provided, 'screen_size' may exceed 'info->screen_size', leading to a page fault error. This error occurs because the kernel attempts to write to a non-present memory page, causing a crash.

Impact

Exploitation of this vulnerability leads to a kernel panic, causing a denial-of-service condition by crashing the system.

Reproduction

The vulnerability can be reproduced by sending a user input that specifies a 'screen_size' larger than the allowed maximum. This can be done through a framebuffer ioctl command, which will trigger the page fault error when the kernel tries to process the oversized screen size.

Added: Jun 18, 2025, 5:23 PM
Updated: Jun 18, 2025, 5:23 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
4.3
remediation
0.0
relevance
0.2
threat
4.8
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.