Intel Management Engine

From HandWiki
Short description: Autonomous computer subsystem
Privilege rings for the x86 architecture. The ME is colloquially categorized as ring −3, below System Management Mode (ring −2) and the hypervisor (ring −1), all running at a higher privilege level than the kernel (ring 0).

The Intel Management Engine (ME), also known as the Intel Manageability Engine,[1][2] is an autonomous subsystem that has been incorporated in virtually all of Intel's processor chipsets since 2008.[1][3][4] It is located in the Platform Controller Hub of modern Intel motherboards.

The Intel Management Engine always runs as long as the motherboard is receiving power, even when the computer is turned off. This issue can be mitigated with deployment of a hardware device, which is able to disconnect all connections to mains power as well as all internal forms of energy storage. The Electronic Frontier Foundation and some security researchers have voiced concern that the Management Engine is a backdoor.

Intel's main competitor AMD has incorporated the equivalent AMD Secure Technology (formally called Platform Security Processor) in virtually all of its post-2013 CPUs.

Difference from Intel AMT

The Management Engine is often confused with Intel AMT (Intel Active Management Technology). AMT runs on the ME, but is only available on processors with vPro. AMT gives device owners remote administration of their computer,[5] such as powering it on or off, and reinstalling the operating system.

However, the ME itself is built into all Intel chipsets since 2008, not only those with AMT. While AMT can be unprovisioned by the owner, there is no official, documented way to disable the ME.

Design

The subsystem primarily consists of proprietary firmware running on a separate microprocessor that performs tasks during boot-up, while the computer is running, and while it is asleep.[6] As long as the chipset or SoC is supplied with power (via battery or power supply), it continues to run even when the system is turned off.[7] Intel claims the ME is required to provide full performance.[8] Its exact workings[9] are largely undocumented[10] and its code is obfuscated using confidential Huffman tables stored directly in hardware, so the firmware does not contain the information necessary to decode its contents.[11]

Hardware

Starting with ME 11 (introduced in Skylake CPUs), it is based on the Intel Quark x86-based 32-bit CPU and runs the MINIX 3 operating system.[12] The ME firmware is stored in a partition of the SPI BIOS Flash, using the Embedded Flash File System (EFFS).[13] Previous versions were based on an ARC core, with the Management Engine running the ThreadX RTOS. Versions 1.x to 5.x of the ME used the ARCTangent-A4 (32-bit only instructions) whereas versions 6.x to 8.x used the newer ARCompact (mixed 32- and 16-bit instruction set architecture). Starting with ME 7.1, the ARC processor could also execute signed Java applets.

The ME has its own MAC and IP address for the out-of-band management interface, with direct access to the Ethernet controller; one portion of the Ethernet traffic is diverted to the ME even before reaching the host's operating system, for what support exists in various Ethernet controllers, exported and made configurable via Management Component Transport Protocol (MCTP).[14][15] The ME also communicates with the host via PCI interface.[13] Under Linux, communication between the host and the ME is done via /dev/mei or /dev/mei0.[16][17]

Until the release of Nehalem processors, the ME was usually embedded into the motherboard's northbridge, following the Memory Controller Hub (MCH) layout.[18] With the newer Intel architectures (Intel 5 Series onwards), ME is integrated into the Platform Controller Hub (PCH).[19][20]

Firmware

By Intel's current terminology as of 2017, ME is one of several firmware sets for the Converged Security and Manageability Engine (CSME). Prior to AMT version 11, CSME was called Intel Management Engine BIOS Extension (Intel MEBx).[1]

  • Management Engine (ME) – mainstream chipsets[21]
  • Server Platform Services (SPS) – server chipsets and SoCs[22][21][23]
  • Trusted Execution Engine (TXE) – tablet/embedded/low power[24][25]

The Russian company Positive Technologies (Dmitry Sklyarov) found that the ME firmware version 11 runs MINIX 3.[12][26][27]

Modules

  • Active Management Technology (AMT)[2]
  • Intel Boot Guard (IBG)[28] and Secure Boot[25]
  • Quiet System Technology (QST), formerly known as Advanced Fan Speed Control (AFSC), which provides support for acoustically optimized fan speed control, and monitoring of temperature, voltage, current and fan speed sensors that are provided in the chipset, CPU and other devices present on the motherboard. Communication with the QST firmware subsystem is documented and available through the official software development kit (SDK).[29]
  • Protected Audio Video Path[30][11]
  • Intel Anti-Theft Technology (AT), discontinued in 2015.[31][32]
  • Serial over LAN (SOL)[33]
  • Intel Platform Trust Technology (PTT), a firmware-based Trusted Platform Module (TPM)[28][34]
  • Near Field Communication, a middleware for NFC readers and vendors to access NFC cards and provide secure element access, found in later MEI versions.[35]

