SB2022083143 - Race condition in Linux kernel



SB2022083143 - Race condition in Linux kernel

Published: August 31, 2022

Security Bulletin ID SB2022083143
Severity
Low
Patch available
YES
Number of vulnerabilities 1
Exploitation vector Local access
Highest impact Code execution

Breakdown by Severity

Low 100%
  • Low
  • Medium
  • High
  • Critical

Description

This security bulletin contains information about 1 security vulnerability.


1) Race condition (CVE-ID: CVE-2022-1247)

The vulnerability allows a local user to execute arbitrary code.

An issue found in linux-kernel that leads to a race condition in rose_connect(). The rose driver uses rose_neigh->use to represent how many objects are using the rose_neigh. When a user wants to delete a rose_route via rose_ioctl(), the rose driver calls rose_del_node() and removes neighbours only if their “count” and “use” are zero.


Remediation

Install update from vendor's website.