Bug 372701 (CVE-2007-5904)
Summary: | CVE-2007-5904 Buffer overflow in CIFS VFS | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] Security Response | Reporter: | Jan Lieskovsky <jlieskov> | ||||
Component: | vulnerability | Assignee: | Jeff Layton <jlayton> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | unspecified | CC: | eteo, jlayton, kernel-maint, kreilly, sfolkwil, steved | ||||
Target Milestone: | --- | Keywords: | Security | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-09-16 15:12:29 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 372861, 372971, 372981, 372991, 373001 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Jan Lieskovsky
2007-11-09 13:40:24 UTC
Created attachment 252721 [details]
Proposed patch from reporter Przemyslaw Wegrzyn <czaj...>
Mark has forwarded to me another link, with more detailed / common patch. See url: http://git.kernel.org/?p=linux/kernel/git/sfrench/cifs-2.6.git;a=commitdiff;h=133672efbc1085f9af990bdc145e1822ea93bcf3 Against the original Przemyslaw's patch, there are additional changes to the files: fs/cifs/file.c and fs/cifs/sees.c. Jeff, please take a loot at the above URL too to be sure you dont' miss something. Thanks in advance. That's the one that I've backported for z-stream. See the patch in bug 372991. I think I've got it correct -- it at least builds cleanly, though it could probably use some careful eyes to go over it and make sure that I haven't missed anything. " A buffer overflow was found in the CIFS virtual filesystem. A remote, authenticated user could issue a request that required a large SMB response. This response would not fit in the buffer used for storing SMB response backups, causing an overflow. Such a buffer overflow could lead to denial of service. (CVE-2007-5904, Moderate)." |