CVE-2024-42160

Updated on 30 Jul 2024

Severity

7.8 High severity

Details

CVSS score
7.8
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Overview

About vulnerability

In the Linux kernel, the following vulnerability has been resolved:

f2fs: check validation of fault attrs in f2fs_build_fault_attr()

  • It missed to check validation of fault attrs in parse_options(), let’s fix to add check condition in f2fs_build_fault_attr().
  • Use f2fs_build_fault_attr() in __sbi_store() to clean up code.

Details

Affected packages:
kernel-uek @ 5.4.17 (+15 more)

In the Linux kernel, the following vulnerability has been resolved:

f2fs: check validation of fault attrs in f2fs_build_fault_attr()

  • It missed to check validation of fault attrs in parse_options(), let’s fix to add check condition in f2fs_build_fault_attr().
  • Use f2fs_build_fault_attr() in __sbi_store() to clean up code.

Fixes