Feed lwn LWN.net

Favorite IconLWN.net

Link https://lwn.net/
Feed http://lwn.net/headlines/rss
Updated 2024-11-25 15:15
kdenlive 16.08.0 released
The kdenlive video editor project has announced the16.08.0 release. "Kdenlive 16.08.0 marks a milestone in theproject’s history bringing it a step closer to becoming a full-fledgedprofessional tool." Highlights include three-point editing,pre-rendering of timeline effects, Krita image support, and more.
Friday's security updates
CentOS has updated python (C7; C6: multiple vulnerabilities).Fedora has updated ca-certificates (F24: update to CA certificates) and spice (F23: multiple vulnerabilities).Oracle has updated kernel(O7: TCP injection) and python (O7; O6: multiple vulnerabilities).Red Hat has updated kernel (RHEL7; RHEL6:TCP injection),kernel-rt (RHEL7: TCP injection), python (RHEL 6,7: multiple vulnerabilities), python27-python (RHSC: multiple vulnerabilities), python33-python (RHSC: multiple vulnerabilities), realtime-kernel (RHEM2.5: TCP injection), rh-mariadb101-mariadb (RHSC: multiple vulnerabilities), rh-python34-python (RHSC: multiple vulnerabilities), and rh-python35-python (RHSC: multiple vulnerabilities).SUSE has updated the LinuxKernel (SLE12: multiple vulnerabilities) and xen (SLE11: multiple vulnerabilities).Ubuntu has updated gnupg(12.04, 14.04, 16.04: flawed random-number generation), libgcrypt11, libgcrypt20 (12.04, 14.04,16.06: flawed random-number generation),and postgresql-9.1, postgresql-9.3,postgresql-9.5 (12.04, 14.04, 16.04: multiple vulnerabilities).
Microsoft announces PowerShell for Linux and Open Source
Microsoft has announced the release of its PowerShell automation and scripting platform under the MIT license, complete with a GitHub repository. "Last year we started down this path by contributing to a number of open source projects (e.g. OpenSSH) and open sourcing a number of our own components including DSC resources. We learned that working closely with the community, in the code and with our backlog and issues list, allowed us prioritize and drive the development much more responsively. We’ve always worked with the community but shifting to a fine-grain, tight, feedback loop with the code, energized the team and allowed us to focus on the things that had the most impact for our customers and partners. Now we are going big by making PowerShell itself an open source project and making it available on Mac OS X, Ubuntu, CentOS/RedHat and others in the future."
Xenomai project mourns Gilles Chanteperdrix
The Xenomai project is mourning Gilles Chanteperdrix, a longtime maintainer of the realtime framework, who recently passed away. In the announcement, Philippe Gerum writes: "Gilles will forever be remembered as a true-hearted man, a brilliant mind always scratching beneath the surface, looking for elegance in the driest topics, never jaded from such accomplishment.According to Paul Valéry, “death is a trick played by the inconceivable on the conceivable”. Gilles’s absence is inconceivable to me, I can only assume that for once, he just got rest from tirelessly helping all of us."
Security against Election Hacking (Freedom to Tinker)
Over at the Freedom to Tinker blog, Andrew Appel has a two-part series on security attacks and defenses for the upcoming elections in the US (though some of it will obviously be applicable elsewhere too). Part 1 looks at the voting and counting process with an eye toward ways to verify what the computers involved are reporting, but doing so without using the computers themselves (having and verifying the audit trail, essentially). Part 2 looks at the so-called cyberdefense teams and how their efforts are actually harming all of our security (voting and otherwise) by hoarding bugs rather than reporting them to get them fixed."With optical-scan voting, the voter fills in the bubbles next to the names of her selected candidates on paper ballot; then she feeds the op-scan ballot into the optical-scan computer. The computer counts the vote, and the paper ballot is kept in a sealed ballot box. The computer could be hacked, in which case (when the polls close) the voting-machine lies about how many votes were cast for each candidate. But we can recount the physical pieces of paper marked by the voter’s own hands; that recount doesn’t rely on any computer. Instead of doing a full recount of every precinct in the state, we can spot-check just a few ballot boxes to make sure they 100% agree with the op-scan computers’ totals.Problem: What if it’s not an optical-scan computer, what if it’s a paperless touchscreen (“DRE, Direct-Recording Electronic) voting computer? Then whatever numbers the voting computer says, at the close of the polls, are completely under the control of the computer program in there. If the computer is hacked, then the hacker gets to decide what numbers are reported. There are no paper ballots to audit or recount. All DRE (paperless touchscreen) voting computers are susceptible to this kind of hacking. This is our biggest problem."
Thursday's security advisories
Arch Linux has updated chromium(multiple vulnerabilities) and linux-zen (connection hijacking).Debian has updated gnupg (flawedrandom number generation) and libgcrypt20(flawed random number generation).Debian-LTS has updated libupnp(arbitrary file overwrite).Fedora has updated bind (F23:denial of service), fontconfig (F23:privilege escalation), and python3 (F23:proxy injection).SUSE has updated xen (SLE12: multiple vulnerabilities,one from 2014) and yast2-ntp-client (SLE10:multiple vulnerabilities, most from 2015).Ubuntu has updated fontconfig(16.04, 14.04, 12.04: privilege escalation).
[$] LWN.net Weekly Edition for August 18, 2016
The LWN.net Weekly Edition for August 18, 2016 is available.
[$] Bus1: a new Linux interprocess communication proposal
Anyone who has been paying attention to Linux kernel development inrecent years would be aware that IPC — interprocess communication — is nota solved problem. There are certainly many partial solutions, from pipesand signals, through sockets and shared memory, to more special-purposesolutions like Cross MemoryAttach and Android's binder. But it seems thereare still some use cases that aren't fully addressed by current solutions,leading to new solutions being occasionally proposed to try to meet those needs.The latest proposal is called "bus1".
Security updates for Wednesday
Fedora has updated curl (F23:three vulnerabilities), drupal7-theme-zen (F24; F23:cross-site scripting), mingw-libarchive(F24: code execution), mingw-xz (F24: codeexecution), pulp (F24: twovulnerabilities), pulp-docker (F24: twovulnerabilities), pulp-ostree (F24: twovulnerabilities), pulp-puppet (F24: twovulnerabilities), pulp-python (F24: twovulnerabilities), and pulp-rpm (F24: two vulnerabilities).Red Hat has updated kernel(RHEL6.2: privilege escalation).Scientific Linux has updated mariadb (SL7: multiple unspecifiedvulnerabilities), php (SL7: proxyinjection), and qemu-kvm (SL7: two vulnerabilities).SUSE has updated squid3(SLE11-SP4: multiple vulnerabilities).Ubuntu has updated openjdk-7(14.04: multiple vulnerabilities).
Stable kernel updates
Stable kernels 4.7.1, 4.6.7, 4.4.18,and 3.14.76 have been released. Allcontain important fixes. This is the last 4.6.y kernel, users shouldupgrade to 4.7.1 now.
Go 1.7 released
Version 1.7 of the Go languagehas been released. "There is one tiny language change in thisrelease. The section on terminating statements clarifies that to determinewhether a statement list ends in a terminating statement, the 'finalnon-empty statement' is considered the end, matching the existing behaviorof the gc and gccgo compiler toolchains." On the other hand, thereappear to be significant optimization improvements; see the release notes for details.
Security advisories for Tuesday
Debian-LTS has updated extplorer (archive traversal).Fedora has updated jasper (F24: multiple vulnerabilities) and kernel (F24; F23: denial of service).openSUSE has updated harfbuzz(Leap42.1, 13.2: multiple vulnerabilities) and squid (Leap42.1: multiple vulnerabilities).Oracle has updated kernel 4.1.12 (OL7; OL6:information disclosure), kernel 3.8.13 (OL7; OL6: information disclosure).SUSE has updated php5 (SLE11-SP2:multiple vulnerabilities).Ubuntu has updated openssh (two vulnerabilities).
Google is developing an OS called “Fuchsia,” runs on All the Things (Android Police)
Android Police takesa look at a new OS from Google. "Enter “Fuchsia.” Google’s owndescription for it on the project’s GitHub page is simply, “Pink + Purple == Fuchsia (a new Operating System)”. Not very revealing, is it? When you begin to dig deeper into Fuchsia’s documentation, everything starts to make a little more sense.First, there’s the Magentakernel based on the ‘LittleKernel’ project. Justlike with Linux and Android, the Magenta kernel powers the larger Fuchsiaoperating system. Magenta is being designed as a competitor to commercialembedded OSes, such as FreeRTOS orThreadX." Fuchsiaalso uses the Flutter user interface, theDart programming language, andEscher, "a renderer that supports light diffusion, soft shadows, andother visual effects, with OpenGL or Vulkan under the hood".
Monday's security advisories
Arch Linux has updated kernel(information disclosure), linux-grsec (information disclosure), and postgresql (two vulnerabilities).Debian has updated wireshark (multiple vulnerabilities).Debian-LTS has updated openssh (denial of service) and wireshark (multiple vulnerabilities).Fedora has updated chromium (F24:multiple vulnerabilities) and drupal7-entity_translation (F24; F23: cross-site scripting).openSUSE has updated GraphicsMagick (Leap42.1: multiplevulnerabilities), ImageMagick (13.2: threevulnerabilities), and php5 (13.2: multiple vulnerabilities).Scientific Linux has updated php(SL6: proxy injection).SUSE has updated firefox, nspr,nss (SLE11-SP2: multiple vulnerabilities) and kernel (SLE11-SP2: multiple vulnerabilities).Ubuntu has updated qemu, qemu-kvm(regression in previous update).
Kernel prepatch 4.8-rc2
The second 4.8 prepatch has been released.Linus says: "Nothing really strange seems to be going on, so pleasejust go out and test it and report any problems you encounter. It'sobviously fairly early in the rc series, but I don't think there wasanything particularly worrisome this merge window, so don't be shy."
OpenMandriva Lx 3.0 released
The OpenMandrivaLx 3.0 release is available. "OpenMandriva Lx is acutting edge distribution compiled with LLVM/clang. Combined with the highlevel of optimisation used for both code and linking (by enabling LTO) usedin its building, this gives the OpenMandriva desktop an unbelievably crispresponse to operations on the KDE Plasma 5 desktop which makes it apleasure to use."
Ardour 5.0 released
The Ardour audio workstation has released its 5.0 version. There are many new features in the release, including a tabbed user interface, Lua scripting, built-in plugins, and new themes."Ardour 5.0 is now available for Linux, OS X and Windows. This is a major release focused on substantial changes to the GUI and major new features related to mixing, plugin use, tempo maps, scripting and more. As usual, there are also hundreds of bug fixes. Ardour 5.0 can be parallel-installed with older versions of the program, and does not use the same preference files. It will load sessions from Ardour 2, 3 and 4, though with some potential minor changes."
Lefkowitz: The One Python Library Everyone Needs
Twisted developer Glyph Lefkowitz writes about the attrs library for Python, which he calls "my favorite mandatory Python library". Instead of a lot of boilerplate to handle attributes in classes, attrs makes it far easier. "It lets you say what you mean directly with a declaration rather than expressing it in a roundabout imperative recipe. Instead of “I have a type, it’s called MyType, it has a constructor, in the constructor I assign the property ‘A’ to the parameter ‘A’ (and so on)”, you say “I have a type, it’s called MyType, it has an attribute called a”, and behavior is derived from that fact, rather than having to later guess about the fact by reverse engineering it from behavior (for example, running dir on an instance, or looking at self.__class__.__dict__)."
Security updates for Friday
CentOS has updated mariadb (C7:multiple unspecified vulnerabilities), php (C7; C6: proxyinjection), and qemu-kvm (C7: twovulnerabilities).Debian has updated icedove(multiple vulnerabilities) and postgresql-9.4 (two vulnerabilities).Debian-LTS has updated nettle (?:).Fedora has updated perl-DBD-MySQL(F23: code execution from 2015), python(F24: proxy injection), and python3 (F24:proxy injection).openSUSE has updated go (42.1,13.2; SPH: denial of service), hawk2 (42.1: clickjacking prevention),java-1_7_0-openjdk (42.1; 13.2: multiple vulnerabilities), java-1_8_0-openjdk (42.1: multiplevulnerabilities), libarchive (42.1:multiple vulnerabilities, many from 2015), OpenJDK7 (13.1: multiple vulnerabilities), pcre2 (42.1: code execution), sqlite3 (42.1: information leak), and wget (13.2: code execution).Oracle has updated mariadb (OL7:multiple unspecified vulnerabilities), php (OL7; OL6:proxy injection), and qemu-kvm (OL7: two vulnerabilities).Red Hat has updated mariadb(RHEL7: multiple unspecified vulnerabilities), mariadb55-mariadb (RHSC: multiple unspecifiedvulnerabilities), php (RHEL7; RHEL6: proxy injection), php54-php (RHSC: proxy injection), php55-php (RHSC: proxy injection), qemu-kvm (RHEL7: two vulnerabilities), Red Hat OpenShift Enterprise (twovulnerabilities), rh-mariadb100-mariadb(RHSC: multiple unspecified vulnerabilities), rh-mysql56-mysql (RHSC: multiple unspecifiedvulnerabilities), and rh-php56-php (RHSC:proxy injection).
Secure Boot snafu: Microsoft leaks backdoor key, firmware flung wide open (Ars Technica)
Ars Techica is reporting on a mistake by Microsoft that resulted in providing a "golden key" to circumvent Secure Boot. The "key" is not really a key at all, but a debugging tool that was inadvertently left in some versions of Windows devices that was found by two security researchers; the details were released on a "rather funky website" (viewing the source of that page is a good way to avoid the visual and audio funkiness)."The key basically allows anyone to bypass the provisions Microsoft has put in place ostensibly to prevent malicious versions of Windows from being installed, on any device running Windows 8.1 and upwards with Secure Boot enabled.And while this means that enterprising users will be able to install any operating system—Linux, for instance—on their Windows tablet, it also allows bad actors with physical access to a machine to install bootkits and rootkits at deep levels. Worse, according to the security researchers who found the keys, this is a decision Microsoft may be unable to reverse." As the researchers note, this is perfect example of why backdoors (legally mandated or not) in cryptographic systems are a bad idea.Update: For some more detail, see Matthew Garrett's blog post .
Security advisories for Thursday
Arch Linux has updated jq (codeexecution from 2015) and websvn (cross-sitescripting).Debian-LTS has updated postgresql-9.1 (two vulnerabilities).Gentoo has updated optipng (threevulnerabilities).openSUSE has updated typo3 (13.1:three vulnerabilities from 2013 and 2014) and firefox, mozilla-nss (13.1: many vulnerabilities).Red Hat has updated java-1.7.0-ibm (RHEL5: two vulnerabilities),java-1.7.1-ibm (RHEL6&7: twovulnerabilities), java-1.8.0-ibm(RHEL6&7: two vulnerabilities), and python-django (RHOSP8; RHOSP7; RHEL7:cross-site scripting).Scientific Linux has updated qemu-kvm (SL6: denial of service).Ubuntu has updated libgd2 (16.04,14.04: three vulnerabilities) and xmlrpc-epi (16.04: code execution).
[$] LWN.net Weekly Edition for August 11, 2016
The LWN.net Weekly Edition for August 11, 2016 is available.
[$] The TCP "challenge ACK" side channel
Side-channel attacks against various kinds of protocols (typicallynetworking or cryptographic) are both dangerous and often hard fordevelopers and reviewers to spot.They are generally passive attacks, which makes them hard to detect as well. Arecent paper[PDF] describes in detail one such attack against the kernel's TCPnetworking stack; the bug (CVE-2016-5696)has existed since Linux 3.6, which was released in 2012. Ironically, the bug was introduced because Linux has implementeda countermeasure against another type of attack.
Stable kernel updates
The 4.6.6,4.4.17, and3.14.75stable kernel updates have been released. Each contains the usual set offixes and updates.
The first public Kirigami release
The KDE project has announcedthe first public release of the Kirigami interface framework. "Now,with KDE’s focus expanding beyond desktop and laptop computers into themobile and embedded sector, our QWidgets-based components alone are notsufficient anymore. In order to allow developers to easily create Qt-basedapplications that run on any major mobile or desktop operating system(including our very own existing Plasma Desktop and upcoming Plasma Mobile,of course), we have created a framework that extends Qt Quick Controls:Welcome Kirigami!"
Security advisories for Wednesday
CentOS has updated qemu-kvm (C6:denial of service).Debian-LTS has updated fontconfig(privilege escalation) and mongodb (problemin previous update).Fedora has updated lighttpd (F24; F23:man-in-the-middle attacks) and openssh(F24: denial of service).Oracle has updated qemu-kvm (OL6:multiple vulnerabilities).Red Hat has updated qemu-kvm(RHEL6: denial of service).SUSE has updated java-1_7_0-openjdk (SLE12-SP1: multiplevulnerabilities), java-1_8_0-openjdk(SLE12-SP1: multiple vulnerabilities), php53 (SLE11-SP4: multiple vulnerabilities),squid3 (SLE11-SP4: multiplevulnerabilities), and kernel (SLE11-SP4: three vulnerabilities).Ubuntu has updated kernel (16.04; 14.04;12.04: multiple vulnerabilities), linux-lts-trusty (12.04: two vulnerabilities),linux-lts-vivid (14.04: multiplevulnerabilities), linux-lts-xenial (14.04:multiple vulnerabilities), linux-raspi2(16.04: multiple vulnerabilities), linux-snapdragon (16.04: multiplevulnerabilities), and linux-ti-omap4(12.04: multiple vulnerabilities).
EFF Announces 2016 Pioneer Award Winners
The Electronic Frontier Foundation (EFF) has announcedthe winners of the 2016 Pioneer Awards: "Malkia Cyril of the Center for Media Justice, data protection activist Max Schrems, the authors of the “Keys Under Doormats” report that counters calls to break encryption, and the lawmakers behind CalECPA—a groundbreaking computer privacy law for Californians."
Study Highlights Serious Security Threat to Many Internet Users (UCR Today)
UCR Today reports thatresearchers at the University of California, Riverside have identified a weakness in the Transmission Control Protocol (TCP) in Linux that enablesattackers to hijack users’ internet communications remotely. "TheUCR researchers didn’t rely on chance, though. Instead, they identified asubtle flaw (in the form of ‘side channels’) in the Linux software thatenables attackers to infer the TCP sequence numbers associated with aparticular connection with no more information than the IP address of thecommunicating parties. This means that given any two arbitrary machines onthe internet, a remote blind attacker, without being able to eavesdrop onthe communication, can track users’ online activity, terminate connectionswith others and inject false material into their communications."
The People’s Code (White House blog)
US Chief Information Officer Tony Scott introducesthe Federal Source Code Policy,on the White House blog. "By making source code available forsharing and re-use across Federal agencies, we can avoid duplicative customsoftware purchases and promote innovation and collaboration across Federalagencies. By opening more of our code to the brightest minds inside andoutside of government, we can enable them to work together to ensure thatthe code is reliable and effective in furthering our nationalobjectives. And we can do all of this while remaining consistent with theFederal Government’s long-standing policy of technology neutrality, throughwhich we seek to ensure that Federal investments in IT are merit-based,improve the performance of our government, and create value for theAmerican people." (Thanks to David A. Wheeler)
Security advisories for Tuesday
Arch Linux has updated curl (three vulnerabilities).Debian has updated chromium-browser (multiple vulnerabilities) and fontconfig (privilege escalation).Debian-LTS has updated libreoffice (code execution) and python-django (rebase to 1.4.x).Fedora has updated bind99 (F23:denial of service), ca-certificates (F23:certificate update), dhcp (F23: denial ofservice), dnsmasq (F23: denial of service),flex (F24: buffer overflow), fontconfig (F24: privilege escalation),kernel (F24; F23: two vulnerabilities), libidn (F23: multiple vulnerabilities), libreswan (F23: unspecified), nodejs-tough-cookie (F24: denial of service),pdns (F24: denial of service),perl-CGI-Emulate-PSGI (F24; F23: HTTP redirect),perl-Module-Load-Conditional (F24;F23: privilege escalation), v8 (F24; F23:denial of service), and xen (F23: multiple vulnerabilities).Mageia has updated chromium-browser-stable (multiple vulnerabilities), firefox (multiple vulnerabilities), and openntpd/busybox (denial of service).Red Hat has updated chromium-browser (RHEL6: multiplevulnerabilities), kernel (RHEL6.4:privilege escalation), nodejs010-nodejs-minimatch (RHSCL: denial ofservice), and rh-nodejs4-nodejs-minimatch(RHSCL: denial of service).SUSE has updated kernel(SLE11-SP4: multiple vulnerabilities).Ubuntu has updated curl (three vulnerabilities).
Christoph Hellwig's case against VMware dismissed
The GPL-infringement case brought against VMware by Christoph Hellwig inGermany has been dismissed by the court; the ruling is available in Germanand English.The decision seems to be based entirely on uncertainty over where hiscopyrights actually lie and not on the infringement claims."Nonetheless, these questions (on which the legal interest of theparties and their counsel presumably focus) can and must remainunanswered. This is because the very first requirement for conducting anexamination, namely that code possibly protected for the Plaintiff as aholder of adapter’s copyright has been used in the Defendant’s product,cannot be established. " The ruling will beappealed.
Vice-President’s Report — The State of the GNOME Foundation
Jeff Fortin Tam reportson the state of the GNOME Foundation. "Generally speaking, this yearwas a bit less intense than the one before it (we didn’t have to worryabout a legal battle with a giant corporation this time around!) althoughwe did end up touching a fair amount of legal matters, such as trademarkagreements. One big item we got cleared was the Ubuntu GNOME trademarkagreement. We also welcomed businesses that wanted to sell GNOME-relatedmerchandise, you can find them listed here—supporting them by purchasingGNOME-related items also supports the Foundation with a small percentageshared as royalties." (Thanks to Paul Wise)
Lumina Desktop 1.0.0 released
Version1.0.0 of the Lumina Desktop Environment has been released."After roughly four years of development, I am pleased to announcethe first official release of the Lumina desktop environment! This releaseis an incredible realization of the initial idea of Lumina – a simple andunobtrusive desktop environment meant for users to configure to match theirindividual needs." Lumina is a from-scratch, BSD-licensed desktopsystem.
Security updates for Monday
Arch Linux has updated glibc (twodenial of service vulnerabilities), lib32-glibc (two denial of servicevulnerabilities), and libupnp(unauthenticated access).Debian has updated kde4libs (command execution) and lighttpd (man-in-the-middle attacks).Debian-LTS has updated mongodb (two vulnerabilities), mupdf (denial of service), and openjdk-7 (multiple vulnerabilities).Fedora has updated curl (F24:three vulnerabilities), firefox (F23:multiple vulnerabilities), libgcrypt (F23:key leak), and xen (F24: multiple vulnerabilities).Mageia has updated ruby-eventmachine (denial of service).openSUSE has updated bsdiff(Leap42.1, 13.2: denial of service), Chromium (Leap42.1, 13.2; SPH for SLE12: multiplevulnerabilities), java-1_8_0-openjdk (13.2:multiple vulnerabilities), libvirt(Leap42.1: authentication bypass), redis (Leap42.1, 13.2; SPH for SLE12: information leak),and wireshark (Leap42.1, 13.2: multiple vulnerabilities).Slackware has updated curl (threevulnerabilities), firefox (multiplevulnerabilities), openssh (two vulnerabilities), and stunnel (two vulnerabilities).
Check Point's "QuadRooter" vulnerabilities
Check Point has discovered four local-root vulnerabilities inQualcomm-based Android devices and is hyping the result as "QuadRooter"."QuadRooter is a set of four vulnerabilities affecting Androiddevices built using Qualcomm chipsets. Qualcomm is the world’s leadingdesigner of LTE chipsets with a 65% share of the LTE modem basebandmarket. If any one of the four vulnerabilities is exploited, an attackercan trigger privilege escalations for the purpose of gaining root access toa device." Actually getting the report requires registration. Allfour vulnerabilities are in Android-specific code; three of them are inout-of-tree modules (kgsl and ipc_router); the fourth is in the "ashmem" code in the staging tree.
Kernel prepatch 4.8-rc1
Linus has released the 4.8-rc1 prepatch andclosed the merge window for this development cycle — sort of. "Iactually still have a few pull requests pending in my inbox that I justwanted to take another look at before merging, but the large bulk of themerge window material has been merged, and I wanted to make sure therearen't any new ones coming in." A total of 11,618 non-mergechangesets were pulled during the merge window.
Let's Encrypt will be trusted by Firefox 50
The Let's Encrypt project, which provides a free SSL/TLS certificate authority (CA), has announced that Mozilla has accepted the project's root key into the Mozilla root program and will be trusted by default as of Firefox 50. This is a step forward from Let's Encrypt's earlier status. "In order to start issuing widely trusted certificates as soon as possible, we partnered with another CA, IdenTrust, which has a number of existing trusted roots. As part of that partnership, an IdenTrust root 'vouches for' the certificates that we issue, thus making our certificates trusted. We’re incredibly grateful to IdenTrust for helping us to start carrying out our mission as soon as possible. However, our plan has always been to operate as an independently trusted CA. Having our root trusted directly by the Mozilla root program represents significant progress towards that independence." The project has also applied for inclusion the CA trust roots maintained by Apple, Microsoft, Google, Oracle, and Blackberry. News on those programs is still pending.
Friday's security updates
Arch Linux has updated firefox (multiple vulnerabilities), jdk7-openjdk (multiple vulnerabilities), jre7-openjdk (multiple vulnerabilities), and jre7-openjdk-headless (multiple vulnerabilities).Debian has updated openjdk-7 (multiple vulnerabilities).Debian-LTS has updated curl(multiple vulnerabilities) and mysql-5.5 (multiple vulnerabilities).Fedora has updated collectd (F23; F24:code execution),dietlibc (F23; F24: insecure default PATH), perl (F24: privilege escalation), perl-DBD-MySQL (F24: code execution), and python-autobahn (F24: insecure origin validation).openSUSE has updated MozillaFirefox, mozilla-nss (13.2, Leap42.1: multiple vulnerabilities).Oracle has updated kernel (O7; O6:multiple vulnerabilities; O7; O6; O6; O5:privilege escalation)and squid (O6: code execution).Scientific Linux has updated squid (SL6: code execution).SUSE has updated kernel(SLE12-LP: multiple vulnerabilities).Ubuntu has updated firefox(12.04, 14.04, 16.04: multiple vulnerabilities), libreoffice (12.04: code execution), oxide-qt (14.04, 16.04: multiple vulnerabilities), and qemu, qemu-kvm (12.04, 14.04, 16.04: multiple vulnerabilities).
The GNU C Library version 2.24 is now available
The 2.24 version of the GNU C Library (glibc) has been released. It comeswith lots of bug fixes, including five for security vulnerabilities (fourstack overflows and a memory leak). Some deprecated features havebeen removed, as well as deprecating the readdir_r() andreaddir64_r() functions in favor of readdir() andreaddir64(). There are also additions to the math library(nextup*() and nextdown*()) to return the nextrepresentable value toward either positive or negative infinity.
Breaking through censorship barriers, even when Tor is blocked (Tor Blog)
The Tor Blog looks at using Pluggable Transports to avoid country-level Tor blocking. There are some new easy-to-follow graphical directions for using the transports."Many repressive governments and authorities benefit from blocking their users from having free and open access to the internet. They can simply get the list of Tor relays and block them. This bars millions of people from access to free information, often including those who need it most. We at Tor care about freedom of access to information and strongly oppose censorship. This is why we've developed methods to connect to the network and bypass censorship. These methods are called Pluggable Transports (PTs).Pluggable Transports are a type of bridge to the Tor network. They take advantage of various transports and make encrypted traffic to Tor look like not-interesting or garbage traffic. Unlike normal relays, bridge information is kept secret and distributed between users via BridgeDB."
Security updates for Thursday
CentOS has updated firefox (C5:multiple vulnerabilities) and squid (C6: code execution).Debian has updated firefox-esr (multiple vulnerabilities) and wordpress (multiple vulnerabilities).Debian-LTS has updated collectd(regression in previous security update), firefox-esr (multiple vulnerabilities), and libsys-syslog-perl (privilege escalation).Fedora has updated firefox (F24:multiple vulnerabilities) and pbuilder (F24; F23: file overwrite).Oracle has updated firefox (OL7; OL6; OL5: multiple vulnerabilities).Red Hat has updated squid (RHEL6:code execution).Scientific Linux has updated firefox (multiple vulnerabilities), golang (SL7: denial of service), kernel (SL7: three vulnerabilities, one from2015), and libtiff (SL7: multiple vulnerabilities, including somefrom 2014 and 2015).SUSE has updated hawk2 (SLE12:clickjacking prevention).
[$] LWN.net Weekly Edition for August 4, 2016
The LWN.net Weekly Edition for August 4, 2016 is available.
Some news from LWN
It has been some time since our last update on the state of LWN itself.That's somewhat by design, as we'd rather be writing about the communityand the code than ourselves. Occasionally, though, we do like to updateour readers and subscribers on the state of the operation, especially whenthere is some news to report, as is the case now.
Security advisories for Wednesday
CentOS has updated firefox (C7; C6:multiple vulnerabilities), golang (C7:denial of service), kernel (C7: three vulnerabilities), and libtiff (C7; C6: multiple vulnerabilities).Debian has updated curl (three vulnerabilities).Debian-LTS has updated libidn (three vulnerabilities), libreoffice (code execution), and lighttpd (man-in-the-middle attacks).Fedora has updated libreswan(F24: unspecified) and python-django (F24; F23: cross-site scripting).Mageia has updated chromium-browser-stable (multiple vulnerabilities), java-1.8.0-openjdk (multiple vulnerabilities), php-ZendFramework (SQL injection), and wireshark (multiple vulnerabilities).Oracle has updated golang (OL7:denial of service), kernel (OL7: three vulnerabilities), and libtiff (OL7; OL6: multiple vulnerabilities).Red Hat has updated firefox(RHEL5,6,7: multiple vulnerabilities), golang (RHEL7: denial of service), kernel (RHEL7: three vulnerabilities),kernel-rt (RHEMRG2.5; RHEL7: two vulnerabilities), libtiff(RHEL7; RHEL6: multiple vulnerabilities), and ntp (RHEL6.7: multiple vulnerabilities).Scientific Linux has updated libtiff (SL6: multiple vulnerabilities).Ubuntu has updated php5, php7.0 (multiple vulnerabilities).
LibreOffice 5.2 released
The LibreOffice 5.2 release is out. "LibreOffice 5.2 provides document classification according to the TSCPstandard, and a set of improved forecasting functions in Calc. Inaddition, multiple signature descriptions are now supported, along withimport and export of signatures from OOXML files.Interoperability features have also been improved, with better Writerimport filters for DOCX and RTF files, and the added support for Wordfor DOS legacy documents."There's a lot more; see therelease notes [PDF] for an illustrated list.See also: thispost from Michael Meeks on the last year of LibreOffice development.
[$] Statistics from the 4.7 development cycle
The 4.7 kernel was released onJuly 24, so longtime readers might be wondering where the usualdevelopment statistics are. We're running a little late this time around,but for good reason — Greg Kroah-Hartman obtained information from a largenumber of developers on who they work for, and we're now able to use thatinformation to produce better numbers. Of course, the overall story hasn'tchanged a whole lot — kernel development is relatively boring andpredictable these days — but each cycle still has a few noteworthy points.Click below (subscribers only) for the full article from this week's KernelPage.
Firefox 48 released
Firefox 48 is out, featuring process separation (e10s) for some users,mandatory add-ons signatures, stable WebExtensions, enhanced downloadprotection, and more. See the releasenotes for details.
Tuesday's security updates
Arch Linux has updated openssh (user enumeration via timing side-channel).Fedora has updated dropbear (F23:multiple vulnerabilities), krb5 (F24:denial of service), p7zip (F23: two codeexecution flaws), php-doctrine-common (F24; F23:privilege escalation), and wireshark (F24: multiple vulnerabilities).Oracle has updated kernel 2.6.39 (OL6; OL5: information disclosure).SUSE has updated bsdtar(SLE11-SP4: multiple vulnerabilities) and kernel (SLERTE12-SP1: multiple vulnerabilities).
GNOME Maps has tiles again
GNOME Maps recently ran into a tile problem (LWN article) when a service it relied on shutdown. Jonas Danielsson reportsthat Maps will be getting tiles from Mapbox. "We access Mapbox through a GNOME based redirect, so that we could redirect to something else if a similar situation would arise again."
Klitzke: Why Uber Engineering Switched from Postgres to MySQL
Evan Klitzke explainswhy Uber Engineering moved away from Postgresql. "The earlyarchitecture of Uber consisted of a monolithic backend application writtenin Python that used Postgres for data persistence. Since that time, thearchitecture of Uber has changed significantly, to a model of microservices and new dataplatforms. Specifically, in many of the cases where we previously usedPostgres, we now use Schemaless, a noveldatabase sharding layer built on top of MySQL. In this article, we’llexplore some of the drawbacks we found with Postgres and explain thedecision to build Schemaless and other backend services on top ofMySQL." (Thanks to Dimitri John Ledkov)
...166167168169170171172173174175...