{"id":2241,"date":"2023-11-07T07:47:14","date_gmt":"2023-11-07T06:47:14","guid":{"rendered":"https:\/\/security.humanativaspa.it\/?p=2241"},"modified":"2025-10-21T09:20:31","modified_gmt":"2025-10-21T09:20:31","slug":"ost2-zephyr-rtos-and-a-bunch-of-cves","status":"publish","type":"post","link":"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/","title":{"rendered":"OST2, Zephyr RTOS, and a bunch of CVEs"},"content":{"rendered":"<blockquote><p><em>&#8220;When hackers tell me it&#8217;s so hard to find bugs, I tell them to stop looking for hard bugs.&#8221;<\/em><br \/>\n<em>&#8212; Dave Aitel<\/em><\/p><\/blockquote>\n<h3>Summary<\/h3>\n<p>The <a href=\"https:\/\/www.zephyrproject.org\/\">Zephyr Project<\/a> is an open source collaborative effort sponsored by the Linux Foundation. It unites developers and users in building a best-in-class, small, scalable, <strong>real-time operating system (RTOS)<\/strong> optimized for resource-constrained IoT devices, across multiple microcontroller architectures.<\/p>\n<p>I reviewed Zephyr&#8217;s <a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\">source code<\/a> hosted on GitHub and identified multiple <strong>security vulnerabilities<\/strong> that may cause memory corruption. Their impacts range from <strong>denial of service<\/strong> to potential <strong>arbitrary code execution<\/strong>.<\/p>\n<p>My detailed <strong>advisory<\/strong> is available here: <a href=\"https:\/\/github.com\/hnsecurity\/vulns\/blob\/main\/HNS-2023-03-zephyr.txt\">https:\/\/github.com\/hnsecurity\/vulns\/blob\/main\/HNS-2023-03-zephyr.txt<\/a><\/p>\n<h3>Background<\/h3>\n<p>After my recent, less than pleasant <a href=\"https:\/\/hnsecurity.it\/nothing-new-under-the-sun\/\">coordinated disclosure experiences<\/a>, I became fed up with having to deal with commercial vendors. In my endless endeavor to become a better security researcher, I decided to try to meaningfully <strong>contribute to open source projects<\/strong> instead.<\/p>\n<p>At about the same time, I stumbled upon the\u00a0<a href=\"https:\/\/ost2.fyi\/\">OpenSecurityTraining2<\/a> (OST2) project that provides world-class, <strong>free security training<\/strong>. While going through their awesome (and much recommended!) <a href=\"https:\/\/ost2.fyi\/Vulns1001\">Vulns1001<\/a> and <a href=\"https:\/\/ost2.fyi\/Vulns1002\">Vulns1002<\/a> training courses, I discovered the <a href=\"https:\/\/www.zephyrproject.org\/\">Zephyr Project<\/a>. It immediately piqued my interest and therefore I decided to review its source code.<\/p>\n<p>During the review, I made heavy use of my <a href=\"https:\/\/hnsecurity.it\/semgrep-ruleset-for-c-c-vulnerability-research\/\">Semgrep C\/C++ ruleset<\/a> to identify hotspots in code on which to focus my attention. I also took advantage of this opportunity to <a href=\"https:\/\/github.com\/0xdea\/semgrep-rules\/commits\/main\">improve<\/a> the ruleset.<\/p>\n<h3>Vulnerabilities<\/h3>\n<p>The <strong>vulnerabilities<\/strong> resulting from my source code review are:<\/p>\n<ul>\n<li><a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/security\/advisories\/GHSA-2g3m-p6c7-8rr3\">CVE-2023-3725<\/a> &#8211; Stack buffer overflow vulnerability in the Zephyr CANbus subsystem<\/li>\n<li><a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/security\/advisories\/GHSA-853q-q69w-gf5j\">CVE-2023-4257<\/a> &#8211; Unchecked user input length in the Zephyr WiFi shell module<\/li>\n<li><a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/security\/advisories\/GHSA-gghm-c696-f4j4\">CVE-2023-4259<\/a> &#8211; Static buffer overflow vulnerabilities in the Zephyr eS-WiFi driver<\/li>\n<li><a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/security\/advisories\/GHSA-gj27-862r-55wh\">CVE-2023-4260<\/a> &#8211; Off-by-one stack buffer overflow vulnerability in the Zephyr FS subsystem<\/li>\n<li><a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/security\/advisories\/GHSA-5954-jcv4-7rvm\">CVE-2023-4261<\/a> &#8211; Unspecified buffer overflow vulnerability in the Zephyr IPC subsystem (unreleased)<\/li>\n<li><a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/security\/advisories\/GHSA-56p9-5p3v-hhrc\">CVE-2023-4262<\/a> &#8211; Heap buffer overflow vulnerabilities in the Zephyr Mgmt subsystem<\/li>\n<li><a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/security\/advisories\/GHSA-rf6q-rhhp-pqhf\">CVE-2023-4263<\/a> &#8211; Stack buffer overflow vulnerability in the Zephyr IEEE 802.15.4 driver<\/li>\n<li><a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/security\/advisories\/GHSA-rgx6-3w4j-gf5j\">CVE-2023-4264<\/a> &#8211; Static, stack, and heap buffer overflow vulnerabilities in the Zephyr Bluetooth subsystem<\/li>\n<li><a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/security\/advisories\/GHSA-4vgv-5r6q-r6xh\">CVE-2023-4265<\/a> &#8211; Two buffer overflow vulnerabilities in Zephyr USB code<\/li>\n<li><a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/security\/advisories\/GHSA-rhrc-pcxp-4453\">CVE-2023-5139<\/a> &#8211; Buffer overflow vulnerability in the Zephyr STM32 Crypto driver<\/li>\n<li><a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/security\/advisories\/GHSA-8x3p-q3r5-xh9g\">CVE-2023-5184<\/a> &#8211; Signed to unsigned conversion errors and stack buffer overflow vulnerabilities in the Zephyr IPM driver<\/li>\n<li><a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/security\/advisories\/GHSA-hmpr-px56-rvww\">CVE-2023-5753<\/a> &#8211; Static and heap buffer overflow vulnerabilities in the Zephyr Bluetooth subsystem<\/li>\n<\/ul>\n<p>After all, what better way to celebrate<strong> 20 years since my first CVE<\/strong> than with a bunch of brand new CVEs? \ud83d\ude09<\/p>\n<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\">\n<p lang=\"en\" dir=\"ltr\">I&#39;ve just noticed today that it&#39;s been <a href=\"https:\/\/twitter.com\/hashtag\/20years?src=hash&amp;ref_src=twsrc%5Etfw\">#20years<\/a> since I&#39;ve got my first <a href=\"https:\/\/twitter.com\/hashtag\/CVE?src=hash&amp;ref_src=twsrc%5Etfw\">#CVE<\/a> (actually it was a &quot;CAN&quot; back then). <a href=\"https:\/\/t.co\/KMLUqZBdeV\">https:\/\/t.co\/KMLUqZBdeV<\/a><\/p>\n<p>The exploit is #25 on <a href=\"https:\/\/twitter.com\/ExploitDB?ref_src=twsrc%5Etfw\">@exploitdb<\/a> \ud83d\ude1c\u200b<a href=\"https:\/\/t.co\/FBsK25dI5H\">https:\/\/t.co\/FBsK25dI5H<\/a><\/p>\n<p>Time flies when you&#39;re having fun!<a href=\"https:\/\/twitter.com\/hashtag\/vulnerability?src=hash&amp;ref_src=twsrc%5Etfw\">#vulnerability<\/a> <a href=\"https:\/\/twitter.com\/hashtag\/research?src=hash&amp;ref_src=twsrc%5Etfw\">#research<\/a> <a href=\"https:\/\/twitter.com\/hashtag\/exploitation?src=hash&amp;ref_src=twsrc%5Etfw\">#exploitation<\/a><\/p>\n<p>&mdash; raptor@infosec.exchange (@0xdea) <a href=\"https:\/\/twitter.com\/0xdea\/status\/1691089959971676160?ref_src=twsrc%5Etfw\">August 14, 2023<\/a><\/p><\/blockquote>\n<p><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><\/p>\n<p>For additional information about these <strong>vulnerabilities<\/strong> and their <strong>fixes<\/strong>, please refer to the detailed <a href=\"https:\/\/github.com\/hnsecurity\/vulns\/blob\/main\/HNS-2023-03-zephyr.txt\">advisory<\/a>.<\/p>\n<h3>Disclosure and fixes<\/h3>\n<p>I reported the vulnerabilities discussed in this article to the Zephyr Project between May and July 2023, using GitHub&#8217;s <a href=\"https:\/\/docs.github.com\/en\/code-security\/security-advisories\">security advisories<\/a> feature. <strong>Private vulnerability reporting<\/strong>\u00a0allows security researchers to report vulnerabilities securely in a repository. It&#8217;s an excellent way to streamline coordinated disclosure and I wish more maintainers <a href=\"https:\/\/docs.github.com\/en\/code-security\/security-advisories\/working-with-repository-security-advisories\/configuring-private-vulnerability-reporting-for-a-repository\">enabled it<\/a>.<\/p>\n<p>On October 20th, 2023 the Zephyr Project has released <a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/releases\/tag\/v3.5.0\">version 3.5.0<\/a> of their RTOS that contains fixes for all vulnerabilities discussed in this advisory, except for <a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/security\/advisories\/GHSA-4vgv-5r6q-r6xh\">CVE-2023-4265<\/a> that was was already fixed in Zephyr 3.4.0 and <a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/security\/advisories\/GHSA-5954-jcv4-7rvm\">CVE-2023-4261<\/a> that will be addressed in a future update.<\/p>\n<p>Please check the official Zephyr Project channels for further information about fixes and backported patches for older but still <a href=\"https:\/\/github.com\/zephyrproject-rtos\/zephyr\/security\">maintained releases<\/a> of the Zephyr RTOS.<\/p>\n<h3>Acknowledgments<\/h3>\n<p>I would like to thank the Zephyr&#8217;s Project development team and <a href=\"https:\/\/github.com\/ceolin\">Flavio Ceolin<\/a> in particular for triaging and fixing the reported vulnerabilities.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#8220;When hackers tell me it&#8217;s so hard to find bugs, I tell them to stop looking for hard bugs.&#8221; &#8212; [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":159965,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[81],"tags":[116,117,149,162,184,75,82],"class_list":["post-2241","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-vulnerabilities","tag-c-c","tag-code-review","tag-iot","tag-semgrep","tag-zephyr","tag-advisory","tag-vulnerability-research"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HN Security - OST2, Zephyr RTOS, and a bunch of CVEs -<\/title>\n<meta name=\"description\" content=\"Coordinated disclosure writeup about multiple vulnerabilities in Zephyr RTOS (12 CVEs).\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HN Security - OST2, Zephyr RTOS, and a bunch of CVEs -\" \/>\n<meta property=\"og:description\" content=\"Coordinated disclosure writeup about multiple vulnerabilities in Zephyr RTOS (12 CVEs).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/\" \/>\n<meta property=\"og:site_name\" content=\"HN Security\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-07T06:47:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-21T09:20:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hnsecurity.it\/wp-content\/uploads\/2025\/09\/ZEPHIR.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"836\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Marco Ivaldi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hnsec\" \/>\n<meta name=\"twitter:site\" content=\"@hnsec\" \/>\n<meta name=\"twitter:label1\" content=\"Scritto da\" \/>\n\t<meta name=\"twitter:data1\" content=\"Marco Ivaldi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ost2-zephyr-rtos-and-a-bunch-of-cves\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ost2-zephyr-rtos-and-a-bunch-of-cves\\\/\"},\"author\":{\"name\":\"Marco Ivaldi\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#\\\/schema\\\/person\\\/89a4174c275f05d6148fb0fdedc8de4f\"},\"headline\":\"OST2, Zephyr RTOS, and a bunch of CVEs\",\"datePublished\":\"2023-11-07T06:47:14+00:00\",\"dateModified\":\"2025-10-21T09:20:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ost2-zephyr-rtos-and-a-bunch-of-cves\\\/\"},\"wordCount\":601,\"publisher\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ost2-zephyr-rtos-and-a-bunch-of-cves\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hnsecurity.it\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/ZEPHIR.jpg\",\"keywords\":[\"c\\\/c++\",\"code review\",\"iot\",\"semgrep\",\"zephyr\",\"advisory\",\"vulnerability research\"],\"articleSection\":[\"Vulnerabilities\"],\"inLanguage\":\"it-IT\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ost2-zephyr-rtos-and-a-bunch-of-cves\\\/\",\"url\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ost2-zephyr-rtos-and-a-bunch-of-cves\\\/\",\"name\":\"HN Security - OST2, Zephyr RTOS, and a bunch of CVEs -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ost2-zephyr-rtos-and-a-bunch-of-cves\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ost2-zephyr-rtos-and-a-bunch-of-cves\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hnsecurity.it\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/ZEPHIR.jpg\",\"datePublished\":\"2023-11-07T06:47:14+00:00\",\"dateModified\":\"2025-10-21T09:20:31+00:00\",\"description\":\"Coordinated disclosure writeup about multiple vulnerabilities in Zephyr RTOS (12 CVEs).\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ost2-zephyr-rtos-and-a-bunch-of-cves\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ost2-zephyr-rtos-and-a-bunch-of-cves\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ost2-zephyr-rtos-and-a-bunch-of-cves\\\/#primaryimage\",\"url\":\"https:\\\/\\\/hnsecurity.it\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/ZEPHIR.jpg\",\"contentUrl\":\"https:\\\/\\\/hnsecurity.it\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/ZEPHIR.jpg\",\"width\":1600,\"height\":836,\"caption\":\"Zyxel Networks logo\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/ost2-zephyr-rtos-and-a-bunch-of-cves\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OST2, Zephyr RTOS, and a bunch of CVEs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#website\",\"url\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/\",\"name\":\"HN Security\",\"description\":\"Offensive Security Specialists\",\"publisher\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#organization\",\"name\":\"HN Security\",\"url\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/hnsecurity.it\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/hn-libellula.jpg\",\"contentUrl\":\"https:\\\/\\\/hnsecurity.it\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/hn-libellula.jpg\",\"width\":696,\"height\":696,\"caption\":\"HN Security\"},\"image\":{\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/hnsec\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/hnsecurity\\\/\",\"https:\\\/\\\/github.com\\\/hnsecurity\",\"https:\\\/\\\/infosec.exchange\\\/@hnsec\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/#\\\/schema\\\/person\\\/89a4174c275f05d6148fb0fdedc8de4f\",\"name\":\"Marco Ivaldi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a8a96db06e7315a061d28b320ee7bb4c9d0f1535c58bf0f54218bf8a7569bea0?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a8a96db06e7315a061d28b320ee7bb4c9d0f1535c58bf0f54218bf8a7569bea0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a8a96db06e7315a061d28b320ee7bb4c9d0f1535c58bf0f54218bf8a7569bea0?s=96&d=mm&r=g\",\"caption\":\"Marco Ivaldi\"},\"url\":\"https:\\\/\\\/hnsecurity.it\\\/it\\\/blog\\\/author\\\/marco-ivaldi\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HN Security - OST2, Zephyr RTOS, and a bunch of CVEs -","description":"Coordinated disclosure writeup about multiple vulnerabilities in Zephyr RTOS (12 CVEs).","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/","og_locale":"it_IT","og_type":"article","og_title":"HN Security - OST2, Zephyr RTOS, and a bunch of CVEs -","og_description":"Coordinated disclosure writeup about multiple vulnerabilities in Zephyr RTOS (12 CVEs).","og_url":"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/","og_site_name":"HN Security","article_published_time":"2023-11-07T06:47:14+00:00","article_modified_time":"2025-10-21T09:20:31+00:00","og_image":[{"width":1600,"height":836,"url":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2025\/09\/ZEPHIR.jpg","type":"image\/jpeg"}],"author":"Marco Ivaldi","twitter_card":"summary_large_image","twitter_creator":"@hnsec","twitter_site":"@hnsec","twitter_misc":{"Scritto da":"Marco Ivaldi","Tempo di lettura stimato":"3 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/#article","isPartOf":{"@id":"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/"},"author":{"name":"Marco Ivaldi","@id":"https:\/\/hnsecurity.it\/it\/#\/schema\/person\/89a4174c275f05d6148fb0fdedc8de4f"},"headline":"OST2, Zephyr RTOS, and a bunch of CVEs","datePublished":"2023-11-07T06:47:14+00:00","dateModified":"2025-10-21T09:20:31+00:00","mainEntityOfPage":{"@id":"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/"},"wordCount":601,"publisher":{"@id":"https:\/\/hnsecurity.it\/it\/#organization"},"image":{"@id":"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/#primaryimage"},"thumbnailUrl":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2025\/09\/ZEPHIR.jpg","keywords":["c\/c++","code review","iot","semgrep","zephyr","advisory","vulnerability research"],"articleSection":["Vulnerabilities"],"inLanguage":"it-IT"},{"@type":"WebPage","@id":"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/","url":"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/","name":"HN Security - OST2, Zephyr RTOS, and a bunch of CVEs -","isPartOf":{"@id":"https:\/\/hnsecurity.it\/it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/#primaryimage"},"image":{"@id":"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/#primaryimage"},"thumbnailUrl":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2025\/09\/ZEPHIR.jpg","datePublished":"2023-11-07T06:47:14+00:00","dateModified":"2025-10-21T09:20:31+00:00","description":"Coordinated disclosure writeup about multiple vulnerabilities in Zephyr RTOS (12 CVEs).","breadcrumb":{"@id":"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/#primaryimage","url":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2025\/09\/ZEPHIR.jpg","contentUrl":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2025\/09\/ZEPHIR.jpg","width":1600,"height":836,"caption":"Zyxel Networks logo"},{"@type":"BreadcrumbList","@id":"https:\/\/hnsecurity.it\/it\/blog\/ost2-zephyr-rtos-and-a-bunch-of-cves\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hnsecurity.it\/it\/"},{"@type":"ListItem","position":2,"name":"OST2, Zephyr RTOS, and a bunch of CVEs"}]},{"@type":"WebSite","@id":"https:\/\/hnsecurity.it\/it\/#website","url":"https:\/\/hnsecurity.it\/it\/","name":"HN Security","description":"Offensive Security Specialists","publisher":{"@id":"https:\/\/hnsecurity.it\/it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hnsecurity.it\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/hnsecurity.it\/it\/#organization","name":"HN Security","url":"https:\/\/hnsecurity.it\/it\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/hnsecurity.it\/it\/#\/schema\/logo\/image\/","url":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2026\/01\/hn-libellula.jpg","contentUrl":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2026\/01\/hn-libellula.jpg","width":696,"height":696,"caption":"HN Security"},"image":{"@id":"https:\/\/hnsecurity.it\/it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/hnsec","https:\/\/www.linkedin.com\/company\/hnsecurity\/","https:\/\/github.com\/hnsecurity","https:\/\/infosec.exchange\/@hnsec"]},{"@type":"Person","@id":"https:\/\/hnsecurity.it\/it\/#\/schema\/person\/89a4174c275f05d6148fb0fdedc8de4f","name":"Marco Ivaldi","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/secure.gravatar.com\/avatar\/a8a96db06e7315a061d28b320ee7bb4c9d0f1535c58bf0f54218bf8a7569bea0?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a8a96db06e7315a061d28b320ee7bb4c9d0f1535c58bf0f54218bf8a7569bea0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a8a96db06e7315a061d28b320ee7bb4c9d0f1535c58bf0f54218bf8a7569bea0?s=96&d=mm&r=g","caption":"Marco Ivaldi"},"url":"https:\/\/hnsecurity.it\/it\/blog\/author\/marco-ivaldi\/"}]}},"jetpack_featured_media_url":"https:\/\/hnsecurity.it\/wp-content\/uploads\/2025\/09\/ZEPHIR.jpg","_links":{"self":[{"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/posts\/2241","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/comments?post=2241"}],"version-history":[{"count":1,"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/posts\/2241\/revisions"}],"predecessor-version":[{"id":160122,"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/posts\/2241\/revisions\/160122"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/media\/159965"}],"wp:attachment":[{"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/media?parent=2241"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/categories?post=2241"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hnsecurity.it\/it\/wp-json\/wp\/v2\/tags?post=2241"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}