Executive Summary



This Alert is flagged as TOP 25 Common Weakness Enumeration from CWE/SANS. For more information, you can read this.
Summary
Title GStreamer plug-ins: User-assisted execution of arbitrary code
Informations
Name GLSA-201705-10 First vendor Publication 2017-05-18
Vendor Gentoo Last vendor Modification 2017-05-18
Severity (Vendor) N/A Revision N/A

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector : (AV:N/AC:L/Au:N/C:P/I:P/A:P)
Cvss Base Score 7.5 Attack Range Network
Cvss Impact Score 6.4 Attack Complexity Low
Cvss Expoit Score 10 Authentication None Required
Calculate full CVSS 2.0 Vectors scores

Detail

Synopsis

Multiple vulnerabilities have been found in various GStreamer plug-ins, the worst of which could lead to the execution of arbitrary code.

Background

The GStreamer plug-ins provide decoders to the GStreamer open source media framework.

Description

Multiple vulnerabilities have been discovered in various GStreamer plug-ins. Please review the CVE identifiers referenced below for details.

Impact

A remote attacker could entice a user or automated system using a GStreamer plug-in to process a specially crafted file, resulting in the execution of arbitrary code or a Denial of Service.

Workaround

There is no known workaround at this time.

Resolution

All gst-plugins-bad users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot -v ">=media-libs/gst-plugins-bad-1.10.3:1.0"

All gst-plugins-good users should upgrade to the latest version:
# emerge --sync
# emerge -a --oneshot -v ">=media-libs/gst-plugins-good-1.10.3:1.0"

All gst-plugins-base users should upgrade to the latest version:
# emerge --sync
# emerge -a --oneshot -v ">=media-libs/gst-plugins-base-1.10.3:1.0"

All gst-plugins-ugly users should upgrade to the latest version:
# emerge --sync
# emerge -a --oneshot -v ">=media-libs/gst-plugins-ugly-1.10.3:1.0"

References

[ 1 ] CVE-2016-10198 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-10198
[ 2 ] CVE-2016-10199 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-10199
[ 3 ] CVE-2016-9445 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9445
[ 4 ] CVE-2016-9446 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9446
[ 5 ] CVE-2016-9447 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9447
[ 6 ] CVE-2016-9634 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9634
[ 7 ] CVE-2016-9635 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9635
[ 8 ] CVE-2016-9636 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9636
[ 9 ] CVE-2016-9807 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9807
[ 10 ] CVE-2016-9808 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9808
[ 11 ] CVE-2016-9809 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9809
[ 12 ] CVE-2016-9810 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9810
[ 13 ] CVE-2016-9811 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9811
[ 14 ] CVE-2016-9812 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9812
[ 15 ] CVE-2016-9813 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9813
[ 16 ] CVE-2017-5837 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5837
[ 17 ] CVE-2017-5838 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5838
[ 18 ] CVE-2017-5839 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5839
[ 19 ] CVE-2017-5840 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5840
[ 20 ] CVE-2017-5841 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5841
[ 21 ] CVE-2017-5842 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5842
[ 22 ] CVE-2017-5843 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5843
[ 23 ] CVE-2017-5844 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5844
[ 24 ] CVE-2017-5845 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5845
[ 25 ] CVE-2017-5846 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5846
[ 26 ] CVE-2017-5847 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5847
[ 27 ] CVE-2017-5848 : http://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-5848

Availability

This GLSA and any updates to it are available for viewing at the Gentoo Security Website:

https://security.gentoo.org/glsa/201705-10

Original Source

Url : http://security.gentoo.org/glsa/glsa-201705-10.xml

CWE : Common Weakness Enumeration

% Id Name
54 % CWE-125 Out-of-bounds Read
11 % CWE-787 Out-of-bounds Write (CWE/SANS Top 25)
11 % CWE-119 Failure to Constrain Operations within the Bounds of a Memory Buffer
7 % CWE-369 Divide By Zero
4 % CWE-674 Uncontrolled Recursion
4 % CWE-665 Improper Initialization
4 % CWE-476 NULL Pointer Dereference
4 % CWE-416 Use After Free
4 % CWE-190 Integer Overflow or Wraparound (CWE/SANS Top 25)

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 39
Os 2
Os 1
Os 2
Os 4
Os 1
Os 2
Os 3
Os 2
Os 2

Nessus® Vulnerability Scanner

