Bug 2347942 (CVE-2022-49419)
Summary: | CVE-2022-49419 kernel: video: fbdev: vesafb: Fix a use-after-free due early fb_info cleanup | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
Component: | vulnerability | Assignee: | Product Security DevOps Team <prodsec-dev> |
Status: | NEW --- | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | dfreiber, drow, jburrell, vkumar |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: |
A use-after-free vulnerability exists in the Linux kernel's VESA framebuffer (vesafb) driver, stemming from improper memory management during device removal. Specifically, the fb_info structure, which holds framebuffer device information, is prematurely freed in the .remove handler instead of the .fb_destroy callback. This misordering can lead to scenarios where the .fb_destroy function is invoked before .remove, resulting in the fb_info pointer being accessed after it has been freed.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | Type: | --- | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
OSIDB Bzimport
2025-02-26 03:12:10 UTC
|