{"id":58627,"date":"2025-05-08T06:38:08","date_gmt":"2025-05-08T06:38:08","guid":{"rendered":"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/"},"modified":"2025-05-08T06:38:08","modified_gmt":"2025-05-08T06:38:08","slug":"sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows","status":"publish","type":"post","link":"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/","title":{"rendered":"Sudo-rs make me a sandwich, hold the buffer overflows"},"content":{"rendered":"<p>Canonical&#8217;s Ubuntu 25.10 is set to make sudo-rs, a Rust-based rework of the classic sudo utility, the default \u2013 part of a push to cut memory-related security bugs and lock down core system components.<\/p>\n<p>When it arrives <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/wiki.ubuntu.com\/Releases\">on October 9, 2025<\/a>, those interacting with Ubuntu Linux software should enjoy a reduced attack surface and perhaps a bit more peace of mind about system security.<\/p>\n<p>Sudo is a command-line utility on Unix-like systems that allows authorized users to run commands with elevated privileges, typically as root. Its reincarnation using the Rust programming language aims to make the utility memory-safe.<\/p>\n<div aria-hidden=\"true\" class=\"adun\" data-pos=\"top\" data-raptor=\"condor\" data-xsm=\",fluid,mpu,\" data-sm=\",fluid,mpu,\" data-md=\",fluid,mpu,\"> <noscript> <a href=\"https:\/\/pubads.g.doubleclick.net\/gampad\/jump?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=2&amp;c=2aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D2%26raptor%3Dcondor%26pos%3Dtop%26test%3D0\" target=\"_blank\" rel=\"noopener\"> <img decoding=\"async\" src=\"https:\/\/pubads.g.doubleclick.net\/gampad\/ad?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=2&amp;c=2aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D2%26raptor%3Dcondor%26pos%3Dtop%26test%3D0\" alt> <\/a> <\/noscript> <\/div>\n<p>Memory-safe code precludes the possibility of bugs like buffer overflows and use-after-free, which represent <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/www.memorysafety.org\/docs\/memory-safety\/\">the majority<\/a> of serious software vulnerabilities. As a result, security watchdogs like the US govt&#8217;s <a target=\"_blank\" href=\"https:\/\/www.theregister.com\/2025\/04\/22\/top_cisa_officials_jump_ship\/\" rel=\"noopener\">CISA<\/a>, and Microsoft&#8217;s Mark Russinovich, have spent the past few years urging developers to write new projects in programming languages that support memory safety guarantees (such as Rust, Go, and C#), and in some cases to rewrite existing projects.<\/p>\n<div aria-hidden=\"true\" class=\"adun\" data-pos=\"top\" data-raptor=\"falcon\" data-xmd=\",fluid,mpu,leaderboard,\" data-lg=\",fluid,mpu,leaderboard,\" data-xlg=\",fluid,billboard,superleaderboard,mpu,leaderboard,\" data-xxlg=\",fluid,billboard,superleaderboard,brandwidth,brandimpact,leaderboard,mpu,\"> <noscript> <a href=\"https:\/\/pubads.g.doubleclick.net\/gampad\/jump?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=4&amp;c=44aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D4%26raptor%3Dfalcon%26pos%3Dmid%26test%3D0\" target=\"_blank\" rel=\"noopener\"> <img decoding=\"async\" src=\"https:\/\/pubads.g.doubleclick.net\/gampad\/ad?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=4&amp;c=44aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D426raptor%3Dfalcon%26pos%3Dmid%26test%3D0\" alt> <\/a> <\/noscript> <\/div>\n<div class=\"adun_eagle_desktop_story_wrapper\">\n<div aria-hidden=\"true\" class=\"adun\" data-pos=\"mid\" data-raptor=\"eagle\" data-xxlg=\",mpu,dmpu,\"> <noscript> <a href=\"https:\/\/pubads.g.doubleclick.net\/gampad\/jump?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=3&amp;c=33aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D3%26raptor%3Deagle%26pos%3Dmid%26test%3D0\" target=\"_blank\" rel=\"noopener\"> <img decoding=\"async\" src=\"https:\/\/pubads.g.doubleclick.net\/gampad\/ad?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=3&amp;c=33aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D3%26raptor%3Deagle%26pos%3Dmid%26test%3D0\" alt> <\/a> <\/noscript> <\/div>\n<\/p><\/div>\n<p>The Internet Security Research Group&#8217;s <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/www.memorysafety.org\/\">Prossimo<\/a> project jumpstarted these Rust rewrite efforts back in 2020. In response, we&#8217;ve seen efforts like <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/github.com\/trifectatechfoundation\/sudo-rs\">sudo-rs<\/a>, which has been supported by <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/www.abetterinternet.org\/post\/aws-support-for-memory-safety\/\">funding from AWS<\/a>.<\/p>\n<p>The adoration of Rust, <a target=\"_blank\" href=\"https:\/\/www.theregister.com\/2025\/02\/21\/linux_c_rust_debate_continues\/\" rel=\"noopener\">still controversial<\/a> in the Linux maintainer community, has <a target=\"_blank\" href=\"https:\/\/www.theregister.com\/2025\/03\/02\/c_creator_calls_for_action\/\" rel=\"noopener\">created a crisis<\/a> for the stewards of C and C++, programming languages that don&#8217;t offer comparable memory safety guarantees. If the C and C++ communities cannot come up with foolproof ways to meet memory safety mandates \u2013 and there are projects underway that aspire to do that \u2013 developers using those languages are destined to spend less time developing and more time maintaining and phasing out.<\/p>\n<div aria-hidden=\"true\" class=\"adun\" data-pos=\"top\" data-raptor=\"falcon\" data-xsm=\",fluid,mpu,\" data-sm=\",fluid,mpu,\" data-md=\",fluid,mpu,\"> <noscript> <a href=\"https:\/\/pubads.g.doubleclick.net\/gampad\/jump?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=4&amp;c=44aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D4%26raptor%3Dfalcon%26pos%3Dmid%26test%3D0\" target=\"_blank\" rel=\"noopener\"> <img decoding=\"async\" src=\"https:\/\/pubads.g.doubleclick.net\/gampad\/ad?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=4&amp;c=44aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D426raptor%3Dfalcon%26pos%3Dmid%26test%3D0\" alt> <\/a> <\/noscript> <\/div>\n<p>Sudo has indeed had serious memory safety vulnerabilities, said Marc Schoolderman, lead engineer on the sudo-rs rewrite, pointing to <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/www.sudo.ws\/security\/advisories\/\">a list<\/a> maintained by Todd Miller, developer of C-based sudo.<\/p>\n<p>&#8220;The first page lists several memory safety vulnerabilities (anything that says buffer overflow, heap overflow or double free),&#8221; Schoolderman told <em>The Register<\/em>. &#8220;One of the oldest ones we know of is from 2001, published in <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/phrack.org\/issues\/57\/8\">Phrack<\/a> under the whimsical name &#8216;Vudo,&#8217; which quite dramatically showed an attacker gaining full access on a system that it only had limited access to.&#8221;<\/p>\n<p>He continued, &#8220;A good recent example is the &#8216;Baron Samedit&#8217; bug that was discovered by security firm Qualys in 2021, which like &#8216;Vudo&#8217; would cause an uncontrolled privilege escalation. There are many websites and YouTube videos that illustrate it; it has <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/www.sudo.ws\/security\/advisories\/unescape_overflow\/\">CVE-2021-3156<\/a>.&#8221;<\/p>\n<div aria-hidden=\"true\" class=\"adun\" id=\"story_eagle_xsm_sm_md_xmd_lg_xlg\" data-pos=\"mid\" data-raptor=\"eagle\" data-xsm=\",mpu,dmpu,\" data-sm=\",mpu,dmpu,\" data-md=\",mpu,dmpu,\" data-xmd=\",mpu,dmpu,\" data-lg=\",mpu,dmpu,\" data-xlg=\",mpu,dmpu,\"> <noscript> <a href=\"https:\/\/pubads.g.doubleclick.net\/gampad\/jump?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=3&amp;c=33aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D3%26raptor%3Deagle%26pos%3Dmid%26test%3D0\" target=\"_blank\" rel=\"noopener\"> <img decoding=\"async\" src=\"https:\/\/pubads.g.doubleclick.net\/gampad\/ad?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=3&amp;c=33aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D3%26raptor%3Deagle%26pos%3Dmid%26test%3D0\" alt> <\/a> <\/noscript> <\/div>\n<p>&#8220;The decision to adopt sudo-rs is in line with Canonical\u2019s commitment to <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/discourse.ubuntu.com\/t\/carefully-but-purposefully-oxidising-ubuntu\/56995\">Carefully But Purposefully<\/a> increase the resilience of critical system software, by adopting Rust,&#8221; said the Trifecta Tech Foundation in a <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/trifectatech.org\/blog\/memory-safe-sudo-to-become-the-default-in-ubuntu\/\">blog post<\/a>. &#8220;Rust is a programming language with strong memory safety guarantees that eliminates many of the vulnerabilities that have historically plagued traditional C-based software.&#8221;<\/p>\n<p>&#8220;There are, of course, other critical utilities, but sudo is among the most critical; it mediates a critical privilege boundary on just about every open-source operating system that powers the Internet,&#8221; Erik Jonkers, chair of the Trifecta Tech Foundation, told <em>The Register<\/em>.<\/p>\n<p>&#8220;That fact, plus AWS&#8217;s willingness to fund the work, is the reason ISRG&#8217;s Prossimo selected it. For AWS, moving to memory-safe code as much as possible, for e.g., Amazon Linux, is very valuable. This is clear from the support AWS provided and now Canonical, who are interested in making their products more secure. Also, the response from the open source community shows people care about sudo.&#8221;<\/p>\n<p>Jonkers noted that other key building blocks like <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/github.com\/trifectatechfoundation\/zlib-rs\">zlib-rs<\/a> and <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/github.com\/pendulum-project\/ntpd-rs\">ntpd-rs<\/a> have been adopted by Firefox and Let&#8217;s Encrypt, respectively.<\/p>\n<p>The first stable release of sudo-rs appeared <a target=\"_blank\" href=\"https:\/\/www.theregister.com\/2023\/09\/02\/isrg_prossimo_sudo_rs\/\" rel=\"noopener\">in late August 2023<\/a>, and the utility has since been adopted in Chainguard&#8217;s container-oriented Linux distribution Wolfi Linux OS, and other security-focused distributions like NixOS and AerynOS. It has also been packaged with <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/packages.debian.org\/sid\/sudo-rs\">Debian<\/a>, Fedora and Ubuntu.<\/p>\n<p>As <em>The Register<\/em> <a target=\"_blank\" href=\"https:\/\/www.theregister.com\/2025\/03\/19\/ubuntu_2510_rust\/\" rel=\"noopener\">reported<\/a> two months ago, Canonical VP of engineering Jon Seager <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/discourse.ubuntu.com\/t\/carefully-but-purposefully-oxidising-ubuntu\/56995\">sees<\/a> value in adopting sudo-rs as a default. &#8220;While performance is high on my list of priorities, it\u2019s not the primary driver behind this change,&#8221; he explained. &#8220;These utilities are at the heart of the distribution \u2013 and it\u2019s the enhanced resilience and safety that is more easily achieved with Rust ports that are most attractive to me.&#8221;<\/p>\n<p>In an effort to assess these new Rust-based utilities, Seager helped to create a project called <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/github.com\/jnsgruk\/oxidizr\">oxidizr<\/a> that simplifies the process of replacing traditional Unix utilities with modern Rust-based alternatives on Ubuntu systems. Presently, oxidizr works with <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/github.com\/uutils\/coreutils\">uutils coreutils<\/a>, <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/github.com\/uutils\/findutils\">findutils<\/a>, and <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/github.com\/uutils\/diffutils\">diffutils<\/a>, plus <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/github.com\/trifectatechfoundation\/sudo-rs\">sudo-rs<\/a>.<\/p>\n<p>&#8220;It will take time to move the needle significantly,&#8221; said Jonkers. &#8220;There is a focus on defensive security, network security, etc., in the market.<\/p>\n<p>&#8220;What we have seen with the <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/security.googleblog.com\/2024\/09\/eliminating-memory-safety-vulnerabilities-Android.html\">reports<\/a> by Google on Android transition, is that the impact, including cost savings, is huge. CISA marking memory unsafe languages as a bad practice is surely a step in the right direction. In Europe, we are working similarly towards including Memory Safety in Secure by Design policy, together with the <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/mastodon.social\/@sovtechfund\/114455926110863496\">Sovereign Tech Agency<\/a>. The transition will take time, but I&#8217;m convinced the needle is moving.&#8221; \u00ae<\/p>\n<p> READ MORE <a href=\"https:\/\/go.theregister.com\/feed\/www.theregister.com\/2025\/05\/08\/ubuntu_2510_makes_rusk_sudo_default\/\">HERE<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ubuntu 25.10 fitted with Rust-written admin tool by default for memory safety&#8217;s sake Canonical&#8217;s Ubuntu 25.10 is set to make sudo-rs, a Rust-based rework of the classic sudo utility, the default \u2013 part of a push to cut memory-related security bugs and lock down core system components.\u2026  READ MORE HERE&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_layout":"default_layout","footnotes":""},"categories":[63],"tags":[],"class_list":["post-58627","post","type-post","status-publish","format-standard","hentry","category-the-register"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Sudo-rs make me a sandwich, hold the buffer overflows 2026 | ThreatsHub Cybersecurity News<\/title>\n<meta name=\"description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sudo-rs make me a sandwich, hold the buffer overflows 2026 | ThreatsHub Cybersecurity News\" \/>\n<meta property=\"og:description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/\" \/>\n<meta property=\"og:site_name\" content=\"ThreatsHub Cybersecurity News\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-08T06:38:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pubads.g.doubleclick.net\/gampad\/ad?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=2&amp;c=2aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D2%26raptor%3Dcondor%26pos%3Dtop%26test%3D0\" \/>\n<meta name=\"author\" content=\"TH Author\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@threatshub\" \/>\n<meta name=\"twitter:site\" content=\"@threatshub\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"TH Author\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\\\/\"},\"author\":{\"name\":\"TH Author\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\"},\"headline\":\"Sudo-rs make me a sandwich, hold the buffer overflows\",\"datePublished\":\"2025-05-08T06:38:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\\\/\"},\"wordCount\":861,\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pubads.g.doubleclick.net\\\/gampad\\\/ad?co=1&amp;iu=\\\/6978\\\/reg_software\\\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=2&amp;c=2aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D2%26raptor%3Dcondor%26pos%3Dtop%26test%3D0\",\"articleSection\":[\"The Register\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\\\/\",\"name\":\"Sudo-rs make me a sandwich, hold the buffer overflows 2026 | ThreatsHub Cybersecurity News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pubads.g.doubleclick.net\\\/gampad\\\/ad?co=1&amp;iu=\\\/6978\\\/reg_software\\\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=2&amp;c=2aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D2%26raptor%3Dcondor%26pos%3Dtop%26test%3D0\",\"datePublished\":\"2025-05-08T06:38:08+00:00\",\"description\":\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pubads.g.doubleclick.net\\\/gampad\\\/ad?co=1&amp;iu=\\\/6978\\\/reg_software\\\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=2&amp;c=2aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D2%26raptor%3Dcondor%26pos%3Dtop%26test%3D0\",\"contentUrl\":\"https:\\\/\\\/pubads.g.doubleclick.net\\\/gampad\\\/ad?co=1&amp;iu=\\\/6978\\\/reg_software\\\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=2&amp;c=2aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D2%26raptor%3Dcondor%26pos%3Dtop%26test%3D0\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sudo-rs make me a sandwich, hold the buffer overflows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"name\":\"ThreatsHub Cybersecurity News\",\"description\":\"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"alternateName\":\"Threatshub.org\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\",\"name\":\"ThreatsHub.org\",\"alternateName\":\"Threatshub.org\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"width\":432,\"height\":435,\"caption\":\"ThreatsHub.org\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/threatshub\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\",\"name\":\"TH Author\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"caption\":\"TH Author\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sudo-rs make me a sandwich, hold the buffer overflows 2026 | ThreatsHub Cybersecurity News","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","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:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/","og_locale":"en_US","og_type":"article","og_title":"Sudo-rs make me a sandwich, hold the buffer overflows 2026 | ThreatsHub Cybersecurity News","og_description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","og_url":"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/","og_site_name":"ThreatsHub Cybersecurity News","article_published_time":"2025-05-08T06:38:08+00:00","og_image":[{"url":"https:\/\/pubads.g.doubleclick.net\/gampad\/ad?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=2&amp;c=2aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D2%26raptor%3Dcondor%26pos%3Dtop%26test%3D0","type":"","width":"","height":""}],"author":"TH Author","twitter_card":"summary_large_image","twitter_creator":"@threatshub","twitter_site":"@threatshub","twitter_misc":{"Written by":"TH Author","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/#article","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/"},"author":{"name":"TH Author","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476"},"headline":"Sudo-rs make me a sandwich, hold the buffer overflows","datePublished":"2025-05-08T06:38:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/"},"wordCount":861,"publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/#primaryimage"},"thumbnailUrl":"https:\/\/pubads.g.doubleclick.net\/gampad\/ad?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=2&amp;c=2aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D2%26raptor%3Dcondor%26pos%3Dtop%26test%3D0","articleSection":["The Register"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/","url":"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/","name":"Sudo-rs make me a sandwich, hold the buffer overflows 2026 | ThreatsHub Cybersecurity News","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/#primaryimage"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/#primaryimage"},"thumbnailUrl":"https:\/\/pubads.g.doubleclick.net\/gampad\/ad?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=2&amp;c=2aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D2%26raptor%3Dcondor%26pos%3Dtop%26test%3D0","datePublished":"2025-05-08T06:38:08+00:00","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","breadcrumb":{"@id":"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/#primaryimage","url":"https:\/\/pubads.g.doubleclick.net\/gampad\/ad?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=2&amp;c=2aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D2%26raptor%3Dcondor%26pos%3Dtop%26test%3D0","contentUrl":"https:\/\/pubads.g.doubleclick.net\/gampad\/ad?co=1&amp;iu=\/6978\/reg_software\/oses&amp;sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&amp;tile=2&amp;c=2aBy69_mG1MmeiHcom2QpwgAAAIw&amp;t=ct%3Dns%26unitnum%3D2%26raptor%3Dcondor%26pos%3Dtop%26test%3D0"},{"@type":"BreadcrumbList","@id":"https:\/\/www.threatshub.org\/blog\/sudo-rs-make-me-a-sandwich-hold-the-buffer-overflows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.threatshub.org\/blog\/"},{"@type":"ListItem","position":2,"name":"Sudo-rs make me a sandwich, hold the buffer overflows"}]},{"@type":"WebSite","@id":"https:\/\/www.threatshub.org\/blog\/#website","url":"https:\/\/www.threatshub.org\/blog\/","name":"ThreatsHub Cybersecurity News","description":"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform","publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"alternateName":"Threatshub.org","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.threatshub.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.threatshub.org\/blog\/#organization","name":"ThreatsHub.org","alternateName":"Threatshub.org","url":"https:\/\/www.threatshub.org\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","contentUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","width":432,"height":435,"caption":"ThreatsHub.org"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/threatshub"]},{"@type":"Person","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476","name":"TH Author","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","caption":"TH Author"}}]}},"_links":{"self":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/58627","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/comments?post=58627"}],"version-history":[{"count":0,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/58627\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media?parent=58627"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/categories?post=58627"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/tags?post=58627"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}