cbcvebase.
CVE-2022-50222
published 2025-06-18

CVE-2022-50222: In the Linux kernel, the following vulnerability has been resolved: tty: vt: initialize unicode screen buffer syzbot reports kernel infoleak at vcs_read() [1]…

PriorityP420medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.19%
9.3th percentile
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 #include #include #include 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

19 ranges
VendorProductVersion rangeFixed in
debianlinux< linux 6.0.2-1 (bookworm)linux 6.0.2-1 (bookworm)
linuxlinux
linuxlinux>= d8ae7242718738ee1bf9bfdd632d2a4b150fdd26 < e02fa87e572bb7d90dcdbce9c0f519f1eb992e96e02fa87e572bb7d90dcdbce9c0f519f1eb992e96
linuxlinux>= d8ae7242718738ee1bf9bfdd632d2a4b150fdd26 < cc9e874dace0c89ae535230c7da19b764746811ecc9e874dace0c89ae535230c7da19b764746811e
linuxlinux>= d8ae7242718738ee1bf9bfdd632d2a4b150fdd26 < 5c6c65681f39bf71bc72ed589dec3b8b20e75cac5c6c65681f39bf71bc72ed589dec3b8b20e75cac
linuxlinux>= d8ae7242718738ee1bf9bfdd632d2a4b150fdd26 < 446f123aa6021e5f75a20789f05ff3f7ae51a42f446f123aa6021e5f75a20789f05ff3f7ae51a42f
linuxlinux>= d8ae7242718738ee1bf9bfdd632d2a4b150fdd26 < 777a462e1ae50a01fc4a871efa8e34d596a1e17d777a462e1ae50a01fc4a871efa8e34d596a1e17d
linuxlinux>= d8ae7242718738ee1bf9bfdd632d2a4b150fdd26 < e0ef23e9b0ad18b9fd3741b0f1ad2282e4a18defe0ef23e9b0ad18b9fd3741b0f1ad2282e4a18def
linuxlinux>= d8ae7242718738ee1bf9bfdd632d2a4b150fdd26 < af77c56aa35325daa2bc2bed5c2ebf169be61b86af77c56aa35325daa2bc2bed5c2ebf169be61b86
linuxlinux_kernel>= 0 < 5.10.140-15.10.140-1
linuxlinux_kernel>= 0 < 6.0.2-16.0.2-1
linuxlinux_kernel>= 0 < 6.0.2-16.0.2-1
linuxlinux_kernel>= 0 < 6.0.2-16.0.2-1
linuxlinux_kernel>= 4.19 < 4.19.2564.19.256
linuxlinux_kernel>= 4.20 < 5.4.2115.4.211
linuxlinux_kernel>= 5.11 < 5.15.615.15.61
linuxlinux_kernel>= 5.16 < 5.18.185.18.18
linuxlinux_kernel>= 5.19 < 5.19.25.19.2
linuxlinux_kernel>= 5.5 < 5.10.1375.10.137

CVSS provenance

nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.