| Subcribe via RSS

Newsrip: Windows Vista/Windows 7 SMB 2.0 Remote BSOD

September 10th, 2009 | No Comments | Posted in General Site

Found this article via Matts twitter. Basically, by modifiying code in the SMB 2.0 to have a “&” char in the “Process Id High” SMB header field, the remote client you are “attacking” if you will dies with :

“# PAGE_FAULT_IN_NONPAGED_AREA from socket import socket”.

This is very worrying for all you going out buying Windows 7 at the moment! Read the whole article here. Great work by whoever found it.

http://seclists.org/fulldisclosure/2009/Sep/0039.html

Fibre Channel: An Idiots Introduction

September 10th, 2009 | No Comments | Posted in Storage

First of all, let me apologise in advance for confusing you with this blog. It is quite probably going to be completely wrong – but i’m going to try anyway :)

Recently i joined a storage company and as such i have been cramming Fibre channel as much as i can. Below is what i understand to be the main differences beetween the 3 main different types of Fibre Channel topologies if you will:

FC-AL: Fibre Channel Arbitrary Loop. Much like a token ring topology, uses loops and and WWDN (WorldWide Device Numbers) to transmit data. Very old topology used as it was cheaper and more economical. Problems occur when the ring is broken, or when chatter occurs by a faulty host which causes all hosts in the FCAL to back off and wait.

FC-P2P – Like a PC plugged into another PC, P2P allows one host to communicate with the other host over a dedicated medium. This solution is effective and economical but again it is not very scalable especially in a multi-node environment such as a corporation etc.

FC-SW: Fibre Channel Switched Fabric, this is much like the modern day ethernet, whereby nodes communicate with each other using a common device such as a switch (Infiniband switch for example). The Host-bus adapters (HBA’s) connect to the switch and allow nodes to communicate with the other nodes via the switch, creating “fabrics” (i think). This is obviously a smarter solution as it is scalable and more flexible but is very expensive.

Tags: , ,