Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 243791 Details for
Bug 358831
CVE-2007-5398 Samba "reply_netbios_packet()" Buffer Overflow Vulnerability
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed patch
CVE-2007-5398.patch (text/plain), 554 bytes, created by
Josh Bressers
on 2007-10-30 18:47:10 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Josh Bressers
Created:
2007-10-30 18:47:10 UTC
Size:
554 bytes
patch
obsolete
>diff --git a/source/nmbd/nmbd_packets.c b/source/nmbd/nmbd_packets.c >index d49c8ba..b78ab5b 100644 >--- a/source/nmbd/nmbd_packets.c >+++ b/source/nmbd/nmbd_packets.c >@@ -970,6 +970,12 @@ for id %hu\n", packet_type, nmb_namestr(&orig_nmb->question.question_name), > nmb->answers->ttl = ttl; > > if (data && len) { >+ if (len < 0 || len > sizeof(nmb->answers->rdata)) { >+ DEBUG(5,("reply_netbios_packet: " >+ "invalid packet len (%d)\n", >+ len )); >+ return; >+ } > nmb->answers->rdlength = len; > memcpy(nmb->answers->rdata, data, len); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 358831
: 243791