Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Thu, 3 Sep 2015 12:20:59 +0530
From: Huzaifa Sidhpurwala <huzaifas@...hat.com>
To: oss-security@...ts.openwall.com,
        Mitre CVE assign department <cve-assign@...re.org>
Subject: CVE Request: Memory corruption in libvncserver < 0.9.8

It seems this issue exists because libvncserver < 0.9.8 is not
thread-safe. "tightAfterBuf" etc are declared as a global variables.
rfbTightCleanup() which is responsible for freeing these variables, do
not reset them to NULL.

Consequently when other parts of the code use these variables. (For
example, realloc() after checking if they are NULL etc). It can cause
memory corruption.

This is specially possible, when multiple connections are made using
libvncserver library.

This issue has been fixed via:

https://github.com/LibVNC/libvncserver/commit/804335f9d296440bb708ca844f5d89b58b50b0c6


Reference:
https://bugzilla.redhat.com/show_bug.cgi?id=706087

Can a CVE id be please assigned to this issue.



-- 
Huzaifa Sidhpurwala / Red Hat Product Security Team

Powered by blists - more mailing lists

Please check out the Open Source Software Security Wiki, which is counterpart to this mailing list.

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.