CAPEC |
-
XML Ping of the Death
An attacker initiates a resource depletion attack where a large number of small XML messages are delivered at a sufficiently rapid rate to cause a denial of service or crash of the target. Transactions such as repetitive SOAP transactions can deplete resources faster than a simple flooding attack because of the additional resources used by the SOAP protocol and the resources necessary to process SOAP messages. The transactions used are immaterial as long as they cause resource utilization on the target. In other words, this is a normal flooding attack augmented by using messages that will require extra processing on the target.
-
XML Entity Expansion
An attacker submits an XML document to a target application where the XML document uses nested entity expansion to produce an excessively large output XML. XML allows the definition of macro-like structures that can be used to simplify the creation of complex structures. However, this capability can be abused to create excessive demands on a processor's CPU and memory. A small number of nested expansions can result in an exponential growth in demands on memory.
-
Inducing Account Lockout
An attacker leverages the security functionality of the system aimed at thwarting potential attacks to launch a denial of service attack against a legitimate system user. Many systems, for instance, implement a password throttling mechanism that locks an account after a certain number of incorrect log in attempts. An attacker can leverage this throttling mechanism to lock a legitimate user out of their own account. The weakness that is being leveraged by an attacker is the very security feature that has been put in place to counteract attacks.
-
Violating Implicit Assumptions Regarding XML Content (aka XML Denial of Service (XDoS))
XML Denial of Service (XDoS) can be applied to any technology that utilizes XML data. This is, of course, most distributed systems technology including Java, .Net, databases, and so on. XDoS is most closely associated with web services, SOAP, and Rest, because remote service requesters can post malicious XML payloads to the service provider designed to exhaust the service provider's memory, CPU, and/or disk space. The main weakness in XDoS is that the service provider generally must inspect, parse, and validate the XML messages to determine routing, workflow, security considerations, and so on. It is exactly these inspection, parsing, and validation routines that XDoS targets.
There are three primary attack vectors that XDoS can navigate
Target CPU through recursion: attacker creates a recursive payload and sends to service provider
Target memory through jumbo payloads: service provider uses DOM to parse XML. DOM creates in memory representation of XML document, but when document is very large (for example, north of 1 Gb) service provider host may exhaust memory trying to build memory objects.
XML Ping of death: attack service provider with numerous small files that clog the system.
All of the above attacks exploit the loosely coupled nature of web services, where the service provider has little to no control over the service requester and any messages the service requester sends.
|
nessus
via4
|
NASL family | FreeBSD Local Security Checks | NASL id | FREEBSD_PKG_909BE51B9B3B11E8ADD2B499BAEBFEAF.NASL | description | Oracle reports :
Multiple vulnerabilities have been disclosed by Oracle without further
detail. CVSS scores 7.1 - 2.7 | last seen | 2019-01-16 | modified | 2018-11-10 | plugin id | 111596 | published | 2018-08-09 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=111596 | title | FreeBSD : MySQL -- multiple vulnerabilities (909be51b-9b3b-11e8-add2-b499baebfeaf) |
NASL family | SuSE Local Security Checks | NASL id | OPENSUSE-2018-389.NASL | description | This update for VirtualBox to version 5.1.36 fixes multiple issues :
Security issues fixed :
- CVE-2018-0739: Unauthorized remote attacker may have
caused a hang or frequently repeatable crash (complete
DOS)
- CVE-2018-2830: Attacker with host login may have
compromised Virtualbox or further system services after
interaction with a third user
- CVE-2018-2831: Attacker with host login may have
compromised VirtualBox or further system services,
allowing read access to some data
- CVE-2018-2835: Attacker with host login may have gained
control over VirtualBox and possibly further system
services after interacting with a third user
- CVE-2018-2836: Attacker with host login may have gained
control over VirtualBox and possibly further system
services after interacting with a third user
- CVE-2018-2837: Attacker with host login may have gained
control over VirtualBox and possibly further system
services after interacting with a third user
- CVE-2018-2842: Attacker with host login may have gained
control over VirtualBox and possibly further system
services after interacting with a third user
- CVE-2018-2843: Attacker with host login may have gained
control over VirtualBox and possibly further system
services after interacting with a third user
- CVE-2018-2844: Attacker with host login may have gained
control over VirtualBox and possibly further system
services after interacting with a third user
- CVE-2018-2845: Attacker with host login may have caused
a hang or frequently repeatable crash (complete DOS),
and perform unauthorized read and write operation to
some VirtualBox accessible data
- CVE-2018-2860: Privileged attacker may have gained
control over VirtualBox and possibly further system
services
http://www.oracle.com/technetwork/security-advisory/cpuapr2018verbose-
3678108.html
http://www.oracle.com/technetwork/security-advisory/cpuapr2018-3678067
.html#AppendixOVIR
This update also contains all upstream fixes and improvements in the
stable 5.1.36 release. | last seen | 2019-01-16 | modified | 2018-09-04 | plugin id | 109294 | published | 2018-04-24 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=109294 | title | openSUSE Security Update : virtualbox (openSUSE-2018-389) (Optionsbleed) |
NASL family | Amazon Linux Local Security Checks | NASL id | AL2_ALAS-2018-1102.NASL | description | During key agreement in a TLS handshake using a DH(E) based
ciphersuite a malicious server can send a very large prime value to
the client. This will cause the client to spend an unreasonably long
period of time generating a key for this prime resulting in a hang
until the client has finished. This could be exploited in a Denial Of
Service attack.(CVE-2018-0732)
Libgcrypt before 1.7.10 and 1.8.x before 1.8.3 allows a memory-cache
side-channel attack on ECDSA signatures that can be mitigated through
the use of blinding during the signing process in the
_gcry_ecc_ecdsa_sign function in cipher/ecc-ecdsa.c, aka the Return Of
the Hidden Number Problem or ROHNP. To discover an ECDSA key, the
attacker needs access to either the local machine or a different
virtual machine on the same physical host.(CVE-2018-0495)
Constructed ASN.1 types with a recursive definition (such as can be
found in PKCS7) could eventually exceed the stack given malicious
input with excessive recursion. This could result in a Denial Of
Service attack. There are no such structures used within SSL/TLS that
come from untrusted sources so this is considered safe.(CVE-2018-0739)
While parsing an IPAddressFamily extension in an X.509 certificate, it
is possible to do a one-byte overread. This would result in an
incorrect text display of the certificate. This bug has been present
since 2006.(CVE-2017-3735) | last seen | 2019-01-16 | modified | 2018-11-09 | plugin id | 118833 | published | 2018-11-09 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=118833 | title | Amazon Linux 2 : openssl (ALAS-2018-1102) |
NASL family | CGI abuses | NASL id | MYSQL_ENTERPRISE_MONITOR_3_4_8.NASL | description | According to its self-reported version, the MySQL Enterprise Monitor
application running on the remote host is 3.4.x prior to 3.4.8, or
4.0.x prior to 4.0.5, or 8.0.x prior to 8.0.1. It is, therefore,
affected by multiple vulnerabilities as noted in the July 2018
Critical Patch Update advisory. Please consult the CVRF details for
the applicable CVEs for additional information.
Note that Nessus has not tested for these issues but has instead
relied only on the application's self-reported version number. | last seen | 2019-01-16 | modified | 2018-12-21 | plugin id | 111593 | published | 2018-08-08 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=111593 | title | MySQL Enterprise Monitor 3.4.x < 3.4.8 / 4.0.x < 4.0.5 / 8.0.x < 8.0.1 Multiple Vulnerabilities (July 2018 CPU) |
NASL family | Fedora Local Security Checks | NASL id | FEDORA_2018-9D667BDFF8.NASL | description | - Fix Side Channel Based ECDSA Key Extraction
(CVE-2018-12437) (PR #408)
- Fix potential stack overflow when DER flexi-decoding
(CVE-2018-0739) (PR #373)
- Fix two-key 3DES (PR #390)
- Fix accelerated CTR mode (PR #359)
- Fix Fortuna PRNG (PR #363)
- Fix compilation on platforms where cc doesn't point to
gcc (PR #382)
- Fix using the wrong environment variable LT instead of
LIBTOOL (PR #392)
- Fix build on platforms where the compiler provides
__WCHAR_MAX__ but wchar.h is not available (PR #390)
- Fix & re-factor crypt_list_all_sizes() and
crypt_list_all_constants() (PR #414)
- Minor fixes (PR's #350 #351 #375 #377 #378 #379)
Note that Tenable Network Security has extracted the preceding
description block directly from the Fedora update system website.
Tenable has attempted to automatically clean and format it as much as
possible without introducing additional issues. | last seen | 2019-01-16 | modified | 2019-01-03 | plugin id | 120655 | published | 2019-01-03 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=120655 | title | Fedora 28 : libtomcrypt (2018-9d667bdff8) |
NASL family | Databases | NASL id | MYSQL_5_6_41_RPM.NASL | description | The version of MySQL running on the remote host is 5.6.x prior to
5.6.41. It is, therefore, affected by multiple vulnerabilities as
noted in the July 2018 Critical Patch Update advisory. Please consult
the CVRF details for the applicable CVEs for additional information.
Note that Nessus has not tested for these issues but has instead
relied only on the application's self-reported version number. | last seen | 2019-01-16 | modified | 2018-12-21 | plugin id | 111156 | published | 2018-07-20 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=111156 | title | MySQL 5.6.x < 5.6.41 Multiple Vulnerabilities (RPM Check) (April 2018 CPU) |
NASL family | Scientific Linux Local Security Checks | NASL id | SL_20181030_OVMF_ON_ON_SL7_X.NASL | description | Security Fix(es) :
- openssl: Handling of crafted recursive ASN.1 structures
can cause a stack overflow and resulting denial of
service (CVE-2018-0739) | last seen | 2019-01-16 | modified | 2018-12-27 | plugin id | 119195 | published | 2018-11-27 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=119195 | title | Scientific Linux Security Update : ovmf on on SL7.x x86_64 |
NASL family | Huawei Local Security Checks | NASL id | EULEROS_SA-2018-1420.NASL | description | According to the versions of the openssl packages installed, the
EulerOS installation on the remote host is affected by the following
vulnerabilities :
- openssl: ROHNP - Key Extraction Side Channel in
Multiple Crypto Libraries (CVE-2018-0495)
- openssl: Malicious server can send large prime to
client during DH(E) TLS handshake causing the client to
hang (CVE-2018-0732)
- openssl: Malformed X.509 IPAdressFamily could cause OOB
read (CVE-2017-3735)
- openssl: RSA key generation cache timing vulnerability
in crypto/rsa/rsa_gen.c allows attackers to recover
private keys (CVE-2018-0737)
- openssl: Handling of crafted recursive ASN.1 structures
can cause a stack overflow and resulting denial of
service (CVE-2018-0739)
Note that Tenable Network Security has extracted the preceding
description block directly from the EulerOS security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues. | last seen | 2019-01-16 | modified | 2019-01-08 | plugin id | 119909 | published | 2018-12-28 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=119909 | title | EulerOS 2.0 SP2 : openssl (EulerOS-SA-2018-1420) |
NASL family | CentOS Local Security Checks | NASL id | CENTOS_RHSA-2018-3090.NASL | description | An update for ovmf is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security
impact of Moderate. A Common Vulnerability Scoring System (CVSS) base
score, which gives a detailed severity rating, is available for each
vulnerability from the CVE link(s) in the References section.
OVMF (Open Virtual Machine Firmware) is a project to enable UEFI
support for Virtual Machines. This package contains a sample 64-bit
UEFI firmware for QEMU and KVM.
The following packages have been upgraded to a later upstream version:
ovmf (20180508). (BZ#1559542)
Security Fix(es) :
* openssl: Handling of crafted recursive ASN.1 structures can cause a
stack overflow and resulting denial of service (CVE-2018-0739)
For more details about the security issue(s), including the impact, a
CVSS score, and other related information, refer to the CVE page(s)
listed in the References section.
Additional Changes :
For detailed information on changes in this release, see the Red Hat
Enterprise Linux 7.6 Release Notes linked from the References section. | last seen | 2019-01-16 | modified | 2018-11-16 | plugin id | 118991 | published | 2018-11-16 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=118991 | title | CentOS 7 : ovmf (CESA-2018:3090) |
NASL family | Databases | NASL id | MYSQL_8_0_12.NASL | description | The version of MySQL running on the remote host is 8.0.x prior to
8.0.12. It is, therefore, affected by multiple vulnerabilities as
noted in the July 2018 Critical Patch Update advisory. Please consult
the CVRF details for the applicable CVEs for additional information.
Note that Nessus has not tested for these issues but has instead
relied only on the application's self-reported version number. | last seen | 2019-01-16 | modified | 2018-12-21 | plugin id | 111159 | published | 2018-07-20 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=111159 | title | MySQL 8.0.x < 8.0.12 Multiple Vulnerabilities (July 2018 CPU) |
NASL family | SuSE Local Security Checks | NASL id | SUSE_SU-2018-0925-1.NASL | description | This update for openssl fixes the following issues :
- CVE-2018-0739: Constructed ASN.1 types with a recursive
definition (such as can be found in PKCS7) could
eventually exceed the stack given malicious input with
excessive recursion. This could result in a Denial Of
Service attack. There are no such structures used within
SSL/TLS that come from untrusted sources so this is
considered safe. (bsc#1087102).
Note that Tenable Network Security has extracted the preceding
description block directly from the SUSE security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues. | last seen | 2019-01-16 | modified | 2018-12-01 | plugin id | 109013 | published | 2018-04-12 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=109013 | title | SUSE SLED12 / SLES12 Security Update : openssl (SUSE-SU-2018:0925-1) |
NASL family | Red Hat Local Security Checks | NASL id | REDHAT-RHSA-2018-3221.NASL | description | An update for openssl is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security
impact of Moderate. A Common Vulnerability Scoring System (CVSS) base
score, which gives a detailed severity rating, is available for each
vulnerability from the CVE link(s) in the References section.
OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL)
and Transport Layer Security (TLS) protocols, as well as a
full-strength general-purpose cryptography library.
Security Fix(es) :
* openssl: ROHNP - Key Extraction Side Channel in Multiple Crypto
Libraries (CVE-2018-0495)
* openssl: Malicious server can send large prime to client during
DH(E) TLS handshake causing the client to hang (CVE-2018-0732)
* openssl: Handling of crafted recursive ASN.1 structures can cause a
stack overflow and resulting denial of service (CVE-2018-0739)
* openssl: Malformed X.509 IPAdressFamily could cause OOB read
(CVE-2017-3735)
* openssl: RSA key generation cache timing vulnerability in
crypto/rsa/ rsa_gen.c allows attackers to recover private keys
(CVE-2018-0737)
For more details about the security issue(s), including the impact, a
CVSS score, and other related information, refer to the CVE page(s)
listed in the References section.
Additional Changes :
For detailed information on changes in this release, see the Red Hat
Enterprise Linux 7.6 Release Notes linked from the References section. | last seen | 2019-01-16 | modified | 2018-11-10 | plugin id | 118534 | published | 2018-10-31 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=118534 | title | RHEL 7 : openssl (RHSA-2018:3221) |
NASL family | Huawei Local Security Checks | NASL id | EULEROS_SA-2018-1392.NASL | description | According to the versions of the openssl packages installed, the
EulerOS installation on the remote host is affected by the following
vulnerabilities :
- openssl: ROHNP - Key Extraction Side Channel in
Multiple Crypto Libraries (CVE-2018-0495)
- openssl: Malicious server can send large prime to
client during DH(E) TLS handshake causing the client to
hang (CVE-2018-0732)
- openssl: Handling of crafted recursive ASN.1 structures
can cause a stack overflow and resulting denial of
service (CVE-2018-0739)
- openssl: Malformed X.509 IPAdressFamily could cause OOB
read (CVE-2017-3735)
- openssl: RSA key generation cache timing vulnerability
in crypto/rsa/rsa_gen.c allows attackers to recover
private keys (CVE-2018-0737)
Note that Tenable Network Security has extracted the preceding
description block directly from the EulerOS security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues. | last seen | 2019-01-16 | modified | 2018-12-10 | plugin id | 119520 | published | 2018-12-10 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=119520 | title | EulerOS 2.0 SP3 : openssl (EulerOS-SA-2018-1392) |
NASL family | SuSE Local Security Checks | NASL id | SUSE_SU-2018-0975-1.NASL | description | This update for openssl fixes the following issues :
- CVE-2018-0739: Constructed ASN.1 types with a recursive
definition could exceed the stack. This could result in
a Denial Of Service attack. (bsc#1087102)
Note that Tenable Network Security has extracted the preceding
description block directly from the SUSE security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues. | last seen | 2019-01-16 | modified | 2018-12-01 | plugin id | 109161 | published | 2018-04-19 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=109161 | title | SUSE SLES11 Security Update : openssl (SUSE-SU-2018:0975-1) |
NASL family | Fedora Local Security Checks | NASL id | FEDORA_2018-2F696A3BE3.NASL | description | Minor security update from upstream fixing CVE-2018-0739
Note that Tenable Network Security has extracted the preceding
description block directly from the Fedora update system website.
Tenable has attempted to automatically clean and format it as much as
possible without introducing additional issues. | last seen | 2019-01-16 | modified | 2019-01-03 | plugin id | 120324 | published | 2019-01-03 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=120324 | title | Fedora 28 : 1:compat-openssl10 (2018-2f696a3be3) |
NASL family | Misc. | NASL id | ORACLE_ENTERPRISE_MANAGER_OCT_2018_CPU.NASL | description | The version of Oracle Enterprise Manager Cloud Control installed on
the remote host is affected by denial of service attack in the
Enterprise Manager Base Platform component. | last seen | 2019-01-19 | modified | 2019-01-18 | plugin id | 118203 | published | 2018-10-18 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=118203 | title | Oracle Enterprise Manager Cloud Control (October 2018 CPU) |
NASL family | SuSE Local Security Checks | NASL id | SUSE_SU-2018-2158-1.NASL | description | This update for ovmf provide the following fix: Security issues
fixed :
- CVE-2018-0739: Update openssl to 1.0.2o to limit ASN.1
constructed types recursive definition depth
(bsc#1094290, bsc#1094291). Bug fixes :
- Only use SLES-UEFI-CA-Certificate-2048.crt for the SUSE
flavor to provide the better compatibility.
(bsc#1077330)
Note that Tenable Network Security has extracted the preceding
description block directly from the SUSE security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues. | last seen | 2019-01-16 | modified | 2018-12-01 | plugin id | 111507 | published | 2018-08-02 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=111507 | title | SUSE SLES12 Security Update : ovmf (SUSE-SU-2018:2158-1) |
NASL family | SuSE Local Security Checks | NASL id | OPENSUSE-2018-361.NASL | description | This update for openssl fixes the following issues :
- CVE-2018-0739: Constructed ASN.1 types with a recursive
definition (such as can be found in PKCS7) could
eventually exceed the stack given malicious input with
excessive recursion. This could result in a Denial Of
Service attack. There are no such structures used within
SSL/TLS that come from untrusted sources so this is
considered safe. (bsc#1087102).
This update was imported from the SUSE:SLE-12-SP2:Update update
project. | last seen | 2019-01-16 | modified | 2018-09-04 | plugin id | 109022 | published | 2018-04-13 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=109022 | title | openSUSE Security Update : openssl (openSUSE-2018-361) |
NASL family | SuSE Local Security Checks | NASL id | OPENSUSE-2018-997.NASL | description | This update for compat-openssl098 fixes the following security
issues :
- CVE-2018-0732: During key agreement in a TLS handshake
using a DH(E) based ciphersuite a malicious server could
have sent a very large prime value to the client. This
caused the client to spend an unreasonably long period
of time generating a key for this prime resulting in a
hang until the client has finished. This could be
exploited in a Denial Of Service attack (bsc#1097158)
- Blinding enhancements for ECDSA and DSA (bsc#1097624,
bsc#1098592)
- CVE-2018-0737: The RSA Key generation algorithm has been
shown to be vulnerable to a cache timing side channel
attack. An attacker with sufficient access to mount
cache timing attacks during the RSA key generation
process could have recovered the private key
(bsc#1089039)
- CVE-2018-0739: Constructed ASN.1 types with a recursive
definition (such as can be found in PKCS7) could
eventually exceed the stack given malicious input with
excessive recursion. This could have resulted in DoS
(bsc#1087102).
This update was imported from the SUSE:SLE-12:Update update project. | last seen | 2019-01-16 | modified | 2018-09-13 | plugin id | 117476 | published | 2018-09-13 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=117476 | title | openSUSE Security Update : compat-openssl098 (openSUSE-2018-997) |
NASL family | SuSE Local Security Checks | NASL id | SUSE_SU-2018-2683-1.NASL | description | This update for compat-openssl098 fixes the following security
issues :
CVE-2018-0732: During key agreement in a TLS handshake using a DH(E)
based ciphersuite a malicious server could have sent a very large
prime value to the client. This caused the client to spend an
unreasonably long period of time generating a key for this prime
resulting in a hang until the client has finished. This could be
exploited in a Denial Of Service attack (bsc#1097158)
Blinding enhancements for ECDSA and DSA (bsc#1097624, bsc#1098592)
CVE-2018-0737: The RSA Key generation algorithm has been shown to be
vulnerable to a cache timing side channel attack. An attacker with
sufficient access to mount cache timing attacks during the RSA key
generation process could have recovered the private key (bsc#1089039)
CVE-2018-0739: Constructed ASN.1 types with a recursive definition
(such as can be found in PKCS7) could eventually exceed the stack
given malicious input with excessive recursion. This could have
resulted in DoS (bsc#1087102).
Note that Tenable Network Security has extracted the preceding
description block directly from the SUSE security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues. | last seen | 2019-01-16 | modified | 2019-01-02 | plugin id | 117450 | published | 2018-09-12 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=117450 | title | SUSE SLED12 / SLES12 Security Update : compat-openssl098 (SUSE-SU-2018:2683-1) |
NASL family | Databases | NASL id | MYSQL_5_7_23.NASL | description | The version of MySQL running on the remote host is 5.7.x prior to
5.7.23 It is, therefore, affected by multiple vulnerabilities as
noted in the July 2018 Critical Patch Update advisory. Please consult
the CVRF details for the applicable CVEs for additional information.
Note that Nessus has not tested for these issues but has instead
relied only on the application's self-reported version number. | last seen | 2019-01-16 | modified | 2018-12-21 | plugin id | 111157 | published | 2018-07-20 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=111157 | title | MySQL 5.7.x < 5.7.23 Multiple Vulnerabilities (July 2018 CPU) |
NASL family | Misc. | NASL id | SECURITYCENTER_OPENSSL_1_0_2N.NASL | description | The Tenable SecurityCenter application installed on the remote host
is missing a security patch. It is, therefore, affected by multiple
vulnerabilities in the bundled version of OpenSSL. | last seen | 2019-01-16 | modified | 2018-12-14 | plugin id | 106563 | published | 2018-02-02 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=106563 | title | Tenable SecurityCenter OpenSSL 1.0.2 < 1.0.2n Multiple Vulnerabilities |
NASL family | SuSE Local Security Checks | NASL id | SUSE_SU-2018-2072-1.NASL | description | This update for ovmf fixes the following issues: Security issues
fixed :
- CVE-2018-0739: Update openssl to 1.0.2o to limit ASN.1
constructed types recursive definition depth
(bsc#1094289).
Note that Tenable Network Security has extracted the preceding
description block directly from the SUSE security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues. | last seen | 2019-01-16 | modified | 2019-01-02 | plugin id | 120061 | published | 2019-01-02 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=120061 | title | SUSE SLES15 Security Update : ovmf (SUSE-SU-2018:2072-1) |
NASL family | SuSE Local Security Checks | NASL id | OPENSUSE-2018-938.NASL | description | This update for kbuild, virtualbox fixes the following issues :
kbuild changes :
- Update to version 0.1.9998svn3110
- Do not assume glibc glob internals
- Support GLIBC glob interface version 2
- Fix build failure (boo#1079838)
- Fix build with GCC7 (boo#1039375)
- Fix build by disabling vboxvideo_drv.so
virtualbox security fixes (boo#1101667, boo#1076372) :
- CVE-2018-3005
- CVE-2018-3055
- CVE-2018-3085
- CVE-2018-3086
- CVE-2018-3087
- CVE-2018-3088
- CVE-2018-3089
- CVE-2018-3090
- CVE-2018-3091
- CVE-2018-2694
- CVE-2018-2698
- CVE-2018-2685
- CVE-2018-2686
- CVE-2018-2687
- CVE-2018-2688
- CVE-2018-2689
- CVE-2018-2690
- CVE-2018-2676
- CVE-2018-2693
- CVE-2017-5715
virtualbox other changes :
- Version bump to 5.2.16
- Use %{?linux_make_arch} when building kernel modules
(boo#1098050)
- Fixed vboxguestconfig.sh script
- Update warning regarding the security hole in USB
passthrough. (boo#1097248)
- Fixed include for build with Qt 5.11 (boo#1093731)
- You can find a detailed list of changes
[here](https://www.virtualbox.org/wiki/Changelog#v16) | last seen | 2019-01-16 | modified | 2018-08-27 | plugin id | 112143 | published | 2018-08-27 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=112143 | title | openSUSE Security Update : kbuild / virtualbox (openSUSE-2018-938) (Spectre) |
NASL family | Misc. | NASL id | VIRTUALBOX_5_2_10.NASL | description | The version of Oracle VM VirtualBox running on the remote host is
5.1.x prior to 5.1.36 or 5.2.x prior to 5.2.10. It is, therefore,
affected by multiple vulnerabilities as noted in the April 2018
Critical Patch Update advisory. Please consult the CVRF details
for the applicable CVEs for additional information.
Nessus has not tested for these issues but has instead
relied only on the application's self-reported version number. | last seen | 2019-01-16 | modified | 2018-11-08 | plugin id | 109682 | published | 2018-05-10 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=109682 | title | Oracle VM VirtualBox 5.1.x < 5.1.36 / 5.2.x < 5.2.10 (April 2018 CPU) |
NASL family | Misc. | NASL id | ORACLE_TUXEDO_CPU_JUL_2018.NASL | description | The version of Oracle Tuxedo installed on the remote host is missing
a security patch. It is, therefore, affected by multiple
vulnerabilities. | last seen | 2019-01-16 | modified | 2018-08-02 | plugin id | 111164 | published | 2018-07-20 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=111164 | title | Oracle Tuxedo Multiple Vulnerabilities (July 2018 CPU) |
NASL family | Web Servers | NASL id | OPENSSL_1_1_0H.NASL | description | According to its banner, the version of OpenSSL running on the remote
host is 1.1.0 prior to 1.1.0h. It is, therefore, affected by multiple
vulnerabilities. | last seen | 2019-01-16 | modified | 2018-08-24 | plugin id | 105292 | published | 2017-12-15 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=105292 | title | OpenSSL 1.1.0 < 1.1.0h AVX2 Montgomery Multiplication Private Key Derivation Weakness |
NASL family | Oracle Linux Local Security Checks | NASL id | ORACLELINUX_ELSA-2018-4228.NASL | description | Description of changes:
[1.0.1e-57.0.5]
- Merge upstream patch to fix CVE-2018-0739 | last seen | 2018-09-28 | modified | 2018-09-27 | plugin id | 117770 | published | 2018-09-27 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=117770 | title | Oracle Linux 6 : openssl (ELSA-2018-4228) |
NASL family | SuSE Local Security Checks | NASL id | SUSE_SU-2018-0902-1.NASL | description | This update for openssl fixes the following issues :
- CVE-2018-0739: Constructed ASN.1 types with a recursive
definition could exceed the stack. This could result in
a Denial Of Service attack. (bsc#1087102)
Note that Tenable Network Security has extracted the preceding
description block directly from the SUSE security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues. | last seen | 2019-01-16 | modified | 2018-12-01 | plugin id | 108946 | published | 2018-04-10 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=108946 | title | SUSE SLES12 Security Update : openssl (SUSE-SU-2018:0902-1) |
NASL family | Fedora Local Security Checks | NASL id | FEDORA_2018-76AFAF1961.NASL | description | Minor update to version 1.1.0h.
Note that Tenable Network Security has extracted the preceding
description block directly from the Fedora update system website.
Tenable has attempted to automatically clean and format it as much as
possible without introducing additional issues. | last seen | 2019-01-16 | modified | 2018-09-05 | plugin id | 108776 | published | 2018-04-02 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=108776 | title | Fedora 27 : 1:openssl (2018-76afaf1961) |
NASL family | Debian Local Security Checks | NASL id | DEBIAN_DSA-4157.NASL | description | Multiple vulnerabilities have been discovered in OpenSSL, a Secure
Sockets Layer toolkit. The Common Vulnerabilities and Exposures
project identifies the following issues :
- CVE-2017-3738
David Benjamin of Google reported an overflow bug in the
AVX2 Montgomery multiplication procedure used in
exponentiation with 1024-bit moduli.
- CVE-2018-0739
It was discovered that constructed ASN.1 types with a
recursive definition could exceed the stack, potentially
leading to a denial of service.
Details can be found in the upstream advisory:
https://www.openssl.org/news/secadv/20180327.txt | last seen | 2019-01-16 | modified | 2018-11-13 | plugin id | 108730 | published | 2018-03-30 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=108730 | title | Debian DSA-4157-1 : openssl - security update |
NASL family | Debian Local Security Checks | NASL id | DEBIAN_DLA-1330.NASL | description | It was discovered that constructed ASN.1 types with a recursive
definition could exceed the stack, potentially leading to a denial of
service.
Details can be found in the upstream advisory:
https://www.openssl.org/news/secadv/20180327.txt
For Debian 7 'Wheezy', these problems have been fixed in version
1.0.1t-1+deb7u4.
We recommend that you upgrade your openssl packages.
NOTE: Tenable Network Security has extracted the preceding description
block directly from the DLA security advisory. Tenable has attempted
to automatically clean and format it as much as possible without
introducing additional issues. | last seen | 2019-01-16 | modified | 2018-08-31 | plugin id | 108764 | published | 2018-04-02 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=108764 | title | Debian DLA-1330-1 : openssl security update |
NASL family | SuSE Local Security Checks | NASL id | SUSE_SU-2018-0906-1.NASL | description | This update for openssl fixes the following issues :
- CVE-2018-0739: Constructed ASN.1 types with a recursive
definition could exceed the stack. This could result in
a Denial Of Service attack. (bsc#1087102)
Note that Tenable Network Security has extracted the preceding
description block directly from the SUSE security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues. | last seen | 2019-01-16 | modified | 2018-12-01 | plugin id | 108948 | published | 2018-04-10 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=108948 | title | SUSE SLES12 Security Update : openssl (SUSE-SU-2018:0906-1) |
NASL family | SuSE Local Security Checks | NASL id | OPENSUSE-2018-823.NASL | description | This update for ovmf provide the following fix :
Security issues fixed :
- CVE-2018-0739: Update openssl to 1.0.2o to limit ASN.1
constructed types recursive definition depth
(bsc#1094290, bsc#1094291).
Bug fixes :
- Only use SLES-UEFI-CA-Certificate-2048.crt for the SUSE
flavor to provide the better compatibility.
(bsc#1077330)
This update was imported from the SUSE:SLE-12-SP3:Update update
project. | last seen | 2019-01-16 | modified | 2018-09-04 | plugin id | 111588 | published | 2018-08-08 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=111588 | title | openSUSE Security Update : ovmf (openSUSE-2018-823) |
NASL family | Fedora Local Security Checks | NASL id | FEDORA_2018-49651B2236.NASL | description | Minor update to version 1.1.0h.
Note that Tenable Network Security has extracted the preceding
description block directly from the Fedora update system website.
Tenable has attempted to automatically clean and format it as much as
possible without introducing additional issues. | last seen | 2019-01-16 | modified | 2019-01-03 | plugin id | 120390 | published | 2019-01-03 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=120390 | title | Fedora 28 : 1:openssl (2018-49651b2236) |
NASL family | Ubuntu Local Security Checks | NASL id | UBUNTU_USN-3611-1.NASL | description | It was discovered that OpenSSL incorrectly handled certain ASN.1
types. A remote attacker could possibly use this issue to cause a
denial of service.
Note that Tenable Network Security has extracted the preceding
description block directly from the Ubuntu security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues. | last seen | 2019-01-16 | modified | 2018-12-01 | plugin id | 108709 | published | 2018-03-29 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=108709 | title | Ubuntu 14.04 LTS / 16.04 LTS / 17.10 : openssl vulnerability (USN-3611-1) |
NASL family | Fedora Local Security Checks | NASL id | FEDORA_2018-40DC8B8B16.NASL | description | Minor update to version 1.1.0h.
Note that Tenable Network Security has extracted the preceding
description block directly from the Fedora update system website.
Tenable has attempted to automatically clean and format it as much as
possible without introducing additional issues. | last seen | 2019-01-16 | modified | 2018-09-05 | plugin id | 108775 | published | 2018-04-02 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=108775 | title | Fedora 26 : 1:openssl (2018-40dc8b8b16) |
NASL family | Oracle Linux Local Security Checks | NASL id | ORACLELINUX_ELSA-2018-3090.NASL | description | From Red Hat Security Advisory 2018:3090 :
An update for ovmf is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security
impact of Moderate. A Common Vulnerability Scoring System (CVSS) base
score, which gives a detailed severity rating, is available for each
vulnerability from the CVE link(s) in the References section.
OVMF (Open Virtual Machine Firmware) is a project to enable UEFI
support for Virtual Machines. This package contains a sample 64-bit
UEFI firmware for QEMU and KVM.
The following packages have been upgraded to a later upstream version:
ovmf (20180508). (BZ#1559542)
Security Fix(es) :
* openssl: Handling of crafted recursive ASN.1 structures can cause a
stack overflow and resulting denial of service (CVE-2018-0739)
For more details about the security issue(s), including the impact, a
CVSS score, and other related information, refer to the CVE page(s)
listed in the References section.
Additional Changes :
For detailed information on changes in this release, see the Red Hat
Enterprise Linux 7.6 Release Notes linked from the References section. | last seen | 2019-01-16 | modified | 2018-11-07 | plugin id | 118771 | published | 2018-11-07 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=118771 | title | Oracle Linux 7 : ovmf (ELSA-2018-3090) |
NASL family | Amazon Linux Local Security Checks | NASL id | ALA_ALAS-2018-1070.NASL | description | Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Server: DDL). Supported versions that are affected are
5.7.22 and prior. Easily exploitable vulnerability allows high
privileged attacker with network access via multiple protocols to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized ability to cause a hang or frequently
repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score
4.9 (Availability impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).(CVE-2018-3077)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: InnoDB). Supported versions that are affected are
5.7.22 and prior. Easily exploitable vulnerability allows low
privileged attacker with network access via multiple protocols to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized ability to cause a hang or frequently
repeatable crash (complete DOS) of MySQL Server as well as
unauthorized update, insert or delete access to some of MySQL Server
accessible data. CVSS 3.0 Base Score 7.1 (Integrity and Availability
impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H).(CVE-2018-3064)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Server: Security: Encryption). Supported versions that
are affected are 5.7.22 and prior. Difficult to exploit vulnerability
allows low privileged attacker with network access via multiple
protocols to compromise MySQL Server. Successful attacks of this
vulnerability can result in unauthorized read access to a subset of
MySQL Server accessible data. CVSS 3.0 Base Score 3.1 (Confidentiality
impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N).(CVE-2018-2767)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Server: Memcached). Supported versions that are
affected are 5.7.22 and prior. Difficult to exploit vulnerability
allows low privileged attacker with network access via memcached to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized ability to cause a hang or frequently
repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score
5.3 (Availability impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H).(CVE-2018-3062)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: MyISAM). Supported versions that are affected are
5.7.22 and prior. Easily exploitable vulnerability allows low
privileged attacker with network access via multiple protocols to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized update, insert or delete access to some of
MySQL Server accessible data. CVSS 3.0 Base Score 4.3 (Integrity
impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N).(CVE-2018-3058)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Server: Security: Privileges). Supported versions that
are affected are 5.7.22 and prior. Easily exploitable vulnerability
allows low privileged attacker with network access via multiple
protocols to compromise MySQL Server. Successful attacks of this
vulnerability can result in unauthorized read access to a subset of
MySQL Server accessible data. CVSS 3.0 Base Score 4.3 (Confidentiality
impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N).(CVE-2018-3056)
Vulnerability in the MySQL Client component of Oracle MySQL
(subcomponent: Client programs). Supported versions that are affected
are 5.7.22 and prior. Difficult to exploit vulnerability allows high
privileged attacker with network access via multiple protocols to
compromise MySQL Client. Successful attacks of this vulnerability can
result in unauthorized ability to cause a hang or frequently
repeatable crash (complete DOS) of MySQL Client as well as
unauthorized update, insert or delete access to some of MySQL Client
accessible data. CVSS 3.0 Base Score 5.0 (Integrity and Availability
impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:H).(CVE-2018-3081)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Server: DML). Supported versions that are affected are
5.7.22 and prior. Easily exploitable vulnerability allows low
privileged attacker with network access via multiple protocols to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized ability to cause a hang or frequently
repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score
6.5 (Availability impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).(CVE-2018-3065)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Audit Log). Supported versions that are affected are
5.7.22 and prior. Easily exploitable vulnerability allows high
privileged attacker with network access via multiple protocols to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized ability to cause a hang or frequently
repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score
4.9 (Availability impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).(CVE-2018-3071)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Server: DML). Supported versions that are affected are
5.7.22 and prior. Easily exploitable vulnerability allows high
privileged attacker with network access via multiple protocols to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized ability to cause a hang or frequently
repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score
4.9 (Availability impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).(CVE-2018-3061)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: InnoDB). Supported versions that are affected are
5.7.22 and prior. Easily exploitable vulnerability allows high
privileged attacker with network access via multiple protocols to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized creation, deletion or modification access to
critical data or all MySQL Server accessible data and unauthorized
ability to cause a hang or frequently repeatable crash (complete DOS)
of MySQL Server. CVSS 3.0 Base Score 6.5 (Integrity and Availability
impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H).(CVE-2018-3060)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Server: DDL). Supported versions that are affected are
5.7.22 and prior. Easily exploitable vulnerability allows high
privileged attacker with network access via multiple protocols to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized ability to cause a hang or frequently
repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score
4.9 (Availability impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).(CVE-2018-3054)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Client mysqldump). Supported versions that are affected
are 5.7.22 and prior. Easily exploitable vulnerability allows low
privileged attacker with network access via multiple protocols to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized ability to cause a hang or frequently
repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score
6.5 (Availability impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).(CVE-2018-3070)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Server: Options). Supported versions that are affected
are 5.7.22 and prior. Difficult to exploit vulnerability allows high
privileged attacker with network access via multiple protocols to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized update, insert or delete access to some of
MySQL Server accessible data as well as unauthorized read access to a
subset of MySQL Server accessible data. CVSS 3.0 Base Score 3.3
(Confidentiality and Integrity impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:N).(CVE-2018-3066) | last seen | 2019-01-16 | modified | 2018-08-31 | plugin id | 112097 | published | 2018-08-24 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=112097 | title | Amazon Linux AMI : mysql57 (ALAS-2018-1070) |
NASL family | Fedora Local Security Checks | NASL id | FEDORA_2018-39E0872379.NASL | description | - Fix Side Channel Based ECDSA Key Extraction
(CVE-2018-12437) (PR #408)
- Fix potential stack overflow when DER flexi-decoding
(CVE-2018-0739) (PR #373)
- Fix two-key 3DES (PR #390)
- Fix accelerated CTR mode (PR #359)
- Fix Fortuna PRNG (PR #363)
- Fix compilation on platforms where cc doesn't point to
gcc (PR #382)
- Fix using the wrong environment variable LT instead of
LIBTOOL (PR #392)
- Fix build on platforms where the compiler provides
WCHAR_MAX but wchar.h is not available (PR #390)
- Fix & re-factor crypt_list_all_sizes() and
crypt_list_all_constants() (PR #414)
- Minor fixes (PR's #350 #351 #375 #377 #378 #379)
Note that Tenable Network Security has extracted the preceding
description block directly from the Fedora update system website.
Tenable has attempted to automatically clean and format it as much as
possible without introducing additional issues. | last seen | 2019-01-16 | modified | 2018-09-05 | plugin id | 111238 | published | 2018-07-24 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=111238 | title | Fedora 27 : libtomcrypt (2018-39e0872379) |
NASL family | Misc. | NASL id | ORACLE_SECURE_GLOBAL_DESKTOP_JUL_2018_CPU.NASL | description | The version of Oracle Secure Global Desktop installed on the remote
host is 5.3 and is missing a security patch from the July 2018
Critical Patch Update (CPU). It is, therefore, affected by multiple
vulnerabilities:
- curl version curl 7.54.1 to and including curl 7.59.0 contains a
Heap-based Buffer Overflow vulnerability in FTP connection closing
down functionality which can lead to DoS and RCE conditions. This
vulnerability appears to have been fixed in curl < 7.54.1 and
curl >= 7.60.0. (CVE-2018-1000300)
- Security constraints defined by annotations of Servlets in Apache
Tomcat 9.0.0.M1 to 9.0.4, 8.5.0 to 8.5.27, 8.0.0.RC1 to 8.0.49 and
7.0.0 to 7.0.84 were only applied once a Servlet had been loaded.
It was possible - depending on the order Servlets were loaded - for
some security constraints not to be applied. This could have exposed
resources to unauthorized users. (CVE-2018-1305)
- ASN.1 types with a recursive definition could exceed the stack
given malicious input with excessive recursion. This could result
in a Denial Of Service attack. Fixed in OpenSSL 1.1.0h (Affected
1.1.0-1.1.0g). Fixed in OpenSSL 1.0.2o (Affected 1.0.2b-1.0.2n).
(CVE-2018-0739) | last seen | 2019-01-16 | modified | 2018-12-21 | plugin id | 111333 | published | 2018-07-25 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=111333 | title | Oracle Secure Global Desktop Multiple Vulnerabilities (July 2018 CPU) |
NASL family | Web Servers | NASL id | IBM_TEM_9_5_10.NASL | description | According to its self-reported version, the IBM BigFix Platform
application running on the remote host is 9.2.x prior to 9.2.15, or
9.5.x prior to 9.5.10. It is, therefore, affected by multiple
vulnerabilities :
- IBM BigFix Platform is vulnerable to HTTP response splitting
attacks, caused by improper validation of user-supplied input. A
remote attacker could exploit this vulnerability to inject
arbitrary HTTP headers and cause the server to return a split
response, once the URL is clicked. This would allow the attacker
to perform further attacks, such as Web cache poisoning or
cross-site scripting, and possibly obtain sensitive information.
(CVE-2018-1474)
- IBM BigFix Platform does not renew a session variable after a
successful authentication which could lead to session
fixation/hijacking vulnerability. This could force a user to
utilize a cookie that may be known to an attacker.
(CVE-2018-1485)
- OpenSSL is vulnerable to a denial of service. By sending
specially crafted ASN.1 data with a recursive definition, a
remote attacker could exploit this vulnerability to consume
excessive stack memory. (CVE-2018-0739)
In addition, IBM BigFix Platform is also affected by several
additional vulnerabilities including multiple information disclosure
vulnerabilities, a clickjacking vulnerability, multiple sensitive
cookie weakened security vulnerabilities, and a session hijacking
vulnerability.
IBM BigFix Platform was formerly known as Tivoli Endpoint Manager,
IBM Endpoint Manager, and IBM BigFix Endpoint Manager.
Note that Nessus has not tested for these issues but has instead
relied only on the application's self-reported version number. | last seen | 2019-01-16 | modified | 2018-12-21 | plugin id | 119843 | published | 2018-12-21 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=119843 | title | IBM BigFix Platform 9.2.x < 9.2.15 / 9.5.x < 9.5.10 Multiple Vulnerabilities |
NASL family | SuSE Local Security Checks | NASL id | OPENSUSE-2018-844.NASL | description | This update for mysql-community-server to version 5.6.41 fixes the
following issues :
Security vulnerabilities fixed :
- CVE-2018-3064: Fixed an easily exploitable vulnerability
that allowed a low privileged attacker with network
access via multiple protocols to compromise the MySQL
Server. Successful attacks of this vulnerability can
result in unauthorized ability to cause a hang or
frequently repeatable crash (complete DOS) of MySQL
Server as well as unauthorized update, insert or delete
access to some of MySQL Server accessible data.
(bsc#1103342)
- CVE-2018-3070: Fixed an easily exploitable vulnerability
that allowed a low privileged attacker with network
access via multiple protocols to compromise MySQL
Server. Successful attacks of this vulnerability can
result in unauthorized ability to cause a hang or
frequently repeatable crash (complete DOS) of MySQL
Server. (bsc#1101679)
- CVE-2018-0739: Fixed a stack exhaustion in case of
recursively constructed ASN.1 types. (boo#1087102)
- CVE-2018-3062: Fixed a difficult to exploit
vulnerability that allowed low privileged attacker with
network access via memcached to compromise MySQL Server.
Successful attacks of this vulnerability can result in
unauthorized ability to cause a hang or frequently
repeatable crash (complete DOS) of MySQL Server.
(bsc#1103344)
- CVE-2018-3081: Fixed a difficult to exploit
vulnerability that allowed high privileged attacker with
network access via multiple protocols to compromise
MySQL Client. Successful attacks of this vulnerability
can result in unauthorized ability to cause a hang or
frequently repeatable crash (complete DOS) of MySQL
Client as well as unauthorized update, insert or delete
access to some of MySQL Client accessible data.
(bsc#1101680)
- CVE-2018-3058: Fixed an easily exploitable vulnerability
that allowed low privileged attacker with network access
via multiple protocols to compromise MySQL Server.
Successful attacks of this vulnerability can result in
unauthorized update, insert or delete access to some of
MySQL Server accessible data. (bsc#1101676)
- CVE-2018-3066: Fixed a difficult to exploit
vulnerability allowed high privileged attacker with
network access via multiple protocols to compromise
MySQL Server. Successful attacks of this vulnerability
can result in unauthorized update, insert or delete
access to some of MySQL Server accessible data as well
as unauthorized read access to a subset of MySQL Server
accessible data. (bsc#1101678)
- CVE-2018-2767: Fixed a difficult to exploit
vulnerability that allowed low privileged attacker with
network access via multiple protocols to compromise
MySQL Server. Successful attacks of this vulnerability
can result in unauthorized read access to a subset of
MySQL Server accessible data. (boo#1088681)
You can find more detailed information about this update in the
[release
notes](http://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-41.html
) | last seen | 2019-01-16 | modified | 2018-11-19 | plugin id | 111625 | published | 2018-08-10 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=111625 | title | openSUSE Security Update : mysql-community-server (openSUSE-2018-844) |
NASL family | Amazon Linux Local Security Checks | NASL id | ALA_ALAS-2018-1102.NASL | description | Libgcrypt allows a memory-cache side-channel attack on ECDSA
signatures that can be mitigated through the use of blinding during
the signing process in the _gcry_ecc_ecdsa_sign function in
cipher/ecc-ecdsa.c, aka the Return Of the Hidden Number Problem or
ROHNP. To discover an ECDSA key, the attacker needs access to either
the local machine or a different virtual machine on the same physical
host.(CVE-2018-0495)
While parsing an IPAddressFamily extension in an X.509 certificate, it
is possible to do a one-byte overread. This would result in an
incorrect text display of the certificate. This bug has been present
since 2006.(CVE-2017-3735)
Constructed ASN.1 types with a recursive definition (such as can be
found in PKCS7) could eventually exceed the stack given malicious
input with excessive recursion. This could result in a Denial Of
Service attack. There are no such structures used within SSL/TLS that
come from untrusted sources so this is considered safe.(CVE-2018-0739) | last seen | 2019-01-16 | modified | 2018-12-07 | plugin id | 119464 | published | 2018-12-07 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=119464 | title | Amazon Linux AMI : openssl (ALAS-2018-1102) |
NASL family | FreeBSD Local Security Checks | NASL id | FREEBSD_PKG_B7CFF5A931CC11E88F07B499BAEBFEAF.NASL | description | The OpenSSL project reports :
- Constructed ASN.1 types with a recursive definition could exceed the
stack (CVE-2018-0739) Constructed ASN.1 types with a recursive
definition (such as can be found in PKCS7) could eventually exceed the
stack given malicious input with excessive recursion. This could
result in a Denial Of Service attack. There are no such structures
used within SSL/TLS that come from untrusted sources so this is
considered safe.
- rsaz_1024_mul_avx2 overflow bug on x86_64 (CVE-2017-3738) There is
an overflow bug in the AVX2 Montgomery multiplication procedure used
in exponentiation with 1024-bit moduli. This only affects processors
that support the AVX2 but not ADX extensions like Intel Haswell (4th
generation). | last seen | 2019-01-16 | modified | 2018-11-10 | plugin id | 108681 | published | 2018-03-28 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=108681 | title | FreeBSD : OpenSSL -- multiple vulnerabilities (b7cff5a9-31cc-11e8-8f07-b499baebfeaf) |
NASL family | Amazon Linux Local Security Checks | NASL id | ALA_ALAS-2018-1069.NASL | description | Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Client mysqldump). Supported versions that are affected
are 5.6.40 and prior. Easily exploitable vulnerability allows low
privileged attacker with network access via multiple protocols to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized ability to cause a hang or frequently
repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score
6.5 (Availability impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).(CVE-2018-3070)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Server: Security: Encryption). Supported versions that
are affected are 5.6.40 and prior. Difficult to exploit vulnerability
allows low privileged attacker with network access via multiple
protocols to compromise MySQL Server. Successful attacks of this
vulnerability can result in unauthorized read access to a subset of
MySQL Server accessible data. CVSS 3.0 Base Score 3.1 (Confidentiality
impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N).(CVE-2018-2767)
Vulnerability in the MySQL Client component of Oracle MySQL
(subcomponent: Client programs). Supported versions that are affected
are 5.6.40 and prior. Difficult to exploit vulnerability allows high
privileged attacker with network access via multiple protocols to
compromise MySQL Client. Successful attacks of this vulnerability can
result in unauthorized ability to cause a hang or frequently
repeatable crash (complete DOS) of MySQL Client as well as
unauthorized update, insert or delete access to some of MySQL Client
accessible data. CVSS 3.0 Base Score 5.0 (Integrity and Availability
impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:H).(CVE-2018-3081)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Server: Memcached). Supported versions that are
affected are 5.6.40 and prior. Difficult to exploit vulnerability
allows low privileged attacker with network access via memcached to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized ability to cause a hang or frequently
repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score
5.3 (Availability impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H).(CVE-2018-3062)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: Server: Options). Supported versions that are affected
5.6.40 and prior. Difficult to exploit vulnerability allows high
privileged attacker with network access via multiple protocols to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized update, insert or delete access to some of
MySQL Server accessible data as well as unauthorized read access to a
subset of MySQL Server accessible data. CVSS 3.0 Base Score 3.3
(Confidentiality and Integrity impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:N).(CVE-2018-3066)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: InnoDB). Supported versions that are affected are
5.6.40 and prior. Easily exploitable vulnerability allows low
privileged attacker with network access via multiple protocols to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized ability to cause a hang or frequently
repeatable crash (complete DOS) of MySQL Server as well as
unauthorized update, insert or delete access to some of MySQL Server
accessible data. CVSS 3.0 Base Score 7.1 (Integrity and Availability
impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H).(CVE-2018-3064)
Vulnerability in the MySQL Server component of Oracle MySQL
(subcomponent: MyISAM). Supported versions that are affected are
5.6.40 and prior. Easily exploitable vulnerability allows low
privileged attacker with network access via multiple protocols to
compromise MySQL Server. Successful attacks of this vulnerability can
result in unauthorized update, insert or delete access to some of
MySQL Server accessible data. CVSS 3.0 Base Score 4.3 (Integrity
impacts). CVSS Vector:
(CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N).(CVE-2018-3058) | last seen | 2019-01-16 | modified | 2018-08-31 | plugin id | 112096 | published | 2018-08-24 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=112096 | title | Amazon Linux AMI : mysql56 (ALAS-2018-1069) |
NASL family | Huawei Local Security Checks | NASL id | EULEROS_SA-2019-1009.NASL | description | According to the versions of the openssl packages installed, the
EulerOS installation on the remote host is affected by the following
vulnerabilities :
- openssl: ROHNP - Key Extraction Side Channel in
Multiple Crypto Libraries (CVE-2018-0495)
- openssl: Malicious server can send large prime to
client during DH(E) TLS handshake causing the client to
hang (CVE-2018-0732)
- openssl: Handling of crafted recursive ASN.1 structures
can cause a stack overflow and resulting denial of
service (CVE-2018-0739)
- openssl: Malformed X.509 IPAdressFamily could cause OOB
read (CVE-2017-3735)
- openssl: RSA key generation cache timing vulnerability
in crypto/rsa/rsa_gen.c allows attackers to recover
private keys (CVE-2018-0737)
Note that Tenable Network Security has extracted the preceding
description block directly from the EulerOS security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues. | last seen | 2019-01-16 | modified | 2019-01-08 | plugin id | 120997 | published | 2019-01-08 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=120997 | title | EulerOS 2.0 SP5 : openssl (EulerOS-SA-2019-1009) |
NASL family | Gentoo Local Security Checks | NASL id | GENTOO_GLSA-201811-21.NASL | description | The remote host is affected by the vulnerability described in GLSA-201811-21
(OpenSSL: Multiple vulnerabilities)
Multiple vulnerabilities have been discovered in OpenSSL. Please review
the referenced CVE identifiers for details.
Impact :
A remote attacker could cause a Denial of Service condition, obtain
private keying material, or gain access to sensitive information.
Workaround :
There is no known workaround at this time. | last seen | 2019-01-16 | modified | 2018-11-29 | plugin id | 119275 | published | 2018-11-29 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=119275 | title | GLSA-201811-21 : OpenSSL: Multiple vulnerabilities |
NASL family | AIX Local Security Checks | NASL id | AIX_OPENSSL_ADVISORY26.NASL | description | The version of OpenSSL installed on the remote AIX host is affected by
a denial of service vulnerability. | last seen | 2019-01-16 | modified | 2018-09-17 | plugin id | 111353 | published | 2018-07-26 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=111353 | title | AIX OpenSSL Advisory : openssl_advisory26.asc |
NASL family | CentOS Local Security Checks | NASL id | CENTOS_RHSA-2018-3221.NASL | description | An update for openssl is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security
impact of Moderate. A Common Vulnerability Scoring System (CVSS) base
score, which gives a detailed severity rating, is available for each
vulnerability from the CVE link(s) in the References section.
OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL)
and Transport Layer Security (TLS) protocols, as well as a
full-strength general-purpose cryptography library.
Security Fix(es) :
* openssl: ROHNP - Key Extraction Side Channel in Multiple Crypto
Libraries (CVE-2018-0495)
* openssl: Malicious server can send large prime to client during
DH(E) TLS handshake causing the client to hang (CVE-2018-0732)
* openssl: Handling of crafted recursive ASN.1 structures can cause a
stack overflow and resulting denial of service (CVE-2018-0739)
* openssl: Malformed X.509 IPAdressFamily could cause OOB read
(CVE-2017-3735)
* openssl: RSA key generation cache timing vulnerability in
crypto/rsa/ rsa_gen.c allows attackers to recover private keys
(CVE-2018-0737)
For more details about the security issue(s), including the impact, a
CVSS score, and other related information, refer to the CVE page(s)
listed in the References section.
Additional Changes :
For detailed information on changes in this release, see the Red Hat
Enterprise Linux 7.6 Release Notes linked from the References section. | last seen | 2019-01-16 | modified | 2018-11-16 | plugin id | 118998 | published | 2018-11-16 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=118998 | title | CentOS 7 : openssl (CESA-2018:3221) |
NASL family | Oracle Linux Local Security Checks | NASL id | ORACLELINUX_ELSA-2018-3221.NASL | description | From Red Hat Security Advisory 2018:3221 :
An update for openssl is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security
impact of Moderate. A Common Vulnerability Scoring System (CVSS) base
score, which gives a detailed severity rating, is available for each
vulnerability from the CVE link(s) in the References section.
OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL)
and Transport Layer Security (TLS) protocols, as well as a
full-strength general-purpose cryptography library.
Security Fix(es) :
* openssl: ROHNP - Key Extraction Side Channel in Multiple Crypto
Libraries (CVE-2018-0495)
* openssl: Malicious server can send large prime to client during
DH(E) TLS handshake causing the client to hang (CVE-2018-0732)
* openssl: Handling of crafted recursive ASN.1 structures can cause a
stack overflow and resulting denial of service (CVE-2018-0739)
* openssl: Malformed X.509 IPAdressFamily could cause OOB read
(CVE-2017-3735)
* openssl: RSA key generation cache timing vulnerability in
crypto/rsa/ rsa_gen.c allows attackers to recover private keys
(CVE-2018-0737)
For more details about the security issue(s), including the impact, a
CVSS score, and other related information, refer to the CVE page(s)
listed in the References section.
Additional Changes :
For detailed information on changes in this release, see the Red Hat
Enterprise Linux 7.6 Release Notes linked from the References section. | last seen | 2019-01-16 | modified | 2018-11-07 | plugin id | 118777 | published | 2018-11-07 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=118777 | title | Oracle Linux 7 : openssl (ELSA-2018-3221) |
NASL family | SuSE Local Security Checks | NASL id | OPENSUSE-2018-807.NASL | description | This update for ovmf fixes the following issues :
Security issues fixed :
- CVE-2018-0739: Update openssl to 1.0.2o to limit ASN.1
constructed types recursive definition depth
(bsc#1094289).
This update was imported from the SUSE:SLE-15:Update update project. | last seen | 2019-01-16 | modified | 2018-09-04 | plugin id | 111569 | published | 2018-08-07 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=111569 | title | openSUSE Security Update : ovmf (openSUSE-2018-807) |
NASL family | Scientific Linux Local Security Checks | NASL id | SL_20181030_OPENSSL_ON_SL7_X.NASL | description | Security Fix(es) :
- openssl: ROHNP - Key Extraction Side Channel in Multiple
Crypto Libraries (CVE-2018-0495)
- openssl: Malicious server can send large prime to client
during DH(E) TLS handshake causing the client to hang
(CVE-2018-0732)
- openssl: Handling of crafted recursive ASN.1 structures
can cause a stack overflow and resulting denial of
service (CVE-2018-0739)
- openssl: Malformed X.509 IPAdressFamily could cause OOB
read (CVE-2017-3735)
- openssl: RSA key generation cache timing vulnerability
in crypto/rsa/rsa_gen.c allows attackers to recover
private keys (CVE-2018-0737) | last seen | 2019-01-16 | modified | 2018-12-27 | plugin id | 119194 | published | 2018-11-27 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=119194 | title | Scientific Linux Security Update : openssl on SL7.x x86_64 |
NASL family | Web Servers | NASL id | OPENSSL_1_0_2O.NASL | description | According to its banner, the version of OpenSSL running on the remote
host is 1.0.x prior to 1.0.2o. It is, therefore, affected by a remote
DoS vulnerability. | last seen | 2019-01-16 | modified | 2018-08-13 | plugin id | 109945 | published | 2018-05-21 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=109945 | title | OpenSSL 1.0.x < 1.0.2o Multiple Vulnerabilities |
NASL family | Red Hat Local Security Checks | NASL id | REDHAT-RHSA-2018-3090.NASL | description | An update for ovmf is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security
impact of Moderate. A Common Vulnerability Scoring System (CVSS) base
score, which gives a detailed severity rating, is available for each
vulnerability from the CVE link(s) in the References section.
OVMF (Open Virtual Machine Firmware) is a project to enable UEFI
support for Virtual Machines. This package contains a sample 64-bit
UEFI firmware for QEMU and KVM.
The following packages have been upgraded to a later upstream version:
ovmf (20180508). (BZ#1559542)
Security Fix(es) :
* openssl: Handling of crafted recursive ASN.1 structures can cause a
stack overflow and resulting denial of service (CVE-2018-0739)
For more details about the security issue(s), including the impact, a
CVSS score, and other related information, refer to the CVE page(s)
listed in the References section.
Additional Changes :
For detailed information on changes in this release, see the Red Hat
Enterprise Linux 7.6 Release Notes linked from the References section. | last seen | 2019-01-16 | modified | 2018-11-10 | plugin id | 118526 | published | 2018-10-31 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=118526 | title | RHEL 7 : ovmf (RHSA-2018:3090) |
NASL family | Fedora Local Security Checks | NASL id | FEDORA_2018-1B4F1158E2.NASL | description | Minor security update from upstream fixing CVE-2018-0739
Note that Tenable Network Security has extracted the preceding
description block directly from the Fedora update system website.
Tenable has attempted to automatically clean and format it as much as
possible without introducing additional issues. | last seen | 2019-01-16 | modified | 2018-09-05 | plugin id | 108910 | published | 2018-04-10 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=108910 | title | Fedora 26 : 1:compat-openssl10 (2018-1b4f1158e2) |
NASL family | Databases | NASL id | MYSQL_8_0_12_RPM.NASL | description | The version of MySQL running on the remote host is 8.0.x prior to
8.0.12. It is, therefore, affected by multiple vulnerabilities as
noted in the July 2018 Critical Patch Update advisory. Please consult
the CVRF details for the applicable CVEs for additional information.
Note that Nessus has not tested for these issues but has instead
relied only on the application's self-reported version number. | last seen | 2019-01-16 | modified | 2018-12-21 | plugin id | 111160 | published | 2018-07-20 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=111160 | title | MySQL 8.0.x < 8.0.12 Multiple Vulnerabilities (RPM Check) (July 2018 CPU) |
NASL family | Slackware Local Security Checks | NASL id | SLACKWARE_SSA_2018-087-01.NASL | description | New openssl packages are available for Slackware 14.2 and -current to
fix a security issue. | last seen | 2019-01-16 | modified | 2018-09-04 | plugin id | 108690 | published | 2018-03-29 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=108690 | title | Slackware 14.2 / current : openssl (SSA:2018-087-01) |
NASL family | Fedora Local Security Checks | NASL id | FEDORA_2018-9490B422E7.NASL | description | Minor security update from upstream fixing CVE-2018-0739
Note that Tenable Network Security has extracted the preceding
description block directly from the Fedora update system website.
Tenable has attempted to automatically clean and format it as much as
possible without introducing additional issues. | last seen | 2019-01-16 | modified | 2018-09-04 | plugin id | 108913 | published | 2018-04-10 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=108913 | title | Fedora 27 : 1:compat-openssl10 (2018-9490b422e7) |
NASL family | Amazon Linux Local Security Checks | NASL id | ALA_ALAS-2018-1065.NASL | description | Because of an implementation bug the PA-RISC CRYPTO_memcmp function is
effectively reduced to only comparing the least significant bit of
each byte. This allows an attacker to forge messages that would be
considered as authenticated in an amount of tries lower than that
guaranteed by the security claims of the scheme. The module can only
be compiled by the HP-UX assembler, so that only HP-UX PA-RISC targets
are affected.(CVE-2018-0733)
Constructed ASN.1 types with a recursive definition (such as can be
found in PKCS7) could eventually exceed the stack given malicious
input with excessive recursion. This could result in a Denial Of
Service attack. There are no such structures used within SSL/TLS that
come from untrusted sources so this is considered safe.(CVE-2018-0739) | last seen | 2019-01-16 | modified | 2018-08-31 | plugin id | 112092 | published | 2018-08-24 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=112092 | title | Amazon Linux AMI : openssl (ALAS-2018-1065) |
NASL family | Debian Local Security Checks | NASL id | DEBIAN_DSA-4158.NASL | description | It was discovered that constructed ASN.1 types with a recursive
definition could exceed the stack, potentially leading to a denial of
service.
Details can be found in the upstream advisory:
https://www.openssl.org/news/secadv/20180327.txt | last seen | 2019-01-16 | modified | 2018-11-13 | plugin id | 108731 | published | 2018-03-30 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=108731 | title | Debian DSA-4158-1 : openssl1.0 - security update |
NASL family | Databases | NASL id | MYSQL_5_7_23_RPM.NASL | description | The version of MySQL running on the remote host is 5.7.x prior to
5.7.23. It is, therefore, affected by multiple vulnerabilities as
noted in the July 2018 Critical Patch Update advisory. Please consult
the CVRF details for the applicable CVEs for additional information.
Note that Nessus has not tested for these issues but has instead
relied only on the application's self-reported version number. | last seen | 2019-01-16 | modified | 2018-12-21 | plugin id | 111158 | published | 2018-07-20 | reporter | Tenable | source | https://www.tenable.com/plugins/index.php?view=single&id=111158 | title | MySQL 5.7.x < 5.7.23 Multiple Vulnerabilities (RPM Check) (July 2018 CPU) |
|