CVE-2022-50222
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
tty: vt: initialize unicode screen buffer
syzbot reports kernel infoleak at vcs_read() [1], for buffer can be read immediately after resize operation. Initialize buffer using kzalloc().
#include <fcntl.h> #include <unistd.h> #include <sys/ioctl.h> #include <linux/fb.h>
int main(int argc, char *argv[]) { struct fb_var_screeninfo var = { }; const int fb_fd = open("/dev/fb0", 3); ioctl(fb_fd, FBIOGET_VSCREENINFO, &var); var.yres = 0x21; ioctl(fb_fd, FBIOPUT_VSCREENINFO, &var); return read(open("/dev/vcsu", O_RDONLY), &var, sizeof(var)) == -1; }
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | d8ae7242718738ee1bf9bfdd632d2a4b150fdd26 < e02fa87e572bb7d90dcdbce9c0f519f1eb992e96 | affected |
| Linux | Linux | d8ae7242718738ee1bf9bfdd632d2a4b150fdd26 < cc9e874dace0c89ae535230c7da19b764746811e | affected |
| Linux | Linux | d8ae7242718738ee1bf9bfdd632d2a4b150fdd26 < 5c6c65681f39bf71bc72ed589dec3b8b20e75cac | affected |
| Linux | Linux | d8ae7242718738ee1bf9bfdd632d2a4b150fdd26 < 446f123aa6021e5f75a20789f05ff3f7ae51a42f | affected |
| Linux | Linux | d8ae7242718738ee1bf9bfdd632d2a4b150fdd26 < 777a462e1ae50a01fc4a871efa8e34d596a1e17d | affected |
| Linux | Linux | d8ae7242718738ee1bf9bfdd632d2a4b150fdd26 < e0ef23e9b0ad18b9fd3741b0f1ad2282e4a18def | affected |
| Linux | Linux | d8ae7242718738ee1bf9bfdd632d2a4b150fdd26 < af77c56aa35325daa2bc2bed5c2ebf169be61b86 | affected |
| Linux | Linux | 4.19 | affected |
| Linux | Linux | 0 < 4.19 | unaffected |
| Linux | Linux | 4.19.256 <= 4.19.* | unaffected |
| Linux | Linux | 5.4.211 <= 5.4.* | unaffected |
| Linux | Linux | 5.10.137 <= 5.10.* | unaffected |
| Linux | Linux | 5.15.61 <= 5.15.* | unaffected |
| Linux | Linux | 5.18.18 <= 5.18.* | unaffected |
| Linux | Linux | 5.19.2 <= 5.19.* | unaffected |
| Linux | Linux | 6.0 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/e02fa87e572bb7d90dcdbce9c0f519f1eb992e96
- https://git.kernel.org/stable/c/cc9e874dace0c89ae535230c7da19b764746811e
- https://git.kernel.org/stable/c/5c6c65681f39bf71bc72ed589dec3b8b20e75cac
- https://git.kernel.org/stable/c/446f123aa6021e5f75a20789f05ff3f7ae51a42f
- https://git.kernel.org/stable/c/777a462e1ae50a01fc4a871efa8e34d596a1e17d
- https://git.kernel.org/stable/c/e0ef23e9b0ad18b9fd3741b0f1ad2282e4a18def
- https://git.kernel.org/stable/c/af77c56aa35325daa2bc2bed5c2ebf169be61b86
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.