Lucene search
K

9341 matches found

Tenable Nessus
Tenable Nessus
added 2019/07/26 12:0 a.m.34 views

Amazon Linux AMI : python35 (ALAS-2019-1243)

An issue was discovered in urllib2 in Python 2.x and urllib in Python 3.x. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n specifically in the query string after a ? character followed by an HTTP header...

9.8CVSS7.3AI score0.08811EPSS
Exploits2References4
Tenable Nessus
Tenable Nessus
added 2019/07/26 12:0 a.m.38 views

Amazon Linux AMI : golang (ALAS-2019-1238)

An issue was discovered in net/http in Go. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the second argument to http.NewRequest with \r\n followed by an HTTP header or a Redis command. CVE-2019-9741 C Tenable Network Security, Inc. The descriptive text an...

6.1CVSS6.6AI score0.02346EPSS
Exploits1References2
Tenable Nessus
Tenable Nessus
added 2019/07/26 12:0 a.m.35 views

Amazon Linux AMI : tomcat7 (ALAS-2019-1235)

The SSI printenv command in Apache Tomcat echoes user provided data without escaping and is, therefore, vulnerable to XSS. SSI is disabled by default. The printenv command is intended for debugging and is unlikely to be present in a production website. CVE-2019-0221 C Tenable Network Security, In...

6.1CVSS6.9AI score0.45571EPSS
Exploits3References2
Tenable Nessus
Tenable Nessus
added 2019/07/26 12:0 a.m.25 views

Amazon Linux AMI : docker (ALAS-2019-1245)

A flaw was discovered in the API endpoint behind the 'docker cp' command. The endpoint is vulnerable to a Time Of Check to Time Of Use TOCTOU vulnerability in the way it handles symbolic links inside a container. An attacker who has compromised an existing container can cause arbitrary files on t...

7.5CVSS7.4AI score0.03398EPSS
Exploits2References2
Tenable Nessus
Tenable Nessus
added 2019/07/26 12:0 a.m.35 views

Amazon Linux AMI : php54-pecl-imagick / php55-pecl-imagick,php56-pecl-imagick,php70-pecl-imagick,php71-pecl-imagick,php72-pecl-imagick (ALAS-2019-1237)

In PHP imagick extension, writing to an array of values in ImagickKernel::fromMatrix function did not check that the address will be within the allocated array. This could lead to out of bounds write to memory if the function is called with the data controlled by untrusted party. CVE-2019-11037 C...

9.8CVSS7AI score0.01972EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2019/07/26 12:0 a.m.34 views

Amazon Linux AMI : python-urllib3 (ALAS-2019-1236)

In the urllib3 library for Python, CRLF injection is possible if the attacker controls the request parameter. CVE-2019-11236 C Tenable Network Security, Inc. The descriptive text and package checks in this plugin were extracted from Amazon Linux AMI Security Advisory ALAS-2019-1236...

6.1CVSS7.4AI score0.02056EPSS
Exploits1References2
Tenable Nessus
Tenable Nessus
added 2019/07/26 12:0 a.m.41 views

Amazon Linux AMI : python34 (ALAS-2019-1242)

An issue was discovered in urllib2 in Python 2.x and urllib in Python 3.x. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n specifically in the query string after a ? character followed by an HTTP header...

6.1CVSS7.3AI score0.05406EPSS
Exploits2References3
Tenable Nessus
Tenable Nessus
added 2019/07/24 12:0 a.m.259 views

Amazon Linux 2 : java-11-amazon-corretto (ALAS-2019-1246)

OpenJDK: Insufficient restriction of privileges in AccessController Security, 8216381 CVE-2019-2786 OpenJDK: Unbounded memory allocation during deserialization in Collections Utilities, 8213432 CVE-2019-2769 libpng: pngimagefree in png.c in libpng has a use-after-free because pngimagefreefunction...

5.8CVSS7.3AI score0.09393EPSS
Exploits3References10
Tenable Nessus
Tenable Nessus
added 2019/07/24 12:0 a.m.53 views

Amazon Linux 2 : kernel (ALAS-2019-1232)

An infinite loop issue was found in the vhostnet kernel module while handling incoming packets in handlerx. The infinite loop could occur if one end sends packets faster than the other end can process them. A guest user, maybe a remote one, could use this flaw to stall the vhostnet kernel thread,...

7.7CVSS6.3AI score0.04425EPSS
Exploits3References3
Tenable Nessus
Tenable Nessus
added 2019/07/24 12:0 a.m.44 views

Amazon Linux 2 : qemu (ALAS-2019-1248)

A heap buffer overflow issue was found in the loaddevicetree function of QEMU, which is invoked to load a device tree blob at boot time. It occurs due to device tree size manipulation before buffer allocation, which could overflow a signed int type. A user/process could use this flaw to potential...

