|
|
Log in / Subscribe / Register

Security

Automotive security and safety

By Nathan Willis
January 27, 2016

SCALE

The security of the software that runs in vehicles is a hot-button issue at the moment. At SCALE 14x, automotive-software engineer Alison Chaiken provided an insider look at the issue, including how software-development issues interact with regulatory agencies—and not always for the better.

Chaiken started off by explaining that she has been working on automotive software for the past several years (most recently at Mentor Graphics), but that the security landscape for automotive is so fast-changing that it is almost all she can do to keep up with the news. That is because the regulators (at the state and federal level) are busy trying to catch up with the security problems that the car manufacturers have wrought—while also making an effort to get ahead of the problem for autonomous vehicles.

Up until now, those regulators have had a decidedly mixed impact on automotive-software security. Chaiken cited the US National Highway Traffic Safety Administration (NHTSA) requirement that in-vehicle infotainment (IVI) head units show a rear-camera view, complete with lane overlays, two seconds after boot. This is a remarkably difficult metric to meet, and was rather arbitrary. Had the rule been three seconds instead of two, automotive-software makers could have saved countless hours and costs that could have been spent on safety and security issues instead.

The bad news

Automotive security has three main problem areas, she said: bad legacy designs, an unclear privacy situation, and the chilling effects of "digital rights management" (DRM). The insecure software found in many older cars is rife with security vulnerabilities, but it is a mistake to think that the industry's shift toward Linux is an automatic fix. In 2015, Charlie Miller and Chris Valasek found "five-ish" exploits in Jeep Cherokees. The most appalling was that anyone with a Sprint phone could get in range of a cell tower, scan for IP addresses in the range used by Jeep, and find D-Bus listening for connections on port 6667.

[Alison Chaiken at SCALE 14x]

To make matters worse, Jeep did not build in an over-the-air update system, so the only way these vehicles could be patched is by downloading a new firmware image onto a USB stick and plugging it into the car. Hopefully into one's own car, although Chaiken noted that the company web site asked users for no authentication or even an assertion of ownership before allowing them to download a firmware image. The images on the site, she said, were virtually identical to the ones reverse engineered by Miller and Valasek, and the cars do not perform authentication, either. Nevertheless, at least open-source projects like GENIVI and Automotive Grade Linux allow people to participate and allow the security-conscious to read the source code; the same cannot be said of most legacy OSes running in cars, such as QNX.

"On the other hand, Linus [Torvalds] can't solve everything," she said, particularly where privacy is concerned. Many automotive systems seem to be designed with a "one user per device" model in mind that was copied over wholesale from mobile phones, but surely does not apply. What happens when you pair your phone with a rental car, she asked, or leave your car overnight with a mechanic? No one would leave their smartphone or laptop overnight with a repair shop, but automotive computer systems are poised to collect just as much personal information as either of those devices. Chaiken has asked carmakers how they plan to reset or blank out the personal data they collect, and received vacant stares in reply.

The security and privacy concerns are important enough in their own right, but they get more complex when government regulators get involved. She cited two examples. First, NHTSA rules in 2012 required telematics "black boxes" to record 14 specific vehicle data streams that could be used to help determine the cause of an accident. But the regulation failed to state that the data could only be used for accident service, and drivers found themselves being monitored around the clock and denied warranty coverage if a sensor reading suggested that they had, for example, exceeded a "safe" engine speed. The Electronic Frontier Foundation (EFF) filed a complaint, although it has yet to succeed at having the rules amended or replaced.

The second example is the still-ongoing exploration of driver drowsiness detection. If would certainly save lives if cars would trigger alarms when a drowsy driver nodded off, but making such a feature possible likely requires capturing a constant video stream—which has serious privacy risks.

It is easy to dismiss such privacy concerns now, Chaiken said, but that is only because of the old adage that "the best way to avoid being attacked is to be poor and boring." And right now, there are few real-world car exploits being seen because cars do not yet store payment information. Thieves have always stolen radios out of cars; once those dash units also include personal information and credit card numbers, she said, you can expect the thieves to be right behind. She noted that Visa recently announced a "connected car" initiative, and urged developers to resist the temptation to store payment data in vehicles.

The good news

Despite all the doom and gloom, Chaiken also shared what she regards as promising news on several fronts. The first is that NHTSA is preparing its rules on vehicle-to-vehicle (V2V) networking, and is using public-key encryption (PKE) to secure it. PKE will make it drastically harder for an attacker to spoof an emergency vehicle, but it has beneficial side effects, too. For example, the scheme uses short-lived keys, which protects against replays, but also makes it hard to track a single vehicle over a long period of time.

Another welcome change is the increased use of virtualization. Future car systems will not boot directly into Linux or QNX, but into a hypervisor. That will enable better separation of functionality, making it harder, for instance, for an attacker to get to the engine-control unit via the IVI unit. And automakers have already begun implementing watchdog timers to reboot stalled virtual machines, which will also make attacks more difficult.

