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 "Germany/Projekte/Top 10 fuer Entwickler-2013/Top 10"

From OWASP
Jump to: navigation, search
m (2013-Style-Test (Englisches Wiki 2013 RC1))
Line 45: Line 45:
 
|}
 
|}
 
'''Anmerkung:''' Risiken, die sich in der im Review befindlichen Version der [http://owasptop10.googlecode.com/files/OWASP%20Top%2010%20-%202013%20-%20RC1.pdf OWASP Top 10 - 2013 RC1] nicht ändern, sind <span style="background:#CAE1FF">'''blau'''</span> und Änderungen sind <span style="background:#E0E0E0">'''grau'''</span> unterlegt.  
 
'''Anmerkung:''' Risiken, die sich in der im Review befindlichen Version der [http://owasptop10.googlecode.com/files/OWASP%20Top%2010%20-%202013%20-%20RC1.pdf OWASP Top 10 - 2013 RC1] nicht ändern, sind <span style="background:#CAE1FF">'''blau'''</span> und Änderungen sind <span style="background:#E0E0E0">'''grau'''</span> unterlegt.  
 +
<br/><br>
 +
==2013-Style-Test (Englisches Wiki 2013 RC1)==
 +
{| cellspacing="1" cellpadding="1" border="0" width="100%;"
 +
|{{Top 10:RoundedBoxLinkBegin|year=2013|risk=1}}A1-Injection
 +
    {{Top 10:RoundedBoxLinkEnd|year=2013}}
 +
|{{Top 10:GrayBoxBegin|year=2013}}
 +
Injection flaws, such as SQL, OS, and LDAP injection occur when untrusted data is sent to an interpreter as part of a command or query. The attacker’s hostile data can trick the interpreter into executing unintended commands or accessing unauthorized data.
 +
{{Top 10:GrayBoxEnd|year=2013}}
 +
|- style="vertical-align:middle"
 +
|{{Top 10:RoundedBoxLinkBegin|year=2013|risk=2}}A2–Broken Authentication and Session Management
 +
{{Top 10:RoundedBoxLinkEnd|year=2013}}
 +
|{{Top 10:GrayBoxBegin|year=2013}}
 +
Application functions related to authentication and session management are often not implemented correctly, allowing attackers to compromise passwords, keys, session tokens, or  exploit other implementation flaws to assume other users’ identities.
 +
{{Top 10:GrayBoxEnd|year=2013}}
 +
|- style="vertical-align:middle"
 +
|{{Top 10:RoundedBoxLinkBegin|year=2013|risk=3}}A3–Cross-Site Scripting (XSS)
 +
{{Top 10:RoundedBoxLinkEnd|year=2013}}
 +
|{{Top 10:GrayBoxBegin|year=2013}}
 +
XSS flaws occur whenever an application takes untrusted data and sends it to a web browser without proper validation or escaping. XSS allows attackers to execute scripts in the victim’s browser which can hijack user sessions, deface web sites, or redirect the user to malicious sites.
 +
{{Top 10:GrayBoxEnd|year=2013}}
 +
|- style="vertical-align:middle"
 +
|{{Top 10:RoundedBoxLinkBegin|year=2013|risk=4}}A4–Insecure Direct Object References
 +
{{Top 10:RoundedBoxLinkEnd|year=2013}}
 +
|{{Top 10:GrayBoxBegin|year=2013}}
 +
A direct object reference occurs when a developer exposes a reference to an internal implementation object, such as a file, directory, or database key. Without an access control check or other protection, attackers can manipulate these references to access unauthorized data.
 +
{{Top 10:GrayBoxEnd|year=2013}}
 +
|- style="vertical-align:middle"
 +
|{{Top 10:RoundedBoxLinkBegin|year=2013|risk=5}}A5–Security Misconfiguration
 +
{{Top 10:RoundedBoxLinkEnd|year=2013}}
 +
|{{Top 10:GrayBoxBegin|year=2013}}
 +
Good security requires having a secure configuration defined and deployed for the application, frameworks, application server, web server, database server, and platform. All these settings should be defined, implemented, and maintained as many are not shipped with secure defaults. This includes keeping all software up to date.
 +
{{Top 10:GrayBoxEnd|year=2013}}
 +
|- style="vertical-align:middle"
 +
|{{Top 10:RoundedBoxLinkBegin|year=2013|risk=6}}A6–Sensitive Data Exposure
 +
{{Top 10:RoundedBoxLinkEnd|year=2013}}
 +
|{{Top 10:GrayBoxBegin|year=2013}}
 +
Many web applications do not properly protect sensitive data, such as credit cards, tax ids, and authentication credentials. Attackers may steal or modify such weakly protected data to conduct identity theft, credit card fraud, or other crimes. Sensitive data deserves extra protection such as encryption at rest or in transit, as well as special precautions when exchanged with the browser.
 +
{{Top 10:GrayBoxEnd|year=2013}}
 +
|- style="vertical-align:middle"
 +
|{{Top 10:RoundedBoxLinkBegin|year=2013|risk=7}}A7–Missing Function Level Access Control
 +
{{Top 10:RoundedBoxLinkEnd|year=2013}}
 +
|{{Top 10:GrayBoxBegin|year=2013}}
 +
Virtually all web applications verify function level access rights before making that functionality visible in the UI. However, applications need to perform the same access control checks on the server when each function is accessed. If requests are not verified, attackers will be able to forge requests in order to access unauthorized functionality.
 +
{{Top 10:GrayBoxEnd|year=2013}}
 +
|- style="vertical-align:middle"
 +
|{{Top 10:RoundedBoxLinkBegin|year=2013|risk=8}}A8-Cross-Site Request Forgery (CSRF)
 +
{{Top 10:RoundedBoxLinkEnd|year=2013}}
 +
|{{Top 10:GrayBoxBegin|year=2013}}
 +
A CSRF attack forces a logged-on victim’s browser to send a forged HTTP request, including the victim’s session cookie and any other automatically included authentication information, to a vulnerable web application. This allows the attacker to force the victim’s browser to generate requests the vulnerable application thinks are legitimate requests from the victim.
 +
{{Top 10:GrayBoxEnd|year=2013}}
 +
|- style="vertical-align:middle"
 +
|{{Top 10:RoundedBoxLinkBegin|year=2013|risk=9}}A9-Using Components with Known Vulnerabilities
 +
{{Top 10:RoundedBoxLinkEnd|year=2013}}
 +
|{{Top 10:GrayBoxBegin|year=2013}}
 +
Vulnerable components, such as libraries, frameworks, and other software modules almost always run with full privilege. So, if exploited, they can cause serious data loss or server takeover. Applications using these vulnerable components may undermine their defenses and enable a range of possible attacks and impacts.
 +
{{Top 10:GrayBoxEnd|year=2013}}
 +
|- style="vertical-align:middle"
 +
|{{Top 10:RoundedBoxLinkBegin|year=2013|risk=10}}A10–Unvalidated Redirects and Forwards
 +
{{Top 10:RoundedBoxLinkEnd|year=2013}}
 +
|{{Top 10:GrayBoxBegin|year=2013}}
 +
Web applications frequently redirect and forward users to other pages and websites, and use untrusted data to determine the destination pages. Without proper validation, attackers can redirect victims to phishing or malware sites, or use forwards to access unauthorized pages.
 +
{{Top 10:GrayBoxEnd|year=2013}}
 +
|}
  
 
{{Top_10_2010_Developer_Edition_De:BottomTemplate
 
{{Top_10_2010_Developer_Edition_De:BottomTemplate

Revision as of 17:40, 9 May 2013

← Top_10_fuer_Entwickler/Risiken
Top 10 fuer Entwickler-2013: Inhaltsverzeichnis

Die Top-10-Risiken

Top_10_fuer_Entwickler/A1_Injection →

Seite in Bearbeitung (BAUSTELLE!!)


OWASP Top 10 Risiken für die Anwendungssicherheit – 2010


Injection
Injection-Schwachstellen, wie beispielsweise SQL-, OS- oder LDAP-Injection treten auf, wenn nicht vertrauenswürdige Daten als Teil eines Kommandos oder einer Abfrage von einem Interpreter verarbeitet werden. Ein Angreifer kann Eingabedaten dann so manipulieren, dass er nicht vorgesehene Kommandos ausführen oder unautorisiert auf Daten zugreifen kann.
Cross-Site Scripting (XSS)
XSS-Schwachstellen treten auf, wenn eine Anwendung nicht vertrauenswürdige Daten entgegennimmt und ohne entsprechende Validierung und Kodierung an einen Webbrowser sendet. XSS erlaubt es einem Angreifer Scriptcode im Browser eines Opfers auszuführen und somit Benutzersitzungen zu übernehmen, Seiteninhalte zu verändern oder den Benutzer auf bösartige Seiten umzuleiten.
Fehler in Authentifizierung und Session-Management
Anwendungsfunktionen, die die Authentifizierung und das Session Management umsetzen, werden oft nicht korrekt implementiert. Dies erlaubt es Angreifern, Passwörter oder Sessiontoken zu kompromittieren oder die Schwachstellen so auszunutzen, dass sie die Identität anderer Benutzer annehmen können.
Unsichere direkte Objektreferenzen
Unsichere direkte Objektreferenzen treten auf, wenn Entwickler Referenzen zu internen Implementierungsobjekten, wie Dateien, Ordner oder Datenbankschlüssel von außen zugänglich machen. Ohne Zugriffskontrolle oder anderen Schutz können Angreifer diese Referenzen manipulieren, um unautorisiert Zugriff auf Daten zu erlangen.
Cross-Site Request Forgery (CSRF)
Ein CSRF-Angriff bringt den Browser eines angemeldeten Benutzers dazu, einen manipulierten HTTP- Request an die verwundbare Anwendung zu senden. Session Cookies und andere Authentifizierungsinformationen werden dabei automatisch vom Browser mitgesendet. Dies erlaubt es dem Angreifer, Aktionen innerhalb der betroffen Anwendungen im Namen und Kontext des angegriffen Benutzers auszuführen.
Sicherheitsrelevante Fehlkonfiguration
Sicherheit erfordert die Festlegung und Umsetzung einer sicheren Konfiguration für Anwendungen, Frameworks, Applikations-, Web- und Datenbankserver sowie deren Plattformen. Alle ent-sprechenden Einstellungen müssen definiert, umgesetzt und gewartet werden, da sie meist nicht mit sicheren Grundeinstellungen ausgeliefert werden. Dies umfasst auch die regelmäßige Aktualisierung aller Software, inklusive verwendeten Bibliotheken und Komponenten.
Kryptografisch unsichere Speicherung
Viele Anwendungen schützen sensible Daten, wie Kreditkartendaten ... oder Zugangsinformationen nicht ausreichend durch Verschlüsselung oder Hashing. Angreifer können solche nicht angemessen geschützten Daten auslesen oder modifizieren und mit ihnen weitere Straftaten, wie beispielsweise Kreditkartenbetrug, begehen. ... => (Prio 2)
Mangelhafter URL-Zugriffsschutz
Tbd (Prio 3)
Unzureichende Absicherung der Transportschicht
Tbd (Prio 3)
Ungeprüfte Um- und Weiterleitungen
Viele Anwendungen leiten Benutzer auf andere Seiten oder Anwendungen um oder weiter. Dabei werden für die Bestimmung des Ziels oft nicht vertrauenswürdige Daten verwendet. Ohne eine entsprechende Prüfung können Angreifer ihre Opfer auf Phishing-Seiten oder Seiten mit Schadcode um- oder weiterleiten.

Anmerkung: Risiken, die sich in der im Review befindlichen Version der OWASP Top 10 - 2013 RC1 nicht ändern, sind blau und Änderungen sind grau unterlegt.

2013-Style-Test (Englisches Wiki 2013 RC1)

A1-Injection

Injection flaws, such as SQL, OS, and LDAP injection occur when untrusted data is sent to an interpreter as part of a command or query. The attacker’s hostile data can trick the interpreter into executing unintended commands or accessing unauthorized data.

A2–Broken Authentication and Session Management

Application functions related to authentication and session management are often not implemented correctly, allowing attackers to compromise passwords, keys, session tokens, or exploit other implementation flaws to assume other users’ identities.

A3–Cross-Site Scripting (XSS)

XSS flaws occur whenever an application takes untrusted data and sends it to a web browser without proper validation or escaping. XSS allows attackers to execute scripts in the victim’s browser which can hijack user sessions, deface web sites, or redirect the user to malicious sites.

A4–Insecure Direct Object References

A direct object reference occurs when a developer exposes a reference to an internal implementation object, such as a file, directory, or database key. Without an access control check or other protection, attackers can manipulate these references to access unauthorized data.

A5–Security Misconfiguration

Good security requires having a secure configuration defined and deployed for the application, frameworks, application server, web server, database server, and platform. All these settings should be defined, implemented, and maintained as many are not shipped with secure defaults. This includes keeping all software up to date.

A6–Sensitive Data Exposure

Many web applications do not properly protect sensitive data, such as credit cards, tax ids, and authentication credentials. Attackers may steal or modify such weakly protected data to conduct identity theft, credit card fraud, or other crimes. Sensitive data deserves extra protection such as encryption at rest or in transit, as well as special precautions when exchanged with the browser.

A7–Missing Function Level Access Control

Virtually all web applications verify function level access rights before making that functionality visible in the UI. However, applications need to perform the same access control checks on the server when each function is accessed. If requests are not verified, attackers will be able to forge requests in order to access unauthorized functionality.

A8-Cross-Site Request Forgery (CSRF)

A CSRF attack forces a logged-on victim’s browser to send a forged HTTP request, including the victim’s session cookie and any other automatically included authentication information, to a vulnerable web application. This allows the attacker to force the victim’s browser to generate requests the vulnerable application thinks are legitimate requests from the victim.

A9-Using Components with Known Vulnerabilities

Vulnerable components, such as libraries, frameworks, and other software modules almost always run with full privilege. So, if exploited, they can cause serious data loss or server takeover. Applications using these vulnerable components may undermine their defenses and enable a range of possible attacks and impacts.

A10–Unvalidated Redirects and Forwards

Web applications frequently redirect and forward users to other pages and websites, and use untrusted data to determine the destination pages. Without proper validation, attackers can redirect victims to phishing or malware sites, or use forwards to access unauthorized pages.


← Top_10_fuer_Entwickler/Risiken
Top 10 fuer Entwickler-2013: Inhaltsverzeichnis

Die Top-10-Risiken

Top_10_fuer_Entwickler/A1_Injection →

© 2002-2013 OWASP Foundation This document is licensed under the Creative Commons Attribution-ShareAlike 3.0 license. Some rights reserved. CC-by-sa-3 0-88x31.png