Presentation is loading. Please wait.

Presentation is loading. Please wait.

CS 290C: Formal Models for Web Software Lecture 1: Introduction Instructor: Tevfik Bultan.

Similar presentations


Presentation on theme: "CS 290C: Formal Models for Web Software Lecture 1: Introduction Instructor: Tevfik Bultan."— Presentation transcript:

1 CS 290C: Formal Models for Web Software Lecture 1: Introduction Instructor: Tevfik Bultan

2 Web software Web software is becoming increasingly dominant Web applications are used extensively in many areas: –Commerce: online banking, online shopping, … –Entertainment: online music, videos, … –Interaction: social networks We will rely on web applications more in the future: –Health records –Controlling and monitoring of national infrastructures

3 Web software Web software is also rapidly replacing desktop applications –software-as-service –cloud computing In the future most of the software applications we use will probably be web applications

4 Why are web applications so popular? Ease of access –You can access a web application from any computer with an internet connection –A lot of them are free Centralized data storage –You do not need to keep carrying a memory stick with you and keep copying files Easy to upgrade and maintain –Do not need to keep re-installing the new versions –Developers can update the software on the server side

5 Are there any problems? Web applications are not trustworthy! Web applications are notorious for security vulnerabilities Many web applications have navigation errors where they mishandle unexpected user requests As web applications are becoming increasingly dominant and as their use in safety critical areas is increasing, their trustworthiness is becoming a critical issue

6 Web applications are not secure There are many well-known security vulnerabilities that exist in many web applications. Here are some examples: –Malicious file execution: where a malicious user causes the server to execute malicious code –SQL injection: where a malicious user executes SQL commands on the back-end database by providing specially formatted input –Cross site scripting (XSS): causes the attacker to execute a malicious script at a user’s browser These vulnerabilities are typically due to errors in user input validation or lack of user input validation

7 Web application vulnerabilities are common

8 Web applications are error prone Most web applications have navigation errors where an unexpected user request can cause a web application to –display cryptic error messages –display sensitive information that might be exploited by malicious users –execute an unintended action

9 Navigation errors: Bamboo Invoice

10

11 Navigation errors: Digitalus

12

13

14 Navigation errors: Orbitz Customer enters the date and destination information to look for flights and receives a list of flight choices Customer uses the “open link in new window” option to open a new window and study the details of an evening flight Switching back to the original window, the customer inspects a morning flight. After comparing the flight details, the customer decides to take the evening flight and switches to the window with the evening flight and presses the purchase button. However, the reservation system instead selects the morning flight! If not careful, the customer will purchase the wrong flight.

15 Why are web applications error prone? Here are three main reasons that I think make web application development error prone: –Interactivity –Changeability –Diversity

16 Interactivity Web applications are interactive applications –Many errors are due to improper handling of interactions User interaction is not under the control of the developer –The back button of the browser –The user can open a new window –The user can cut and paste the url There are interactions between different software components –browser, server, back-end database One web application can be integration of many applications –Mash-ups, web services

17 Changeability Web applications are updated frequently since the code resides on the server side This is convenient for uploading a new version when there is a change However, this is also a challenge, since frequent updates mean that each new version has to be checked against potential errors

18 Diversity Web applications are developed using a diverse set of languages and technologies. –On the server side: Java, Perl, PHP, Python, Ruby, … –On the client side: HTML, XML, JAvaScript, … –On the back-end database: SQL, Xquery, … There are many web application development frameworks (based on model-view-controller architecture) –Ruby: Ruby on Rails –PHP: CakePHP, Zend –Python: Django, Pylons –Java: Spring, Struts

19 So what is this course about? Formal Models state machine models, logics, process algebras, … Web Software ruby, php, MVC frameworks, … Analysis Tools model checkers, theorem provers, …

20 Course topics We will discuss papers on formal modeling of Navigation constraints interactions Data model Access control Input validation We will use some formal models Hierarchical state machines (statecharts) Relational modeling (Alloy) Process algebras We will use some analysis tools Alloy analyzer Spin model checker

21 Course work I will give several homeworks There will be a class project (two student per project) –Extract a formal model from an existing web application and analyze it using an analysis tool –Two possibilities: Extract a navigation model and analyze it using the Spin model checker Extract a data model and analyze it using the Alloy analyzer In the next lecture I will give some simple examples on how this can be done


Download ppt "CS 290C: Formal Models for Web Software Lecture 1: Introduction Instructor: Tevfik Bultan."

Similar presentations


Ads by Google