Why Web services threats require application-level security - Best Security Tips offers daily news, information, advices and tips about spyware, adware, viruses, trojans, web vulnerabilities, hackers, other threats    | Register now | Login
   
TIPS NEWS TOOLS DOWNLOADS MALWARE FORUM BOOKS FREE MAGAZINES FREE WEBCASTS & VIDEOS
Internet security & monitoring for networks - Dld trial!   Get A Free iPod   Bookmark and Share 
Best Tips
Security Scanner
Security Categories
Advertise With Us!
Latest Viruses / Threats
2009/12/24 0:00:00
2009/11/20 9:14:41
2009/11/20 9:14:41
2009/11/20 9:14:41
2009/11/20 9:14:41
Our Partners
Downloads
Web Application Security: Why Web services threats require application-level security  
Author: Max : 2006/11/19 Printer Friendly Page Tell a Friend
Why Web services threats require application-level security 
Hackers will always look for the most exposed victims; those that need the least extent of effort to attack. When nearly all networks built up their perimeter defense, hackers began to target Web applications. Now, with the introduction of application-layer firewalls, hackers are moving on to Web services.

Hackers will always look for the most exposed victims; those that need the least extent of effort to attack. When nearly all networks built up their perimeter defense, hackers began to target Web applications. Now, with the introduction of application-layer firewalls, hackers are moving on to Web services.

Let's review how Web services function, why hackers have started to prey on them and what organizations can do to mitigate this threat.

How Web services function

Web services allow other Internet-connected programs to interact with them by making certain functionalities accessible to other applications. They can range from a complex customer relationship management (CRM) system to a simple stock quote feed. They are built using a collection of protocols and standards such as XML, XML Schema, WSDL (Web Services Description Language) and SOAP (Simple Object Access Protocol), many of which are still evolving, and as with most new technologies, security issues are often overlooked in the early stages of acceptance.

Web services vulnerabilities

Web services face a lot of the same vulnerabilities that Web applications do, such as SQL injection and session theft, but unlike traditional Web page interfaces, Web service programs are far more open, often linking to core enterprise applications and information. This significantly increases their danger profile and makes them a very attractive objective. Web services are usually deployed over HTTP to permit cross-network communication without having to reconfigure firewalls. This could be problematic for networks that use older firewalls, since older firewalls cannot analyze Web service traffic that travels via HTTP.

Web services threat protection


To mitigate Web services threats, enterprises that run Web services should deploy application-level firewalls that can examine XML-based messages. There are some firewalls on the market today that can enforce XML structural rules and validate schema, perform XML virus-checking and protect against XML denial-of-service attacks (XDoS); if available, use them. Additionally, your developers should also be educated on the additional XML-related attack vectors that Web services are vulnerable to, mainly:

  • XML identity threats, updated versions of the traditional identity threats, such as authentication attacks and eavesdropping.

  • Content-borne threats that use actual XML payloads to distribute XML viruses, SQL statements, Unix commands, etc.; and

  • Operational attacks, including XML-level denial-of-service attacks and XML bombs.



Here are some additional rules organizations can use to reduce potential Web services risks:

  • At a bare minimum, use PKI authentication for machine-to-machine communications and SSL for communication security.

  • Develop an ongoing list of resources that will provide you with information about current security problems and software updates relevant to your system and application software, since new infrastructure components are prone to vulnerabilities and must be continuously patched and updated.

  • Upgrade your existing authentication and access control security policies to meet Web services specifications like Web Service Security (WS-Security), which addresses enhancements made to SOAP messaging to protect the message integrity, message confidentiality and message authentication.

  • Keep abreast of the other new standards like XML-Encryption, XML-Schema and XML-Digital Signature that aim to secure Web services traffic. Incorporate these standards into your security policy where appropriate.

  • Finally, find and use a comprehensive guide on how to build secure Web services and Web applications and use it when developing your services. These guides are available from the Open Web Application Security Project.


 
Return to Category | Return To Main Index
Web Application Security: Why Web services threats require application-level security