In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix data-races around sysctl_fib_multipath_hash_policy. While reading sysctl_fib_multipath_hash_policy, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers.
CVE Status: Analyzed
Attribute | Value |
---|---|
Attack Complexity | HIGH |
Attack Vector | LOCAL |
Availability Impact | HIGH |
Base Score | 4.7 |
Base Severity | MEDIUM |
Confidentiality Impact | NONE |
Integrity Impact | NONE |
Privileges Required | LOW |
Scope | UNCHANGED |
User Interaction | NONE |
Vector String | CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H |
Exploitability Score | 1 |
Impact Score | 3.6 |
Source | [email protected] |
Type | Primary |