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 193381 Details for
Bug 250973
CVE-2007-3999 krb5 RPC library buffer overflow
[?]
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]
Updated patch from MIT
CVE-2007-3999.patch (text/plain), 926 bytes, created by
Josh Bressers
on 2007-09-12 13:10:43 UTC
(
hide
)
Description:
Updated patch from MIT
Filename:
MIME Type:
Creator:
Josh Bressers
Created:
2007-09-12 13:10:43 UTC
Size:
926 bytes
patch
obsolete
>*** src/lib/rpc/svc_auth_gss.c (revision 20474) >--- src/lib/rpc/svc_auth_gss.c (local) >*************** >*** 355,360 **** >--- 355,369 ---- > memset(rpchdr, 0, sizeof(rpchdr)); > > /* XXX - Reconstruct RPC header for signing (from xdr_callmsg). */ >+ oa = &msg->rm_call.cb_cred; >+ if (oa->oa_length > MAX_AUTH_BYTES) >+ return (FALSE); >+ >+ /* 8 XDR units from the IXDR macro calls. */ >+ if (sizeof(rpchdr) < (8 * BYTES_PER_XDR_UNIT + >+ RNDUP(oa->oa_length))) >+ return (FALSE); >+ > buf = (int32_t *)(void *)rpchdr; > IXDR_PUT_LONG(buf, msg->rm_xid); > IXDR_PUT_ENUM(buf, msg->rm_direction); >*************** >*** 362,368 **** > IXDR_PUT_LONG(buf, msg->rm_call.cb_prog); > IXDR_PUT_LONG(buf, msg->rm_call.cb_vers); > IXDR_PUT_LONG(buf, msg->rm_call.cb_proc); >- oa = &msg->rm_call.cb_cred; > IXDR_PUT_ENUM(buf, oa->oa_flavor); > IXDR_PUT_LONG(buf, oa->oa_length); > if (oa->oa_length) { >--- 371,376 ----
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 250973
:
160738
| 193381