### [CVE-2004-0949](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0949) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description The smb_recv_trans2 function call in the samba filesystem (smbfs) in Linux kernel 2.4 and 2.6 does not properly handle the re-assembly of fragmented packets correctly, which could allow remote samba servers to (1) read arbitrary kernel information or (2) raise a counter value to an arbitrary number by sending the first part of the fragmented packet multiple times. ### POC #### Reference - http://marc.info/?l=bugtraq&m=110072140811965&w=2 - http://security.e-matters.de/advisories/142004.html #### Github No PoCs found on GitHub currently.