Lucene search
+L

10916 matches found

Tenable Nessus
Tenable Nessus
added 2018/08/17 12:00 a.m.45 views

Photon OS 1.0: Bash / Curl / Mariadb / Openvswitch / Systemd PHSA-2017-0044 (deprecated)

An update of openvswitch,systemd,curl,mariadb,bash packages for PhotonOS has been released. C Tenable Network Security, Inc. @DEPRECATED@ Disabled on 2/7/2019 The descriptive text and package checks in this plugin were extracted from VMware Security Advisory PHSA-2017-0044. The text itself is...

7.1AI score0.23633EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2018/08/17 12:00 a.m.89 views

Photon OS 1.0: Binutils / Curl / Docker / Linux / Rpm PHSA-2017-1.0-0095 (deprecated)

An update of 'curl', 'docker', 'binutils', 'linux','rpm' packages of Photon OS has been released. C Tenable Network Security, Inc. @DEPRECATED@ Disabled on 2/7/2019 The descriptive text and package checks in this plugin were extracted from VMware Security Advisory PHSA-2017-1.0-0095. The text...

9.8CVSS7.4AI score0.03839EPSS
SaveExploits4References10
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.11 views

curl: Double-free in curl_maprintf

The libcurl API function called curlmaprintf before version 7.51.0 can be tricked into doing a double-free due to an unsafe sizet multiplication, on systems using 32 bit sizet variables...

9.8CVSS7.3AI score0.04837EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.9 views

curl: curl_getdate out-of-bounds read

The curlgetdate function in curl before version 7.51.0 is vulnerable to an out of bounds read if it receives an input with one digit short...

7.5CVSS7.3AI score0.05209EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.11 views

curl: Invalid URL parsing with '#'

curl before version 7.51.0 doesn't parse the authority component of the URL correctly when the host name part ends with a '' character, and could instead be tricked into connecting to a different host. This may have security implications if you for example use an URL parser that follows the RFC t...

7.5CVSS7.3AI score0.06253EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.18 views

curl: IDNA 2003 makes curl use wrong host

curl before version 7.51.0 uses outdated IDNA 2003 standard to handle International Domain Names and this may lead users to potentially and unknowingly issue network transfer requests to the wrong host...

7.5CVSS7.3AI score0.04321EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.4 views

curl: Heap-based buffer overflow in Curl_smtp_escape_eob() when uploading data over SMTP

A heap-based buffer overflow has been found in the Curlsmtpescapeeob function of curl. An attacker could exploit this by convincing a user to use curl to upload data over SMTP with a reduced buffer to cause a crash or corrupt memory...

9.8CVSS7.5AI score0.06352EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.7 views

curl: Cookie injection for other servers

A flaw was found in curl before version 7.51. If cookie state is written into a cookie jar file that is later read back and used for subsequent requests, a malicious HTTP server can inject new cookies for arbitrary domains into said cookie jar...

7.5CVSS7.4AI score0.04756EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.156 views

Important: Red Hat Security Advisory: Red Hat JBoss Core Services Apache HTTP Server 2.4.29 security update

Red Hat JBoss Core Services Pack Apache Server 2.4.29 packages for Microsoft Windows and Oracle Solaris are now available. Red Hat Product Security has rated this release as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severi...

9.8CVSS7.5AI score0.19798EPSS
SaveExploits11References23
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.10 views

curl: escape and unescape integer overflows

Multiple integer overflow flaws leading to heap-based buffer overflows were found in the way curl handled escaping and unescaping of data. An attacker could potentially use these flaws to crash an application using libcurl by sending a specially crafted input to the affected libcurl functions...

9.8CVSS7.5AI score0.11737EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.8 views

curl: URL unescape heap overflow via integer truncation

The URL percent-encoding decode function in libcurl before 7.51.0 is called curleasyunescape. Internally, even if this function would be made to allocate a unscape destination buffer larger than 2GB, it would return that new length in a signed 32 bit integer variable, thus the length would get...

9.8CVSS7.4AI score0.0467EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.11 views

curl: Case insensitive password comparison

A flaw was found in curl before version 7.51.0 When re-using a connection, curl was doing case insensitive comparisons of user name and password with the existing connections. This means that if an unused connection with proper credentials exists for a protocol that has connection-scoped...

5.9CVSS7.2AI score0.03472EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.8 views

curl: Use-after-free via shared cookies

A flaw was found in curl before version 7.51.0. The way curl handles cookies permits other threads to trigger a use-after-free leading to information disclosure...

7.5CVSS7.3AI score0.02753EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.18 views

curl: FTP PWD response parser out of bounds read

libcurl may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in anonymous or not, it asks the server for the current directory with the PWD command. The server then responds with a 257 response containing the path, inside double...

7.5CVSS7.5AI score0.08465EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.11 views

curl: Out-of-bounds write via unchecked multiplication

The base64 encode function in curl before version 7.51.0 is prone to a buffer being under allocated in 32bit systems if it receives at least 1Gb as input via CURLOPTUSERNAME...

7CVSS7.5AI score0.00593EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/08/16 4:06 p.m.11 views

curl: Double-free in krb5 code

The function readdata in security.c in curl before version 7.51.0 is vulnerable to memory double free...

9.8CVSS7.3AI score0.04989EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2018/08/10 12:00 a.m.64 views

Amazon Linux 2 : curl (ALAS-2018-1052)

A heap-based buffer overflow has been found in the Curlsmtpescapeeob function of curl. An attacker could exploit this by convincing a user to use curl to upload data over SMTP with a reduced buffer to cause a crash or corrupt memory.CVE-2018-0500 C Tenable Network Security, Inc. The descriptive...

9.8CVSS8AI score0.06352EPSS
SaveExploits1References2
Amazon
Amazon
added 2018/08/08 12:00 a.m.67 views

Medium: curl

Issue Overview: A heap-based buffer overflow has been found in the Curlsmtpescapeeob function of curl. An attacker could exploit this by convincing a user to use curl to upload data over SMTP with a reduced buffer to cause a crash or corrupt memory.CVE-2018-0500 Affected Packages: curl Note: This...

9.8CVSS9.8AI score0.06352EPSS
SaveExploits1
exploitpack
exploitpack
added 2018/08/03 12:00 a.m.19 views

cgit 1.2.1 - cgit_clone_objects() Directory Traversal

cgit 1.2.1 - cgitcloneobjects Directory Traversal There is a directory traversal vulnerability in cgitcloneobjects, reachable when the configuration flag enable-http-clone is set to 1 default: void cgitcloneobjectsvoid if !ctx.qry.path cgitprinterrorpage400, "Bad request", "Bad request"; return; ...

0.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2018/08/03 12:00 a.m.27 views

cgit < 1.2.1 - 'cgit_clone_objects()' Directory Traversal

There is a directory traversal vulnerability in cgitcloneobjects, reachable when the configuration flag enable-http-clone is set to 1 default: void cgitcloneobjectsvoid if !ctx.qry.path cgitprinterrorpage400, "Bad request", "Bad request"; return; if !strcmpctx.qry.path, "info/packs" printpackinfo...

5.3AI score
SaveExploits0
Rows per page
Query Builder