Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

System Security Presentation: Cross Site Scripting and SQL Injection | CSC 2405, Study Guides, Projects, Research of Operating Systems

Material Type: Project; Professor: Damian-Iordache; Class: Computer Systems II; Subject: Computer Science; University: Villanova University; Term: Unknown 1989;

Typology: Study Guides, Projects, Research

Pre 2010

Uploaded on 08/16/2009

koofers-user-t59
koofers-user-t59 🇺🇸

10 documents

1 / 1

Toggle sidebar

Related documents


Partial preview of the text

Download System Security Presentation: Cross Site Scripting and SQL Injection | CSC 2405 and more Study Guides, Projects, Research Operating Systems in PDF only on Docsity! Casey Burkhardt    System Security Presentation  Vincent Veltri    Cross Site Scripting and SQL Injection    We plan to research and present information regarding the background, logistics, dangers, and   impact of cross site scripting (XSS) and SQL injection vulnerabilities associated with websites and web‐ based applications.  As part of the presentation we plan to show how these code injection and local or  remote execution exploits can be used to gain unauthorized access to a web resource, divulge  information stored within databases, hijack website sessions, and even self‐propagate to other websites  and end‐users.  The goal of the presentation is to educate future web developers of the importance of  protecting against these types of attacks and offering suggestions for doing so.    Cross site scripting (XSS) attacks can occur on websites which allow users to enter data that is  displayed back to them or other users.  Exploit code is submitted through a form or other submission  mechanism and the code, which is legitimately returned by the web server, is executed locally on their  machine and usually results in some private data regarding use of the site, such as cookie variables, to  be stored or transmitted to a third party.  In most cases, this occurs without any indication to the end‐ user.  It has been estimated that last year, nearly 80% of all web‐related documented security  vulnerabilities were related to a cross site scripting exploit.  SQL injection or insertion attacks occur  when a malicious user of a web resource submits data which is processed as part of a database query.   The submission extends the query to return and display, delete, or alter information other than that  intended by the application.  This allows the malicious user to not only modify or remove , but also  access confidential or restricted information, often resulting in monetary loss or identity theft of  legitimate users of the website or application.  SQL injection attacks have also been responsible for  countless interruptions of service on governmental and corporate websites. 
Docsity logo



Copyright © 2024 Ladybird Srl - Via Leonardo da Vinci 16, 10126, Torino, Italy - VAT 10816460017 - All rights reserved