6.0.0-alpha12
6/12/25

[#8228] Incorrect MIME parsing of PGP message
Summary Incorrect MIME parsing of PGP message
Queue Horde Framework Packages
Queue Version Git master
Type Bug
State Resolved
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester jan (at) horde (dot) org
Created 04/29/2009 (5888 days ago)
Due
Updated 01/13/2010 (5629 days ago)
Assigned 05/19/2009 (5868 days ago)
Resolved 05/19/2009 (5868 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
01/13/2010 12:02:35 AM CVS Commit Comment #6 Reply to this comment
Changes have been made in Git for this ticket:

Bug #8228: Fix parsing of armored PGP signed messages
Correctly check Content-Type, not Content-Type parameter.

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-git&r1=56d7390433eb37a0ba83360d1120617ddf313dc1&r2=f11f08eab8b5e7b73742b2855a89bd999aa807e6
05/19/2009 04:09:06 PM Jan Schneider Comment #5
State ⇒ Resolved
Reply to this comment
Looks good.
05/19/2009 02:10:12 PM Michael Slusarz Comment #4
State ⇒ Feedback
Reply to this comment
This should be fixed.
04/29/2009 11:27:25 AM Jan Schneider Comment #3
New Attachment: imap.log Download
Reply to this comment
The imap log. Duplicate requests might be due to debugging code.
04/29/2009 11:26:04 AM Jan Schneider Comment #2
State ⇒ Assigned
Assigned to Michael Slusarz
New Attachment: Full-disclosure_ Positron Security Advisory _2009-001_ Memcached and MemcacheDB ASLR Bypass Weakness.eml Download
Reply to this comment
The message source.
04/29/2009 11:25:36 AM Jan Schneider Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Incorrect MIME parsing of PGP message
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
While debugging why retrieving a public key in git didn't work, I 
discovered that the attached message is not correctly parsed by the 
imap/mime code.

IMP_Contents in the pgp mime viewer contains mime parts with incorrect 
data: 'NIL'.

$this->_params['contents']->getBodyPart($signed_id, 
array('mimeheaders' => true)) in the mime viewer returns 'NILNIL'.

Saved Queries