Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134038 - net-mail/cyrus-imapd Buffer overflow
Summary: net-mail/cyrus-imapd Buffer overflow
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Security
URL: http://archives.neohapsis.com/archive...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-22 10:58 UTC by Sune Kloppenborg Jeppesen (RETIRED)
Modified: 2006-05-22 13:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sune Kloppenborg Jeppesen (RETIRED) gentoo-dev 2006-05-22 10:58:11 UTC
Summary from URL. Not sure wether stable is affected:

Cyrus-imapd pop3d Remote Stack Based Buffer Overrun 
 
Description 
 There is a trivially remotely exploitable Buffer Overrun in 
 Cyrus-imapd's pop3d. 
 The issue is not present in the default install, Cyrus-imapd has to have the 
 popsubfolders set to 1 in imapd.conf. 
  From the manpage: 
 popsubfolders: 1 
 Allow access to subfolders of INBOX via POP3 by using userid+subfolder 
 syntax as the authentication/authorization id. 
 
When popsubfolders is set one can overflow a stack buffer by sending an 
 overly long 
 USER command argument to the remote pop3d.
Comment 1 Tuan Van (RETIRED) gentoo-dev 2006-05-22 11:41:37 UTC
popsubfolders is a new option in cyrus-imapd 2.3 series <http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&searchterm=popsubfolders&msg=36365>. We do have cyrus-imapd-2.3.1 in portage but it was p.maked because 2.3 series is still a testing release.
Comment 2 Sune Kloppenborg Jeppesen (RETIRED) gentoo-dev 2006-05-22 13:50:23 UTC
Thx Tuan.