Wednesday, May 20, 2015

FwpsStreamInjectAsync0 bug/leak - Bitdefender (0x4A)

Today I'll be investigating an issue involving Bitdefender, which is turned out to be a Windows bug/issue more than Bitdefender, although there are developmental changes that could be made aside from a hotfix to stop this issue. Bitdefender's 0x4A bug check issue has been prevalent for quite awhile now, but there's little to no documentation on solving it or what's causing it, just a few things to try like updating Bitdefender, uninstalling it, etc
 
First off, taking a look at a non-verifier enabled kernel dump, here's our bug check as discussed:

 10: kd> .bugcheck  
 Bugcheck code 0000004A  
 Arguments 00000000`77a1dc2a 00000000`00000002 00000000`00000000 fffff880`13695b60  

0x4A bug check, essentially implying that the thread which was previously involved in a system call  attempted to return to user mode at an IRQL higher than PASSIVE_LEVEL (zero [0] on x86 and x64).

 10: kd> !irql  
 Debugger saved IRQL for processor 0xa -- 2 (DISPATCH_LEVEL)  

In this case, at the time of the crash, the IRQL was DISPATCH_LEVEL (Two [2] on x86 and x64).

 X64_RAISED_IRQL_FAULT_vsserv.exe_nt!KiSystemServiceExit+245  

The process involved in the IRQL raise was vsserv.exe, Bitdefender's main active protection process.

