Backdoor: Difference between revisions
Proprietary was written wrong. Tags: Mobile edit Mobile web edit Visual edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 18: | Line 18: | ||
*[[Apple backdoor UK lawsuit]] | *[[Apple backdoor UK lawsuit]] | ||
*[[SecuRam installs backdoor on ProLogic series safe locks]] | *[[SecuRam installs backdoor on ProLogic series safe locks]] | ||
===XZ Utils Backdoor=== | |||
The [[wikipedia:XZ_Utils_backdoor|XZ Utils backdoor]] was a code contribution to the XZ Utilities Linux system package that allowed remote code execution through a specific SSH key.<ref> https://gist.github.com/thesamesam/223949d5a074ebc3dce9ee78baad9e27</ref> This backdoor was significant as it went against the previously commonly held belief of open source software security through independent code auditing. The code contributor first had built trust with the maintainers by submitting legitimate code initially before implementing the backdoor in a subtle way through multiple layers to avoid suspicion. However this backdoor was discovered by Andres Freund.<ref> https://lwn.net/Articles/967180/</ref> | |||
==References== | ==References== | ||
Revision as of 03:31, 26 February 2026
A backdoor is a method of covertly bypassing authentication, often in a digital system. A backdoor can be placed intentionally by a party to secretly access the system, or can be the result of a bug or exploit.
How it works
There are many types of backdoor.
Backdoor malware
A backdoor malware is a software that, when executed installs a backdoor into the system that executed it.[1] This is often referred to as a Trojan. These often use an unpatched exploit to gain access to the system.
Proprietary backdoors
A propriatary backdoor is a built-in backdoor; A backdoor that was intentionally placed there.[1] These backdoors can be used for good or bad purposes. Some may exist for testing purposes. However, if left in the final product, may be susceptible to exploitation. Other built-in backdoors are used by the company for nefarious purposes.
Why it is a problem
Backdoors can be used to inject spyware in order to collect information on users.[1]
Examples
XZ Utils Backdoor
The XZ Utils backdoor was a code contribution to the XZ Utilities Linux system package that allowed remote code execution through a specific SSH key.[2] This backdoor was significant as it went against the previously commonly held belief of open source software security through independent code auditing. The code contributor first had built trust with the maintainers by submitting legitimate code initially before implementing the backdoor in a subtle way through multiple layers to avoid suspicion. However this backdoor was discovered by Andres Freund.[3]
References
- ↑ 1.0 1.1 1.2 Malwarebytes. "Backdoor computing attakcs". Archived from the original on 29 Dec 2025.
- ↑ https://gist.github.com/thesamesam/223949d5a074ebc3dce9ee78baad9e27
- ↑ https://lwn.net/Articles/967180/