Tracker / CVE-2022-50222
CVE-2022-50222
Media 5.5
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; } ----------
Prodotti e versioni affette
| linux | linux_kernel · 4.19 → 4.19.256 |
|---|---|
| linux | linux_kernel · 4.20 → 5.4.211 |
| linux | linux_kernel · 5.11 → 5.15.61 |
| linux | linux_kernel · 5.16 → 5.18.18 |
| linux | linux_kernel · 5.19 → 5.19.2 |
| linux | linux_kernel · 5.5 → 5.10.137 |
Analisi
Questa pagina non è ancora indicizzabile.Finché non contiene un’analisi originale — cosa espone davvero, come verificare in due minuti se un sistema è stato toccato, cosa fare se lo è stato — la pagina resta noindex. È il database a deciderlo, non il modello di pagina.