In the Linux kernel, the following vulnerability has been resolved: binfmt_misc: reject a flag character as the field delimiter The registration string starts with a user chosen delimiter that sepa…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: binfmt_misc: reject a flag character as the field delimiter The registration string starts with a user chosen delimiter that separates the individual fields. So that the field parsers terminate even on a truncated string create_entry() pads the buffer with that same delimiter: memset(buf + count, del, 8); Most fields are scanned for the delimiter with strchr()/scanarg() and happily stop on the padding. The flags field is d…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/1819f82dee766c58295ecaacdac02cdf6837d7a4
- https://git.kernel.org/stable/c/1853e95c9bfe69ef1dd862b3f551e68f4a1b76cc
- https://git.kernel.org/stable/c/840bb9c49c3e75fb32b593d67ab32f6b77122262
- https://git.kernel.org/stable/c/8e85d50ba1117fd446bf9a250bd8a97d48384bdc
- https://git.kernel.org/stable/c/9a2d87db3898b5993b64fd258d0334e0eba9ee0d
时间线
- nvd_ingest NVD