Security vulnerabilities

Several weaknesses have been found in the ME. On May 1, 2017, Intel confirmed a Remote Elevation of Privilege bug (SA-00075) in its Management Technology.[36] Every Intel platform with provisioned Intel Standard Manageability, Active Management Technology, or Small Business Technology, from Nehalem in 2008 to Kaby Lake in 2017 has a remotely exploitable security hole in the ME.[37][38] Several ways to disable the ME without authorization that could allow ME's functions to be sabotaged have been found.[39][40][12] Additional major security flaws in the ME affecting a very large number of computers incorporating ME, Trusted Execution Engine (TXE), and Server Platform Services (SPS) firmware, from Skylake in 2015 to Coffee Lake in 2017, were confirmed by Intel on 20 November 2017 (SA-00086).[41][42] Unlike SA-00075, this bug is even present if AMT is absent, not provisioned or if the ME was "disabled" by any of the known unofficial methods.[43] In July 2018 another set of vulnerabilities was disclosed (SA-00112).[44] In September 2018, yet another vulnerability was published (SA-00125).[45]

Ring −3 rootkit

A ring −3 rootkit was demonstrated by Invisible Things Lab for the Q35 chipset; it does not work for the later Q45 chipset as Intel implemented additional protections.[46] The exploit worked by remapping the normally protected memory region (top 16 MB of RAM) reserved for the ME. The ME rootkit could be installed regardless of whether the AMT is present or enabled on the system, as the chipset always contains the ARC ME coprocessor. (The "−3" designation was chosen because the ME coprocessor works even when the system is in the S3 state, thus it was considered a layer below the System Management Mode rootkits.[18]) For the vulnerable Q35 chipset, a keystroke logger ME-based rootkit was demonstrated by Patrick Stewin.[47][48]

Zero-touch provisioning

Another security evaluation by Vassilios Ververis showed serious weaknesses in the GM45 chipset implementation. In particular, it criticized AMT for transmitting unencrypted passwords in the SMB provisioning mode when the IDE redirection and Serial over LAN features are used. It also found that the "zero touch" provisioning mode (ZTC) is still enabled even when the AMT appears to be disabled in BIOS. For about 60 euros, Ververis purchased from GoDaddy a certificate that is accepted by the ME firmware and allows remote "zero touch" provisioning of (possibly unsuspecting) machines, which broadcast their HELLO packets to would-be configuration servers.[49]

SA-00075 (a.k.a. Silent Bob is Silent)

In May 2017, Intel confirmed that many computers with AMT have had an unpatched critical privilege escalation vulnerability (CVE-2017-5689).[38][50][36][51][52] The vulnerability was nicknamed "Silent Bob is Silent" by the researchers who had reported it to Intel.[53] It affects numerous laptops, desktops and servers sold by Dell, Fujitsu, Hewlett-Packard (later Hewlett Packard Enterprise and HP Inc.), Intel, Lenovo, and possibly others.[53][54][55][56][57][58][59] Those researchers claimed that the bug affects systems made in 2010 or later.[60] Other reports claimed the bug also affects systems made as long ago as 2008.[61][38] The vulnerability was described as giving remote attackers:

"full control of affected machines, including the ability to read and modify everything. It can be used to install persistent malware (possibly in firmware), and read and modify any data."

PLATINUM

In June 2017, the PLATINUM cybercrime group became notable for exploiting the serial over LAN (SOL) capabilities of AMT to perform data exfiltration of stolen documents.[62][63][64][65][66][67][68][69] SOL is disabled by default, and must be enabled to exploit this vulnerability.[70]

SA-00086

Some months after the previous bugs, and subsequent warnings from the EFF,[4] security firm Positive Technologies claimed to have developed a working exploit.[71] On 20 November 2017 Intel confirmed that a number of serious flaws had been found in the Management Engine (mainstream), Trusted Execution Engine (tablet/mobile), and Server Platform Services (high end server) firmware, and released a "critical firmware update".[72][73] Essentially every Intel-based computer for the last several years, including most desktops and servers, were found to be vulnerable to having their security compromised, although all the potential routes of exploitation were not entirely known.[73] It is not possible to patch the problems from the operating system, and a firmware (UEFI, BIOS) update to the motherboard is required, which was anticipated to take quite some time for the many individual manufacturers to accomplish, if it ever would be for many systems.[41]

Affected systems[72]

  • Intel Atom – C3000 family
  • Intel Atom – Apollo Lake E3900 series
  • Intel Celeron – N and J series
  • Intel Core (i3, i5, i7, i9) – 1st, 2nd, 3rd, 4th, 5th, 6th, 7th, and 8th generation
  • Intel Pentium – Apollo Lake
  • Intel Xeon – E3-1200 v5 and v6 product family
  • Intel Xeon – Scalable family
  • Intel Xeon – W family

