In the Linux kernel, the following vulnerability has been resolved: fbdev: bitblit: bound-check glyph index in bit_cursor() bit_cursor() fetches the glyph under the cursor with c = scr_readw(vc_p…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: fbdev: bitblit: bound-check glyph index in bit_cursor() bit_cursor() fetches the glyph under the cursor with c = scr_readw(vc_pos); src = vc_font.data + ((c & charmask) * w * height); where charmask is 0x1ff when vc_hi_font_mask is set. The screen buffer value comes directly from scr_readw() and may be larger than the current font's glyph count. Syzkaller triggers this via vcs_write(). The Call Trace shows vcs_write() in…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/250159ace2dc53c1bdad267aa8da51b638748700
- https://git.kernel.org/stable/c/46336f476484f36145e5117e72d7b590f47433ee
- https://git.kernel.org/stable/c/94134d70abf9273b70499d97d0adc9185ef21091
- https://git.kernel.org/stable/c/9ea879862e66e354e616028c31b39aa3eb6d35d8
- https://git.kernel.org/stable/c/bc9db0d879c655d5dfd8add32fd60f13e65d132c
- https://git.kernel.org/stable/c/bf750cfeacf4e47ac72dadc7f05839696efb8576
- https://git.kernel.org/stable/c/c1e7351767dd30fc574395c82121e4c67b882da3
- https://git.kernel.org/stable/c/e033cbf3975a8465f879ebd5989dc35b04423a4d
时间线
- nvd_ingest NVD