mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 19:18:06 +02:00
19 lines
890 B
Markdown
19 lines
890 B
Markdown
### [CVE-2004-0949](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0949)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|