Mitigation

None of the known unofficial methods to disable the ME prevent exploitation of the vulnerability. A firmware update by the vendor is required. However, those who discovered the vulnerability note that firmware updates are not fully effective either, as an attacker with access to the ME firmware region can simply flash an old, vulnerable version and then exploit the bug.[43]

SA-00112

In July 2018 Intel announced that three vulnerabilities (CVE-2018-3628, CVE-2018-3629, CVE-2018-3632) had been discovered and that a patch for the CSME firmware would be required. Intel indicated there would be no patch for 3rd generation Core processors or earlier despite chips or their chipsets as far back as Intel Core 2 Duo vPro and Intel Centrino 2 vPro being affected. However Intel AMT must be enabled and provisioned for the vulnerability to exist.[44][74]

Assertions that ME is a backdoor

Critics like the Electronic Frontier Foundation (EFF), Libreboot developers, and security expert Damien Zammit accused the ME of being a backdoor and a privacy concern.[75][4] Zammit stresses that the ME has full access to memory (without the owner-controlled CPU cores having any knowledge), and has full access to the TCP/IP stack and can send and receive network packets independently of the operating system, thus bypassing its firewall.[5]

Intel responded by saying that "Intel does not put back doors in its products nor do our products give Intel control or access to computing systems without the explicit permission of the end user."[5] and "Intel does not and will not design backdoors for access into its products. Recent reports claiming otherwise are misinformed and blatantly false. Intel does not participate in any efforts to decrease security of its technology."[76]

In the context of criticism of the Intel ME and AMD Secure Technology it has been pointed out that the National Security Agency (NSA) budget request for 2013 contained a Sigint Enabling Project with the goal to "Insert vulnerabilities into commercial encryption systems, IT systems, ..." and it has been conjectured that Intel ME and AMD Secure Technology might be part of that program.[77][78]

Disabling the ME

It is normally not possible for the end-user to disable the ME and there is no officially supported method to disable it, but some undocumented methods to do so were discovered.[41] The ME's security architecture is designed to prevent disabling. Intel considers disabling ME to be a security vulnerability, as a malware could abuse it to make the computer lose some of the functionality that the typical user expects, such as the ability to play media with DRM, specifically DRM media that are using HDCP.[79][80] But on the other hand, it is also possible for malicious actors to use the ME to remotely compromise a system.

Strictly speaking, none of the known methods can disable the ME completely, since it is required for booting the main CPU. The currently known methods merely make the ME go into abnormal states soon after boot, in which it seems not to have any working functionality. The ME is still physically connected to the system and its microprocessor continues to execute code.[citation needed] Some manufacturers like Purism and System76 disable Intel Management Engine.[81][82]

Undocumented methods

Firmware neutralization

In 2016, the me_cleaner project found that the ME's integrity verification is broken. The ME is supposed to detect that it has been tampered with and, if this is the case, shut down the PC forcibly 30 minutes after system start.[83] This prevents a compromised system from running undetected, yet allows the owner to fix the issue by flashing a valid version of the ME firmware during the grace period. As the project found out, by making unauthorized changes to the ME firmware, it was possible to force it into an abnormal error state that prevented triggering the shutdown even if large parts of the firmware had been overwritten and thus made inoperable.

"High Assurance Platform" mode

In August 2017, Positive Technologies (Dmitry Sklyarov) published a method to disable the ME via an undocumented built-in mode. As Intel has confirmed[84] the ME contains a switch to enable government authorities such as the NSA to make the ME go into High-Assurance Platform (HAP) mode after boot. This mode disables most of ME's functions,[76][85] and was intended to be available only in machines produced for specific purchasers like the US government; however, most machines sold on the retail market can be made to activate the switch.[85][86] Manipulation of the HAP bit was quickly incorporated into the me_cleaner project.[87]

Commercial ME disablement

