Files
CVEs-PoC/2004/CVE-2004-0883.md
T
2024-06-18 02:51:15 +02:00

19 lines
1.2 KiB
Markdown

### [CVE-2004-0883](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0883)
![](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
Multiple vulnerabilities in the samba filesystem (smbfs) in Linux kernel 2.4 and 2.6 allow remote samba servers to cause a denial of service (crash) or gain sensitive information from kernel memory via a samba server (1) returning more data than requested to the smb_proc_read function, (2) returning a data offset from outside the samba packet to the smb_proc_readX function, (3) sending a certain TRANS2 fragmented packet to the smb_receive_trans2 function, (4) sending a samba packet with a certain header size to the smb_proc_readX_data function, or (5) sending a certain packet based offset for the data in a packet to the smb_receive_trans2 function.
### 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.