Date Description
2017-09-11 Name : The remote EulerOS host is missing multiple security updates.
File : EulerOS_SA-2017-1205.nasl - Type : ACT_GATHER_INFO
2017-09-11 Name : The remote EulerOS host is missing multiple security updates.
File : EulerOS_SA-2017-1206.nasl - Type : ACT_GATHER_INFO
2017-08-25 Name : The remote CentOS host is missing one or more security updates.
File : centos_RHSA-2017-2060.nasl - Type : ACT_GATHER_INFO
2017-08-22 Name : The remote Scientific Linux host is missing one or more security updates.
File : sl_20170802_GStreamer_on_SL7_x.nasl - Type : ACT_GATHER_INFO
2017-08-03 Name : The remote Red Hat host is missing one or more security updates.
File : redhat-RHSA-2017-2060.nasl - Type : ACT_GATHER_INFO
2017-07-17 Name : The remote Fedora host is missing one or more security updates.
File : fedora_2017-a7373b6432.nasl - Type : ACT_GATHER_INFO
2017-07-13 Name : The remote Virtuozzo host is missing a security update.
File : Virtuozzo_VZLSA-2017-0018.nasl - Type : ACT_GATHER_INFO
2017-07-13 Name : The remote Virtuozzo host is missing a security update.
File : Virtuozzo_VZLSA-2017-0019.nasl - Type : ACT_GATHER_INFO
2017-07-13 Name : The remote Virtuozzo host is missing a security update.
File : Virtuozzo_VZLSA-2017-0020.nasl - Type : ACT_GATHER_INFO
2017-07-13 Name : The remote Virtuozzo host is missing a security update.
File : Virtuozzo_VZLSA-2017-0021.nasl - Type : ACT_GATHER_INFO
2017-05-18 Name : The remote Gentoo host is missing one or more security-related patches.
File : gentoo_GLSA-201705-10.nasl - Type : ACT_GATHER_INFO
2017-05-02 Name : The remote EulerOS host is missing multiple security updates.
File : EulerOS_SA-2017-1062.nasl - Type : ACT_GATHER_INFO
2017-05-02 Name : The remote EulerOS host is missing multiple security updates.
File : EulerOS_SA-2017-1063.nasl - Type : ACT_GATHER_INFO
2017-05-02 Name : The remote EulerOS host is missing multiple security updates.
File : EulerOS_SA-2017-1064.nasl - Type : ACT_GATHER_INFO
2017-05-02 Name : The remote EulerOS host is missing multiple security updates.
File : EulerOS_SA-2017-1065.nasl - Type : ACT_GATHER_INFO
2017-05-01 Name : The remote EulerOS host is missing multiple security updates.
File : EulerOS_SA-2017-1007.nasl - Type : ACT_GATHER_INFO
2017-05-01 Name : The remote EulerOS host is missing multiple security updates.
File : EulerOS_SA-2017-1008.nasl - Type : ACT_GATHER_INFO
2017-05-01 Name : The remote EulerOS host is missing multiple security updates.
File : EulerOS_SA-2017-1009.nasl - Type : ACT_GATHER_INFO
2017-05-01 Name : The remote EulerOS host is missing multiple security updates.
File : EulerOS_SA-2017-1010.nasl - Type : ACT_GATHER_INFO
2017-04-27 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-512.nasl - Type : ACT_GATHER_INFO
2017-04-21 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-495.nasl - Type : ACT_GATHER_INFO
2017-04-21 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-502.nasl - Type : ACT_GATHER_INFO
2017-04-20 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-490.nasl - Type : ACT_GATHER_INFO
2017-04-19 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-479.nasl - Type : ACT_GATHER_INFO
2017-04-19 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-480.nasl - Type : ACT_GATHER_INFO
2017-04-19 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-1039-1.nasl - Type : ACT_GATHER_INFO
2017-04-19 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-1041-1.nasl - Type : ACT_GATHER_INFO
2017-04-14 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-1003-1.nasl - Type : ACT_GATHER_INFO
2017-04-14 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-1004-1.nasl - Type : ACT_GATHER_INFO
2017-04-14 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-1010-1.nasl - Type : ACT_GATHER_INFO
2017-04-14 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-1012-1.nasl - Type : ACT_GATHER_INFO
2017-04-10 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-0962-1.nasl - Type : ACT_GATHER_INFO
2017-04-10 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-0966-1.nasl - Type : ACT_GATHER_INFO
2017-04-10 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-0967-1.nasl - Type : ACT_GATHER_INFO
2017-04-03 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-402.nasl - Type : ACT_GATHER_INFO
2017-03-28 Name : The remote Debian host is missing a security-related update.
File : debian_DSA-3818.nasl - Type : ACT_GATHER_INFO
2017-03-28 Name : The remote Debian host is missing a security-related update.
File : debian_DSA-3819.nasl - Type : ACT_GATHER_INFO
2017-03-28 Name : The remote Debian host is missing a security-related update.
File : debian_DSA-3820.nasl - Type : ACT_GATHER_INFO
2017-03-28 Name : The remote Debian host is missing a security-related update.
File : debian_DSA-3821.nasl - Type : ACT_GATHER_INFO
2017-03-28 Name : The remote Debian host is missing a security-related update.
File : debian_DSA-3822.nasl - Type : ACT_GATHER_INFO
2017-03-28 Name : The remote Ubuntu host is missing one or more security-related patches.
File : ubuntu_USN-3244-1.nasl - Type : ACT_GATHER_INFO
2017-03-28 Name : The remote Ubuntu host is missing one or more security-related patches.
File : ubuntu_USN-3245-1.nasl - Type : ACT_GATHER_INFO
2017-03-01 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-301.nasl - Type : ACT_GATHER_INFO
2017-03-01 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-302.nasl - Type : ACT_GATHER_INFO
2017-02-21 Name : The remote Debian host is missing a security update.
File : debian_DLA-827.nasl - Type : ACT_GATHER_INFO
2017-02-21 Name : The remote Debian host is missing a security update.
File : debian_DLA-828.nasl - Type : ACT_GATHER_INFO
2017-02-21 Name : The remote Debian host is missing a security update.
File : debian_DLA-829.nasl - Type : ACT_GATHER_INFO
2017-02-21 Name : The remote Debian host is missing a security update.
File : debian_DLA-830.nasl - Type : ACT_GATHER_INFO
2017-02-21 Name : The remote Fedora host is missing a security update.
File : fedora_2017-1fc4026d15.nasl - Type : ACT_GATHER_INFO
2017-02-21 Name : The remote Fedora host is missing a security update.
File : fedora_2017-216f4b9f9d.nasl - Type : ACT_GATHER_INFO
2017-02-21 Name : The remote Fedora host is missing a security update.
File : fedora_2017-a56d78acb8.nasl - Type : ACT_GATHER_INFO
2017-02-21 Name : The remote Fedora host is missing a security update.
File : fedora_2017-c0564718ea.nasl - Type : ACT_GATHER_INFO
2017-02-06 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-208.nasl - Type : ACT_GATHER_INFO
2017-01-31 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-0330-1.nasl - Type : ACT_GATHER_INFO
2017-01-31 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-0331-1.nasl - Type : ACT_GATHER_INFO
2017-01-30 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-153.nasl - Type : ACT_GATHER_INFO
2017-01-30 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-168.nasl - Type : ACT_GATHER_INFO
2017-01-30 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-169.nasl - Type : ACT_GATHER_INFO
2017-01-27 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-152.nasl - Type : ACT_GATHER_INFO
2017-01-26 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-0289-1.nasl - Type : ACT_GATHER_INFO
2017-01-24 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-0263-1.nasl - Type : ACT_GATHER_INFO
2017-01-23 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-0225-1.nasl - Type : ACT_GATHER_INFO
2017-01-23 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-0237-1.nasl - Type : ACT_GATHER_INFO
2017-01-23 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-0242-1.nasl - Type : ACT_GATHER_INFO
2017-01-20 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-0210-1.nasl - Type : ACT_GATHER_INFO
2017-01-20 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-0211-1.nasl - Type : ACT_GATHER_INFO
2017-01-18 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-0189-1.nasl - Type : ACT_GATHER_INFO
2017-01-17 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-83.nasl - Type : ACT_GATHER_INFO
2017-01-17 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-84.nasl - Type : ACT_GATHER_INFO
2017-01-17 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-85.nasl - Type : ACT_GATHER_INFO
2017-01-17 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-87.nasl - Type : ACT_GATHER_INFO
2017-01-17 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-88.nasl - Type : ACT_GATHER_INFO
2017-01-17 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-89.nasl - Type : ACT_GATHER_INFO
2017-01-17 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-93.nasl - Type : ACT_GATHER_INFO
2017-01-17 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-94.nasl - Type : ACT_GATHER_INFO
2017-01-17 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-95.nasl - Type : ACT_GATHER_INFO
2017-01-10 Name : The remote CentOS host is missing one or more security updates.
File : centos_RHSA-2017-0018.nasl - Type : ACT_GATHER_INFO
2017-01-10 Name : The remote CentOS host is missing one or more security updates.
File : centos_RHSA-2017-0019.nasl - Type : ACT_GATHER_INFO
2017-01-10 Name : The remote CentOS host is missing a security update.
File : centos_RHSA-2017-0020.nasl - Type : ACT_GATHER_INFO
2017-01-10 Name : The remote CentOS host is missing one or more security updates.
File : centos_RHSA-2017-0021.nasl - Type : ACT_GATHER_INFO
2017-01-10 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-63.nasl - Type : ACT_GATHER_INFO
2017-01-10 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-64.nasl - Type : ACT_GATHER_INFO
2017-01-10 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-65.nasl - Type : ACT_GATHER_INFO
2017-01-06 Name : The remote Oracle Linux host is missing one or more security updates.
File : oraclelinux_ELSA-2017-0018.nasl - Type : ACT_GATHER_INFO
2017-01-06 Name : The remote Oracle Linux host is missing one or more security updates.
File : oraclelinux_ELSA-2017-0019.nasl - Type : ACT_GATHER_INFO
2017-01-06 Name : The remote Oracle Linux host is missing a security update.
File : oraclelinux_ELSA-2017-0020.nasl - Type : ACT_GATHER_INFO
2017-01-06 Name : The remote Oracle Linux host is missing one or more security updates.
File : oraclelinux_ELSA-2017-0021.nasl - Type : ACT_GATHER_INFO
2017-01-06 Name : The remote Scientific Linux host is missing one or more security updates.
File : sl_20170105_gstreamer1_plugins_bad_free_on_SL7_x.nasl - Type : ACT_GATHER_INFO
2017-01-06 Name : The remote Scientific Linux host is missing one or more security updates.
File : sl_20170105_gstreamer1_plugins_good_on_SL7_x.nasl - Type : ACT_GATHER_INFO
2017-01-06 Name : The remote Scientific Linux host is missing one or more security updates.
File : sl_20170105_gstreamer_plugins_bad_free_on_SL7_x.nasl - Type : ACT_GATHER_INFO
2017-01-06 Name : The remote Scientific Linux host is missing one or more security updates.
File : sl_20170105_gstreamer_plugins_good_on_SL7_x.nasl - Type : ACT_GATHER_INFO
2017-01-06 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-0027-1.nasl - Type : ACT_GATHER_INFO
2017-01-06 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2017-0028-1.nasl - Type : ACT_GATHER_INFO
2017-01-05 Name : The remote Red Hat host is missing one or more security updates.
File : redhat-RHSA-2017-0018.nasl - Type : ACT_GATHER_INFO
2017-01-05 Name : The remote Red Hat host is missing one or more security updates.
File : redhat-RHSA-2017-0019.nasl - Type : ACT_GATHER_INFO
2017-01-05 Name : The remote Red Hat host is missing one or more security updates.
File : redhat-RHSA-2017-0020.nasl - Type : ACT_GATHER_INFO
2017-01-05 Name : The remote Red Hat host is missing one or more security updates.
File : redhat-RHSA-2017-0021.nasl - Type : ACT_GATHER_INFO
2017-01-03 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2016-3288-1.nasl - Type : ACT_GATHER_INFO
2017-01-03 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2016-3296-1.nasl - Type : ACT_GATHER_INFO
2017-01-03 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2016-3297-1.nasl - Type : ACT_GATHER_INFO
2017-01-03 Name : The remote SUSE host is missing one or more security updates.
File : suse_SU-2016-3303-1.nasl - Type : ACT_GATHER_INFO
2016-12-22 Name : The remote CentOS host is missing one or more security updates.
File : centos_RHSA-2016-2974.nasl - Type : ACT_GATHER_INFO
2016-12-22 Name : The remote CentOS host is missing one or more security updates.
File : centos_RHSA-2016-2975.nasl - Type : ACT_GATHER_INFO
2016-12-22 Name : The remote Oracle Linux host is missing one or more security updates.
File : oraclelinux_ELSA-2016-2974.nasl - Type : ACT_GATHER_INFO
2016-12-22 Name : The remote Oracle Linux host is missing one or more security updates.
File : oraclelinux_ELSA-2016-2975.nasl - Type : ACT_GATHER_INFO
2016-12-21 Name : The remote Red Hat host is missing one or more security updates.
File : redhat-RHSA-2016-2974.nasl - Type : ACT_GATHER_INFO
2016-12-21 Name : The remote Red Hat host is missing one or more security updates.
File : redhat-RHSA-2016-2975.nasl - Type : ACT_GATHER_INFO
2016-12-21 Name : The remote Scientific Linux host is missing one or more security updates.
File : sl_20161221_gstreamer_plugins_bad_free_on_SL6_x.nasl - Type : ACT_GATHER_INFO
2016-12-21 Name : The remote Scientific Linux host is missing one or more security updates.
File : sl_20161221_gstreamer_plugins_good_on_SL6_x.nasl - Type : ACT_GATHER_INFO
2016-12-16 Name : The remote Fedora host is missing a security update.
File : fedora_2016-a3bc78de2b.nasl - Type : ACT_GATHER_INFO
2016-12-16 Name : The remote Fedora host is missing a security update.
File : fedora_2016-f4e992b0ac.nasl - Type : ACT_GATHER_INFO
2016-12-16 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2016-1483.nasl - Type : ACT_GATHER_INFO
2016-12-14 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2016-1481.nasl - Type : ACT_GATHER_INFO
2016-12-12 Name : The remote Fedora host is missing a security update.
File : fedora_2016-4c8140241f.nasl - Type : ACT_GATHER_INFO
2016-12-12 Name : The remote Fedora host is missing a security update.
File : fedora_2016-4fff0cbc66.nasl - Type : ACT_GATHER_INFO
2016-12-12 Name : The remote Fedora host is missing a security update.
File : fedora_2016-9c63b652a8.nasl - Type : ACT_GATHER_INFO
2016-12-12 Name : The remote Fedora host is missing a security update.
File : fedora_2016-a17657197c.nasl - Type : ACT_GATHER_INFO
2016-12-12 Name : The remote Fedora host is missing a security update.
File : fedora_2016-ca6cc3ce3e.nasl - Type : ACT_GATHER_INFO
2016-12-12 Name : The remote Fedora host is missing a security update.
File : fedora_2016-dcde4f3cd2.nasl - Type : ACT_GATHER_INFO
2016-12-08 Name : The remote Debian host is missing a security update.
File : debian_DLA-735.nasl - Type : ACT_GATHER_INFO
2016-12-08 Name : The remote Debian host is missing a security update.
File : debian_DLA-736.nasl - Type : ACT_GATHER_INFO
2016-12-07 Name : The remote Fedora host is missing a security update.
File : fedora_2016-3a45d79132.nasl - Type : ACT_GATHER_INFO
2016-12-07 Name : The remote Fedora host is missing a security update.
File : fedora_2016-c4004fe99e.nasl - Type : ACT_GATHER_INFO
2016-12-06 Name : The remote Fedora host is missing a security update.
File : fedora_2016-fdedfc86d0.nasl - Type : ACT_GATHER_INFO
2016-12-05 Name : The remote Fedora host is missing a security update.
File : fedora_2016-a82e35272c.nasl - Type : ACT_GATHER_INFO
2016-12-05 Name : The remote Fedora host is missing a security update.
File : fedora_2016-c883d07fba.nasl - Type : ACT_GATHER_INFO
2016-12-01 Name : The remote Debian host is missing a security update.
File : debian_DLA-727.nasl - Type : ACT_GATHER_INFO
2016-11-25 Name : The remote Debian host is missing a security-related update.
File : debian_DSA-3723.nasl - Type : ACT_GATHER_INFO
2016-11-25 Name : The remote Debian host is missing a security-related update.
File : debian_DSA-3724.nasl - Type : ACT_GATHER_INFO
2016-11-21 Name : The remote Debian host is missing a security update.
File : debian_DLA-712.nasl - Type : ACT_GATHER_INFO

Alert History

If you want to see full details history, please login or register.
0
1
Date Informations
2017-05-19 13:23:16
  • Multiple Updates
2017-05-18 05:22:22
  • First insertion