{{Short description|Software security mechanism}} {{About|the computer security mechanism|the software testing environment|Sandbox (software development)}} <!--Please, do NOT edit this article for testing purposes as this is not Wikipedia's testing sandbox; that is located at "Wikipedia:Sandbox", without the quotes. Thank you. -->

In computer security, a '''sandbox''' is a security mechanism for separating running programs, usually in an effort to mitigate system failures and/or software vulnerabilities from spreading. The sandbox metaphor derives from the concept of a child's sandbox—a play area where children can build, destroy, and experiment without causing any real-world damage.<ref>{{Cite web |date=2023-09-13 |title=What Is a Sandbox Environment? - Meaning {{!}} Proofpoint UK |url=https://www.proofpoint.com/uk/threat-reference/sandbox |access-date=2024-05-28 |website=Proofpoint |language=en-gb |archive-date=2024-05-28 |archive-url=https://web.archive.org/web/20240528144148/https://www.proofpoint.com/uk/threat-reference/sandbox |url-status=live }}</ref> It is often used to analyze untested or untrusted programs or code, possibly originating from unverified or untrusted third parties, suppliers, users or websites, without risking harm to the host machine or operating system.<ref>{{cite web |url=http://www.usenix.org/publications/library/proceedings/sec96/full_papers/goldberg/goldberg.pdf |title=A Secure Environment for Untrusted Helper Applications (Confining the Wily Hacker) |first1=Ian |last1=Goldberg |first2=David |last2=Wagner |first3=Randi |last3=Thomas |first4=Eric |last4=Brewer |name-list-style=amp |work=Proceedings of the Sixth USENIX UNIX Security Symposium |year=1996 |access-date=25 October 2011 |archive-date=15 June 2010 |archive-url=https://web.archive.org/web/20100615152311/http://usenix.org/publications/library/proceedings/sec96/full_papers/goldberg/goldberg.pdf |url-status=live }}</ref> A sandbox typically provides a tightly controlled set of resources for guest programs to run in, such as storage and memory scratch space. Network access, the ability to inspect the host system, or read from input devices are usually disallowed or heavily restricted.

