Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing the poc #1

Open
Synchrowise opened this issue Sep 23, 2018 · 0 comments
Open

Testing the poc #1

Synchrowise opened this issue Sep 23, 2018 · 0 comments

Comments

@Synchrowise
Copy link

Hello ZDI
problem with db file group1

db file group1 can t be repaired

As shown in the images, the group1 file can't even be opened using Access 2010 on a windows 8.0.

Moreover, can't test the POC using vbscript (which by the way, I had to start it in 32bit mode since my computer does't have Jet Engine Driver in 64bit mode. This limitation will reduce the scope of this 0-day by excluding x64 machines that don't have Jet engine drivers in 64bit mode)

Const path = "D:\path\group1"
Set objconnection = CreateObject("ADODB.Connection")
objconnection.Open "Provider = Microsoft.Jet.OLEDB.4.0; Data Source = " & path & "; Persist Security Info=False"

The script returns the following error:
Microsoft JET Database Engine: The Microsoft Jet database engine could not find the object 'Databases'. Make sure the object exists and that you spell its name and the path name correctly.

Is this a compatibility issue with Access 2010? Or do we only need to provide another database name ?

Best Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant