Executive Summary

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

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
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:

block: disable the elevator int del_gendisk

The elevator is only used for file system requests, which are stopped in del_gendisk. Move disabling the elevator and freeing the scheduler tags to the end of del_gendisk instead of doing that work in disk_release and blk_cleanup_queue to avoid a use after free on q->tag_set from disk_release as the tag_set might not be alive at that point.

Move the blk_qos_exit call as well, as it just depends on the elevator exit and would be the only reason to keep the not exactly cheap queue freeze in disk_release.

Original Source

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

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3542

Sources (Detail)

https://git.kernel.org/stable/c/50e34d78815e474d410f342fbe783b18192ca518
https://git.kernel.org/stable/c/f28699fafc047ec33299da01e928c3a0073c5cc6
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
Date Informations
2025-06-26 02:10:12
  • Multiple Updates
2025-06-25 12:23:02
  • Multiple Updates
2025-06-24 02:14:48
  • Multiple Updates
2025-05-27 02:11:32
  • Multiple Updates
2025-03-28 17:20:56
  • Multiple Updates
2025-03-28 13:35:24
  • Multiple Updates
2025-03-28 02:57:29
  • Multiple Updates
2025-03-25 00:21:02
  • Multiple Updates
2025-03-06 00:20:44
  • Multiple Updates
2025-02-26 17:20:29
  • First insertion