Microsoft Knowledge Base Email Alertz

(832483) - Microsoft has released security bulletin MS04-003. The security bulletin contains all the relevant information about the security patch, including file manifest information and deployment options. To view the complete security bulletin, visit the...

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 832483 - Last Review: April 7, 2006 - Revision: 4.0

MS04-003: Buffer overrun in an MDAC function could allow code execution

Microsoft has released security bulletin MS04-003. The security bulletin contains all the relevant information about the security patch, including file manifest information and deployment options. To view the complete security bulletin, visit the following Microsoft Web site:
http://www.microsoft.com/technet/security/bulletin/MS04-003.mspx (http://www.microsoft.com/technet/security/bulletin/MS04-003.mspx)

MORE INFORMATION

After you install this update, the users who have encrypted their temporary files may receive the following error message:
The Logon User Interface DLL Msgina.dll failed to load. Contact your system administrator to replace DLL or restore the original DLL.
For additional information about this error message and how to resolve the problem, click the following article number to view the article in the Microsoft Knowledge Base:
836683  (http://kbalertz.com/Feedback.aspx?kbNumber=836683/ ) "Logon User Interface DLL Msgina.dll failed to load" error message after you install the MS04-003 security update

APPLIES TO
  • Microsoft Data Access Components 2.5 Service Pack 2
  • Microsoft Data Access Components 2.5 Service Pack 3
  • Microsoft Data Access Components 2.6 Service Pack 2
  • Microsoft Data Access Components 2.7
  • Microsoft Data Access Components 2.7 Service Pack 1
  • Microsoft Data Access Components 2.8
Keywords: 
kbfix kbsecvulnerability kbqfe kbsecurity kbsecbulletin kbhotfixserver KB832483
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate

SA Report As Irrelevant  
Written: 7/3/2004 4:12 AM
Hi All, I am working on a COM+ Dll which uses ODBC to Access SQL server 2000 Database. In this COM dll i am using the CDatabase::OpenEx() Function to Open the Database Connection. To avoid keeping the Database Connection Open throughout the COM Dll being Loaded , i was Opening and Closing the Database . But when the Database is Opened more than one time using the OpenEx function of the CDatabase it gives me Buffer Overrun in the DLLHOST.exe . I have tried alot to check if there are any Buffer overrun my program but my Stack Trace shows me that the OpenEx Function fails while it tries to finish its execution. Please if anyone has come across such a problem do let me know , would be a great help. Thanks in Advance SA.