{"id":170830,"date":"2026-05-16T18:24:39","date_gmt":"2026-05-16T16:24:39","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/model-ugroz-i-osobennosti-oczenki-uyazvimostej-v-yadre-linux"},"modified":"2026-05-16T18:24:39","modified_gmt":"2026-05-16T16:24:39","slug":"model-ugroz-i-osobennosti-oczenki-uyazvimostej-v-yadre-linux","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/model-ugroz-i-osobennosti-oczenki-uyazvimostej-v-yadre-linux","title":{"rendered":"Threat Model and Vulnerability Assessment Features in the Linux Kernel","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Linus Torvalds has accepted a document into the kernel that regulates the process of handling security-related errors, defines the threat model, explains which errors in the kernel are considered vulnerabilities, and discusses actions with errors identified using AI. The document was prepared by Willy Tarreau, author of HAProxy and a long-time Linux kernel developer responsible for maintaining several stable kernel branches. It is based on agreements reached during discussions of recently discovered critical vulnerabilities in the kernel (1, 2, 3, 4), revealed prior to the publication of fixes, for which working exploits were immediately created thanks to AI.      <\/p>\n<p>The majority of security-related errors are recommended to be handled publicly to attract the widest possible audience and find optimal solutions. Only urgent notifications about vulnerabilities that are easily exploitable, pose a threat to many users, and allow for privilege escalation or capabilities will be sent to a separate private mailing list.     <\/p>\n<p>Vulnerabilities identified using AI assistants should always be discussed publicly, as such issues are often discovered simultaneously by several researchers. It is important not to disclose the exploit in the report \u2014 just mention that it is available and provide it privately upon request from the reviewer.    <\/p>\n<p>The rules for submitting reports created with the help of AI assistants are described separately. Many such reports are submitted, and they occasionally help identify bugs in poorly reviewed parts of the code, but maintainers often ignore them due to low quality and inaccuracies. The main requirements for reports generated with AI assistance include:   <\/p>\n<ul>\n<li class=\"l\"> Conciseness, without fluff, and stating the essence and important details at the very beginning.\n<li class=\"l\"> Plain text only, without Markdown tags or decoration.\n<li class=\"l\"> Understanding the threat model and specifying verifiable facts (for example, 'the flaw allows any user to obtain CAP_NET_ADMIN'), rather than theoretical musings and conjectures about the consequences of the vulnerability.\n<li class=\"l\"> Before submitting the report, it is essential to thoroughly test the functionality of the exploit generated through AI and ensure the ability to reproduce the issue.\n<li class=\"l\"> Leveraging AI for developing and testing a fix for the identified problem.  <\/ul>\n<p>Statistics show that most error reports sent in the guise of vulnerability resolutions are not actually such and should be processed as regular errors. A threat model for the Linux kernel is described to differentiate vulnerabilities from regular errors. Among the potential violations that may be considered vulnerabilities are:  <\/p>\n<ul>\n<li class=\"l\"> User-level isolation: file access is restricted to the owner only, process memory is inaccessible to other users, ptrace is prohibited for other users' processes, isolation of IPC and network communications.\n<li class=\"l\"> Protection based on capabilities: without CAP_SYS_ADMIN, one cannot change kernel configurations, memory, or system state; without CAP_NET_ADMIN, one cannot change network settings or intercept traffic; without CAP_SYS_PTRACE, one cannot trace other users' processes.\n<li class=\"l\"> User ID namespace (CONFIG_USER_NS) allows unprivileged users to create their isolated environments, which cannot affect the global namespace, such as changing the time, loading modules, or mounting block devices.\n<li class=\"l\"> Debugging interfaces (\/proc\/kmsg, perf, debugfs), which can provide access to sensitive information, are available only after explicit access is granted by an administrator.    <\/ul>\n<p>Capabilities that are not considered vulnerabilities:  <\/p>\n<ul>\n<li class=\"l\"> Using outdated kernel branches.\n<li class=\"l\"> Building with developer options or security-reducing options enabled (for example, CONFIG_NOMMU).\n<li class=\"l\"> Setting unsafe sysctl configurations, command-line options, filesystem permissions, capabilities, or providing unprivileged users access to privileged interfaces (such as write access to procfs and debugfs).\n<li class=\"l\"> Issues in functions intended solely for development and debugging of the kernel, such as LOCKDEP, KASAN, and FAULT_INJECTION, which are not meant to be included in production configurations.\n<li class=\"l\"> Issues in drivers, modules, and subsystems located in the STAGING section or marked as experimental, unsafe, or non-functional.\n<li class=\"l\"> Use of third-party kernel modules or unofficial kernel forks.\n<li class=\"l\"> Requirement for excessive privileges, such as the need to perform actions with root rights or from a user with CAP_SYS_ADMIN, CAP_NET_ADMIN, CAP_SYS_RAWIO, and CAP_SYS_MODULE privileges.\n<li class=\"l\"> Theoretical attacks requiring laboratory conditions, billions of attempts, emulation, or hardware modification, disproportionate costs, and unrealistic configurations (e.g., systems with tens of thousands of CPU cores).\n<li class=\"l\"> Bypassing protection mechanisms (e.g., ASLR) without demonstrating an exploit. Lack of checks on arguments and return error codes that have no obvious consequences.\n<li class=\"l\"> Random information leaks that are out of the attacker's control, such as residual data in error messages and leaks of kernel memory addresses\/pointers without a direct exploitability.\n<li class=\"l\"> Errors when mounting corrupted disk images if the driver is not stated as suitable for use with untrusted media. Issues with disk images identified and resolved through the fsck utility.\n<li class=\"l\"> Attacks requiring physical access to the hardware, modification of hardware, or connection of hardware devices, such as DMA attack boards and logic analyzers, if the system is not specifically configured to protect against such attacks (IOMMU).\n<li class=\"l\"> Regressions with functionality and performance, fixable by adjusting rights and limits.    <\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=65461\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041b\u0438\u043d\u0443\u0441 \u0422\u043e\u0440\u0432\u0430\u043b\u044c\u0434\u0441 \u043f\u0440\u0438\u043d\u044f\u043b \u0432 \u0441\u043e\u0441\u0442\u0430\u0432 \u044f\u0434\u0440\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u0440\u0435\u0433\u043b\u0430\u043c\u0435\u043d\u0442\u0438\u0440\u0443\u044e\u0449\u0438\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u0448\u0438\u0431\u043e\u043a, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c\u044e, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0449\u0438\u0439 \u043c\u043e\u0434\u0435\u043b\u044c \u0443\u0433\u0440\u043e\u0437, \u043f\u043e\u044f\u0441\u043d\u044f\u044e\u0449\u0438\u0439, \u043a\u0430\u043a\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 \u0432 \u044f\u0434\u0440\u0435 \u0442\u0440\u0430\u043a\u0442\u0443\u044e\u0442\u0441\u044f \u043a\u0430\u043a \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438, \u0438 \u0440\u0430\u0437\u0431\u0438\u0440\u0430\u044e\u0449\u0438\u0439 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0441 \u043e\u0448\u0438\u0431\u043a\u0430\u043c\u0438, \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 AI. \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d \u0412\u0438\u043b\u043b\u0438 \u0422\u0430\u0440\u0440\u043e (Willy Tarreau), \u0430\u0432\u0442\u043e\u0440\u043e\u043c HAProxy \u0438 \u0434\u0430\u0432\u043d\u0438\u043c \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u043c \u044f\u0434\u0440\u0430 Linux, \u043e\u0442\u0432\u0435\u0447\u0430\u0432\u0448\u0438\u043c \u0437\u0430 \u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u0432\u0435\u0442\u043e\u043a \u044f\u0434\u0440\u0430. \u0412 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-170830","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041b\u0438\u043d\u0443\u0441 \u0422\u043e\u0440\u0432\u0430\u043b\u044c\u0434\u0441 \u043f\u0440\u0438\u043d\u044f\u043b \u0432 \u0441\u043e\u0441\u0442\u0430\u0432 \u044f\u0434\u0440\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u0440\u0435\u0433\u043b\u0430\u043c\u0435\u043d\u0442\u0438\u0440\u0443\u044e\u0449\u0438\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u0448\u0438\u0431\u043e\u043a, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c\u044e, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0449\u0438\u0439 \u043c\u043e\u0434\u0435\u043b\u044c \u0443\u0433\u0440\u043e\u0437, \u043f\u043e\u044f\u0441\u043d\u044f\u044e\u0449\u0438\u0439, \u043a\u0430\u043a\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 \u0432 \u044f\u0434\u0440\u0435 \u0442\u0440\u0430\u043a\u0442\u0443\u044e\u0442\u0441\u044f \u043a\u0430\u043a \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438, \u0438 \u0440\u0430\u0437\u0431\u0438\u0440\u0430\u044e\u0449\u0438\u0439.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Erik Peterson\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/model-ugroz-i-osobennosti-oczenki-uyazvimostej-v-yadre-linux\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u041c\u043e\u0434\u0435\u043b\u044c \u0443\u0433\u0440\u043e\u0437 \u0438 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0438 \u043e\u0446\u0435\u043d\u043a\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0435\u0439 \u0432 \u044f\u0434\u0440\u0435 Linux | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041b\u0438\u043d\u0443\u0441 \u0422\u043e\u0440\u0432\u0430\u043b\u044c\u0434\u0441 \u043f\u0440\u0438\u043d\u044f\u043b \u0432 \u0441\u043e\u0441\u0442\u0430\u0432 \u044f\u0434\u0440\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u0440\u0435\u0433\u043b\u0430\u043c\u0435\u043d\u0442\u0438\u0440\u0443\u044e\u0449\u0438\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u0448\u0438\u0431\u043e\u043a, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c\u044e, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0449\u0438\u0439 \u043c\u043e\u0434\u0435\u043b\u044c \u0443\u0433\u0440\u043e\u0437, \u043f\u043e\u044f\u0441\u043d\u044f\u044e\u0449\u0438\u0439, \u043a\u0430\u043a\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 \u0432 \u044f\u0434\u0440\u0435 \u0442\u0440\u0430\u043a\u0442\u0443\u044e\u0442\u0441\u044f \u043a\u0430\u043a \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438, \u0438 \u0440\u0430\u0437\u0431\u0438\u0440\u0430\u044e\u0449\u0438\u0439.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/model-ugroz-i-osobennosti-oczenki-uyazvimostej-v-yadre-linux\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-05-16T16:24:39+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-05-16T16:24:39+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Threat models and features of vulnerability assessment in the Linux kernel | ProHoster","description":"Linus Torvalds accepted into the kernel a document governing the process for handling security-related errors, defining the threat model, explaining which errors in the kernel are interpreted as vulnerabilities, and analyzing them.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/model-ugroz-i-osobennosti-oczenki-uyazvimostej-v-yadre-linux","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u041c\u043e\u0434\u0435\u043b\u044c \u0443\u0433\u0440\u043e\u0437 \u0438 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0438 \u043e\u0446\u0435\u043d\u043a\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0435\u0439 \u0432 \u044f\u0434\u0440\u0435 Linux | ProHoster","og:description":"\u041b\u0438\u043d\u0443\u0441 \u0422\u043e\u0440\u0432\u0430\u043b\u044c\u0434\u0441 \u043f\u0440\u0438\u043d\u044f\u043b \u0432 \u0441\u043e\u0441\u0442\u0430\u0432 \u044f\u0434\u0440\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u0440\u0435\u0433\u043b\u0430\u043c\u0435\u043d\u0442\u0438\u0440\u0443\u044e\u0449\u0438\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u0448\u0438\u0431\u043e\u043a, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c\u044e, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0449\u0438\u0439 \u043c\u043e\u0434\u0435\u043b\u044c \u0443\u0433\u0440\u043e\u0437, \u043f\u043e\u044f\u0441\u043d\u044f\u044e\u0449\u0438\u0439, \u043a\u0430\u043a\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 \u0432 \u044f\u0434\u0440\u0435 \u0442\u0440\u0430\u043a\u0442\u0443\u044e\u0442\u0441\u044f \u043a\u0430\u043a \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438, \u0438 \u0440\u0430\u0437\u0431\u0438\u0440\u0430\u044e\u0449\u0438\u0439.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/model-ugroz-i-osobennosti-oczenki-uyazvimostej-v-yadre-linux","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2026-05-16T16:24:39+00:00","article:modified_time":"2026-05-16T16:24:39+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":[],"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/170830","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=170830"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/170830\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=170830"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=170830"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=170830"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}