Safari security holes
According to a ZDNet news article, Apple has release a patch to correct two security vulnerabilities to it’s Safari Browser.
These flaws, which impacted Windows and Mac OsX systems could lead to cross-site scripting and Remote code execution attacks.
To define these terms:
According to cgisecurity.com:
Cross site scripting (also known as XSS) occurs when a web application gathers malicious data from a user. The data is usually gathered in the form of a hyperlink which contains malicious content within it. The user will most likely click on this link from another website, instant message, or simply just reading a web board or email message. Usually the attacker will encode the malicious portion of the link to the site in HEX (or other encoding methods) so the request is less suspicious looking to the user when clicked on. After the data is collected by the web application, it creates an output page for the user containing the malicious data that was originally sent to it, but in a manner to make it appear as valid content from the website. Many popular guestbook and forum programs allow users to submit posts with html and javascript embedded in them. If for example I was logged in as “john” and read a message by “joe” that contained malicious javascript in it, then it may be possible for “joe” to hijack my session just by reading his bulletin board post. Further details on how attacks like this are accomplished via “cookie theft” are explained in detail below.
From wikipedia.com
The ability to trigger arbitrary code execution from one machine on another is often referred to as remote code execution. In computer security, arbitrary code execution is used to describe an attacker’s ability to execute any commands of the attacker’s choice on a target machine or in a target process. It is commonly used in arbitrary code execution vulnerability to describe a software bug that gives an attacker a way to execute arbitrary code. A program that is designed to exploit such a vulnerability is called an arbitrary code execution exploit. Most of these vulnerabilities allow the execution of machine code and most exploits therefore inject and execute shellcode to give an attacker an easy way to manually run arbitrary commands.
Please remember, no matter what anyone says, no operating system is 100% safe as long as it touches the internet.
Categories: Browser Tags: arbitrary code execution, attacker, computer security, forum programs, hex, hyperlink, instant message, mac osx, malicious content, malicious data, safari, safari browser, security holes, security vulnerabilities, software bug, target machine, valid content, vulnerabilities, web application, web board, wikipedia, zdnet news