9.8CVSS7.2AI score0.05546EPSS
Exploits1References5
Tenable Nessus
Tenable Nessus
added 2019/07/24 12:0 a.m.35 views

Amazon Linux 2 : ruby (ALAS-2019-1249)

An issue was discovered in RubyGems 2.6 and later through 3.0.2. The gem owner command outputs the contents of the API response directly to stdout. Therefore, if the response is crafted, escape sequence injection may occur. CVE-2019-8322 An issue was discovered in RubyGems 2.6 and later through...

8.8CVSS7AI score0.03372EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2019/07/24 12:0 a.m.29 views

Amazon Linux 2 : curl (ALAS-2019-1233)

An integer overflow in curl's URL API results in a buffer overflow in libcurl. CVE-2019-5435 A heap buffer overflow in the TFTP receiving code allows for DoS or arbitrary code execution in libcurl. CVE-2019-5436 C Tenable Network Security, Inc. The descriptive text and package checks in this plug...

7.8CVSS7AI score0.49739EPSS
Exploits2References3
Tenable Nessus
Tenable Nessus
added 2019/07/24 12:0 a.m.72 views

Amazon Linux 2 : python3 (ALAS-2019-1247)

An issue was discovered in urllib2 in Python 2.x and urllib in Python 3.x. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n specifically in the path component of a URL that lacks a ? character followed b...

6.1CVSS7.3AI score0.05406EPSS
Exploits2References3
Tenable Nessus
Tenable Nessus
added 2019/07/24 12:0 a.m.39 views

Amazon Linux 2 : thunderbird (ALAS-2019-1250)

libical: Heap buffer over read in icalparser.c parsergetnextchar CVE-2019-11703 libical: Type confusion in icaltimezonegetvtimezoneproperties function in icalproperty.c CVE-2019-11706 Mozilla: Sandbox escape using Prompt:Open CVE-2019-11708 libical: Stack buffer overflow in icalrecuraddbydayrules...

10CVSS8.2AI score0.55874EPSS
Exploits28References7
Tenable Nessus
Tenable Nessus
added 2019/07/22 12:0 a.m.29 views

Amazon Linux 2 : python-jinja2 (ALAS-2019-1223)

In Pallets Jinja, str.format allows a sandbox escape. CVE-2016-10745 C Tenable Network Security, Inc. The descriptive text and package checks in this plugin were extracted from Amazon Linux 2 Security Advisory ALAS-2019-1223. include'compat.inc'; if description scriptid126831; scriptversion"1.3";...

8.6CVSS8.7AI score0.03492EPSS
Exploits0References2
Amazon
Amazon
added 2019/07/18 12:0 a.m.29 views

Critical: thunderbird

Issue Overview: libical: Heap buffer over read in icalparser.c parsergetnextchar CVE-2019-11703 libical: Type confusion in icaltimezonegetvtimezoneproperties function in icalproperty.c CVE-2019-11706 Mozilla: Sandbox escape using Prompt:Open CVE-2019-11708 libical: Stack buffer overflow in...

10CVSS9.2AI score0.55874EPSS
Exploits28
Amazon
Amazon
added 2019/07/18 12:0 a.m.35 views

Important: ruby

Issue Overview: An issue was discovered in RubyGems 2.6 and later through 3.0.2. The gem owner command outputs the contents of the API response directly to stdout. Therefore, if the response is crafted, escape sequence injection may occur. CVE-2019-8322 An issue was discovered in RubyGems 2.6 and...

8.8CVSS7.5AI score0.03372EPSS
Exploits0
Amazon
Amazon
added 2019/07/18 12:0 a.m.32 views

Critical: dnsmasq

Issue Overview: A memory exhaustion flaw was found in dnsmasq in the EDNS0 code. An attacker could send crafted DNS packets which would trigger memory allocations which would never be freed, leading to unbounded memory consumption and eventually a crash. This issue only affected configurations...

9.8CVSS9AI score0.93307EPSS
Exploits32
Amazon
Amazon
added 2019/07/18 12:0 a.m.43 views

Low: curl

Issue Overview: An integer overflow in curl's URL API results in a buffer overflow in libcurl. CVE-2019-5435 A heap buffer overflow in the TFTP receiving code allows for DoS or arbitrary code execution in libcurl. CVE-2019-5436 Affected Packages: curl Note: This advisory is applicable to Amazon...

7.8CVSS7.6AI score0.49739EPSS
Exploits2
Tenable Nessus
Tenable Nessus
added 2019/07/02 12:0 a.m.26 views

Amazon Linux 2 : bind (ALAS-2019-1231)

A flaw was found in the way bind implemented tunable which limited simultaneous TCP client connections. A remote attacker could use this flaw to exhaust the pool of file descriptors available to named, potentially affecting network connections and the management of files such as log files or zone...

7.5CVSS7.3AI score0.11561EPSS
Exploits0References2
Rows per page
Query Builder