Bug 50313 - Upgrade emulators/linux_base's glibc
Summary: Upgrade emulators/linux_base's glibc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-26 11:10 UTC by Miguel Mendez
Modified: 2003-11-19 09:19 UTC (History)
0 users

See Also:


Attachments
linux_base.diff (2.00 KB, patch)
2003-03-26 11:10 UTC, Miguel Mendez
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Mendez 2003-03-26 11:10:13 UTC
Updated glibc packages are available to fix an integer overflow in the XDR
decoder.

The glibc package contains standard libraries that are used by
multiple programs on the system. Sun RPC is a remote procedure call
framework that allows clients to invoke procedures in a server process
over a network. XDR is a mechanism for encoding data structures for use
with RPC. Glibc contains an XDR encoder/decoder derived from Sun's RPC
implementation, which was demonstrated to be vulnerable to an integer
overflow.

An integer overflow is present in the xdrmem_getbytes() function of glibc
2.3.1 and earlier. Depending upon the application, this vulnerability
could cause buffer overflows and may be exploitable leading to arbitrary
code execution.

This is for i386 only, I saw no alpha updates :/ I've ifdef'ed it so we
have the older version in the alpha side of things.
Comment 1 Trevor Johnson freebsd_committer freebsd_triage 2003-04-09 01:55:23 UTC
State Changed
From-To: open->analyzed

done: 
- ports/emulators/linux_base updated for i386 and alpha 
- ports/emulators/linux_base-6 updated for i386 and forbidden for alpha 

to do: 
- prepare Alpha glibc packages for linux_base-6
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-19 09:18:21 UTC
State Changed
From-To: analyzed->closed

emulators/linux_base was also updated for -alpha.