This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Outsourced software developer"

From OWASP
Jump to: navigation, search
(Description)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Threat}}
+
{{template:CandidateForDeletion}}
 +
<!--Marked for deletion because it's a duplicate-->
 +
<br>
 +
#REDIRECT [[::Category:Vulnerability]]
  
 
==Description==
 
==Description==
Line 15: Line 18:
 
* Mainframe developer
 
* Mainframe developer
  
==Related Threats==
+
==Related [[Threat Agents]]==
  
 
* [[Internal software developer]]
 
* [[Internal software developer]]
 +
* [[Logic/time bomb]]
  
 
==Related Attacks==
 
==Related Attacks==
  
* [[Logic/time bomb]]
 
 
* [[Backdoor attack]]
 
* [[Backdoor attack]]
 
* [[Salami attack]]
 
* [[Salami attack]]
 
[[Category:Attack]]
 

Latest revision as of 19:39, 14 April 2009

Template:CandidateForDeletion

#REDIRECT :Category:Vulnerability

Description

Outsourced software developers are hired to write code to a specification provided by the procuring company. Their deliverable may include source code, but is sometimes only a compiled version of the application.

A malicious developer is one of the most difficult threats to deal with, as it is extremely difficult to identify malicious code. A talented attacker will make attacks look exactly like an inadvertent error for plausible deniability. In addition, malicious code may be obfuscated to prevent easy detection. Some techniques include spreading an attack throughout a software baseline, using inheritance and class loading tricks to hide calls, and even formatting tricks.

An outsourced software developer may have no ties with the procuring company and may see an opportunity to steal information or money via a software attack.

Examples

  • Java software developer
  • SQL developer
  • Mainframe developer

Related Threat Agents

Related Attacks