In the sense of providing a highly controlled environment, sandboxing can be comparable to virtualization. Sandboxing is frequently used to test unverified programs that may contain a virus or other malicious code without allowing the software to harm the host device.<ref>{{cite web |last=Geier |first=Eric |url=http://www.techhive.com/article/247416/how_to_keep_your_pc_safe_with_sandboxing.html |title=How to Keep Your PC Safe With Sandboxing |publisher=TechHive |date=2012-01-16 |access-date=2014-07-03 |archive-date=2014-07-12 |archive-url=https://web.archive.org/web/20140712130329/http://www.techhive.com/article/247416/how_to_keep_your_pc_safe_with_sandboxing.html |url-status=dead }}</ref>

== Implementations == A sandbox is implemented by executing the software in a restricted operating system environment, thus controlling the resources (e.g. file descriptors, memory, file system space, etc.) that a process may use.<ref>{{cite web|url=http://www.dmst.aueb.gr/dds/pubs/conf/2001-Freenix-Sandbox/html/sandbox32final.pdf|title=Sandboxing Applications|year=2001|access-date=7 May 2013|archive-date=23 September 2015|archive-url=https://web.archive.org/web/20150923215446/http://www.dmst.aueb.gr/dds/pubs/conf/2001-Freenix-Sandbox/html/sandbox32final.pdf|url-status=live}}</ref>

Examples of sandbox implementations include the following: * Linux application sandboxing, built on the Linux kernel seccomp, cgroups and namespaces features. Notably used by Systemd, Google Chrome, Firefox and Firejail. * Android was one of the first mainstream operating system to implement full application sandboxing, built by assigning each application its own Linux user ID.<ref>{{cite web |title=Application Sandbox - Android Open Source Project |url=https://source.android.com/security/app-sandbox |access-date=2021-04-02 |archive-date=2019-12-11 |archive-url=https://web.archive.org/web/20191211164217/https://source.android.com/security/app-sandbox |url-status=live }}</ref> GrapheneOS hardens this app sandboxing to achieve an added layer of security and avoid potentially malicious apps and, unlike stock Android, it allows sandboxing of every app in the OS.<ref>{{cite web |last=Wilde |first=Daniel |date=2024-04-16 |title=GrapheneOS review: De-Googled goodness |url=https://9to5google.com/2024/04/16/grapheneos-review-de-googled-goodness-video/ |work=9to5google}}</ref> * Apple App Sandbox is required for apps distributed through Apple's Mac App Store and iOS/iPadOS App Store, and recommended for other signed apps.<ref>{{cite web |title=About App Sandbox |url=https://developer.apple.com/library/archive/documentation/Security/Conceptual/AppSandboxDesignGuide/AboutAppSandbox/AboutAppSandbox.html |access-date=2020-12-09 |work=developer.apple.com |archive-date=2020-12-04 |archive-url=https://web.archive.org/web/20201204153157/https://developer.apple.com/library/archive/documentation/Security/Conceptual/AppSandboxDesignGuide/AboutAppSandbox/AboutAppSandbox.html |url-status=live }}</ref><ref>{{cite web |title=Security of runtime process in iOS and iPadOS |url=https://support.apple.com/guide/security/security-of-runtime-process-sec15bfe098e/web |access-date=2021-04-04 |work=Apple Support |language=en |archive-date=2021-04-13 |archive-url=https://web.archive.org/web/20210413091752/https://support.apple.com/guide/security/security-of-runtime-process-sec15bfe098e/web |url-status=live }}</ref> * Windows Vista and later editions include a "low" mode process running, known as "User Account Control" (UAC).<ref>{{cite web |last=vinaypamnani-msft |title=How User Account Control works |url=https://learn.microsoft.com/en-us/windows/security/application-security/application-control/user-account-control/how-it-works |access-date=2025-07-14 |work=learn.microsoft.com |language=en-us |archive-date=2025-07-16 |archive-url=https://web.archive.org/web/20250716044100/https://learn.microsoft.com/en-us/windows/security/application-security/application-control/user-account-control/how-it-works |url-status=live }}</ref> * Google Sandboxed API.<ref>{{Citation |title=google/sandboxed-api |date=2020-12-08 |url=https://github.com/google/sandboxed-api |publisher=Google |access-date=2020-12-09 |archive-date=2020-12-07 |archive-url=https://web.archive.org/web/20201207184204/https://github.com/google/sandboxed-api |url-status=live }}</ref> * Virtual machines emulate a complete host computer, on which a conventional operating system may boot and run as on actual hardware. The guest operating system runs sandboxed in the sense that it does not function natively on the host and can only access host resources through the emulator. * A jail: network-access restrictions, and a restricted file system namespace. Jails are most commonly used in virtual hosting.<ref>{{cite web |url=https://enterprise.comodo.com/security-solutions/endpoint-protection/auto-sandboxing.php |title=Auto-Sandboxing secure system |access-date=2015-01-30 |archive-date=2015-02-12 |archive-url=https://web.archive.org/web/20150212200052/https://enterprise.comodo.com/security-solutions/endpoint-protection/auto-sandboxing.php |url-status=dead}}</ref> * Rule-based execution gives users full control over what processes are started, spawned (by other applications), or allowed to inject code into other applications and have access to the network, by having the system assign access levels for users or programs according to a set of determined rules.<ref>{{cite web |url=http://oreilly.com/catalog/csb/chapter/ch03.html |title=Computer System Security and Access Controls |year=1991 |access-date=17 May 2013 |url-status=dead |archive-url=https://web.archive.org/web/20130528005443/http://oreilly.com/catalog/csb/chapter/ch03.html |archive-date=28 May 2013}}</ref> It also can control file/registry security (what programs can read and write to the file system/registry). In such an environment, viruses and Trojans have fewer opportunities for infecting a computer. The SELinux and Apparmor security frameworks are two such implementations for Linux. * Security researchers rely heavily on sandboxing technologies to analyse malware behavior. By creating an environment that mimics or replicates the targeted desktops, researchers can evaluate how malware infects and compromises a target host. Numerous malware analysis services are based on the sandboxing technology.<ref>{{cite web |url=http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/34913.pdf |title=Native Client Sandbox – Untrusted x86 Native Code |access-date=2015-01-03 |archive-date=2015-02-12 |archive-url=https://web.archive.org/web/20150212192440/http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/34913.pdf |url-status=live }}</ref> * Google Native Client is a sandbox for running compiled C and C++ code in the browser efficiently and securely, independent of the user's operating system.<ref>{{Cite web |url=https://developer.chrome.com/native-client |title=Welcome to Native Client |access-date=2019-11-18 |archive-date=2019-11-18 |archive-url=https://web.archive.org/web/20191118131226/https://developer.chrome.com/native-client |url-status=dead }}</ref> * Capability systems can be thought of as a fine-grained sandboxing mechanism, in which programs are given opaque tokens when spawned and have the ability to do specific things based on what tokens they hold. Capability-based implementations can work at various levels, from kernel to user-space. An example of capability-based user-level sandboxing involves HTML rendering in a web browser, whether Chromium or WebKit. * Secure Computing Mode (seccomp) strict mode, seccomp only allows the <code>write()</code>, <code>read()</code>, <code>exit()</code>, and <code>sigreturn()</code> system calls. * HTML5 has a "sandbox" attribute for use with iframes.<ref>{{cite web |author1=Internet Explorer Team Blog |title=Defense in Depth: Locking Down Mash-Ups with HTML5 Sandbox |url=https://blogs.msdn.microsoft.com/ie/2011/07/14/defense-in-depth-locking-down-mash-ups-with-html5-sandbox/ |work=IEBlog |date=14 July 2011 |access-date=2 September 2018 |archive-date=13 August 2018 |archive-url=https://web.archive.org/web/20180813013820/https://blogs.msdn.microsoft.com/ie/2011/07/14/defense-in-depth-locking-down-mash-ups-with-html5-sandbox/ |url-status=live }}</ref> * Java virtual machines include a sandbox to restrict the actions of untrusted code, such as a Java applet. * The .NET Common Language Runtime provides Code Access Security to enforce restrictions on untrusted code. * Software Fault Isolation (SFI),<ref>{{cite web |url=https://courses.cs.washington.edu/courses/cse551/15sp/papers/sfi-sosp93.pdf |title=Efficient Software-Based Fault Isolation |last=Wahbe |first=Robert |date=1993}}</ref> allows running untrusted native code by sandboxing all store, read and jump assembly instructions to isolated segments of memory. Some of the use cases for sandboxes include the following: * Online judge systems to test programs in programming contests. * New-generation pastebins allowing users to execute pasted code snippets on the pastebin's server.

== See also == * FreeBSD jail * Qubes OS, which uses an aggressive sandboxing method powered by Xen hypervisor virtualization * Sandboxie * seccomp * Test bench * Tor (anonymity network)

== References == {{Reflist|30em}}

== External links == * [https://www.cr0.org/paper/jt-ce-sid_linux.pdf Security In-Depth for Linux Software: Preventing and Mitigating Security Bugs] * [https://chromium.googlesource.com/chromium/src/+/HEAD/docs/design/sandbox.md Sandbox{{snd}} The Chromium Projects] * [https://www.freebsd.org/cgi/man.cgi?query=capsicum&sektion=4 FreeBSD capsicum(4) man page]{{snd}} a lightweight OS capability and sandbox framework * [https://man.openbsd.org/pledge.2 OpenBSD pledge(2) man page]{{snd}} a way to restrict system operations * [https://sarkarynaukary.in/google-chrome/praju/2021/en/ Sandbox testing importance] {{Webarchive|url=https://web.archive.org/web/20210426092153/https://sarkarynaukary.in/google-chrome/praju/2021/en/ |date=2021-04-26 }} Importance of sandbox in zero day flaw Category:Operating system security Category:Virtualization