Executive Summary

Informations
Name CVE-2022-49731 First vendor Publication 2025-02-26
Vendor Cve Last vendor Modification 2025-03-07

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Overall CVSS Score 5.5
Base Score 5.5 Environmental Score 5.5
impact SubScore 3.6 Temporal Score 5.5
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact None Availability Impact High
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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

ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()

In an unlikely (and probably wrong?) case that the 'ppi' parameter of ata_host_alloc_pinfo() points to an array starting with a NULL pointer, there's going to be a kernel oops as the 'pi' local variable won't get reassigned from the initial value of NULL. Initialize 'pi' instead to '&ata_dummy_port_info' to fix the possible kernel oops for good...

Found by Linux Verification Center (linuxtesting.org) with the SVACE static analysis tool.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-49731

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-476 NULL Pointer Dereference

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3540

Sources (Detail)

https://git.kernel.org/stable/c/07cbdb4807d369fbda73062a91b570c4dc5ec429
https://git.kernel.org/stable/c/1ac5efee33f29e704226506d429b84575a5d66f8
https://git.kernel.org/stable/c/253334f84c81bc6a43af489f108c0bddad989eef
https://git.kernel.org/stable/c/36cd19e7d4e5571d77a2ed20c5b6ef50cf57734a
https://git.kernel.org/stable/c/a810bd5af06977a847d1f202b22d7defd5c62497
https://git.kernel.org/stable/c/bf476fe22aa1851bab4728e0c49025a6a0bea307
https://git.kernel.org/stable/c/ca4693e6e06e4fd2b240c0fec47aa2498c94848e
https://git.kernel.org/stable/c/ff128fbea720bf763fa345680dda5f050bc24a47
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
Date Informations
2025-06-26 02:10:16
  • Multiple Updates
2025-06-25 12:23:05
  • Multiple Updates
2025-06-24 02:14:53
  • Multiple Updates
2025-05-27 02:11:35
  • Multiple Updates
2025-03-29 03:15:09
  • Multiple Updates
2025-03-28 13:35:28
  • Multiple Updates
2025-03-28 02:57:33
  • Multiple Updates
2025-03-19 02:53:40
  • Multiple Updates
2025-03-18 03:05:22
  • Multiple Updates
2025-03-14 00:21:10
  • Multiple Updates
2025-03-13 21:21:05
  • Multiple Updates
2025-03-08 00:20:49
  • Multiple Updates
2025-02-26 17:20:29
  • First insertion