| 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 | 4/29/09 (6190 days ago) |
| Due | |
| Updated | 1/13/10 (5931 days ago) |
| Assigned | 5/19/09 (6170 days ago) |
| Resolved | 5/19/09 (6170 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Bug #8228: Fix MIME parsing of PGP message.http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-git&r1=eccc033702810587bce30fbb74f1fba17ec930c0&r2=6fc25df732187c4baf10dd95016f66a5b54fd4b1
Bug #8228: Fix parsing of armored PGP signed messagesCorrectly 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
State ⇒ Resolved
State ⇒ Feedback
New Attachment: imap.log
State ⇒ Assigned
Assigned to Michael Slusarz
New Attachment: Full-disclosure_ Positron Security Advisory _2009-001_ Memcached and MemcacheDB ASLR Bypass Weakness.eml
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Incorrect MIME parsing of PGP message
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
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'.