First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 128136
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Security <security@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Raphael Marichez <falco@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:
Flags: Requestee:
 
 
  ()

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 128136 depends on: Show dependency tree
Bug 128136 blocks:

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-03-30 09:53 0000
The script "beagle-status" calls "beagle-info" giving preference to the copy
that is located within the user's current working directory, rather than the
original copy.

An attacker can force the user to execute code, with a malicious copy of
"beagle-info" located in the user's current directory.

see
http://xforce.iss.net/xforce/xfdb/25303
http://secunia.com/advisories/19278
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357392

Beagle has no stable ebuild.

------- Comment #1 From Luis Medinas (RETIRED) 2006-03-30 10:20:52 0000 -------
looks like this only afects beagle 0.2.2.1
I'll look for a patch in case of beagle 0.2.3 is afected too.

------- Comment #2 From Raphael Marichez 2006-03-30 10:25:00 0000 -------
well, AFAI can say :

if [ -x "./beagle-info" ]; then
    CMD="./beagle-info"
else
    CMD="beagle-info"
fi


is both in beagle-status and beagle-ping

fix is trivial, but i'am not sure this is wanted by the upstream (and by you).
Maybe a warn to the user ?

------- Comment #3 From Luis Medinas (RETIRED) 2006-03-30 10:53:55 0000 -------
fixed on cvs i might look at this patch later because that fix sucks. :)

Thanks guys.

First Last Prev Next    No search results available      Search page      Enter new bug