Bug 910040 (CVE-2013-0272) - CVE-2013-0272 pidgin: MXit protocol stack-based buffer overflow when processing HTTP headers
Summary: CVE-2013-0272 pidgin: MXit protocol stack-based buffer overflow when processi...
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2013-0272
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 910651 910652 910653 910654 910826
Blocks: 909372
TreeView+ depends on / blocked
 
Reported: 2013-02-11 16:49 UTC by Jan Lieskovsky
Modified: 2023-05-13 00:31 UTC (History)
3 users (show)

Fixed In Version: pidgin 2.10.7
Clone Of:
Environment:
Last Closed: 2013-03-14 16:54:07 UTC
Embargoed:


Attachments (Terms of Use)
Local copy of (by Pidgin upstream) proposed patch to fix the CVE-2013-0272 issue (923 bytes, patch)
2013-02-11 17:00 UTC, Jan Lieskovsky
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2013:0646 0 normal SHIPPED_LIVE Moderate: pidgin security update 2013-03-14 20:48:28 UTC

Description Jan Lieskovsky 2013-02-11 16:49:16 UTC
A stack-based buffer overflow flaw was found in the way MXit protocol plug-in of libPurple processed certain HTTP headers data. A rogue server or remote attacker could send a specially-crafted HTTP request that, when processed by the Pidgin client, would lead to pidgin executable crash or, potentially, arbitrary code execution with the privileges of the user running the pidgin binary.

Upstream ticket:
[1] http://pidgin.im/news/security/?id=66

Comment 2 Jan Lieskovsky 2013-02-11 17:00:04 UTC
Created attachment 696215 [details]
Local copy of (by Pidgin upstream) proposed patch to fix the CVE-2013-0272 issue

Comment 3 Jan Lieskovsky 2013-02-11 17:01:06 UTC
This issue affects the versions of the pidgin package, as shipped with Red Hat Enterprise Linux 5 and 6.

--

This issue affects the versions of the pidgin package, as shipped with Fedora release of 16, 17, and 18.

Comment 7 Jan Lieskovsky 2013-02-13 16:27:17 UTC
Created pidgin tracking bugs for this issue

Affects: fedora-all [bug 910826]

Comment 8 Vincent Danen 2013-02-13 19:34:41 UTC
External References:

http://www.pidgin.im/news/security/?id=66

Comment 9 Huzaifa S. Sidhpurwala 2013-03-04 05:54:21 UTC
Upstream patch:

http://hg.pidgin.im/pidgin/main/rev/879db2a9a59c

Comment 10 Huzaifa S. Sidhpurwala 2013-03-04 06:21:02 UTC
Analysis:

There are two parts to the patch, the first part just null terminates buf and the second one actually prevents the buffer overflow.

buf is on the stack and is defined as "char buf[256]" also looking at the disassemble i find the following:

   0x0000a1c0 <+1168>:	call   0x17ed0 <__stack_chk_fail_local>

There are no other strings in the function, so based on above i am going to assume that the function is protected by SSP

Comment 12 Huzaifa S. Sidhpurwala 2013-03-04 09:05:34 UTC
Acknowledgements:

Red Hat would like to thank the Pidgin project for reporting this issue. Upstream acknowledges Daniel Atallah as the original reporter.

Comment 14 errata-xmlrpc 2013-03-14 16:50:45 UTC
This issue has been addressed in following products:

  Red Hat Enterprise Linux 5
  Red Hat Enterprise Linux 6

Via RHSA-2013:0646 https://rhn.redhat.com/errata/RHSA-2013-0646.html


Note You need to log in before you can comment on or make changes to this bug.