Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's handling of dynamic minor numbers has been addressed. The issue arose because the 'misc_minor_alloc' function allocated IDs using the ID allocator (IDA) only for 'MISC_DYNAMIC_MINOR' minors, while 'misc_minor_free' consistently freed IDs using 'ida_free'. This discrepancy led to a warning indicating that 'ida_free' was called for an ID that was not allocated. The vulnerability has been resolved by modifying 'misc_minor_alloc' to allocate IDs from the IDA for all minors within the dynamic range.
The vulnerability could lead to a warning being generated when 'ida_free' is called for an unallocated ID, indicating a mismatch in the minor number management.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.