From late 2017 on, several laptop vendors announced their intentions to ship laptops with the Intel ME disabled or let the end-users disable it manually:

  • Minifree Ltd has provided Libreboot pre-loaded laptops with Intel ME either not present, or disabled, since at least 2015.[88][89][90]
  • Purism previously petitioned Intel to sell processors without the ME, or release its source code, calling it "a threat to users' digital rights".[91] In March 2017, Purism announced that it had neutralized the ME by erasing the majority of the ME code from the flash memory.[92] It further announced in October 2017[93] that new batches of their Librem line of laptops running PureOS will ship with the ME neutralized, and additionally disable most ME operation via the HAP bit. Updates for existing Librem laptops were also announced.
  • In November, System76 announced their plan to disable the ME on their new and recent machines which ship with Pop! OS via the HAP bit.[94]
  • In December, Dell began showing certain laptops on its website that offered the "Systems Management" option "Intel vPro - ME Inoperable, Custom Order" for an additional fee. Dell has not announced or publicly explained the methods used. In response to press requests, Dell stated that those systems had been offered for quite a while, but not for the general public, and had found their way to the website only inadvertently.[95] The laptops are available only by custom order and only to military, government and intelligence agencies.[96] They are specifically designed for covert operations, such as providing a very robust case and a "stealth" operating mode kill switch that disables display, LED lights, speaker, fan and any wireless technology.[97]
  • In March 2018, Tuxedo Computers, a German company which specializes in PCs which run Linux kernel-based operating systems, announced an option in the BIOS of their system to disable ME.[98]
  • In February 2021 Nitrokey, a German company specialized in producing Security Tokens, announced NitroPC, a device identical to Purism's Librem Mini.[99]
  • In January 2023, monocles, a German start-up which offers several privacy friendly and secure services and devices sells the monocles book 1, a refurbished notebook with disabled Intel ME and plans to produce own Notebooks without Intel ME from factory.[100]
  • In April 2023, NovaCustom, a Dutch laptop brand offering privacy and security focused laptops, introduced the Intel ME disabling (HECI and HAP) UEFI firmware setting for its Dasharo coreboot models.[101]

Effectiveness against vulnerabilities

Neither of the two methods to disable the ME discovered so far turned out to be an effective countermeasure against the SA-00086 vulnerability.[43] This is because the vulnerability is in an early-loaded ME module that is essential to boot the main CPU.[citation needed]

Reactions

By Google

(As of 2017) Google was attempting to eliminate proprietary firmware from its servers and found that the ME was a hurdle to that.[41]

By AMD processor vendors

Shortly after SA-00086 was patched, vendors for AMD processor mainboards started shipping BIOS updates that allow disabling the AMD Platform Security Processor,[102] a subsystem with similar function as the ME.

See also