Let's also go further and dump the address of the system function involved:

 10: kd> !address 0000000077a1dc2a  
 Usage:         VAD  
 Base Address:      00000000`779d0000  
 End Address:      00000000`77b79000  
 Region Size:      00000000`001a9000  
 VA Type:        UserRange  
 VAD Address:      0xfffffa8020d1f830  
 Commit Charge:     0xd  
 Protection:       0x7 [ReadWriteCopyExecute]  
 Memory Usage:      Section [\Windows\System32\ntdll.dll]  
 No Change:       no  
 More info:       !vad 0x779d0000  

We can see its VA type is UserRange, its protection is 0x7 which implies it's R/W/X (or E).

If we run !vad on the VAD Address field, we can see frequent mention of Bitdefender:

 10: kd> !vad 0xfffffa8020d1f830  
 ...  
 fffffa8018c95a70 ( 2)  7fee7980 7fee79c8     6 Mapped Exe EXECUTE_WRITECOPY \Program Files\Bitdefender\Bitdefender 2015\asengines_00015_008\mimepack.dll  
 fffffa802278cb70 ( 3)  7fee79d0 7fee7aa2    69 Mapped Exe EXECUTE_WRITECOPY \Program Files\Bitdefender\Bitdefender 2015\asengines_00015_008\asregex.dll  
 fffffa8018c944e0 ( 0)  7fee7ab0 7fee7bb9     9 Mapped Exe EXECUTE_WRITECOPY \Program Files\Bitdefender\Bitdefender 2015\asengines_00015_008\asmcocr.dll  
 fffffa804d4baa50 ( 2)  7fee7bc0 7fee7dea    259 Mapped Exe EXECUTE_WRITECOPY \Program Files\Bitdefender\Bitdefender 2015\asengines_00015_008\asunicode.dll  
 fffffa8022f25450 ( 3)  7fee7df0 7fee810b    89 Mapped Exe EXECUTE_WRITECOPY \Program Files\Bitdefender\Bitdefender 2015\asengines_00015_008\asemlthin.mdl  
 fffffa8050690e60 ( 1)  7fee8110 7fee8333    86 Mapped Exe EXECUTE_WRITECOPY \Program Files\Bitdefender\Bitdefender 2015\asengines_00015_008\asemlrtr.mdl  
 fffffa8018c0b1e0 ( 2)  7fee8340 7fee8442    81 Mapped Exe EXECUTE_WRITECOPY \Program Files\Bitdefender\Bitdefender 2015\asengines_00015_008\ascore.dll  
 fffffa804f4f7970 ( 3)  7fee8550 7fee8622    69 Mapped Exe EXECUTE_WRITECOPY \Program Files\Bitdefender\Bitdefender 2015\otengines_00350_006\asregex.dll  
 fffffa804e14ff80 (-1)  7fee8630 7fee885a    259 Mapped Exe EXECUTE_WRITECOPY \Program Files\Bitdefender\Bitdefender 2015\otengines_00350_006\asunicode.dll  
 fffffa804f509640 ( 2)  7fee8860 7fee89ef    82 Mapped Exe EXECUTE_WRITECOPY \Program Files\Bitdefender\Bitdefender 2015\otengines_00350_006\ashttprbl.mdl  
 fffffa804f4bfc80 ( 3)  7fee89f0 7fee8cc9    88 Mapped Exe EXECUTE_WRITECOPY \Program Files\Bitdefender\Bitdefender 2015\otengines_00350_006\ashttpph.mdl  
 fffffa80232c0460 ( 1)  7fee8cd0 7fee8dca    82 Mapped Exe EXECUTE_WRITECOPY \Program Files\Bitdefender\Bitdefender 2015\otengines_00350_006\ashttpdsp.mdl  
 fffffa804ce69120 ( 3)  7fee8dd0 7fee8edb    81 Mapped Exe EXECUTE_WRITECOPY \Program Files\Bitdefender\Bitdefender 2015\otengines_00350_006\ashttpbr.mdl  
 fffffa804ce52bb0 ( 2)  7fee8ee0 7fee8fe2    81 Mapped Exe EXECUTE_WRITECOPY \Program Files\Bitdefender\Bitdefender 2015\otengines_00350_006\otcore.dll  
 ...  

Let's use !address and -v together to get nice verbose PTE/PFN/VAD information:

 10: kd> !address -v -map 0x779d0000  
 PXE:  fffff6fb7dbed000 [contains 02e0000763d62867]  
     Page Frame Number: 763d62, at address: fffffa80162b8260  
     Page Location:   6 (ActiveAndValid)  
     PTE Frame:     0000000000763e3c  
     Attributes:     M:Modified,Cached  
     Usage:       PPEs Process fffffa8020d96b10 [vsserv.exe], Entries:5  
 PPE:  fffff6fb7da00008 [contains 18700007641ad867]  
     Page Frame Number: 7641ad, at address: fffffa80162c5070  
     Page Location:   6 (ActiveAndValid)  
     PTE Frame:     0000000000763d62  
     Attributes:     M:Modified,Cached  
     Usage:       PDEs Process fffffa8020d96b10 [vsserv.exe], Entries:31  
 PDE:  fffff6fb40001de0 [contains 0370000764ab6867]  
     Page Frame Number: 764ab6, at address: fffffa80162e0220  
     Page Location:   6 (ActiveAndValid)  
     PTE Frame:     00000000007641ad  
     Attributes:     M:Modified,Cached  
     Usage:       PTEs Process fffffa8020d96b10 [vsserv.exe], Entries:159  
 PTE:  fffff680003bce80 [contains 82a000079e2d4025]  
     Page Frame Number: 79e2d4, at address: fffffa8016da87c0  
     Page Location:   6 (ActiveAndValid)  
     PTE Frame:     000000000079ec0c  
     Attributes:     P:Prototype,Cached  
     Usage:       MappedFile CA:fffffa801f3a3010 [\Windows\System32\ntdll.dll]  
 Type:  Valid  
 Attrs: Private,NormalPage,NotDirty,NotDirty1,Accessed,User,NotWritable,NotWriteThrough  
 PFN:  79e2d4  

Overall, we can see vsserv.exe is listed as active and valid within the page regarding its location, as well as ntdll being involved with memory usage:

 10: kd> !vad 0x779d0000  
 VAD       level   start   end  commit  
 fffffa8020d1f830 (-1)    779d0   77b78    13 Mapped Exe EXECUTE_WRITECOPY \Windows\System32\ntdll.dll  

Throughout all of the 0x4A Bitdefender related crashes, the NT kernel was labeled as the fault:

 Probably caused by : ntkrnlmp.exe  

Given we're seeing ntdll, we can likely imagine the reason for the NT kernel being blamed as being the fault of the crash is because most of the API from ntdll is implemented in the NT kernel variants, with this being ntkrnlmp.exe because this system has a multi-processor without physical address extension configuration.

 10: kd> vertarget  
 Windows 7 Kernel Version 7601 (Service Pack 1) MP (12 procs) Free x64  
 Product: WinNt, suite: TerminalServer SingleUserTS  
 Built by: 7601.18839.amd64fre.win7sp1_gdr.150427-0707  
 Machine Name:  
 Kernel base = 0xfffff800`03064000 PsLoadedModuleList = 0xfffff800`032ab730  
 Debug session time: Fri May 15 09:00:27.644 2015 (UTC - 4:00)  
 System Uptime: 0 days 16:20:00.892  

So regarding processor #10, that's probably as far as we're going to go considering it's the bug check thread and there's no information really whatsoever.

 10: kd> k  
 Child-SP     RetAddr      Call Site  
 fffff880`13695928 fffff800`030d7e69 nt!KeBugCheckEx  
 fffff880`13695930 fffff800`030d7da0 nt!KiBugCheckDispatch+0x69  
 fffff880`13695a70 00000000`77a1dc2a nt!KiSystemServiceExit+0x245  
 00000000`2798f908 00000000`00000000 0x77a1dc2a  

All we can see if we're exiting user-mode code using the KiSystemServiceExit function, and we go off the rails right there - KiSystemServiceExit+0x245. This function is in charge of handling the various call-styles used to enter kernel-mode, and then returning to user-mode.

With that said, let's switch to the other processor within the system that was involved and see what's going on at the time of the crash. To find out the active processors on the specific system, we'll use !running:

 10: kd> !running  
 System Processors: (0000000000000fff)  
  Idle Processors: (00000000000003ff) (0000000000000000) (0000000000000000) (0000000000000000)  
     Prcbs       Current     (pri) Next      (pri) Idle  
  10  fffff880038c9180 fffffa8021c85b50 ( 9)            fffff880038d41c0 ................  
  11  fffff8800393b180 fffffa8021c91060 ( 9)            fffff880039461c0 ................  

We can see our processors are #10 and #11. We've explored #10, so let's check #11. The reason 0-9 aren't listed is because they're idle.

 11: kd> knL  
  # Child-SP     RetAddr      Call Site  
 00 fffff880`03969e20 fffff880`0584f75e e1c62x64+0x558e  
 01 fffff880`03969e50 fffff880`0584ff1f e1c62x64+0x2075e  
 02 fffff880`03969ec0 fffff880`0584fb43 e1c62x64+0x20f1f  
 03 fffff880`03969f70 fffff880`0584fa49 e1c62x64+0x20b43  
 04 fffff880`03969fa0 fffff800`0301f62f e1c62x64+0x20a49  
 05 fffff880`03969fe0 fffff880`01a0c600 hal!HalBuildScatterGatherList+0x203  
 06 fffff880`0396a050 fffff880`0584ffb2 ndis!NdisMAllocateNetBufferSGList+0x110  
 07 fffff880`0396a0f0 fffff880`05850649 e1c62x64+0x20fb2  
 08 fffff880`0396a150 fffff880`0585028e e1c62x64+0x21649  
 09 fffff880`0396a1b0 fffff880`01ac84f1 e1c62x64+0x2128e  
 0a fffff880`0396a1f0 fffff880`01a0c4d4 ndis!ndisMSendNBLToMiniport+0xb1  
 0b fffff880`0396a250 fffff880`05c6d6b8 ndis!NdisFSendNetBufferLists+0x64  
 0c fffff880`0396a290 fffff880`05c6d92c bdfndisf6+0x16b8  
 0d fffff880`0396a2f0 fffff880`05c6df4b bdfndisf6+0x192c  
 0e fffff880`0396a380 fffff880`01a0c4d4 bdfndisf6+0x1f4b  
 0f fffff880`0396a480 fffff880`00c16199 ndis!NdisFSendNetBufferLists+0x64  
 10 fffff880`0396a4c0 fffff880`01a0c419 pacer!PcFilterSendNetBufferLists+0x29  
 11 fffff880`0396a5c0 fffff880`01ac85d5 ndis!ndisSendNBLToFilter+0x69  
 12 fffff880`0396a620 fffff880`01c60eb6 ndis!NdisSendNetBufferLists+0x85  
 13 fffff880`0396a680 fffff880`01c67895 tcpip!IpNlpFastSendDatagram+0x496  
 14 fffff880`0396aa30 fffff880`01c68450 tcpip!TcpTcbSend+0x495  
 15 fffff880`0396acb0 fffff880`01c671a8 tcpip!TcpEnqueueTcbSendOlmNotifySendComplete+0xa0  
 16 fffff880`0396ace0 fffff880`01b30267 tcpip!TcpEnqueueTcbSend+0x258  
 17 fffff880`0396ad90 fffff880`01b35f5d NETIO!StreamInjectRequestsToStack+0x287  
 18 fffff880`0396ae60 fffff880`01b376b4 NETIO!StreamPermitDataHelper+0x5d  
 19 fffff880`0396ae90 fffff800`030e41dc NETIO!StreamPermitRemoveDataDpc+0x84  
 1a fffff880`0396af00 fffff800`030db335 nt!KiRetireDpcList+0x1bc  
 1b fffff880`0396afb0 fffff800`030db14c nt!KyRetireDpcList+0x5  
 1c fffff880`13abf190 fffff800`0312371c nt!KiDispatchInterruptContinue  
 1d fffff880`13abf1c0 fffff800`030c2aec nt!KiDpcInterrupt+0xcc  
 1e fffff880`13abf350 fffff880`01b383aa nt!KeInsertQueueDpc+0x1dc  
 1f fffff880`13abf3e0 fffff880`01b3b468 NETIO!StreamPermitData+0x13a  
 20 fffff880`13abf450 fffff880`01b3b99a NETIO!StreamInternalClassify+0x1a8  
 21 fffff880`13abf520 fffff880`01b3bd8e NETIO!StreamInject+0x1ca  
 22 fffff880`13abf5f0 fffff880`01b91df3 NETIO!FwppStreamInject+0x12e  
 23 fffff880`13abf680 fffff880`05c9aaf1 fwpkclnt!FwpsStreamInjectAsync0+0xcf  
 24 fffff880`13abf6e0 fffff880`05c9bce3 bdfwfpf+0x2af1  
 25 fffff880`13abf780 fffff880`05ca469c bdfwfpf+0x3ce3  
 26 fffff880`13abf7c0 fffff880`05ca4d0a bdfwfpf+0xc69c  
 27 fffff880`13abf840 fffff880`05c9ebb3 bdfwfpf+0xcd0a  
 28 fffff880`13abf8a0 fffff800`033f3e47 bdfwfpf+0x6bb3  
 29 fffff880`13abf8d0 fffff800`033f46a6 nt!IopXxxControlFile+0x607  
 2a fffff880`13abfa00 fffff800`030d7b53 nt!NtDeviceIoControlFile+0x56  
 2b fffff880`13abfa70 00000000`77a1dc2a nt!KiSystemServiceCopyEnd+0x13  
 2c 00000000`27a9f928 00000000`00000000 0x77a1dc2a  

I used knL as opposed to the other stack dump commands as I wanted to get the frame # feature for reference reasons.

Starting at frame # 2a, we can see the NtDeviceIoControlFile function calls IopXxxControlFile. The latter function appears to be undocumented, so I'm unsure as to what it does. What I do know is, the NtDeviceIoControlFile function is ultimately used to build descriptors for a driver. I imagine it's using the IopXxxControlFile function to aid in passing such to the driver.

Also, for what it's worth, although NtDeviceIoControlFile has since been superseded by DeviceIoControl, the former native function provides more information that may be beneficial to the caller (especially for debugging purposes). This is likely why Bitdefender chose to use the former function instead.

 11: kd> ln nt!IopXxxControlFile  
 (fffff800`033f3840)  nt!IopXxxControlFile   
 (fffff800`033f4650)  nt!NtDeviceIoControlFile  
 Exact matches:  
   nt!IopXxxControlFile (<no parameter info>)  

If we disassemble this function, we can wade through some of the stuff and find some of the interesting tidbits:

 11: kd> u fffff800`033f3840 fffff800`033f4650  
 fffff800`033f3956 e845c5ffff   call  nt!ProbeForWrite (fffff800`033efea0)  
 fffff800`033f39b7 e81498fdff   call  nt!ObReferenceObjectByHandleWithTag (fffff800`033cd1d0)  
 fffff800`033f3b05 e84688cfff   call  nt!IoGetRelatedDeviceObject (fffff800`030ec350)  
 fffff800`033f402a e8d130cdff   call  nt!IoGetAttachedDevice (fffff800`030c7100)  
 fffff800`033f3c01 e88a7bcfff   call  nt!IoAllocateIrp (fffff800`030eb790)  
 fffff800`033f40d1 e82af9cfff   call  nt!IoAllocateMdl (fffff800`030f3a00)  

So after neatly putting together this disassembly of sorts, we can see that this is indeed how the NtDeviceIoControlFile function is passing on the buffer and such to the driver.

The IoAllocateMdl function in this specific case is used to ultimately associate the MDL with an IRP, which is why we call into the IoAllocateIrp function, to of course assign the IRP. IoGetAttachedDevice is called likely to return a pointer to the devobj, with help from the IoGetRelatedDeviceObject function to probably obtain the devobj from the file system driver stack.

ObReferenceObjectByHandleWithTag is called to increment the reference count of the object, and to write a four-byte value known as a "tag" so it can support object reference tracing for debugging purposes. Finally, the ProbeForWrite function is called to ensure that a user-mode buffer meets the following:

  • Resides in the user-mode portion of the address space.
  • Is writeable.
  • Is correctly aligned.

As all appears to have went well, we can see the driver we were ultimately building and passing descriptors to/for was bdfwfpf.sys, which is Bitdefender's firewall filter driver. As it's a driver in charge of a firewall, it of course uses the WFP API (Windows Filtering Platform) to achieve its goals (not just filtering and monitoring).

We can confirm this easily by looking at the very first driver/function call after Bitdefender's firewall, which is fwpkclnt.sys. Specifically, Bitdefender's firewall driver called it to inject new/cloned data to the data stream. Directly afterwords we have calls from the Network I/O Subsystem to continue the injecting, which is because fwpkclnt.sys exports kernel-mode functions, as opposed to fwpuclnt.dll which exports and handles the user-mode side.

To handle and/or continue the injection into the data stream, it looks like DPC(s) are used to handle it by calling KeInsertQueueDpc to create a queued DPC for execution.

 11: kd> !dpcs  
 CPU Type   KDPC    Function  
 10: Normal : 0xfffffa806a7b7cb0 0xfffff88001b37630 NETIO!StreamPermitRemoveDataDpc  

-- After discussion with a fellow kernel-debugger friend of mine, we also thought that the IRQL was possibly DISPATCH_LEVEL due to the multiple injections, etc, therefore Windows deferred it to a DPC. Given this possibly being the case, when the DPC was to be worked on, the system service finished but the IRQL is still DISPATCH_LEVEL. Since that was the case, we get a bug check.

We continue through netio.sys' functions regarding the data stream injection, ultimately injecting the request to the stack and going through a few tcpip.sys functions.

To continue sending the data along, NDIS' NdisSendNetBufferLists function is called, and NDIS' filter driver (which I believe is pacer.sys), called NdisFSendNetBufferLists to send the list of network data buffers back to Bitdefender's firewall driver.

Bitdefender's firewall driver then calls into NDIS' network data buffer sending functions to send the list to the user's network miniport driver, e1c62x64.sys (Intel(R) 82579V Gigabit Network Connection). The network miniport driver then calls NDIS' NdisMAllocateNetBufferSGList function to obtain a scatter/gather list for the network data for the associated NET_BUFFER structure.

In order to do so, NDIS needs to call the HAL, which we can see through the function HalBuildScatterGatherList. What is supposed to happen next is, the HAL builds the scatter/gather list, and we go on through various registered miniport functions. However, this did not happen, and we go off the rails on frame #00 with a call to the miniport driver.

So, where's our problem? Frame #23:

 23 fffff880`13abf680 fffff880`05c9aaf1 fwpkclnt!FwpsStreamInjectAsync0+0xcf  

FwpsStreamInjectAsync0, the function in charge of injecting TCP data segments into a TCP data stream, is the issue. How so? Well, let's get dirty once again.

Using the NDIS debugging extension (!ndiskd), we can get a lot of information to help us here. On its lonesome, !ndiskd isn't too special. However, when we use !ndiskd.miniport, it gets fun.

 11: kd> !ndiskd.miniport  
   MiniDriver     Miniport      Name                   
   fffffa8020c71cd0  fffffa8018c281a0  RAS Async Adapter  
   fffffa801f844cd0  fffffa801f8771a0  SonicWALL NetExtender Adapter  
   fffffa801f862840  fffffa801f86b1a0  WAN Miniport (SSTP)  
   fffffa801f84bb70  fffffa801f8671a0  WAN Miniport (PPTP)  
   fffffa801f837c30  fffffa801f8631a0  WAN Miniport (PPPOE)  
   fffffa801f8409b0  fffffa801f85e1a0  WAN Miniport (IPv6)  
   fffffa801f8409b0  fffffa801f85a1a0  WAN Miniport (IP)  
   fffffa801f8409b0  fffffa801f8561a0  WAN Miniport (Network Monitor)  
   fffffa801f835cd0  fffffa801f8411a0  WAN Miniport (L2TP)  
   fffffa801f82f820  fffffa801f83d1a0  WAN Miniport (IKEv2)  
   fffffa801f664020  fffffa801f7b81a0  Intel(R) 82579V Gigabit Network Connection  
   fffffa801f5cb9e0  fffffa801f5e61a0  Teredo Tunneling Pseudo-Interface  
   fffffa801f5cb9e0  fffffa801f5e21a0  Microsoft ISATAP Adapter #2  
   fffffa801f5cb9e0  fffffa801f5de1a0  Microsoft ISATAP Adapter  
   fffffa801f5cb9e0  fffffa801f5d61a0  Microsoft 6to4 Adapter  

So we know that our miniport involved in all of this was the Intel Gigabit, so let's look at that one:

 11: kd> !ndiskd.minidriver fffffa801f664020  
 MINIPORT DRIVER  
   e1cexpress  
   Ndis handle    fffffa801f664020  
   Driver Context   NULL  
   DRIVER_OBJECT   fffffa801f7b6e70  
   Driver image    e1c62x64.sys  
   Registry path   \REGISTRY\MACHINE\SYSTEM\ControlSet001\services\e1cexpress  
   Reference Count  2  
   Flags       [No flags set]  
 MINIPORTS  
   Miniport                                    
   fffffa801f7b81a0 - Intel(R) 82579V Gigabit Network Connection  

If we take a look at the miniport address:

 11: kd> !ndiskd.miniport fffffa801f7b81a0  
 MINIPORT  
   Intel(R) 82579V Gigabit Network Connection  
   Ndis handle    fffffa801f7b81a0  
   Ndis API version  v6.20  
   Adapter context  fffffa801f990000  
   Miniport driver  fffffa801f664020 - e1cexpress v12.6  
   Network interface fffffa8019c8c870  
   Media type     802.3  
   Device instance  PCI\VEN_8086&DEV_1503&SUBSYS_849C1043&REV_06\3&11583659&0&C8  
   Device object   fffffa801f7b8050  More information  
   MAC address    e0-3f-49-78-a1-dd  

 STATE  
   Miniport      Running  
   Device PnP     Started  
   Datapath      Normal  
   Interface     Up  
   Media       Connected  
   Power       D0  
   References     0n10  
   Total resets    0  
   Pending OID    None  
   Flags       BUS_MASTER, 64BIT_DMA, SG_DMA, DEFAULT_PORT_ACTIVATED,  
             SUPPORTS_MEDIA_SENSE, DOES_NOT_DO_LOOPBACK,  
             MEDIA_CONNECTED  
   PnP flags     PM_SUPPORTED, DEVICE_POWER_ENABLED,  
             DEVICE_POWER_WAKE_ENABLE, RECEIVED_START,  
             HARDWARE_DEVICE  

 BINDINGS  
   Protocol list   Driver       Open        Context        
   RSPNDR       fffffa8021b39cf0  fffffa8021b608d0  fffffa8021b62010  
   LLTDIO       fffffa8021b1a8f0  fffffa8021b528d0  fffffa8021b361b0  
   TCPIP6       fffffa801d05c2c0  fffffa801fb13010  fffffa801fb0b010  
   TCPIP       fffffa8019c7b890  fffffa801fb08580  fffffa801fb03ba0  
   Filter list    Driver       Module       Context        
   WFP LightWeight Filter-0000  
             fffffa801f59f010  fffffa801faff660  fffffa801faff400  
   QoS Packet Scheduler-0000  
             fffffa801f5ab930  fffffa801fb00780  fffffa801f9d3010  
   BitDefender Firewall NDIS6 Filter Driver-0000  
             fffffa801f574d40  fffffa801fb04c80  fffffa801fb04850  

We get a lot of good information, and can see that Bitdefender's firewall filter driver is/was involved with this miniport. We know this, because we saw it all happening in the stack, but this just confirms it.

Anyway, what's next? Well, let's check for any pending NBLs (NET_BUFFER_LISTS):

 11: kd> !ndiskd.pendingnbls fffffa801f7b81a0  
 PHASE 1/3: Found 23 NBL pool(s).           
 PHASE 2/3: Found 512 freed NBL(s).                    
   Pending Nbl    Currently held by                      
   fffffa80593c82c0  fffffa801f7b81a0 - Intel(R) 82579V Gigabit Network Connection [Miniport]            
 PHASE 3/3: Found 1 pending NBL(s) of 789 total NBL(s).             
 Search complete.  

Ah ha, we have one held by the miniport driver that was involved in passing data to Bitdefender's firewall filter driver. Let's look at the pending NBL:

 11: kd> !ndiskd.nbl fffffa80593c82c0  
   NBL        fffffa80593c82c0  Next NBL      NULL  
   First NB      fffffa80593c83f0  Source       fffffa801fb08580 - TCPIP   

From here we can take a direct look at the NBL:

 11: kd> dt _NET_BUFFER_LIST fffffa80593c82c0  
 ndis!_NET_BUFFER_LIST  
  _NET_BUFFER_LIST  
   +0x000 Next       : (null)   
   +0x008 FirstNetBuffer  : 0xfffffa80`593c83f0 _NET_BUFFER  
   +0x000 Link       : _SLIST_HEADER  
   +0x010 Context     : 0xfffffa80`593c84a0 _NET_BUFFER_LIST_CONTEXT  
   +0x018 ParentNetBufferList : (null)   
   +0x020 NdisPoolHandle  : 0xfffffa80`1cfe6080 Void  
   +0x030 NdisReserved   : [2] (null)   
   +0x040 ProtocolReserved : [4] 0x746c6100`00000001 Void  
   +0x060 MiniportReserved : [2] 0xfffffa80`1f990000 Void  
   +0x070 Scratch     : (null)   
   +0x078 SourceHandle   : 0xfffffa80`1fb08580 Void  
   +0x080 NblFlags     : 0  
   +0x084 ChildRefCount  : 0n0  
   +0x088 Flags      : 0x100  
   +0x08c Status      : 0n0  
   +0x090 NetBufferListInfo : [19] 0x00000000`00220015 Void  

What appears to be happening here is multiple NBLs in a chain are being passed, the FwpsStreamInjectAsync0 function is called to pass Bitdefender's data, and then the chain is broken as the call goes on (see the NBL next member is zeroed out/null).

Possibly a fix (in Bitdefender's case) is to avoid multiple injections inside the stream callout routine, possibly taking NBLs in a chain and calling the FwpsStreamInjectAsync0 function just ONCE for each callout routine execution. Unsure, kernel development isn't my strong point : )

A fix for user's is to install this hotfix and hope it works, as it should. Overall, maybe Bitdefender instead of making any developmental changes could just raise awareness for this issue, like creating a well explained documentation page with a link to the hotfix. I think developmental changes would be a better workaround.

294 comments:

  1. Wow! Very informative

    ReplyDelete
    Replies
    1. GOOD Day !

      USA Fresh & Verified SSN Leads with best connectivity
      All Leads have genuine & valid information

      **HEADERS IN LEADS**
      First Name | Last Name | SSN | Dob | DL Number |Address | State | City | Zip | Phone Number | Account Number | Bank NAME

      *Price for SSN lead $2
      *You can ask for sample before any deal
      *If anyone buy in bulk, we can negotiate
      *Sampling is just for serious buyers

      ==>ACTIVE & FRESH CC FULLZ ALSO AVAILABLE<==
      ->$5 PER EACH

      ->Hope for the long term deal
      ->Interested buyers will be welcome

      **Contact Information 24/7**
      Whatsapp > +923172721122
      Email > leads.sellers1212@gmail.com
      Telegram > @leadsupplier
      ICQ > 752822040

      Delete
  2. Hi Patrick.

    You seem to be the main guy on the Microsoft forums for my problem. Would you be willing to take a look at my problem please? Also, sorry to contact you this way.

    http://answers.microsoft.com/en-us/windows/forum/windows8_1-update/bsod-kerneldatainpageerror-randomly-on-windows-81/b20df1aa-4e66-4709-9f8e-99b142c318c4?tm=1438271588613

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. Such a very useful article. Very interesting to read this article.I would like to thank you for the efforts. Windows Help Number UK @0800-090-3228

    ReplyDelete
  5. Replies
    1. Great read guys! Thank you for sharing! Anyway anyone from Singapore here? Interested in property investment? I saw a few property launches that has got huge potential. Anyway keen to know more? Click on the link below!

      Location
      DainTree Residence
      daintree residence balance units

      whistler grand condo singapore
      whistler grand Singapore site plan
      whistler grand floor plan plan

      jadescape site plan
      jadescape condo singapore
      jadescape balance unit

      Delete
  6. Air Conditioning Gainesville Great blog. It has great information. Thanks for sharing it.

    ReplyDelete
  7. I simply couldn’t depart your site before suggesting that I really enjoyed the usual information an individual supply in your visitors? Is going to be again steadily to check out new posts....
    AWS Training in Chennai

    ReplyDelete
  8. Thank you for your whole labor on this web site. Betty take interest in making time for investigation and it's really easy to understand why. I learn all relating to the powerful form you give both interesting and useful guides via your web site and as well attract contribution from others on the concept and our daughter has always been discovering a lot. Have fun with the rest of the year. You have been performing a terrific job. return America to greatness

    ReplyDelete
  9. Making the assumption that Kennedy was "great" when his ranking is often not even in the top 10- plus you have the sympathy factor -- those presidents assasinated in office tend to get ranked higher than they probably should be.

    old-fashioned Conservative values and beliefs

    ReplyDelete
  10. Rather the smooth performance of your Hotmail account, it gets interrupted with a lot of technical issues. It is suggested that the outside support is best in this matter. And if you too feel so than the tech supporters at Hotmail Help Number UK are the amazing tech support providers in the market.
    Hotmail Help Number UK

    ReplyDelete
  11. شركة تركيب اثاث ايكيا بالرياض
    فني تركيب اثاث ايكيا بالرياض
    طريقة تركيب اثاث ايكيا
    عامل تركيب اثاث ايكيا بالرياض
    شركة تركيب ستائر بالرياض
    عامل تركيب ستائر بالرياض
    فني تركيب ستائر بالرياض
    شركة تركيب غرف نوم بالرياض
    فني تركيب غرف نوم بالرياض
    طريقة تركيب غرف النوم الصيني
    شركة تركيب باركية بالرياض
    ارخص تركيب باركية بالرياض
    شركة تركيب عفش بالرياض
    شركة تنظيف مكيفات بالرياض
    عملائنا الكرام اذا كنت تبحث عن افضل واقوي شركة تركيب اثاث فى هذا المجال كما انها تتميز بالصدارة بين الكثير من الشركات المتواجدة في الرياض
    شركة تركيب اثاث ايكيا بالرياض
    كما اننا نتميز عن باقي الشركات بأننا لدينا افضل الطرق وافضل الادوات والمعدات فى تركيب غرف النوم الصيني
    كما اننا متقدمين عملائنا الكرام بتقديم افضل خدمات تركيب اثاث ايكيا بالرياض مع توفير امهر الفنيين في تركيب اثاث ايكيا كما اننا نعلم جيدا تعدد حاجات عملائنا من احتياج الفنيين والمتخصصين في عمليات فك وتركيب اثاث ايكيا بالرياض واحتاجهم لتواجد المساعدين لانجاز مهامهم بدقة وعلي اكمل وجة ممكن
    كما اننا نقدم العديد من الديكورات المختلفة والتصميمات الساحرة واحدث الالوان العصرية التي لن تجدوها الا من خلال خبراء المملكة لتركيب الاثاث كما اننانوفرها بأحدث الموديلات التي تتناسب مع احتياجات جميع عملائنا
    فأننا نحيط علمكم اذا كنت تريد تركيب اي اثاث في منزلك فلديك خبراء المملكة

    ReplyDelete
  12. If you feel annoyed of any technical error you find in McAfee security, you should find the correct way to resolve it. If that won’t manage your problem, you can ask it from the well trained team of technicians at McAfee Helpline Number UK and fix your problems instantly.
    McAfee Help Number UK
    McAfee Helpline Number UK
    McAfee Phone Number UK

    ReplyDelete
  13. i have done one link that link provide to the madarsi result 2019.madarsa result 2019

    ReplyDelete
  14. Here is a page for all tourists around the world who wants to travel to Iran and wants to know more about iran tourism attractions. Whether you decide to have an Iran travel by yourself or your family and friends or you want to take a tour from agencies with provided Iran tourism packages we can help you with it.

    ReplyDelete
  15. Awesome article for all the readers very nice content really i love the matter Happy New Year 2019 for upcoming New Year celebrations,very nice thoughts,Thanks a lot.
    Happy New Year 2019
    Happy New Year 2019
    Happy New Year 2019
    Happy New Year 2019 Images
    Happy New Year 2019
    RRB Group D Result
    IPL 2019 Schedule

    ReplyDelete
  16. Great Blog... The information you shared is very effective for learners I have got some important suggestions from it, Keep Sharing such a nice blog.

    BIM documentation in USA
    REVERSE ENGINEERING

    ReplyDelete
  17. JNVSHQ proposed two types of Navodaya Admit Card 2019 class 6th
    download process. One is direct download from jnv admissions website, second is getting a print from Apna CSC (Common Service Center).

    ReplyDelete
  18. Looking to add extra style to your content, make use of our strikethrough Text Generator to add amazing line through text in desired platform. Strikethrough in Google Docs.

    ReplyDelete
  19. BSNL Speed Test:- Today the high-speed internet is considered as the most important requirement of an internet connection. It ensure comfort Bsnl speedtest.


    bsnl internet speed test

    ReplyDelete
  20. This comment has been removed by the author.

    ReplyDelete
  21. This comment has been removed by the author.

    ReplyDelete
  22. Replies
    1. Great read guys! Thank you for sharing! Anyway anyone from Singapore here? Interested in property investment? I saw a few property launches that has got huge potential. Anyway keen to know more? Click on the link below!

      Daintree Residence Location
      DainTree Residence Singapore
      daintree residence balance unit

      whistler grand condo
      whistler grand singapore
      whistler grand site plan

      jadescape location
      jadescape singapore
      jadescape condo

      Delete
  23. Replies
    1. Great read guys! Thank you for sharing! Anyway anyone from Singapore here? Interested in property investment? I saw a few property launches that has got huge potential. Anyway keen to know more? Click on the link below!

      Location
      DainTree Residence
      daintree residence balance units

      whistler grand condo singapore
      whistler grand Singapore site plan
      whistler grand floor plan plan

      jadescape site plan
      jadescape condo singapore
      jadescape balance unit

      Delete
  24. Ac market is additionally one of the Wonderful applications, and it is an imitation to the Google Play store. Ac market apk is an informal application, and it isn't always reachable in the Google Play store. This Ac market downloading software offers all of you broke altered diversion applications for nothing of expense.

    ReplyDelete
  25. Thanks for the great piece of information, check here for Copa America 2019 Locations

    Thanks for the information, check here for Copa America 2019 Trophy

    ReplyDelete
  26. Thank you so much for the detailed article.Thanks again.
    clipping path service
    clipping path

    ReplyDelete

  27. Thanks for sharing, very informative blog.
    ReverseEngineering

    ReplyDelete
  28. Thanks for sharing, very informative blog.
    ReverseEngineering

    ReplyDelete
  29. Thanks for sharing an article like this. The information which you have provided is better than another blog.
    fitness tracker review
    tactic air drone review
    video doorbell review

    echobeat reviews

    ReplyDelete
  30. Hey, this is amazing content. thank you for sharing.
    ReverseEngineering

    ReplyDelete
  31. If you need to download Bitdefender antivirus free edition then in that case go to the Bitdefender official website from there click the download button and then get the file downloaded and then run the installer in order to complete the installation procedure.
    Bitdefender Help Number UK

    ReplyDelete

  32. In case you're utilizing the Gmail email administration for business correspondence, it winds up important to fix the issues as fast as could reasonably be expected. If your problem is still occur and solved then you can Call +1-877-637-1326 Gmail Password Recovery Toll Free Number for instant solution for Gmail Related Errors and Problems.

    ReplyDelete
  33. This comment has been removed by the author.

    ReplyDelete
  34. https://www.newyearseve20.blogspot.com

    ReplyDelete
  35. This comment has been removed by the author.

    ReplyDelete
  36. Thanks a lot for sharing it, that’s truly has added a lot to our knowledge about this topic. Have a more success ful day. Amazing write-up, always find something interesting.
    Thanks
    BBL 2019-20 Prediction Reports
    BBL 2019-20 Betting Tips
    Match Prediction
    Sure Winner Prediction
    Ball to Ball Match Prediction
    Cricket Betting Tips

    ReplyDelete
  37. This comment has been removed by the author.

    ReplyDelete
  38. If you need to buy Bitdefender for the protection of your system then you can easily get it done from the Bitdefender online store. The user just needs to click the “buy now” link given under the product that you want to purchase. If you still need more information then ask for it from the team of trained and certified experts.

    ReplyDelete
  39. تابلو دیواری
    http://royamode.ir/
    هدیه تولد
    https://wistore.ir
    پانل بر
    https://khooger.plus/machinery/%D9%BE%D8%A7%D9%86%D9%84-%D8%A8%D8%B1
    کابینت
    https://khooger.plus/%D9%85%D8%A8%D9%84%D9%85%D8%A7%D9%86-%DA%86%D9%88%D8%A8%DB%8C-%D8%B3%D8%A7%D8%AE%D8%AA%D9%85%D8%A7%D9%86/%DB%8C%D9%88%D9%86%DB%8C%D8%AA-%D9%88-%DA%A9%D8%A7%D8%A8%DB%8C%D9%86%D8%AA

    ReplyDelete
  40. You need to take part in a contest for one of the greatest sites on the net. I'm going to highly recommend this blog!

    Check out more Interesting prizes...

    kbc winner
    kbc winner
    kbc lottery winner 2019
    kbc head office number
    airtel lottery winner
    idea lottery winner
    jio lottery winner
    vodafone lottery winner

    ReplyDelete
  41. If you need to uninstall Bitdefender from Mac then in that case it is advisable that the user open windows and then click the empty space that appeared on the screen then from the menu bar click “utilities.” If you still need more information then ask for it from the team of trained and certified experts they can be asked for help and support as and when needed.
    Bitdefender Help UK

    ReplyDelete
  42. Davis Cup began in 1900 as a competition between USA and Great Britain. It's now the world's largest annual international team competition in sport, with 133 nations entering in 2019. 2019 Davis Cup Final Live TV Streaming

    ReplyDelete
  43. Yahoo mail has been one of the free webmail service providers by which the users send and receive emails from the other users. However, some of its users are having with the issue of their Yahoo mail not receiving email while accessing their account. If you are unable to resolve this issue, feel free to ask one of our Yahoo experts immediately.

    ReplyDelete
  44. TutuApp is a trending app nowadays because it contains many new and good features of games, music, etc. TutuApp APK
    Tutu App

    ReplyDelete
  45. redboxtv
    redbox tv
    redboxtv app
    redboxtv download
    because it contains many new and good features of games, music, etc.

    ReplyDelete
  46. Got confused in proceeding the activation setup for your Roku account? This instruction might help you to proceed with the activation with the clear steps. Complete all the initial setup like setting the preferred location, language, and wireless setup. Once done visit the Roku site and create the account by entering the required credentials. You will receive the activation code on the Roku screen. Visit the Roku.com/link and enter the Roku account activation code displayed on the Roku screen. For further details get in touch with our customer support team@ +1-844-489-7600

    ReplyDelete
  47. Thanks for sharing the Blog it is a very important and interesting topic in which peoples are receiving great information and very helpful.
    offshore engineering services noida

    ReplyDelete
  48. Find it as a very great article for today’s time. You may want to see my blog at NU Honours 1st Year Result 2020 or PSC class 5 Result . What is more to know my blog can give you the following issues in 2020 such as Gazi GTV Live Match Streaming for the cricket fans. BCS examinee can also get it very important while searching for the BCS Seat Plan and BCS Written Exam Routine

    ReplyDelete
  49. It’s not a tough task to activate Roku. Connecting the hardware is the first step. Visit the signup URL for account creation. Collect the code. Open the new browser to paste the URL, Roku.com/link and wait for the prompt to enter the activation code. For assistance and to know more about device setup and troubleshooting, reach out to our customer support at the earliest.

    ReplyDelete
  50. InstaPot is a multi-functional pressure cooker that can eliminate the use of 9-10 other kitchen appliances. Thus, it will not only save your time, but it will also save your money which you would have invested in buying other kitchen appliances.Do visit instant pot amazon

    ReplyDelete
  51. InstaPot is a multi-functional pressure cooker that can eliminate the use of 9-10 other kitchen appliances. Thus, it will not only save your time, but it will also save your money which you would have invested in buying other kitchen appliances.visit instant pot amazon

    ReplyDelete
  52. http://cvsemployeelogin.bravesites.com/
    http://myhrrcvs.yolasite.com/
    http://cvsmyhr.emyspot.com/
    http://cvscomm.simplesite.com
    https://cvshr.page.tl/cvshr.htm
    customer plan individuals to fill their upkeep remedies through mail request conveyance or at a CVS Pharmacy retail location at a similar cost

    ReplyDelete
  53. If you are in need for online writing assistance for an intricate thesis topic, then avail prime assignment writing service in Australia and save your time to relax and do your studies properly. Their assignment help online service has earned huge popularity among both domestic and international students. You can contact them now for html assignment writing service online. Leave your tensions and enjoy your free time.

    ReplyDelete
  54. Yahoo mail not receiving emails problem is one of the most common problem for nowdays. everyday there are millions of people are complaning about this kind of issue.

    ReplyDelete
  55. The roadrunner emailing application is extensively used for personal and professional purposes. This emailing application is the best medium of communicating with anyone, so using it is very important for users. While attempting to send roadrunner emails, you may experience Roadrunner email
    not working error.

    ReplyDelete
  56. Hi, thank you for the amazing post, It is really helpful for me, please keep posting such great things, I would love to read your thoughts. Thanks again!


    pelbest
    graphic card
    hoverboard

    ReplyDelete
  57. PC Cleaning Utility Pro Crack Free Download Use laptop cleaning software to clean your laptop of files which can be clogging and crowding your tough drive. PC Cleaning Utility Premium Crack application is a gadget cleaner that makes cleaning your computer … PC Cleaning Utility Pro Crack

    ReplyDelete
  58. PC Cleaning Utility Pro Crack

    ReplyDelete
  59. I have tried my luck in batting many times, but I have not won the batting even once, will you help me and give me the today ipl match prediction All I know is that my luck in batting is very bad.I am very thankful to you, you are the last option for me now. Have gone into debt too much due to this batting

    ReplyDelete
  60. its a great post. Continue sharing this kind of good article

    ReplyDelete
  61. Thanks for your post! Through your pen I found the problem up interesting! I believe there are many other people who are interested in them just like me! Thanks your shared!… I hope you will continue to have similar posts to share with everyone!
    Thank You So Much
    CLICK HERE
    Paytm KYC Center Near Me

    ReplyDelete
  62. Even the most intelligent ones sometimes require expert guidance in identifying the ways to solve the problem. Here, the only team that can come into use is roadrunner support Team.

    ReplyDelete
  63. Externetworks which is a pioneer in Managed Technology Services with over 17+ years of experience in providing end-to-end solutions featuring design, deployment and 24*7 support to top IT companies. We offer world-class managed services for businesses to stay agile & profitable. Our services include 24/7 Network Monitoring, Uptime maintenance, NOC Support, IT Helpdesk services.

    soc service

    ReplyDelete
  64. Our Service Desk agents have the talent, knowledge and experience to assist users with any IT related issues. Their on-going training and access to the latest knowledge and industry-leading tools allows them to resolve issues rapidly and accurately. services help desk

    ReplyDelete
  65. I am very thankful to you for sharing this fantastic Blog, I appreciate your work. 3d scanning services in delhi

    ReplyDelete
  66. If you want Norton refund, you can contact Norton Refund Customer Service to get help for Norton refund or cancellation. Norton refund chat support for Norton refund, call 8003688383.
    get refund norton automatic renewal

    ReplyDelete
  67. If you want Norton refund, you can contact Norton Refund Customer Service to get help for Norton refund or cancellation. Norton refund chat support for Norton refund, call 8003688383.
    https://www.pcsupremo.com/norton-antivirus-error/norton-refund.html

    ReplyDelete
  68. The information's about Canon MG3620 Wireless Setup is very Useful to me...Here few Information's for you, Looking for BEST JAVA TRAINING IN CHENNAI WITH PLACEMENT Visit Here for more...
    Java training in chennai | Java training in annanagar | Java training in omr | Java training in porur | Java training in tambaram | Java training in velachery

    ReplyDelete
  69. Nice Post
    Thank you so much

    Please visit my website if you want to get govt jobs notification https://gosarkarinaukarius.in/

    ReplyDelete

  70. The information you provided is very interesting. Thank you for the hardships.. บุกจับบาคาร่าออนไลน์

    ReplyDelete
  71. Great read guys! Thank you for sharing! Anyway anyone from Singapore here? Interested in property investment? I saw a few property launches that has got huge potential. Anyway keen to know more? Click on the link below!

    Daintree Residence Location
    DainTree Residence Singapore
    daintree residence balance unit

    whistler grand condo
    whistler grand singapore
    whistler grand site plan

    jadescape location
    jadescape singapore
    jadescape condo

    ReplyDelete
  72. Great read guys! Thank you for sharing! Anyway anyone from Singapore here? Interested in property investment? I saw a few property launches that has got huge potential. Anyway keen to know more? Click on the link below!

    Daintree Residence Location
    DainTree Residence Singapore
    daintree residence balance unit

    whistler grand condo
    whistler grand singapore
    whistler grand site plan

    jadescape location
    jadescape singapore
    jadescape condo

    ReplyDelete
  73. Great read guys! Thank you for sharing! Anyway anyone from Singapore here? Interested in property investment? I saw a few property launches that has got huge potential. Anyway keen to know more? Click on the link below!

    Location
    DainTree Residence
    daintree residence balance units

    whistler grand condo singapore
    whistler grand Singapore site plan
    whistler grand floor plan plan

    jadescape site plan
    jadescape condo singapore
    jadescape balance unit

    ReplyDelete
  74. Great read guys! Thank you for sharing! Anyway anyone from Singapore here? Interested in property investment? I saw a few property launches that has got huge potential. Anyway keen to know more? Click on the link below!

    Location
    DainTree Residence
    daintree residence balance units

    whistler grand condo singapore
    whistler grand Singapore site plan
    whistler grand floor plan plan

    jadescape site plan
    jadescape condo singapore
    jadescape balance unit

    ReplyDelete
  75. Great read guys! Thank you for sharing! Anyway anyone from Singapore here? Interested in property investment? I saw a few property launches that has got huge potential. Anyway keen to know more? Click on the link below!

    Location
    DainTree Residence
    daintree residence balance units

    whistler grand condo singapore
    whistler grand Singapore site plan
    whistler grand floor plan plan

    jadescape site plan
    jadescape condo singapore
    jadescape balance unit

    ReplyDelete
  76. Thanks for the post. It was very interesting and meaningful.


    UPLAY365

    ReplyDelete
  77. Thanks for the post. It was very interesting and meaningful. คาสิโนออนไลน์

    ReplyDelete
  78. https://chproductkey.com/
    Solitary trees, if they grow at all, grow strong.

    ReplyDelete
  79. https://chserialkey.com/
    The bird a nest, the spider a web, man friendship.

    ReplyDelete
  80. https://cracksmad.com/
    There is no saint without a past, no sinner without a future.

    ReplyDelete
  81. Nice Article 300mb movies is format of movies and videos.

    ReplyDelete
  82. Great post. I really appreciate your efforts which you put here.

    check blog

    ReplyDelete
  83. Khao lak
    Phang nga
    Seabox
    Thailand
    สนามบินพังงา
    hostel khao lak
    ที่พักราคาถูกเขาหลัก
    ที่พักพังงา
    khao lak hostel
    https://khaolakseabox.blogspot.com/2020/07/similan-islands-national-park.html
    https://khaolakseabox.blogspot.com/2020/07/how-to-get-to-similan-islands.html
    http://www.seaboxhostel.com/

    ReplyDelete
  84. If you don"t mind proceed with this extraordinary work and I anticipate a greater amount of your magnificent blog entries.

    Data Science Training

    ReplyDelete
  85. Forex Signals, MT4 and MT5 Indicators, Strategies, Expert Advisors, Forex News, Technical Analysis and Trade Updates in the FOREX IN WORLD

    Forex Signals Forex Strategies Forex Indicators Forex News Forex World

    ReplyDelete
  86. You can do the block work very well. I tried it and liked it very much. We really appreciate it. We would like to introduce our work. Support me and Thank you so much

    ReplyDelete
  87. As we all know that LG is among the leading brands of home appliance available in the market. We provide the professional LG AC Service Center in Greater Noida. Our Service Center is one of the best LG AC Service Center in Greater Noida.

    ReplyDelete
  88. How to มาร์คหน้าลดสิว มาร์คขาวใส
    มาร์คหน้า

    ReplyDelete
  89. Very good post!!! Thanks for sharing with us... It is more useful for us.. oracle training in chennai

    ReplyDelete
  90. A very awesome blog post. We are really grateful for your blog post. oracle training in chennai

    ReplyDelete
  91. เปิดวาร์ปสาวสวยประเทศไทย ทั้งเน็ตไอดอล คนดัง ดารา เซเลป พริ้ตตี้ click เลย >> น้อง วิทนี่ สาว ลูกแม่โดม สวย น่ารัก

    ReplyDelete

  92. What can I say? The experience of travelling with Lufthansa Airlines was very fabulous. I got my every solution here. When I connected with experts by dialling Lufthansa Airlines Customer Service then finally I got the flight tickets with best facilities within number my budget. I would like to advice everyone to travel with them.

    ReplyDelete
  93. As we realize that YouTube is the best stage that offers a wide assortment of shows. You can find parcels something on YouTube extending from activity and diversion to family charming instructional substance material. You will be essentially signing in to your account visit YouTube Activate and enter a digit code which you have. Viewing a YouTube show for your huge TV show genuinely makes the appreciate tons better when in contrast with a PC or PC show.

    ReplyDelete
  94. We are quite aware that any decision to fly across destinations for business purposes or for holidaymaking crops up questions related to the best flight to take, the most suited route and the cheapest air faresacross classes. At our Southwest Airlines Customer Service helpdesk we not only serve to answer your queries with greatest satisfaction, but facilitate to book your flight tickets instantly on the call with the lowest air fare and biggest markdowns prevailing so just visit at Southwest Customer Service.

    ReplyDelete
  95. Thanks for the post. It was very interesting and meaningful. I really appreciate it! Keep updating stuff like this.
    3D Scanning Services

    ReplyDelete
  96. SEO Company in Delhi

    Fridge Repair Service Center in Mumbai

    <a href="https://www.servicesansar.com/" title="Treadmill Repair in delhi”>Treadmill Repair in Delhi</a>

    ReplyDelete
  97. Asia's # 1 betting site, Vegus168 แทงบอล, one-stop online casino, live casino #baccarat # slots #online slots #fish shooting games # online football betting #Love

    ReplyDelete
  98. Your blog is a great blog. วิธีแทงบอล สเต็ป I'm glad to read Thank you for the information.

    ReplyDelete
  99. Really fun, it's good, but I would recommend a movie site. And online series รวมทางเข้า928 Let's go in

    ReplyDelete
  100. I certainly enjoyed every small bit of it, I have you bookmarked to check out all the unused stuff you post. laser scanning Vancouver, BC

    ReplyDelete

  101. ohh wow really amazing site, such an very informative and good quality content in this post. i really enjoyed during read this post..
    thanks for sharing this wonderful content with us. keep it up,
    visit my blog.....Tactic Air Drone Reviews

    ReplyDelete
  102. Very good information, so many benefits that I can learn maybe other readers have experienced the same thing as me, continue to work and provide insightful and interesting information for us ..

    ReplyDelete
  103. Great content & Thanks for sharing with oflox.

    ReplyDelete
  104. if looking for the site then check here

    ReplyDelete
  105. while looking for the site then go here

    ReplyDelete
  106. Nice work is done by admin here. So thank you very much for sharing this.

    Miracle Box Crack

    ReplyDelete
  107. Awesome post I read your post carefully and got useful information this post is really informative for every people.
    If you are aol user or you Forgor AOL Mail Password, you can contact our technical team via live chat support. AOL Email Supports team is ready to welcome all your 24 * 7 AOL password recovery questions and doubts, you will get reliable Forgot AOL password reset support and guidance.

    ReplyDelete