News

Microsoft Releases SQL Server Security Tools

Microsoft released a beta version of its Code Analysis Tool and Anti-Cross Site Scripting Library for developers.

Microsoft on Tuesday released the latest beta versions of its Code Analysis Tool and Anti-Cross Site Scripting Library for developers, a critical part of which is a tool to identify vulnerabilities to SQL injection attacks and other incursions.

Both releases come just days after a zero-day flaw impacting SQL Server 2000 and Microsoft Internet Information Services (IIS) servers emerged.

The flaw, as described by Austria-based SEC Consult advisory, makes it possible for hackers to target the vulnerability remotely on Web sites that link search boxes, customer databases or other Web apps to SQL Server. According to the advisory, the SQL vulnerability can be exploited by an authenticated user with a direct database connection, or via SQL injection in a vulnerable Web application. SEC Consult came to this conclusion after successfully executing arbitrary code on one of its lab machines.

Microsoft is still investigating the flaw, but -- unlike the recently discovered zero-day Internet Explorer bug -- as of Tuesday there were no reports of the vulnerability being exploited in the wild.

However, the release of these tools (designed to complement a previous workaround released in June) comes amid alarming growth in SQL Server injection attacks. Expert say such attacks exploit security vulnerabilities and insert malicious code into a database serving as the back-end of any Web site. While it may not be as urgent as fixing as IE, recovering from a SQL injection attack can be difficult. There are numerous cases of Web site owners cleaning up their database only to be hit again a few hours later because a replicating attack mechanism is written into the coding and can't be wiped off by rebooting or via anti-virus software, as other exploits can.

About the Author

Jabulani Leffall is an award-winning journalist whose work has appeared in the Financial Times of London, Investor's Business Daily, The Economist and CFO Magazine, among others.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube