back to top

Android 14 device will be protected from memory safety bugs.

Follow Us
placeholder text

There are a lot of things that have been discovered with Android 14, and Advanced Memory Protection is one of those features that will add quality of life to the device. Google has been giving priority to memory safety lately, and, until 2022, it had always been a concern for the majority of severe Android vulnerabilities. Google developed the latest Android native code in the Rust programming language instead of using C or C++. This isn’t all; the company also tends to be working on other things, which include memory tagging, and this new setting could be toggled in the future.

Memory Tagging Extension (MTE) is a mandatory hardware feature of Arm V9 CPUs that will protect against memory safety bugs, as Android’s memory safety bugs tend to be some of the most severe bugs in software development. However, it will have a slight runtime performance overhead as it provides information about memory violations. Google said, “At the highest level, MTE tags each memory allocation/or deallocation with additional metadata. It assigns a tag to a memory location, which can then be associated with pointers that reference that memory allocation at runtime. The CPU checks that the pointer and the metadata tags match on each load and store.”

The company also made it possible to toggle the settings for Memory Tagging Extension (MTE) for system processes during a build or through system properties and/or environment variables. It is not expected to be shipped enabled by default, so users need to enable it by requesting MTE operating mode from the bootloader. Alternatively, users may be able to enable this from the Developer Option, but this feature does require an Arm V8.5+ CPU with MTE support. After enabling, users can check this by navigating to Device Settings > Security & Privacy > More Security Settings and then enabling it by toggling the settings for it.

Currently, this feature doesn’t seem to be supported on existing devices, as Google’s latest Pixel 7 runs on Arm v8.2 CPU cores, and it tends to be designed for the upcoming Google Pixel 8, which is expected to use an Arm v9 CPU core. The current generation of CPUs, like the Samsung Galaxy S23 Series, are supportable, and all CPUs, like the Snapdragon 8 Gen 1 and Gen 2 Android devices, support this feature. This feature is important because more than 60% of high-severity security vulnerabilities and millions of user-visible crashes are expected by 2022, as per the report by Google.