There has also been a shift away from outdated network buses like Controller Area Network (CAN) to more robust alternatives like Ethernet Audio Video Bridging (AVB). And although Chaiken did not go into depth on the problems of DRM in the "bad news" section of the talk (referring the audience, instead, to Cory Doctorow's thorough keynote on the topic), she cited the automotive exemption to the Digital Millennium Copyright Act's DRM provision as an important win by the EFF.

Finally, she said, it is important to remember that big carmakers are no longer the sole creators of vehicles. There are several new start-ups, most notably OSVehicle (OSV) and Local Motors that are working on making a home-made, "white box" car. OSV, she said, wants to be the Gateway Computer of the automotive market. Whoever succeeds at that task, consumers will win.

In closing, Chaiken cautioned that the push to make cars more high tech can all too easily make them less safe. The regulations are still being written—even today, the California Department of Transportation is debating autonomous vehicle regulations. "If we keep getting rules about boot speed instead of about security," she said, "then we're not heading for a good place." Nevertheless, there is now a lot of open-source code involved in the process, so the security lessons understood by the Linux community all apply to this new problem space.

Comments (19 posted)

Brief items

Security quote of the week

A bitter irony is that while some terrorist groups seem to have all manner of sophisticated and relatively standardized strong encryption systems that government backdoors are unlikely to reach, ordinary honest users are faced with a confusing hodgepodge of crypto systems that are generally hard to use, often incompatible, and basically just a pain in the neck that discourage their widespread adoption, especially by non-techies.
Lauren Weinstein

Comments (1 posted)

New vulnerabilities

bind: denial of service

Package(s):bind CVE #(s):CVE-2015-8705
Created:January 21, 2016 Updated:January 27, 2016
Description: From the Arch Linux advisory:

CVE-2015-8705 (denial of service): In versions of BIND 9.10, errors can occur when OPT pseudo-RR data or ECS options are formatted to text. In 9.10.3 through 9.10.3-P2, the issue may result in a REQUIRE assertion failure in buffer.c resulting in application exit. This issue can affect both authoritative and recursive servers if they are performing debug logging. It may also crash related tools which use the same code, such as dig or delv.

Alerts:
Gentoo 201610-07 bind 2016-10-11
Fedora FEDORA-2016-1ab53bf440 bind 2016-02-02
Fedora FEDORA-2016-f3517b9c4c bind 2016-01-24
Mageia MGASA-2016-0030 bind 2016-01-20
Arch Linux ASA-201601-21 bind 2016-01-21
Slackware SSA:2016-054-01 bind 2016-02-23

Comments (none posted)

cgit: three vulnerabilities

Package(s):cgit CVE #(s):CVE-2016-1899 CVE-2016-1900 CVE-2016-1901
Created:January 22, 2016 Updated:April 8, 2016
Description: From the openSUSE advisory:

- CVE-2016-1899: Reflected Cross Site Scripting and Header Injection in Mimetype Query String
- CVE-2016-1900: Stored Cross Site Scripting and Header Injection in Filename Parameter
- CVE-2016-1901: Integer Overflow resulting in Buffer Overflow

Alerts:
Fedora FEDORA-2016-e5a5fb196f cgit 2016-01-26
Fedora FEDORA-2016-215b507409 cgit 2016-01-26
openSUSE openSUSE-SU-2016:0218-1 cgit 2016-01-24
openSUSE openSUSE-SU-2016:0196-1 cgit 2016-01-22
Debian DSA-3545-1 cgit 2016-04-07
Mageia MGASA-2016-0047 cgit 2016-02-05

Comments (none posted)

chromium: multiple vulnerabilities

Package(s):chromium CVE #(s):CVE-2016-1612 CVE-2016-1613 CVE-2016-1614 CVE-2016-1615 CVE-2016-1616 CVE-2016-1617 CVE-2016-1618 CVE-2016-1619 CVE-2016-1620
Created:January 26, 2016 Updated:January 28, 2016
Description: From the CVE entries:

The LoadIC::UpdateCaches function in ic/ic.cc in Google V8, as used in Google Chrome before 48.0.2564.82, does not ensure receiver compatibility before performing a cast of an unspecified variable, which allows remote attackers to cause a denial of service or possibly have unknown other impact via crafted JavaScript code. (CVE-2016-1612)

Multiple use-after-free vulnerabilities in the formfiller implementation in PDFium, as used in Google Chrome before 48.0.2564.82, allow remote attackers to cause a denial of service or possibly have unspecified other impact via a crafted PDF document, related to improper tracking of the destruction of (1) IPWL_FocusHandler and (2) IPWL_Provider objects. (CVE-2016-1613)

The UnacceleratedImageBufferSurface class in WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp in Blink, as used in Google Chrome before 48.0.2564.82, mishandles the initialization mode, which allows remote attackers to obtain sensitive information from process memory via a crafted web site. (CVE-2016-1614)

The Omnibox implementation in Google Chrome before 48.0.2564.82 allows remote attackers to spoof a document's origin via unspecified vectors. (CVE-2016-1615)

The CustomButton::AcceleratorPressed function in ui/views/controls/button/custom_button.cc in Google Chrome before 48.0.2564.82 allows remote attackers to spoof URLs via vectors involving an unfocused custom button. (CVE-2016-1616)

The CSPSource::schemeMatches function in WebKit/Source/core/frame/csp/CSPSource.cpp in the Content Security Policy (CSP) implementation in Blink, as used in Google Chrome before 48.0.2564.82, does not apply http policies to https URLs and does not apply ws policies to wss URLs, which makes it easier for remote attackers to determine whether a specific HSTS web site has been visited by reading a CSP report. (CVE-2016-1617)

Blink, as used in Google Chrome before 48.0.2564.82, does not ensure that a proper cryptographicallyRandomValues random number generator is used, which makes it easier for remote attackers to defeat cryptographic protection mechanisms via unspecified vectors. (CVE-2016-1618)

Multiple integer overflows in the (1) sycc422_to_rgb and (2) sycc444_to_rgb functions in fxcodec/codec/fx_codec_jpx_opj.cpp in PDFium, as used in Google Chrome before 48.0.2564.82, allow remote attackers to cause a denial of service (out-of-bounds read) or possibly have unspecified other impact via a crafted PDF document. (CVE-2016-1619)

Multiple unspecified vulnerabilities in Google Chrome before 48.0.2564.82 allow attackers to cause a denial of service or possibly have other impact via unknown vectors. (CVE-2016-1620)

Alerts:
Mageia MGASA-2016-0274 chromium-browser-stable 2016-08-03
Mageia MGASA-2016-0042 chromium-browser-stable 2016-01-29
Ubuntu USN-2877-1 oxide-qt 2016-01-27
openSUSE openSUSE-SU-2016:0271-1 Chromium 2016-01-27
openSUSE openSUSE-SU-2016:0250-1 Chromium 2016-01-26
openSUSE openSUSE-SU-2016:0249-1 Chromium 2016-01-26
Debian DSA-3456-1 chromium-browser 2016-01-27
Red Hat RHSA-2016:0072-01 chromium-browser 2016-01-27
Arch Linux ASA-201601-28 chromium 2016-01-25
Gentoo 201603-09 chromium 2016-03-12

Comments (none posted)

chrony: packet modification

Package(s):chrony CVE #(s):CVE-2016-1567
Created:January 25, 2016 Updated:December 14, 2016
Description: From the Red Hat bugzilla:

The following flaw was found in chrony:

Symmetric key encryption requires a single trusted key to be specified for each server configuration. A key specified only for one server should only work to authenticate that server, other trusted keys should be refused.

However, when symmetric key authentication is verified, there is no check that the key used is the key specified for the address, any trusted key can be used as long as the keyid references another key the systems share and that key is used to compute the MAC.

An authenticated client (A) could use this flaw to modify a packet sent between a server (B) and a client (C) using a key that is different from the one known to the client (A).

Alerts:
Fedora FEDORA-2016-6f783d1768 chrony 2016-02-02
Mageia MGASA-2016-0038 chrony 2016-01-29
Fedora FEDORA-2016-6a0b0ab775 chrony 2016-01-24
Debian-LTS DLA-742-1 chrony 2016-12-13
Debian-LTS DLA-414-1 chrony 2016-02-12

Comments (none posted)

curl: authentication bypass

Package(s):curl CVE #(s):CVE-2016-0755
Created:January 27, 2016 Updated:February 17, 2016
Description: From the Debian advisory:

Isaac Boukris discovered that cURL, an URL transfer library, reused NTLM-authenticated proxy connections without properly making sure that the connection was authenticated with the same credentials as set for the new transfer. This could lead to HTTP requests being sent over the connection authenticated as a different user.

Alerts:
Gentoo 201701-47 curl 2017-01-19
Fedora FEDORA-2016-3fa315a5dd curl 2016-02-02
Arch Linux ASA-201602-4 lib32-curl 2016-02-02
Arch Linux ASA-201602-3 curl 2016-02-02
Fedora FEDORA-2016-57bebab3b6 curl 2016-01-30
Ubuntu USN-2882-1 curl 2016-01-27
Debian DSA-3455-1 curl 2016-01-27
SUSE SUSE-SU-2016:0778-1 sles11sp4-docker-image 2016-03-15
Fedora FEDORA-2016-5a141de5d9 mingw-curl 2016-02-17
Fedora FEDORA-2016-55137a3adb mingw-curl 2016-02-17
Slackware SSA:2016-039-01 curl 2016-02-08
openSUSE openSUSE-SU-2016:0376-1 curl 2016-02-08
openSUSE openSUSE-SU-2016:0373-1 curl 2016-02-07
openSUSE openSUSE-SU-2016:0360-1 curl 2016-02-07
Mageia MGASA-2016-0050 curl 2016-02-05

Comments (none posted)

foomatic-filters: buffer overflows

Package(s):foomatic-filters CVE #(s):
Created:January 25, 2016 Updated:January 27, 2016
Description: From the Debian LTS advisory:

cups-filters contains multiple buffer overflows caused by lack of size checks when copying from environment variables to local buffers (strcpy) as well on string concatenation operations (strcat).

Alerts:
Debian-LTS DLA-399-1 foomatic-filters 2016-01-23

Comments (none posted)

fuse: privilege escalation

Package(s):fuse CVE #(s):CVE-2016-1233
Created:January 22, 2016 Updated:January 27, 2016
Description: From the Debian advisory:

Jann Horn discovered a vulnerability in the fuse (Filesystem in Userspace) package in Debian. The fuse package ships an udev rules adjusting permissions on the related /dev/cuse character device, making it world writable. This permits a local, unprivileged attacker to create an arbitrarily-named character device in /dev and modify the memory of any process that opens it and performs an ioctl on it. This in turn might allow a local, unprivileged attacker to escalate to root privileges.

Alerts:
Debian DSA-3451-1 fuse 2016-01-21

Comments (none posted)

imlib2: denial of service

Package(s):imlib2 CVE #(s):CVE-2014-9762 CVE-2014-9763 CVE-2014-9764
Created:January 25, 2016 Updated:February 10, 2016
Description: From the Debian LTS advisory:

CVE-2014-9762: GIF loader: Fix segv on images without colormap

CVE-2014-9763: Prevent division-by-zero crashes

CVE-2014-9764: Fix segfault when opening input/queue/id:000007,src:000000,op:flip1,pos:5

Alerts:
Ubuntu USN-3075-1 imlib2 2016-09-08
Fedora FEDORA-2016-b62d19661f imlib2 2016-01-30
Debian-LTS DLA-401-1 imlib2 2016-01-24
openSUSE openSUSE-SU-2016:1330-1 imlib2 2016-05-18
Debian DSA-3537-1 imlib2 2016-03-31
Fedora FEDORA-2016-3c0b37e056 imlib2 2016-02-10
Mageia MGASA-2016-0049 imlib2 2016-02-05
Gentoo 201611-12 imlib2 2016-11-21

Comments (none posted)

jasper: denial of service

Package(s):jasper CVE #(s):CVE-2016-1867
Created:January 25, 2016 Updated:February 10, 2016
Description: From the CVE entry:

The jpc_pi_nextcprl function in JasPer 1.900.1 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted JPEG 2000 image.

Alerts:
openSUSE openSUSE-SU-2016:2737-1 jasper 2016-11-05
Fedora FEDORA-2016-bbecf64af4 jasper 2016-09-21
Fedora FEDORA-2016-7776983633 jasper 2016-08-15
Debian DSA-3785-1 jasper 2017-02-09
openSUSE openSUSE-SU-2016:0217-1 jasper 2016-01-24
openSUSE openSUSE-SU-2016:0211-1 jasper 2016-01-24
Mageia MGASA-2016-0059 jasper 2016-02-09
openSUSE openSUSE-SU-2016:2833-1 jasper 2016-11-17

Comments (none posted)

java: weak key generation

Package(s):java-1.8.0-openjdk CVE #(s):CVE-2016-0475
Created:January 21, 2016 Updated:January 27, 2016
Description: From the Red Hat advisory:

It was discovered that the password-based encryption (PBE) implementation in the Libraries component in OpenJDK used an incorrect key length. This could, in certain cases, lead to generation of keys that were weaker than expected. (CVE-2016-0475)

Alerts:
Gentoo 201610-08 oracle-jdk-bin 2016-10-15
Red Hat RHSA-2016:0098-01 java-1.8.0-ibm 2016-02-02
SUSE SUSE-SU-2016:0256-1 java-1_8_0-openjdk 2016-01-27
Scientific Linux SLSA-2016:0049-1 java-1.8.0-openjdk 2016-01-21
CentOS CESA-2016:0050 java-1.8.0-openjdk 2016-01-21
CentOS CESA-2016:0049 java-1.8.0-openjdk 2016-01-21
Scientific Linux SLSA-2016:0050-1 java-1.8.0-openjdk 2016-01-20
Red Hat RHSA-2016:0055-01 java-1.8.0-oracle 2016-01-21
Red Hat RHSA-2016:0050-01 java-1.8.0-openjdk 2016-01-20
Red Hat RHSA-2016:0049-01 java-1.8.0-openjdk 2016-01-20
SUSE SUSE-SU-2016:0390-1 java-1_8_0-ibm 2016-02-09
Mageia MGASA-2016-0048 java-1.8.0-openjdk/copy-jdk-configs/lua-lunit/lua-posix 2016-02-05

Comments (none posted)

java: multiple vulnerabilities

Package(s):java-1.6.0-sun CVE #(s):CVE-2016-0402 CVE-2016-0448 CVE-2016-0466 CVE-2016-0483 CVE-2016-0494
Created:January 21, 2016 Updated:February 2, 2016
Description: From the Red Hat advisory:

CVE-2016-0494 ICU: integer signedness issue in IndicRearrangementProcessor (OpenJDK 2D, 8140543)
CVE-2016-0402 OpenJDK: URL deserialization inconsistencies (Networking, 8059054)
CVE-2016-0448 OpenJDK: logging of RMI connection secrets (JMX, 8130710)
CVE-2016-0466 OpenJDK: insufficient enforcement of totalEntitySizeLimit (JAXP, 8133962)
CVE-2016-0483 OpenJDK: incorrect boundary check in JPEG decoder (AWT, 8139017)

Alerts:
Gentoo 201610-08 oracle-jdk-bin 2016-10-15
Debian-LTS DLA-545-1 icu 2016-07-07
Red Hat RHSA-2016:0098-01 java-1.8.0-ibm 2016-02-02
Red Hat RHSA-2016:0099-01 java-1.7.1-ibm 2016-02-02
Red Hat RHSA-2016:0100-01 java-1.7.0-ibm 2016-02-02
Red Hat RHSA-2016:0101-01 java-1.6.0-ibm 2016-02-02
openSUSE openSUSE-SU-2016:0279-1 java-1_7_0-openjdk 2016-01-28
SUSE SUSE-SU-2016:0269-1 java-1_7_0-openjdk 2016-01-27
SUSE SUSE-SU-2016:0265-1 java-1_7_0-openjdk 2016-01-27
openSUSE openSUSE-SU-2016:0272-1 Java7 2016-01-28
openSUSE openSUSE-SU-2016:0270-1 java-1_8_0-openjdk 2016-01-27
openSUSE openSUSE-SU-2016:0263-1 java-1_8_0-openjdk 2016-01-27
openSUSE openSUSE-SU-2016:0268-1 java-1_7_0-openjdk 2016-01-27
Debian DSA-3458-1 openjdk-7 2016-01-27
SUSE SUSE-SU-2016:0256-1 java-1_8_0-openjdk 2016-01-27
Scientific Linux SLSA-2016:0067-1 java-1.6.0-openjdk 2016-01-26
Oracle ELSA-2016-0067 java-1.6.0-openjdk 2016-01-26
Oracle ELSA-2016-0067 java-1.6.0-openjdk 2016-01-26
Oracle ELSA-2016-0067 java-1.6.0-openjdk 2016-01-26
CentOS CESA-2016:0067 java-1.6.0-openjdk 2016-01-26
CentOS CESA-2016:0067 java-1.6.0-openjdk 2016-01-26
CentOS CESA-2016:0067 java-1.6.0-openjdk 2016-01-26
Red Hat RHSA-2016:0067-01 java-1.6.0-openjdk 2016-01-26
Scientific Linux SLSA-2016:0049-1 java-1.8.0-openjdk 2016-01-21
Scientific Linux SLSA-2016:0054-1 java-1.7.0-openjdk 2016-01-21
Scientific Linux SLSA-2016:0053-1 java-1.7.0-openjdk 2016-01-21
Oracle ELSA-2016-0050 java-1.8.0-openjdk 2016-01-21
Oracle ELSA-2016-0054 java-1.7.0-openjdk 2016-01-21
Oracle ELSA-2016-0054 java-1.7.0-openjdk 2016-01-21
Oracle ELSA-2016-0053 java-1.7.0-openjdk 2016-01-21
CentOS CESA-2016:0050 java-1.8.0-openjdk 2016-01-21
CentOS CESA-2016:0049 java-1.8.0-openjdk 2016-01-21
CentOS CESA-2016:0054 java-1.7.0-openjdk 2016-01-21
CentOS CESA-2016:0054 java-1.7.0-openjdk 2016-01-21
CentOS CESA-2016:0053 java-1.7.0-openjdk 2016-01-21
Scientific Linux SLSA-2016:0050-1 java-1.8.0-openjdk 2016-01-20
Oracle ELSA-2016-0049 java-1.8.0-openjdk 2016-01-20
Red Hat RHSA-2016:0055-01 java-1.8.0-oracle 2016-01-21
Red Hat RHSA-2016:0050-01 java-1.8.0-openjdk 2016-01-20
Red Hat RHSA-2016:0049-01 java-1.8.0-openjdk 2016-01-20
Red Hat RHSA-2016:0056-01 java-1.7.0-oracle 2016-01-21
Red Hat RHSA-2016:0054-01 java-1.7.0-openjdk 2016-01-21
Red Hat RHSA-2016:0053-01 java-1.7.0-openjdk 2016-01-21
Red Hat RHSA-2016:0057-01 java-1.6.0-sun 2016-01-21
SUSE SUSE-SU-2016:0776-1 java-1_6_0-ibm 2016-03-15
SUSE SUSE-SU-2016:0770-1 java-1_6_0-ibm 2016-03-15
Gentoo 201603-14 icedtea 2016-03-13
SUSE SUSE-SU-2016:0636-1 java-1_7_0-ibm 2016-03-02
Debian DSA-3725-1 icu 2016-11-27
SUSE SUSE-SU-2016:0431-1 java-1_6_0-ibm 2016-02-11
SUSE SUSE-SU-2016:0433-1 java-1_7_0-ibm 2016-02-11
SUSE SUSE-SU-2016:0428-1 java-1_6_0-ibm 2016-02-11
SUSE SUSE-SU-2016:0399-1 java-1_7_1-ibm 2016-02-10
SUSE SUSE-SU-2016:0401-1 java-1_7_1-ibm 2016-02-10
SUSE SUSE-SU-2016:0390-1 java-1_8_0-ibm 2016-02-09
Mageia MGASA-2016-0048 java-1.8.0-openjdk/copy-jdk-configs/lua-lunit/lua-posix 2016-02-05
Debian-LTS DLA-410-1 openjdk-6 2016-02-04
Debian DSA-3465-1 openjdk-6 2016-02-02
Ubuntu USN-2884-1 openjdk-7 2016-02-01
Ubuntu USN-2885-1 openjdk-6 2016-02-01

Comments (none posted)

java: unspecified

Package(s):java-1.8.0-openjdk CVE #(s):
Created:January 25, 2016 Updated:January 27, 2016
Description: From the Fedora advisory:

security update to CPU 19.1.2016 to u71b15

Alerts:
Fedora FEDORA-2016-3ea667977a java-1.8.0-openjdk 2016-01-26
Fedora FEDORA-2016-946b98126d java-1.8.0-openjdk 2016-01-24

Comments (none posted)

jenkins: multiple vulnerabilities

Package(s):jenkins CVE #(s):CVE-2014-1869 CVE-2014-3661 CVE-2014-3662 CVE-2014-3663 CVE-2014-3664 CVE-2014-3666 CVE-2014-3667 CVE-2014-3680 CVE-2014-3681 CVE-2016-1905 CVE-2016-1906
Created:January 27, 2016 Updated:January 27, 2016
Description: From the CVE entries:

Multiple cross-site scripting (XSS) vulnerabilities in ZeroClipboard.swf in ZeroClipboard before 1.3.2, as maintained by Jon Rohan and James M. Greene, allow remote attackers to inject arbitrary web script or HTML via vectors related to certain SWF query parameters (aka loaderInfo.parameters). (CVE-2014-1869)

CloudBees Jenkins before 1.583 and LTS before 1.565.3 allows remote attackers to cause a denial of service (thread consumption) via vectors related to a CLI handshake. (CVE-2014-3661)

CloudBees Jenkins before 1.583 and LTS before 1.565.3 allows remote attackers to enumerate user names via vectors related to login attempts. (CVE-2014-3662)

CloudBees Jenkins before 1.583 and LTS before 1.565.3 allows remote authenticated users with the Job/CONFIGURE permission to bypass intended restrictions and create or destroy arbitrary jobs via unspecified vectors. (CVE-2014-3663)

Directory traversal vulnerability in CloudBees Jenkins before 1.583 and LTS before 1.565.3 allows remote authenticated users with the Overall/READ permission to read arbitrary files via unspecified vectors. (CVE-2014-3664)

CloudBees Jenkins before 1.583 and LTS before 1.565.3 allows remote attackers to execute arbitrary code via a crafted packet to the CLI channel. (CVE-2014-3666)

CloudBees Jenkins before 1.583 and LTS before 1.565.3 does not properly prevent downloading of plugins, which allows remote authenticated users with the Overall/READ permission to obtain sensitive information by reading the plugin code. (CVE-2014-3667)

CloudBees Jenkins before 1.583 and LTS before 1.565.3 allows remote authenticated users with the Job/READ permission to obtain the default value for the password field of a parameterized job by reading the DOM. (CVE-2014-3680)

Cross-site scripting (XSS) vulnerability in CloudBees Jenkins before 1.583 and LTS before 1.565.3 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors. (CVE-2014-3681)

From the Red Hat advisory:

An authorization flaw was discovered in Kubernetes; the API server did not properly check user permissions when handling certain requests. An authenticated remote attacker could use this flaw to gain additional access to resources such as RAM and disk space. (CVE-2016-1905)

An authorization flaw was discovered in Kubernetes; the API server did not properly check user permissions when handling certain build- configuration strategies. A remote attacker could create build configurations with strategies that violate policy. Although the attacker could not launch the build themselves (launch fails when the policy is violated), if the build configuration files were later launched by other privileged services (such as automated triggers), user privileges could be bypassed allowing attacker escalation. (CVE-2016-1906)

Alerts:
Red Hat RHSA-2016:0070-01 RHOSE 2016-01-26
Red Hat RHSA-2016:0351-01 kubernetes 2016-03-03

Comments (none posted)

mariadb: multiple vulnerabilities

Package(s):mariadb-10.0 CVE #(s):CVE-2016-0505 CVE-2016-0546 CVE-2016-0596 CVE-2016-0597 CVE-2016-0598 CVE-2016-0600 CVE-2016-0606 CVE-2016-0608 CVE-2016-0609 CVE-2016-0616 CVE-2016-2047
Created:January 26, 2016 Updated:June 27, 2016
Description: From the Debian advisory:

Several issues have been discovered in the MariaDB database server. The vulnerabilities are addressed by upgrading MariaDB to the new upstream version 10.0.23. Please see the MariaDB 10.0 Release Notes for further details.

Alerts:
Red Hat RHSA-2016:1480-01 mysql55-mysql 2016-07-25
Red Hat RHSA-2016:1481-01 mariadb55-mariadb 2016-07-25
openSUSE openSUSE-SU-2016:1686-1 mariadb 2016-06-27
openSUSE openSUSE-SU-2016:1664-1 mariadb 2016-06-23
Debian-LTS DLA-409-1 mysql-5.5 2016-02-01
Debian DSA-3459-1 mysql-5.5 2016-01-28
Ubuntu USN-2881-1 mysql-5.5, mysql-5.6 2016-01-26
Debian DSA-3453-1 mariadb-10.0 2016-01-25
Red Hat RHSA-2016:1132-01 rh-mariadb100-mariadb 2016-05-26
openSUSE openSUSE-SU-2016:1332-1 mysql-community-server 2016-05-18
Fedora FEDORA-2016-1aaf308de4 community-mysql 2016-05-16
Fedora FEDORA-2016-7c48036d73 community-mysql 2016-05-15
SUSE SUSE-SU-2016:1279-1 mysql 2016-05-11
Debian-LTS DLA-447-1 mysql-5.5 2016-04-30
Red Hat RHSA-2016:0705-01 rh-mysql56-mysql 2016-05-02
Debian DSA-3557-1 mysql-5.5 2016-04-26
Ubuntu USN-2954-1 mysql-5.7 2016-04-25
Ubuntu USN-2953-1 mysql-5.5, mysql-5.6 2016-04-21
CentOS CESA-2016:0534 mariadb 2016-03-31
Scientific Linux SLSA-2016:0534-1 mariadb 2016-04-04
Oracle ELSA-2016-0534 mariadb 2016-03-31
Red Hat RHSA-2016:0534-01 mariadb 2016-04-01
Fedora FEDORA-2016-65a1f22818 community-mysql 2016-03-09
Fedora FEDORA-2016-5cb344dd7e community-mysql 2016-03-09
Fedora FEDORA-2016-868c170507 mariadb 2016-03-05
Fedora FEDORA-2016-e30164d0a2 mariadb 2016-02-21
openSUSE openSUSE-SU-2016:0377-1 MySQL 2016-02-08
openSUSE openSUSE-SU-2016:0367-1 MySQL 2016-02-07

Comments (none posted)

moodle: two vulnerabilities

Package(s):moodle CVE #(s):CVE-2016-0724 CVE-2016-0725
Created:January 21, 2016 Updated:February 1, 2016
Description: From the Mageia advisory:

In Moodle before 2.8.10, web services core_enrol_get_course_enrolment_methods and enrol_self_get_instance_info did not check user permission to access hidden courses (CVE-2016-0724).

In Moodle before 2.8.10, search string in course management interface was not escaped when being output creating potential for XSS attack (CVE-2016-0725).

Alerts:
Fedora FEDORA-2016-fb2597f4eb moodle 2016-02-01
Fedora FEDORA-2016-1c10ab3c35 moodle 2016-01-30
Mageia MGASA-2016-0029 moodle 2016-01-20

Comments (none posted)

mozilla: multiple vulnerabilities

Package(s):firefox thunderbird seamonkey CVE #(s):CVE-2016-1931 CVE-2016-1933 CVE-2016-1937 CVE-2016-1938 CVE-2016-1939 CVE-2016-1942 CVE-2016-1944 CVE-2016-1945 CVE-2016-1946 CVE-2016-1947
Created:January 27, 2016 Updated:February 24, 2016
Description: From the Ubuntu advisory:

Bob Clary, Christian Holler, Nils Ohlmeier, Gary Kwong, Jesse Ruderman, Carsten Book, Randell Jesup, Nicolas Pierron, Eric Rescorla, Tyson Smith, and Gabor Krizsanits discovered multiple memory safety issues in Firefox. If a user were tricked in to opening a specially crafted website, an attacker could potentially exploit these to cause a denial of service via application crash, or execute arbitrary code with the privileges of the user invoking Firefox. (CVE-2016-1930, CVE-2016-1931)

Gustavo Grieco discovered an out-of-memory crash when loading GIF images in some circumstances. If a user were tricked in to opening a specially crafted website, an attacker could exploit this to cause a denial of service. (CVE-2016-1933)

It was discovered that a delay was missing when focusing the protocol handler dialog. If a user were tricked in to opening a specially crafted website, an attacker could potentially exploit this to conduct clickjacking attacks. (CVE-2016-1937)

Hanno Böck discovered that calculations with mp_div and mp_exptmod in NSS produce incorrect results in some circumstances, resulting in cryptographic weaknesses. (CVE-2016-1938)

Nicholas Hurley discovered that Firefox allows for control characters to be set in cookie names. An attacker could potentially exploit this to conduct cookie injection attacks on some web servers. (CVE-2016-1939)

It was discovered that when certain invalid URLs are pasted in to the addressbar, the addressbar contents may be manipulated to show the location of arbitrary websites. An attacker could potentially exploit this to conduct URL spoofing attacks. (CVE-2016-1942)

Ronald Crane discovered three vulnerabilities through code inspection. If a user were tricked in to opening a specially crafted website, an attacker could potentially exploit these to cause a denial of service via application crash, or execute arbitrary code with the privileges of the user invoking Firefox. (CVE-2016-1944, CVE-2016-1945, CVE-2016-1946)

François Marier discovered that Application Reputation lookups didn't work correctly, disabling warnings for potentially malicious downloads. An attacker could potentially exploit this by tricking a user in to downloading a malicious file. Other parts of the Safe Browsing feature were unaffected by this. (CVE-2016-1947)

Alerts:
openSUSE openSUSE-SU-2016:0306-1 firefox 2016-02-02
Debian DSA-3688-1 nss 2016-10-05
Gentoo 201701-46 nss 2017-01-19
Fedora FEDORA-2016-f2980b4099 firefox 2016-02-02
Fedora FEDORA-2016-c12fa80d79 firefox 2016-01-30
Ubuntu USN-2880-1 firefox 2016-01-27
Gentoo 201605-06 nss 2016-05-31
Ubuntu USN-2973-1 thunderbird 2016-05-19
Debian-LTS DLA-480-1 nss 2016-05-18
Debian-LTS DLA-427-1 nss 2016-02-24
Ubuntu USN-2903-2 nss 2016-02-23
Fedora FEDORA-2016-4aeba0f53d thunderbird 2016-02-21
Arch Linux ASA-201602-16 thunderbird 2016-02-21
Ubuntu USN-2903-1 nss 2016-02-17
Ubuntu USN-2880-2 firefox 2016-02-08
SUSE SUSE-SU-2016:0334-1 MozillaFirefox, MozillaFirefox-branding-SLED, mozilla-nss 2016-02-04
SUSE SUSE-SU-2016:0338-1 MozillaFirefox, MozillaFirefox-branding-SLE, mozilla-nss 2016-02-04
openSUSE openSUSE-SU-2016:0309-1 firefox 2016-02-02

Comments (none posted)

mozilla: code execution

Package(s):firefox thunderbird seamonkey CVE #(s):CVE-2016-1930 CVE-2016-1935
Created:January 27, 2016 Updated:February 22, 2016
Description: From the Red Hat advisory:

Several flaws were found in the processing of malformed web content. A web page containing malicious content could cause Firefox to crash or, potentially, execute arbitrary code with the privileges of the user running Firefox. (CVE-2016-1930, CVE-2016-1935)

Alerts:
openSUSE openSUSE-SU-2016:0306-1 firefox 2016-02-02
Fedora FEDORA-2016-f2980b4099 firefox 2016-02-02
Fedora FEDORA-2016-c12fa80d79 firefox 2016-01-30
Mageia MGASA-2016-0041 firefox 2016-01-29
Scientific Linux SLSA-2016:0071-1 firefox 2016-01-27
Oracle ELSA-2016-0071 firefox 2016-01-27
Oracle ELSA-2016-0071 firefox 2016-01-27
Oracle ELSA-2016-0071 firefox 2016-01-27
Debian DSA-3457-1 iceweasel 2016-01-27
Ubuntu USN-2880-1 firefox 2016-01-27
CentOS CESA-2016:0071 firefox 2016-01-27
CentOS CESA-2016:0071 firefox 2016-01-27
CentOS CESA-2016:0071 firefox 2016-01-27
Red Hat RHSA-2016:0071-01 firefox 2016-01-27
Gentoo 201605-06 nss 2016-05-31
Ubuntu USN-2904-1 thunderbird 2016-03-08
Debian DSA-3491-1 icedove 2016-02-24
Fedora FEDORA-2016-4aeba0f53d thunderbird 2016-02-21
Arch Linux ASA-201602-16 thunderbird 2016-02-21
Oracle ELSA-2016-0258 thunderbird 2016-02-18
Oracle ELSA-2016-0258 thunderbird 2016-02-18
CentOS CESA-2016:0258 thunderbird 2016-02-19
CentOS CESA-2016:0258 thunderbird 2016-02-18
CentOS CESA-2016:0258 thunderbird 2016-02-18
Scientific Linux SLSA-2016:0258-1 thunderbird 2016-02-18
Red Hat RHSA-2016:0258-01 thunderbird 2016-02-18
Mageia MGASA-2016-0078 thunderbird 2016-02-17
openSUSE openSUSE-SU-2016:0488-1 Thunderbird 2016-02-17
openSUSE openSUSE-SU-2016:0492-1 thunderbird 2016-02-17
Ubuntu USN-2880-2 firefox 2016-02-08
SUSE SUSE-SU-2016:0334-1 MozillaFirefox, MozillaFirefox-branding-SLED, mozilla-nss 2016-02-04
SUSE SUSE-SU-2016:0338-1 MozillaFirefox, MozillaFirefox-branding-SLE, mozilla-nss 2016-02-04
openSUSE openSUSE-SU-2016:0310-1 xulrunner 2016-02-02
openSUSE openSUSE-SU-2016:0309-1 firefox 2016-02-02

Comments (none posted)

mysql: multiple vulnerabilities

Package(s):mysql-5.5, mysql-5.6 CVE #(s):CVE-2016-0503 CVE-2016-0504 CVE-2016-0595 CVE-2016-0607 CVE-2016-0610 CVE-2016-0611
Created:January 26, 2016 Updated:January 27, 2016
Description: Multiple security issues were discovered in MySQL. See MySQL 5.5 release notes and MySQL 5.6 release notes for details.
Alerts:
Ubuntu USN-2881-1 mysql-5.5, mysql-5.6 2016-01-26
Red Hat RHSA-2016:1132-01 rh-mariadb100-mariadb 2016-05-26
Red Hat RHSA-2016:0705-01 rh-mysql56-mysql 2016-05-02
Fedora FEDORA-2016-65a1f22818 community-mysql 2016-03-09
Fedora FEDORA-2016-5cb344dd7e community-mysql 2016-03-09
Fedora FEDORA-2016-868c170507 mariadb 2016-03-05
Fedora FEDORA-2016-e30164d0a2 mariadb 2016-02-21
openSUSE openSUSE-SU-2016:0377-1 MySQL 2016-02-08
openSUSE openSUSE-SU-2016:0367-1 MySQL 2016-02-07

Comments (none posted)

nginx: denial of service

Package(s):nginx CVE #(s):CVE-2016-0742
Created:January 27, 2016 Updated:January 28, 2016
Description: From the Debian LTS advisory:

It was discovered that there was a invalid pointer deference in nginx, a small, powerful, scalable web/proxy server. An invalid pointer dereference might occur during DNS server response processing, allowing an attacker who is able to forge UDP packets from the DNS server to cause worker process crash.

Alerts:
Red Hat RHSA-2016:1425-01 rh-nginx18-nginx 2016-07-14
Fedora FEDORA-2016-fd3428577d nginx 2016-01-30
Arch Linux ASA-201601-31 nginx 2016-01-27
Debian-LTS DLA-404-1 nginx 2016-01-27
Gentoo 201606-06 nginx 2016-06-17
Mageia MGASA-2016-0065 nginx 2016-02-17
Debian DSA-3473-1 nginx 2016-02-11
Ubuntu USN-2892-1 nginx 2016-02-09
openSUSE openSUSE-SU-2016:0371-1 nginx 2016-02-07
Fedora FEDORA-2016-bf03932bb3 nginx 2016-02-05

Comments (none posted)

ntp: missing check for zero originate timestamp

Package(s):ntp CVE #(s):CVE-2015-8138
Created:January 25, 2016 Updated:November 11, 2016
Description: From the Red Hat advisory:

It was discovered that ntpd as a client did not correctly check the originate timestamp in received packets. A remote attacker could use this flaw to send a crafted packet to an ntpd client that would effectively disable synchronization with the server, or push arbitrary offset/delay measurements to modify the time on the client.

Alerts:
Oracle ELSA-2016-2583 ntp 2016-11-10
Ubuntu USN-3096-1 ntp 2016-10-05
SUSE SUSE-SU-2016:2094-1 yast2-ntp-client 2016-08-17
SUSE SUSE-SU-2016:1912-1 ntp 2016-07-29
Debian-LTS DLA-559-1 ntp 2016-07-25
Debian DSA-3629-1 ntp 2016-07-25
Gentoo 201607-15 ntp 2016-07-20
Fedora FEDORA-2016-8bb1932088 ntp 2016-01-30
Mageia MGASA-2016-0039 ntp 2016-01-29
Oracle ELSA-2016-0063 ntp 2016-01-25
Scientific Linux SLSA-2016:0063-1 ntp 2016-01-25
Oracle ELSA-2016-0063 ntp 2016-01-25
CentOS CESA-2016:0063 ntp 2016-01-25
CentOS CESA-2016:0063 ntp 2016-01-25
Red Hat RHSA-2016:0063-01 ntp 2016-01-25
openSUSE openSUSE-SU-2016:1423-1 ntp 2016-05-27
SUSE SUSE-SU-2016:1311-1 ntp 2016-05-17
Oracle ELSA-2016-0780 ntp 2016-05-13
openSUSE openSUSE-SU-2016:1292-1 ntp 2016-05-12
SUSE SUSE-SU-2016:1247-1 ntp 2016-05-06
Slackware SSA:2016-120-01 ntp 2016-04-29
SUSE SUSE-SU-2016:1177-1 ntp 2016-04-28
SUSE SUSE-SU-2016:1175-1 ntp 2016-04-28
Slackware SSA:2016-054-04 ntp 2016-02-23
Fedora FEDORA-2016-34bc10a2c8 ntp 2016-02-21

Comments (none posted)

opensmtpd: multiple vulnerabilities

Package(s):opensmtpd CVE #(s):
Created:January 27, 2016 Updated:January 27, 2016
Description: From the Gentoo advisory:

Multiple vulnerabilities have been discovered in OpenSMTPD.

A remote attacker could possibly execute arbitrary code with the privileges of the process, or cause a Denial of Service condition.

Alerts:
Gentoo 201601-04 opensmtpd 2016-01-27

Comments (none posted)

owncloud: multiple vulnerabilities

Package(s):owncloud CVE #(s):
Created:January 25, 2016 Updated:January 27, 2016
Description: From the ownCloud security advisories:

OC-SA-2016-001: A Cross-site scripting (XSS) vulnerability in the OCS discovery provider in ownCloud Servers allows remote attackers to inject arbitrary web script or HTML via the URL resulting in a reflected Cross-Site-Scripting.

OC-SA-2016-002: Due to an incorrect usage of an ownCloud internal file system function the passed path to the file scanner was resolved relatively. An authenticated adversary may thus be able to get a listing of files existing on the filesystem. However, it is not possible to access any of these files.

This causes a massive server load and thus an enumeration of the whole server content is unlikely due to the high risk of Denial of Service.

OC-SA-2016-003: Due to a incorrect usage of the getOwner function of the ownCloud virtual filesystem,done authenticated users with incoming shares of other users are able to access files beginning with ".v" of the sharing user. This can only be exploited if the "files_versions" application is enabled on the server.

OC-SA-2016-004: ownCloud returns exception error messages to the user in two different places, allowing an authenticated adversary to gain information about the installation path of the ownCloud instance. There is no further information disclosure.

Alerts:
Fedora FEDORA-2016-9422448006 owncloud 2016-01-24
Fedora FEDORA-2016-a576196426 owncloud 2016-01-24

Comments (none posted)

privoxy: two denial of service flaws

Package(s):privoxy CVE #(s):CVE-2016-1982 CVE-2016-1983
Created:January 25, 2016 Updated:February 9, 2016
Description: From the Arch Linux advisory:

- CVE-2016-1982 (denial of service): A vulnerability was discovered in a way the privoxy deals with corrupted chunk-encoded content. A maliciously crafted input can result in a remote denial of service.

- CVE-2016-1983 (denial of service): A vulnerability was found in a way the privoxy processes specific client requests. A request with "Host" header empty could result in an invalid read.

Alerts:
Fedora FEDORA-2016-bc7acd24c6 privoxy 2016-02-01
Fedora FEDORA-2016-29995fbd42 privoxy 2016-02-01
Debian DSA-3460-1 privoxy 2016-01-30
Debian-LTS DLA-398-1 privoxy 2016-01-23
Arch Linux ASA-201601-27 privoxy 2016-01-25
Mageia MGASA-2016-0055 privoxy 2016-02-09
openSUSE openSUSE-SU-2016:0311-1 Privoxy 2016-02-02
openSUSE openSUSE-SU-2016:0305-1 privoxy 2016-02-02

Comments (none posted)

qemu: denial of service

Package(s):qemu CVE #(s):CVE-2016-1922 CVE-2015-8701
Created:January 25, 2016 Updated:January 27, 2016
Description: From the Red Hat bugzilla:

CVE-2016-1922: Qemu emulator built with the TPR optimization for 32-bit Windows guests support is vulnerable to a null pointer dereference flaw. It occurs while doing I/O port write operations via hmp interface. In that, 'current_cpu' remains null, which leads to the null pointer dereference.

A user/process could use this flaw to crash the Qemu instance, resulting in DoS issue.

CVE-2015-8701: Qemu emulator built with the Rocker switch emulation support is vulnerable to an off-by-one error. It happens while processing transmit(tx) descriptors in 'tx_consume' routine, if a descriptor was to have more than allowed (ROCKER_TX_FRAGS_MAX=16)fragments.

A privileged user inside guest could use this flaw to cause memory leakage on the host or crash the Qemu process instance resulting in DoS issue.

Alerts:
SUSE SUSE-SU-2016:1785-1 kvm 2016-07-11
openSUSE openSUSE-SU-2016:1750-1 qemu 2016-07-06
SUSE SUSE-SU-2016:1703-1 qemu 2016-06-29
SUSE SUSE-SU-2016:1698-1 kvm 2016-06-28
Fedora FEDORA-2016-42778e8c82 qemu 2016-01-24
SUSE SUSE-SU-2016:1560-1 qemu 2016-06-13
Mageia MGASA-2016-0176 qemu 2016-05-18
SUSE SUSE-SU-2016:1318-1 xen 2016-05-17
SUSE SUSE-SU-2016:0955-1 xen 2016-04-05
Gentoo 201604-01 qemu 2016-04-02
SUSE SUSE-SU-2016:0873-1 xen 2016-03-24
Fedora FEDORA-2016-38b20aa50f xen 2016-03-19
Fedora FEDORA-2016-f4504e9445 xen 2016-03-20
Debian DSA-3470-1 qemu-kvm 2016-02-08
Debian DSA-3471-1 qemu 2016-02-08
Debian DSA-3469-1 qemu 2016-02-08
Gentoo 201602-01 qemu 2016-02-04
Ubuntu USN-2891-1 qemu, qemu-kvm 2016-02-03
Fedora FEDORA-2016-275e9ff483 qemu 2016-02-02

Comments (none posted)

tiff: denial of service

Package(s):tiff CVE #(s):CVE-2015-7554
Created:January 25, 2016 Updated:January 27, 2016
Description: From the CVE entry:

The _TIFFVGetField function in tif_dir.c in libtiff 4.0.6 allows attackers to cause a denial of service (invalid memory write and crash) or possibly have unspecified other impact via crafted field data in an extension tag in a TIFF image.

Alerts:
Debian-LTS DLA-692-1 tiff3 2016-11-02
Debian-LTS DLA-693-1 tiff 2016-11-02
Mageia MGASA-2016-0349 libtiff 2016-10-21
Scientific Linux SLSA-2016:1546-1 libtiff 2016-08-03
Scientific Linux SLSA-2016:1547-1 libtiff 2016-08-02
Oracle ELSA-2016-1546 libtiff 2016-08-02
CentOS CESA-2016:1547 libtiff 2016-08-02
CentOS CESA-2016:1546 libtiff 2016-08-02
Red Hat RHSA-2016:1547-01 libtiff 2016-08-02
Red Hat RHSA-2016:1546-01 libtiff 2016-08-02
openSUSE openSUSE-SU-2016:0252-1 tiff 2016-01-26
openSUSE openSUSE-SU-2016:0215-1 tiff 2016-01-24
openSUSE openSUSE-SU-2016:0212-1 tiff 2016-01-24
Gentoo 201701-16 tiff 2017-01-09
openSUSE openSUSE-SU-2016:3035-1 tiff 2016-12-07

Comments (none posted)

virtualbox: unspecified vulnerabilities

Package(s):virtualbox CVE #(s):CVE-2016-0495 CVE-2016-0592
Created:January 25, 2016 Updated:January 27, 2016
Description: From the CVE entries:

Unspecified vulnerability in the Oracle VM VirtualBox component in Oracle Virtualization VirtualBox before 4.3.36 and 5.0.14 allows remote attackers to affect availability via unknown vectors related to Core. (CVE-2016-0495)

Unspecified vulnerability in the Oracle VM VirtualBox component in Oracle Virtualization VirtualBox before 4.3.36 and before 5.0.14 allows local users to affect availability via unknown vectors related to Core. (CVE-2016-0592)

Alerts:
Debian DSA-3454-1 virtualbox 2016-01-27
Mageia MGASA-2016-0035 virtualbox 2016-01-23

Comments (none posted)

Page editor: Jake Edge
Next page: Kernel development>>


Copyright © 2016, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds