<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/recipes-devtools, branch daisy-enea</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=daisy-enea</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=daisy-enea'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2015-09-09T01:26:32+00:00</updated>
<entry>
<title>patch: fix CVE-2015-1196</title>
<updated>2015-09-09T01:26:32+00:00</updated>
<author>
<name>Robert Yang</name>
<email>liezhi.yang@windriver.com</email>
</author>
<published>2015-03-26T06:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=66db094272742977499fd51f48ccba95ab34287b'/>
<id>urn:sha1:66db094272742977499fd51f48ccba95ab34287b</id>
<content type='text'>
A directory traversal flaw was reported in patch:

References:
http://www.openwall.com/lists/oss-security/2015/01/18/6
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775227
https://bugzilla.redhat.com/show_bug.cgi?id=1182154

[YOCTO #7182]

(From OE-Core rev: 4c389880dc9c6221344f7aed221fe8356e8c2056)

(From OE-Core rev: e2032c5788f7a77aa0e4e8545b550551c23a25fb)

Signed-off-by: Robert Yang &lt;liezhi.yang@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Signed-off-by: Sona Sarmadi &lt;sona.sarmadi@enea.com&gt;
</content>
</entry>
<entry>
<title>qemu: remove patch already applied</title>
<updated>2015-07-20T23:24:45+00:00</updated>
<author>
<name>Tudor Florea</name>
<email>tudor.florea@enea.com</email>
</author>
<published>2015-07-15T21:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=38657774707334618c35772a9acb7492742a28f6'/>
<id>urn:sha1:38657774707334618c35772a9acb7492742a28f6</id>
<content type='text'>
This fix a build issue for qemu package

Signed-off-by: Tudor Florea &lt;tudor.florea@enea.com&gt;
</content>
</entry>
<entry>
<title>python: Backport CVE-2013-1752 fix from upstream</title>
<updated>2015-07-07T20:58:50+00:00</updated>
<author>
<name>Tudor Florea</name>
<email>tudor.florea@enea.com</email>
</author>
<published>2015-07-07T08:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5671167d2495d3a6b1e662707ff6123315f478cc'/>
<id>urn:sha1:5671167d2495d3a6b1e662707ff6123315f478cc</id>
<content type='text'>
This back ported patch fixes CVE-2013-1752 for
ftplib,imaplib,nntplib and poplib
References:
http://bugs.python.org/issue16038
http://bugs.python.org/issue16039
http://bugs.python.org/issue16040
http://bugs.python.org/issue16041
https://access.redhat.com/security/cve/CVE-2013-1752

The ftplib,imaplib,nntplib and poplib modules doesn't limit the amount
of read data in its call to readline().
The modules should be modified to use limited readline() with _MAXLINE.

Signed-off-by: Tudor Florea &lt;tudor.florea@enea.com&gt;
</content>
</entry>
<entry>
<title>python: Backport CVE-2013-1752 fix from upstream</title>
<updated>2015-07-06T22:42:39+00:00</updated>
<author>
<name>Tudor Florea</name>
<email>tudor.florea@enea.com</email>
</author>
<published>2015-07-06T22:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=34e5a4f013f8bd0158a984bf5ed5b10ca4c1a263'/>
<id>urn:sha1:34e5a4f013f8bd0158a984bf5ed5b10ca4c1a263</id>
<content type='text'>
This back ported patch fixes CVE-2013-1752 for httplib
References:
http://bugs.python.org/issue16037
https://access.redhat.com/security/cve/CVE-2013-1752

The httplib module / package can read arbitrary amounts of data
from its socket when it's parsing the HTTP header. This may lead
to issues when a user connects to a broken HTTP server or
something that isn't a HTTP at all

Signed-off-by: Tudor Florea &lt;tudor.florea@enea.com&gt;
</content>
</entry>
<entry>
<title>binutils: Fix building nativesdk binutils with gcc 4.9</title>
<updated>2015-07-06T22:41:01+00:00</updated>
<author>
<name>Tudor Florea</name>
<email>tudor.florea@enea.com</email>
</author>
<published>2015-07-06T22:41:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d5775b10e9b8a611c52607aca97dcd6f4365603f'/>
<id>urn:sha1:d5775b10e9b8a611c52607aca97dcd6f4365603f</id>
<content type='text'>
Patches explain the issue in detail but this is exposed
with gcc 4.9 in binutils 2.24

This is from upstream daisy [474ea6b826b53cb1e4e01a262683091f6c9d9309 ]

Signed-off-by: Sona Sarmadi &lt;sona.sarmadi@enea.com&gt;
Signed-off-by: Tudor Florea &lt;tudor.florea@enea.com&gt;
</content>
</entry>
<entry>
<title>qemu: CVE-2014-7840</title>
<updated>2015-07-06T22:33:18+00:00</updated>
<author>
<name>Tudor Florea</name>
<email>tudor.florea@enea.com</email>
</author>
<published>2015-07-06T22:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=59469018432f7b2cf490a1cefe9855cfccdf0508'/>
<id>urn:sha1:59469018432f7b2cf490a1cefe9855cfccdf0508</id>
<content type='text'>
Fixes insufficient parameter validation during ram load

Reference
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7840

Signed-off-by: Sona Sarmadi &lt;sona.sarmadi@enea.com&gt;
Signed-off-by: Tudor Florea &lt;tudor.florea@enea.com&gt;
</content>
</entry>
<entry>
<title>qemu: fixed multiple CVEs</title>
<updated>2015-07-06T22:29:37+00:00</updated>
<author>
<name>Tudor Florea</name>
<email>tudor.florea@enea.com</email>
</author>
<published>2015-07-06T22:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c190b396d5d2b0ce2caabf7366f3b08546187f11'/>
<id>urn:sha1:c190b396d5d2b0ce2caabf7366f3b08546187f11</id>
<content type='text'>
CVE-2015-3456, fdc: out-of-bounds fifo buffer memory access
CVE-2014-5263, missing field list terminator in vmstate_xhci_event
CVE-2014-3689, vmware_vga: insufficient parameter validation in rectangle
functions
CVE-2014-7815, vnc: insufficient bits_per_pixel from the client sanitization

References:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3456
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5263
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3689
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7815

Signed-off-by: Sona Sarmadi &lt;sona.sarmadi@enea.com&gt;
Signed-off-by: Tudor Florea &lt;tudor.florea@enea.com&gt;
</content>
</entry>
<entry>
<title>qemu-slirp: CVE-2014-3640</title>
<updated>2015-07-06T18:19:40+00:00</updated>
<author>
<name>Sona Sarmadi</name>
<email>sona.sarmadi@enea.com</email>
</author>
<published>2015-04-28T07:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d3f677a56013b1706854b016cde4dd4c4bc281fd'/>
<id>urn:sha1:d3f677a56013b1706854b016cde4dd4c4bc281fd</id>
<content type='text'>
Fixes a NULL pointer deref in sosendto()

References
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3640

Signed-off-by: Sona Sarmadi &lt;sona.sarmadi@enea.com&gt;
</content>
</entry>
<entry>
<title>python: CVE-2014-7185</title>
<updated>2015-07-06T18:19:40+00:00</updated>
<author>
<name>Sona Sarmadi</name>
<email>sona.sarmadi@enea.com</email>
</author>
<published>2015-04-21T11:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2b10e943c879c0a510d4c2dcda127eef76974854'/>
<id>urn:sha1:2b10e943c879c0a510d4c2dcda127eef76974854</id>
<content type='text'>
Fixes buffer() integer overflow leading to out of bounds read

This bug is only an issue if offset and size arguments are untrusted.
The buffer() was removed from Python 3 and hence Python 3 was not
affected by this issue.

Reference
http://openwall.com/lists/oss-security/2014/09/25/47

Signed-off-by: Sona Sarmadi &lt;sona.sarmadi@enea.com&gt;
</content>
</entry>
<entry>
<title>qemu: upgrade to 1.7.2</title>
<updated>2015-07-06T18:19:40+00:00</updated>
<author>
<name>Sona Sarmadi</name>
<email>sona.sarmadi@enea.com</email>
</author>
<published>2015-06-25T09:05:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=57bdd0dd6d047d7fe163f6c5634085e01be0a415'/>
<id>urn:sha1:57bdd0dd6d047d7fe163f6c5634085e01be0a415</id>
<content type='text'>
The upgrade addresses following CVEs:
CVE-2014-0222
CVE-2014-0223
CVE-2014-0142
CVE-2014-0143
CVE-2014-0144
CVE-2014-0145
CVE-2014-0146
CVE-2014-0147

Signed-off-by: Sona Sarmadi &lt;sona.sarmadi@enea.com&gt;
</content>
</entry>
</feed>
