<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
In case this item re: web applicationvulnerabilities is of interest<br><br><div> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div>Allison F. Dolan</div><div>Program Director, Protecting Personally Identifiable Information</div><div>NE49-3021 (mail stop) &nbsp;NE49-3037p (office)</div><div>(617) 252-1461</div><div><a href="http://mit.edu/infoprotect">http://mit.edu/infoprotect</a></div><div><br class="webkit-block-placeholder"></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline"></span></span></span> </div><p style="margin: 0.0px 0.0px 16.0px 0.0px"><font face="Times" size="6" style="font: 24.0px Times">OWASP Issues Top 10 Web Application Security Risks List</font></p><p style="margin: 0.0px 0.0px 16.0px 0.0px"><font face="Times" size="5" style="font: 18.0px Times">Final version of Top 10, published today, focuses on actual risks versus vulnerabilities</font></p><p style="margin: 0.0px 0.0px 16.0px 0.0px"><font face="Geneva" size="4" style="font: 13.0px Geneva">By Kelly Jackson Higgins,&nbsp; <a href="http://www.darkreading.com/"><font color="#0000f0" style="color: #0000f0"><u>DarkReading </u></font></a><br> April 19, 2010 <br> URL:<a href="http://www.darkreading.com/story/showArticle.jhtml?articleID=224400676"><font color="#0000f0" style="color: #0000f0"><u>http://www.darkreading.com/story/showArticle.jhtml?articleID=224400676</u></font></a><br> </font></p><p style="margin: 0.0px 0.0px 16.0px 0.0px"><font face="Times" size="5" style="font: 16.0px Times">The Open Web Application Security Project (OWASP) today issued the final version of its new Top 10 list of application security risks.</font></p><p style="margin: 0.0px 0.0px 16.0px 0.0px"><font face="Times" size="5" style="font: 16.0px Times">The list, which was <a href="http://www.darkreading.com/security/vulnerabilities/showArticle.jhtml?articleID=221700095"><font color="#0000f0" style="color: #0000f0"><u>first unveiled in November at the OWASP conference</u></font></a>, is a departure from OWASP's previous lists, which ranked the most commonly found weaknesses and vulnerabilities in Web applications. OWASP's new list features the most exploitable and likely security risks found in these apps.</font></p><p style="margin: 0.0px 0.0px 16.0px 0.0px"><font face="Times" size="5" style="font: 16.0px Times">OWASP reworked the list to provide developers with more of a reality check and understanding of the real threats, OWASP members say. "This is putting it into perspective...looking at the things that are most likely to be exploited and how useful [this flaw or weakness] would be for an attacker to get access to an application or sensitive information," says Josh Abraham, a member of OWASP who worked on the list and is a security researcher with Rapid7.</font></p><p style="margin: 0.0px 0.0px 16.0px 0.0px"><font face="Times" size="5" style="font: 16.0px Times">The OWASP Top 10 list for 2010 comprises:</font></p> <ul> <li style="margin: 0.0px 0.0px 16.0px 0.0px"><font face="Times" size="5" style="font: 16.0px Times"><b>1.</b> injection <b>2.</b> cross-site scripting (XSS) <b>3.</b> broken authentication and session management <b>4.</b> insecure direct object references <b>5.</b> cross-site request forgery (CSRF) <b>6.</b> security misconfiguration <b>7.</b> insecure cryptographic storage <b>8.</b> failure to restrict URL access <b>9.</b> insufficient transport layer protection <b>10.</b> unvalidated redirects and forwards</font></li> </ul><p style="margin: 0.0px 0.0px 16.0px 0.0px"><font face="Times" size="5" style="font: 16.0px Times">New to the list are security misconfiguration and unvalidated redirects and forwards, all of which are prevalent today. Web redirects typically steer users to other pages and sites, and when the data for the destination pages isn't properly validated, users can be redirected to phishing or malware sites by attackers.</font></p><p style="margin: 0.0px 0.0px 16.0px 0.0px"><font face="Times" size="5" style="font: 16.0px Times">OWASP's Abraham says security misconfiguration in Web applications is becoming more common because there are so many more configuration options for developers. "If they are left vulnerable, then the attacker can go after weaknesses in the framework," he says.</font></p><p style="margin: 0.0px 0.0px 16.0px 0.0px"><font face="Times" size="5" style="font: 16.0px Times">And he's seeing more unvalidated redirects and forwards in apps. "That affects a lot of different organizations. I'm happy to see that in the list this year," Abraham says.</font></p><p style="margin: 0.0px 0.0px 16.0px 0.0px"><font face="Times" size="5" style="font: 16.0px Times">Dropped from previous OWASP lists are malicious file execution and information leakage/improper error-handling. Malicious file execution is still a problem, but now that PHP ships with default security, it's less of a risk, according to OWASP. And while information leakage/improper error-handling remain rampant vulnerabilities, the impact of them isn't usually as critical.</font></p><p style="margin: 0.0px 0.0px 16.0px 0.0px"><font face="Times" size="5" style="font: 16.0px Times">The OWASP Top 10 report -- available for download <a href="http://www.owasp.org/index.php/Top_10"><font color="#0000f0" style="color: #0000f0"><u>here</u></font></a> -- also includes how to assess the possibility that your Web application could be at risk of these types of Web attacks, as well as mitigation tips.</font></p><div><font class="Apple-style-span" face="Times" size="4"><span class="Apple-style-span" style="font-size: 16px;"><br></span></font></div></body></html>