News

Exploit Targets Microsoft Access Database

Exploits continue to dog Microsoft programs and applications, as a government agency announced this week that a bug is in the wild that takes advantage of a flaw in Microsoft's Access Database.

The United States Computer Emergency Readiness Team (CERT), a subset of the U.S. Department of Homeland Security, issued an advisory stating that it has become aware of active exploitation using malicious databases, "to possibly install malware or other destructive viral programs."

A hack of the system through Access Database can happen if a database administrator or user opens an .mdb file -- the files most common in relational databases such as Access -- sent as an attachment through an e-mail message. If designed correctly, security experts say the malicious code can infiltrate the workstation running Access and run nefarious code with an elevated privilege level, effectively entering the network through a database.

Like many exploits, code execution in this case is contingent upon what's called buffer overflow, where a program such as Access would be attempting to store data beyond the boundary of fixed-length buffers configured by database administrators. The surplus data, like water spilling out a full cup, overwrites other memory locations causing a system crash and heightening the risks related to any vulnerability.

Security researchers last month discovered a similar buffer overflow bug in the Microsoft Jet DataBase engine, which is used to analyze and distribute Access files on database tables.

But the good news with the latest bug is that IT pros don't have to worry about it and aren't likely to see it unless they're also a database administrator.

"This .mdb file vector is more likely to be used in a targeted attack where the hacker knows the person opening the file is accustomed to using Access and sees these types of files often," said Marc Fossi, a manager at Symantec Security Response. "There have been similar issues in Access before, but on the plus side most people don't deal with these files and wouldn't recognize them."

Moreover, in most enterprise environments DBAs and other administrators are savvy enough to block this file type unless they know exactly where it's from. And in most cases, such files are blocked in both Microsoft Outlook and Internet Explorer.

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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events