Windows 11 Pro : Vargant up FAILURE : code E_FAIL (0x80004005), component MachineWrap, interface IMachine

On my Windows machine, I am trying to issue vagrant up command for geerlingguy/centos7 on my Windows 11 Pro Insider OS

Versions : (Vagrant 2.3.4, Oracle VirtaulBox Version 7.0.8 r156879 (Qt5.15.2)).
OS settings : Firewall disabled, Antivirus disabled
RAM assigned to VMs : 2GB

No matter what I do, “vagrant up” fails always with the below error. I am unable to find any help on this. Can anyone of you kind helpful folks, help me out.

64f8.1380:   00007ffa4da8e000-00007ffa4da8efff 0x0004/0x0080 0x1000000  \Device\HarddiskVolume3\Windows\System32\ntdll.dll
64f8.1380:   00007ffa4da8f000-00007ffa4db07fff 0x0002/0x0080 0x1000000  \Device\HarddiskVolume3\Windows\System32\ntdll.dll
64f8.1380:   00007ffa4db08000-00007ffa4db09fff 0x0000/0x0080 0x1000000  \Device\HarddiskVolume3\Windows\System32\ntdll.dll
64f8.1380:   00007ffa4db0a000-00007ffffffeffff 0x0001/0x0000 0x0000000
64f8.1380: VBoxHeadless.exe: Differences in section #8 (.rsrc) between file and memory:
64f8.1380:   00007ff7d09525f8 / 0x01125f8: 00 != 50
64f8.1380:   00007ff7d09525f9 / 0x01125f9: 00 != 41
64f8.1380:   00007ff7d09525fa / 0x01125fa: 00 != 44
64f8.1380:   00007ff7d09525fb / 0x01125fb: 00 != 44
64f8.1380:   00007ff7d09525fc / 0x01125fc: 00 != 49
64f8.1380:   00007ff7d09525fd / 0x01125fd: 00 != 4e
64f8.1380:   00007ff7d09525fe / 0x01125fe: 00 != 47
64f8.1380:   00007ff7d09525ff / 0x01125ff: 00 != 58
64f8.1380:   Restored 0xa08 bytes of original file content at 00007ff7d09525f8
64f8.1380: Error (rc=-5607):
64f8.1380: ntdll.dll: SizeOfImage (0x218000) isn't close enough to the mapping size (0x21a000)
64f8.1380: Error (rc=-5607):
64f8.1380: supHardenedWinVerifyProcess failed with -5607: ntdll.dll: SizeOfImage (0x218000) isn't close enough to the mapping size (0x21a000)
64f8.1380: Error -5607 in supR3HardNtChildPurify! (enmWhat=5)
64f8.1380: supHardenedWinVerifyProcess failed with -5607: ntdll.dll: SizeOfImage (0x218000) isn't close enough to the mapping size (0x21a000)

See: Vagrant up fails with supHardenedWinVerifyProcess failed with -5607: ntdll.dll on Windows 11 Pro Insider · Issue #13163 · hashicorp/vagrant · GitHub

Cheers!