References

  1. 1.0 1.1 1.2 Oster, Joseph E. (September 3, 2019). "Getting Started with Intel Active Management Technology (Intel AMT)". Intel. https://software.intel.com/en-us/articles/getting-started-with-intel-active-management-technology-amt. 
  2. 2.0 2.1 "Intel AMT and the Intel ME". Intel. https://software.intel.com/en-us/blogs/2011/12/14/intelr-amt-and-the-intelr-me. 
  3. "Frequently Asked Questions for the Intel Management Engine Verification Utility". https://www.intel.com/content/www/us/en/support/articles/000005974/software/chipset-software.html. "Built into many Intel Chipset–based platforms is a small, low-power computer subsystem called the Intel Management Engine (Intel ME)." 
  4. 4.0 4.1 4.2 Portnoy, Erica; Eckersley, Peter (May 8, 2017). "Intel's Management Engine is a security hazard, and users need a way to disable it". Electronic Frontier Foundation. https://www.eff.org/deeplinks/2017/05/intels-management-engine-security-hazard-and-users-need-way-disable-it. 
  5. 5.0 5.1 5.2 Wallen, Jack (July 1, 2016). "Is the Intel Management Engine a backdoor?". https://www.techrepublic.com/article/is-the-intel-management-engine-a-backdoor/. 
  6. "Frequently Asked Questions for the Intel Management Engine Verification Utility". https://www.intel.com/content/www/us/en/support/articles/000005974/software/chipset-software.html. "The Intel ME performs various tasks while the system is in sleep, during the boot process, and when your system is running." 
  7. "Black Hat Europe 2017". https://www.blackhat.com/eu-17/briefings/schedule/#how-to-hack-a-turned-off-computer-or-running-unsigned-code-in-intel-management-engine-8668. 
  8. "Frequently Asked Questions for the Intel Management Engine Verification Utility". https://www.intel.com/content/www/us/en/support/articles/000005974/software/chipset-software.html. "This subsystem must function correctly to get the most performance and capability from your PC." 
  9. Hoffman, Chris. "Intel Management Engine, Explained: The Tiny Computer Inside Your CPU". https://www.howtogeek.com/334013/intel-management-engine-explained-the-tiny-computer-inside-your-cpu/. 
  10. Eckersley, Erica Portnoy and Peter (May 8, 2017). "Intel's Management Engine is a security hazard, and users need a way to disable it". https://www.eff.org/deeplinks/2017/05/intels-management-engine-security-hazard-and-users-need-way-disable-it. 
  11. 11.0 11.1 "Intel ME huffman dictionaries - Unhuffme v2.4". http://io.netgarage.org/me/. 
  12. 12.0 12.1 12.2 "Positive Technologies Blog: Disabling Intel ME 11 via undocumented mode". http://blog.ptsecurity.com/2017/08/disabling-intel-me.html. 
  13. 13.0 13.1 Igor Skochinsky (Hex-Rays) Rootkit in your laptop, Ruxcon Breakpoint 2012
  14. "Intel Ethernet Controller I210 Datasheet". Intel. 2013. pp. 1, 15, 52, 621–776. http://www.intel.com/content/dam/www/public/us/en/documents/datasheets/i210-ethernet-controller-datasheet.pdf. 
  15. "Intel Ethernet Controller X540 Product Brief". Intel. 2012. http://www.intel.com/content/dam/www/public/us/en/documents/product-briefs/ethernet-x540-brief.pdf. 
  16. "Archived copy". https://www.kernel.org/doc/Documentation/misc-devices/mei/mei.txt. 
  17. "Introduction — The Linux Kernel documentation". https://www.kernel.org/doc/html/latest/driver-api/mei/mei.html. 
  18. 18.0 18.1 Rutkowska, Joanna. "A Quest to the Core". http://invisiblethingslab.com/resources/misc09/Quest%20To%20The%20Core%20%28public%29.pdf. 
  19. "Archived copy". http://www.intel.com/content/dam/www/public/us/en/documents/datasheets/celeron-mobile-p4000-u3000-datasheet.pdf. 
  20. "Platforms II" (PDF). http://users.nik.uni-obuda.hu/sima/letoltes/magyar/SZA2011_osz/nappali/Platforms-3_E_2011_12_14.ppt. 
  21. 21.0 21.1 "FatTwin F618R3-FT+ F618R3-FTPT+ User's Manual". Super Micro. https://www.supermicro.com/manuals/superserver/4U/MNL-1765.pdf. "The Manageability Engine, which is an ARC controller embedded in the IOH (I/O Hub), provides Server Platform Services (SPS) to your system. The services provided by SPS are different from those provided by the ME on client platforms." 
  22. "Intel Xeon Processor E3-1200 v6 Product Family Product Brief". Intel. https://www.intel.com/content/www/us/en/processors/xeon/xeon-e3-1200-v6-family-brief.html. "Intel Server Platform Services (Intel SPS): Designed for managing rack-mount servers, Intel Server Platform Services provides a suite of tools to control and monitor power, thermal, and resource utilization." 
  23. "Intel Xeon Processor D-1500 Product Family". Intel. https://www.intel.com/content/dam/www/public/us/en/documents/platform-briefs/xeon-processor-d-platform-brief.pdf. 
  24. "Intel Trusted Execution Engine Driver". Dell. https://www.dell.com/support/home/us/en/19/drivers/driversdetails?driverId=K9HM7. "This package provides the drivers for the Intel Trusted Execution Engine and is supported on Dell Venue 11 Pro 5130 Tablet" 
  25. 25.0 25.1 "Intel Trusted Execution Engine Driver for Intel NUC Kit NUC5CPYH, NUC5PPYH, NUC5PGYH". Intel. https://downloadcenter.intel.com/download/24892/Intel-Trusted-Execution-Engine-Driver-for-Intel-NUC-Kit-NUC5CPYH-NUC5PPYH-NUC5PGYH. "Installs the Intel Trusted Execution Engine (Intel TXE) driver and firmware for Windows 10 and Windows 7*/8.1*, 64-bit. The Intel TXE driver is required for Secure Boot and platform security features." 
  26. Intel ME: The Way of the Static Analysis, Troopers 2017
  27. Positive Technologies Blog:The Way of the Static Analysis
  28. 28.0 28.1 "Intel Hardware-based Security Technologies for Intelligent Retail Devices". Intel. https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/security-technologies-4th-gen-core-retail-paper.pdf. 
  29. "Intel Quiet System Technology 2.0: Programmer's Reference Manual". Intel. February 2010. https://software.intel.com/sites/default/files/af/73/Intel_QST_Programmers_Reference_Manual.pdf. 
  30. "The Intel Management Engine – a Privacy Nightmare". https://proprivacy.com/privacy-news/intel-management-engine. 
  31. September 2012, Patrick Kennedy 21 (September 21, 2012). "Intel vPro In 2012, Small Business Advantage, And Anti-Theft Tech.". https://www.tomshardware.com/reviews/vpro-anti-theft-small-business-advantage,3259.html. 
  32. "McAfee KB - End of Life for McAfee/Intel Anti-Theft (TS101986)". https://service.mcafee.com/webcenter/portal/oracle/webcenter/page/scopedMD/s55728c97_466d_4ddb_952d_05484ea932c6/Page29.jspx?wc.contextURL=%2Fspaces%2Fcp&articleId=TS101986&leftWidth=0%25&showFooter=false&showHeader=false&rightWidth=0%25&centerWidth=100%25&_afrLoop=383304777056094#!@@?showFooter=false&_afrLoop=383304777056094&articleId=TS101986&leftWidth=0%2525&showHeader=false&wc.contextURL=%252Fspaces%252Fcp&rightWidth=0%2525&centerWidth=100%2525&_adf.ctrl-state=o56hl18tm_9. 
  33. "Using Intel AMT serial-over-LAN to the fullest". Intel. https://software.intel.com/en-us/articles/using-intel-amt-serial-over-lan-to-the-fullest. 
  34. "How To Enable BitLocker With Intel PTT and No TPM For Better Security". 2019-05-08. https://www.legitreviews.com/how-to-enable-bitlocker-with-intel-ptt-and-no-tpm-for-better-security_211713. 
  35. "MEI NFC". https://www.kernel.org/doc/html/latest/driver-api/mei/nfc.html. 
  36. 36.0 36.1 "Intel Active Management Technology, Intel Small Business Technology, and Intel Standard Manageability Escalation of Privilege". March 17, 2020. https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00075.html. 
  37. Charlie Demerjian (2017-05-01). "Remote security exploit in all 2008+ Intel platforms". SemiAccurate. https://semiaccurate.com/2017/05/01/remote-security-exploit-2008-intel-platforms/. 
  38. 38.0 38.1 38.2 "Red alert! Intel patches remote execution hole that's been hidden in chips since 2010". https://www.theregister.co.uk/2017/05/01/intel_amt_me_vulnerability/. 
  39. Alaoui, Youness (October 19, 2017). "Deep dive into Intel Management Engine disablement". https://puri.sm/posts/deep-dive-into-intel-me-disablement/. 
  40. Alaoui, Youness (March 9, 2017). "Neutralizing the Intel Management Engine on Librem Laptops". https://puri.sm/posts/neutralizing-intel-management-engine-on-librem-laptops/. 
  41. 41.0 41.1 41.2 41.3 "Intel Patches Major Flaws in the Intel Management Engine". Extreme Tech. https://www.extremetech.com/computing/259426-intel-patches-major-flaws-intel-management-engine. 
  42. Claburn, Thomas (20 November 2017). "Intel finds critical holes in secret Management Engine hidden in tons of desktop, server chipsets". https://www.theregister.com/2017/11/20/intel_flags_firmware_flaws/. 
  43. 43.0 43.1 43.2 "Intel Management Engine pwned by buffer overflow". https://www.theregister.com/2017/12/06/intel_management_engine_pwned_by_buffer_overflow/. 
  44. 44.0 44.1 "INTEL-SA-00112". https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00112.html. 
  45. "INTEL-SA-00125". https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00125.html. 
  46. "Invisible Things Lab to present two new technical presentations disclosing system-level vulnerabilities affecting modern PC hardware at its core". http://invisiblethingslab.com/press/itl-press-2009-03.pdf. 
  47. "FG Security in telecommunications : Evaluating "Ring-3" Rootkits". http://www.stewin.org/slides/pstewin-SPRING6-EvaluatingRing-3Rootkits.pdf. 
  48. "Persistent, Stealthy Remote-controlled Dedicated Hardware Malware". http://stewin.org/slides/44con_2013-dedicated_hw_malware-stewin_bystrov.pdf. 
  49. "Security Evaluation of Intel's Active Management Technology". http://web.it.kth.se/~maguire/DEGREE-PROJECT-REPORTS/100402-Vassilios_Ververis-with-cover.pdf. 
  50. "CVE - CVE-2017-5689". https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2017-5689. 
  51. "Intel Hidden Management Engine - x86 Security Risk?". Darknet. 2016-06-16. https://www.darknet.org.uk/2016/06/intel-hidden-management-engine-x86-security-risk/. 
  52. Garrett, Matthew (2017-05-01). "Intel's remote AMT vulnerablity". https://mjg59.dreamwidth.org/48429.html. 
  53. 53.0 53.1 "2017-05-05 ALERT! Intel AMT EXPLOIT OUT! IT'S BAD! DISABLE AMT NOW!". https://www.ssh.com/vulnerability/intel-amt/. 
  54. Dan Goodin (2017-05-06). "The Hijacking Flaw That Lurked in Intel Chips Is Worse than Anyone Thought". Ars Technica. https://arstechnica.com/security/2017/05/the-hijacking-flaw-that-lurked-in-intel-chips-is-worse-than-anyone-thought/. 
  55. "General: BIOS updates due to Intel AMT IME vulnerability - General Hardware - Laptop - Dell Community". May 2, 2017. http://en.community.dell.com/support-forums/laptop/f/3518/t/20011662. 
  56. "Advisory note: Intel Firmware vulnerability – Fujitsu Technical Support pages from Fujitsu Fujitsu Continental Europe, Middle East, Africa & India". Support.ts.fujitsu.com. 2017-05-01. http://support.ts.fujitsu.com/content/Intel_Firmware.asp. 
  57. "HPE | HPE CS700 2.0 for VMware". 2017-05-01. http://h22208.www2.hpe.com/eginfolib/securityalerts/CVE-2017-5689-Intel/CVE-2017-5689.html. 
  58. "Intel Security Advisory regarding escalation o... |Intel Communities". May 4, 2017. https://communities.intel.com/thread/114071. 
  59. "Intel Active Management Technology, Intel Small Business Technology, and Intel Standard Manageability Remote Privilege Escalation". https://support.lenovo.com/us/en/product_security/LEN-14963. 
  60. "MythBusters: CVE-2017-5689". 2017-05-02. https://www.embedi.com/news/mythbusters-cve-2017-5689. 
  61. Charlie Demerjian (2017-05-01). "Remote security exploit in all 2008+ Intel platforms". https://semiaccurate.com/2017/05/01/remote-security-exploit-2008-intel-platforms/. 
  62. "Sneaky hackers use Intel management tools to bypass Windows firewall". June 9, 2017. https://arstechnica.com/security/2017/06/sneaky-hackers-use-intel-management-tools-to-bypass-windows-firewall/. 
  63. Tung, Liam. "Windows firewall dodged by 'hot-patching' spies using Intel AMT, says Microsoft - ZDNet". https://www.zdnet.com/article/windows-firewall-dodged-by-hot-patching-spies-using-intel-amt-says-microsoft/. 
  64. "PLATINUM continues to evolve, find ways to maintain invisibility". June 7, 2017. https://blogs.technet.microsoft.com/mmpc/2017/06/07/platinum-continues-to-evolve-find-ways-to-maintain-invisibility/. 
  65. "Malware Uses Obscure Intel CPU Feature to Steal Data and Avoid Firewalls". https://www.bleepingcomputer.com/news/security/malware-uses-obscure-intel-cpu-feature-to-steal-data-and-avoid-firewalls/. 
  66. "Hackers abuse low-level management feature for invisible backdoor". https://www.itnews.com.au/news/hackers-abuse-low-level-management-feature-for-invisible-backdoor-464499. 
  67. "Vxers exploit Intel's Active Management for malware-over-LAN • The Register". https://www.theregister.co.uk/AMP/2017/06/08/vxers_exploit_intels_amt_for_malwareoverlan/. 
  68. Security, heise. "Intel-Fernwartung AMT bei Angriffen auf PCs genutzt". https://www.heise.de/security/meldung/Intel-Fernwartung-AMT-bei-Angriffen-auf-PCs-genutzt-3739441.html. 
  69. "PLATINUM activity group file-transfer method using Intel AMT SOL". https://channel9.msdn.com/Shows/Windows-Security-Blog/PLATINUM-activity-group-file-transfer-method-using-Intel-AMT-SOL. 
  70. "Malware Uses Obscure Intel CPU Feature to Steal Data and Avoid Firewalls". https://www.bleepingcomputer.com/news/security/malware-uses-obscure-intel-cpu-feature-to-steal-data-and-avoid-firewalls/. 
  71. "Black Hat Europe 2017". https://www.blackhat.com/eu-17/briefings/schedule/#how-to-hack-a-turned-off-computer-or-running-unsigned-code-in-intel-management-engine-8668. 
  72. 72.0 72.1 "Intel Management Engine Critical Firmware Update (Intel SA-00086)". Intel. https://www.intel.com/content/www/us/en/support/articles/000025619/software.html. 
  73. 73.0 73.1 Newman, Lily Hay. "Intel Chip Flaws Leave Millions of Devices Exposed". Wired. https://www.wired.com/story/intel-management-engine-vulnerabilities-pcs-servers-iot/. 
  74. "Intel Active Management Technology 9.x/10.x/11.x Security Review...". https://www.intel.com/content/www/ca/en/support/articles/000029388/software/chipset-software.html. 
  75. Cimpanu, Catalin (June 17, 2016). "Intel x86 CPUs Come with a Secret Backdoor That Nobody Can Touch or Disable". https://news.softpedia.com/news/intel-x86-cpus-come-with-a-secret-backdoor-that-nobody-can-touch-or-disable-505347.shtml. 
  76. 76.0 76.1 "Intel ME controller chip has secret kill switch". https://www.theregister.com/2017/08/29/intel_management_engine_can_be_disabled/. 
  77. "Documents Reveal N.S.A. Campaign Against Encryption". The New York Times. https://www.nytimes.com/interactive/2013/09/05/us/documents-reveal-nsa-campaign-against-encryption.html. 
  78. "Leserforum". C't 2018 (7): 10–11. March 16, 2018. https://www.heise.de/select/ct/2018/7/1522460661786091. 
  79. "HDCP 2.2 Content Protection Being Worked On For The i915 DRM Driver". https://www.phoronix.com/news/HDCP-2.2-For-i915-DRM. 
  80. "HDCP 2.2 Support Updated For The Intel DRM Linux Driver". https://www.phoronix.com/news/HDCP-2.2-Intel-Linux-Driver. 
  81. "What is Intel Management Engine and what are concerns with it regarding Librem laptops?". https://puri.sm/faq/what-is-intel-management-engine-and-what-are-concerns-with-it-regarding-librem-laptops/. 
  82. "Major Updates for System76 Open Firmware!". https://blog.system76.com/post/major-updates-for-system76-open-firmware-june-2023. 
  83. "corna/me_cleaner". September 10, 2020. https://github.com/corna/me_cleaner. 
  84. "Researchers Find a Way to Disable Much-Hated Intel ME Component Courtesy of the NSA". https://www.bleepingcomputer.com/news/hardware/researchers-find-a-way-to-disable-much-hated-intel-me-component-courtesy-of-the-nsa/. 
  85. 85.0 85.1 Research, Author Positive. "Disabling Intel ME 11 via undocumented mode". http://blog.ptsecurity.com/2017/08/disabling-intel-me.html?m=1. 
  86. "corna/me_cleaner". March 19, 2022. https://github.com/corna/me_cleaner. 
  87. "Set the HAP bit (ME >= 11) or the AltMeDisable bit (ME < 11) · corna/me_cleaner@ced3b46". https://github.com/corna/me_cleaner/commit/ced3b46ba2ccd74602b892f9594763ef34671652. 
  88. "Libreboot T400 laptop now FSF-certified to respect your freedom — Free Software Foundation — Working together for free software". https://www.fsf.org/news/libreboot-t400-laptop-now-fsf-certified-to-respect-your-freedom. 
  89. Bärwaldt, Erik. "Liberated » Linux Magazine" (in en-US). http://www.linux-magazine.com/Issues/2018/210/Free-Firmware-with-Libreboot. 
  90. Biggs, John (2017-08-11). "The Minifree Libreboot T400 is free as in freedom" (in en-US). https://techcrunch.com/2017/08/11/the-minifree-libreboot-t400-is-free-as-in-freedom/. 
  91. "Petition for Intel to Release an ME-Less CPU Design". June 16, 2016. https://puri.sm/posts/petition-for-intel-to-release-an-me-less-cpu-design/. 
  92. Alaoui, Youness (2017-03-09). "Neutralizing the Intel Management Engine on Librem Laptops" (in en-US). https://puri.sm/posts/neutralizing-intel-management-engine-on-librem-laptops/. 
  93. "Purism Librem Laptops Completely Disable Intel's Management Engine". October 19, 2017. https://puri.sm/posts/purism-librem-laptops-completely-disable-intel-management-engine/. 
  94. "System76 ME Firmware Updates Plan". https://blog.system76.com/post/168050597573/system76-me-firmware-updates-plan. 
  95. "Dell Sells PCs without Intel's Management Engine, but with Tradeoffs". https://www.extremetech.com/computing/260219-dell-sells-pcs-without-intel-management-engine-tradeoffs. 
  96. online, heise. "Dell schaltet Intel Management Engine in Spezial-Notebooks ab". https://www.heise.de/newsticker/meldung/Dell-schaltet-Intel-Management-Engine-in-Spezial-Notebooks-ab-3909860.html. 
  97. "Dell Latitude 14 Rugged — 5414 Series Owner's Manual". https://www.dell.com/support/manuals/us/en/04/latitude-14-5414-laptop/5414_om/stealth-mode?guid=guid-3655713b-6a1b-46a8-ba69-eaa3c324b3cd&lang=en-us. 
  98. "TUXEDO deaktiviert Intels Management Engine - TUXEDO Computers". https://www.tuxedocomputers.com/de/Infos/News/TUXEDO-deaktiviert-Intels-Management-Engine. 
  99. "NitroPC - Powerful and Secure Mini PC". https://www.nitrokey.com/news/2021/nitropc-powerful-and-secure-mini-pc. 
  100. "monocles book 1 – monocles store" (in en-GB). https://store.monocles.eu/produkt/monocles-book-1/. 
  101. "introducing Intel ME disabling – NovaCustom" (in en-GB). https://configurelaptop.eu/intel-me-disabling-feature/. 
  102. "AMD Reportedly Allows Disabling PSP Secure Processor With Latest AGESA - Phoronix". 7 December 2017. https://www.phoronix.com/scan.php?page=news_item&px=AMD-PSP-Disable-Option. 

External links