CVE-2022-49629

March 11, 2025, 10:36 p.m.

4.7
Medium

Description

In the Linux kernel, the following vulnerability has been resolved: nexthop: Fix data-races around nexthop_compat_mode. While reading nexthop_compat_mode, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers.

Product(s) Impacted

Vendor Product Versions
Linux
  • Linux Kernel
  • *, 5.19

Weaknesses

CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
The product contains a code sequence that can run concurrently with other code, and the code sequence requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence that is operating concurrently.

*CPE(s)

Type Vendor Product Version Update Edition Language Software Edition Target Software Target Hardware Other Information
o linux linux_kernel / / / / / / / /
o linux linux_kernel / / / / / / / /
o linux linux_kernel / / / / / / / /
o linux linux_kernel 5.19 rc1 / / / / / /
o linux linux_kernel 5.19 rc2 / / / / / /
o linux linux_kernel 5.19 rc3 / / / / / /
o linux linux_kernel 5.19 rc4 / / / / / /
o linux linux_kernel 5.19 rc5 / / / / / /
o linux linux_kernel 5.19 rc6 / / / / / /

CVSS Score

4.7 / 10

CVSS Data

  • Attack Vector: LOCAL
  • Attack Complexity: HIGH
  • Privileges Required: LOW
  • Scope: UNCHANGED
  • Confidentiality Impact: NONE
  • Integrity Impact: NONE
  • Availability Impact: HIGH
  • View Vector String

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

Date

  • Published: Feb. 26, 2025, 7:01 a.m.
  • Last Modified: March 11, 2025, 10:36 p.m.

Status : Analyzed

CVE has been recently published to the CVE List and has been received by the NVD.

More info

Source

416baaa9-dc9f-4396-8d5f-8c081fb06d67

*Disclaimer: Some vulnerabilities do not have an associated CPE. To enhance the data, we use AI to infer CPEs based on CVE details. This is an automated process and might not always be accurate.