Lucene search
+L

10750 matches found

Tenable Nessus
Tenable Nessus
added 2023/06/02 12:00 a.m.28 views

EulerOS Virtualization 2.9.0 : curl (EulerOS-SA-2023-2014)

According to the versions of the curl packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : - An allocation of resources without limits or throttling vulnerability exists in curl v7.88.0 based on the 'chained' HTTP compressio...

9.8CVSS7.1AI score0.01993EPSS
SaveExploits2References3
Tenable Nessus
Tenable Nessus
added 2023/06/02 12:00 a.m.24 views

EulerOS Virtualization 2.9.1 : curl (EulerOS-SA-2023-1993)

According to the versions of the curl packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : - An allocation of resources without limits or throttling vulnerability exists in curl v7.88.0 based on the 'chained' HTTP compressio...

9.8CVSS7.1AI score0.01993EPSS
SaveExploits2References3
OpenVAS
OpenVAS
added 2023/06/01 12:00 a.m.25 views

Huawei EulerOS: Security Advisory for curl (EulerOS-SA-2023-1993)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS8.1AI score0.01993EPSS
SaveExploits2References2
OpenVAS
OpenVAS
added 2023/06/01 12:00 a.m.23 views

Huawei EulerOS: Security Advisory for curl (EulerOS-SA-2023-2014)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS8.1AI score0.01993EPSS
SaveExploits2References2
Exploit DB
Exploit DB
added 2023/05/31 12:00 a.m.364 views

Pydio Cells 4.1.2 - Unauthorised Role Assignments

Exploit Title: Pydio Cells 4.1.2 - Unauthorised Role Assignments Affected Versions: 4.1.2 and earlier versions Fixed Versions: 4.2.0, 4.1.3, 3.0.12 Vulnerability Type: Privilege Escalation Security Risk: high Vendor URL: https://pydio.com/ Vendor Status: notified Advisory URL:...

8.8CVSS7.9AI score0.14085EPSS
SaveExploits6
Photon
Photon
added 2023/05/31 12:00 a.m.54 views

Important Photon OS Security Update - PHSA-2023-3.0-0589

Updates of 'curl' packages of Photon OS have been released...

5.3CVSS7.3AI score0.02211EPSS
SaveExploits1
Photon
Photon
added 2023/05/31 12:00 a.m.45 views

Important Photon OS Security Update - PHSA-2023-4.0-0399

Updates of 'shadow', 'libuv', 'curl', 'binutils' packages of Photon OS have been released...

5.9AI score
SaveExploits0
zdt
zdt
added 2023/05/31 12:00 a.m.344 views

Pydio Cells 4.1.2 - Unauthorised Role Assignments Vulnerability

Exploit Title: Pydio Cells 4.1.2 - Unauthorised Role Assignments Affected Versions: 4.1.2 and earlier versions Fixed Versions: 4.2.0, 4.1.3, 3.0.12 Vulnerability Type: Privilege Escalation Security Risk: high Vendor URL: https://pydio.com/ Vendor Status: notified Advisory URL:...

8.8CVSS7.1AI score0.14085EPSS
SaveExploits6
wpexploit
wpexploit
added 2023/05/30 12:00 a.m.314 views

Jetpack < 12.1.1 - Author+ Arbitrary File Manipulation via API

The plugin does not validate uploaded files, allowing users with author roles or above to manipulate existing files on the site, deleting arbitrary files, and in rare cases achieve Remote Code Execution via phar deserialization. curl --json ' "media": "tmpname": "/WPCONTENTPATH/wp-config.php",...

8.8CVSS9.6AI score0.04824EPSS
SaveExploits2References1
OSV
OSV
added 2023/05/29 4:38 p.m.12 views

CLSA-2023-1685378325 curl: Fix of 2 CVEs

CVE-2022-43552: smb/telnet: do not free the protocol struct in done - CVE-2022-35252: cookie: reject cookies with "control bytes"...

5.9CVSS6.8AI score0.02511EPSS
SaveExploits2References1
OSV
OSV
added 2023/05/29 4:34 p.m.12 views

CLSA-2023-1685378052 curl: Fix of 2 CVEs

CVE-2022-43552: smb/telnet: do not free the protocol struct in done - CVE-2022-35252: cookie: reject cookies with "control bytes"...

5.9CVSS6.8AI score0.02511EPSS
SaveExploits2References1
Microsoft CVE
Microsoft CVE
added 2023/05/27 7:00 a.m.8 views

A denial of service vulnerability exists in curl <v8.1.0 in the way libcurl provides several different backends for resolving host names selected at build time. If it is built to use the synchronous resolver it allows name resolves to time-out slow operations using `alarm()` and `siglongjmp()`. When doing this libcurl used a global buffer that was not mutex protected and a multi-threaded application might therefore crash or otherwise misbehave.

...

5.9CVSS6.4AI score0.02658EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
added 2023/05/27 7:00 a.m.11 views

An information disclosure vulnerability exists in curl <v8.1.0 when doing HTTP(S) transfers libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send even when the `CURLOPT_POSTFIELDS` option has been set if the same handle previously wasused to issue a `PUT` request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the second transfer. The problem exists in the logic for a reused handle when it is (expected to be) changed from a PUT to a POST.

...

5.3CVSS6.6AI score0.02211EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
added 2023/05/27 7:00 a.m.8 views

A use after free vulnerability exists in curl <v8.1.0 in the way libcurl offers a feature to verify an SSH server's public key using a SHA 256 hash. When this check fails libcurl would free the memory for the fingerprint before it returns an error message containing the (now freed) hash. This flaw risks inserting sensitive heap-based data into the error message that might be shown to users or otherwise get leaked and revealed.

...

7.5CVSS6.9AI score0.02489EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
added 2023/05/27 7:00 a.m.8 views

An improper certificate validation vulnerability exists in curl <v8.1.0 in the way it supports matching of wildcard patterns when listed as "Subject Alternative Name" in TLS server certificates. curl can be built to use its own name matching function for TLS rather than one provided by a TLS library. This private wildcard matching function would match IDN (International Domain Name) hosts incorrectly and could as a result accept patterns that otherwise should mismatch. IDN hostnames are converted to puny code before used for certificate checks. Puny coded names always start with `xn--` and should not be allowed to pattern match but the wildcard check in curl could still check for `x*` which would match even though the IDN name most likely contained nothing even resembling an `x`.

...

5.9CVSS6.6AI score0.01806EPSS
SaveExploits1
OSV
OSV
added 2023/05/26 9:15 p.m.13 views

AZL-26792 CVE-2023-28322 affecting package curl for versions less than 8.0.1-2

An information disclosure vulnerability exists in curl v8.1.0 when doing HTTPS transfers, libcurl might erroneously use the read callback CURLOPTREADFUNCTION to ask for data to send, even when the CURLOPTPOSTFIELDS option has been set, if the same handle previously wasused to issue a PUT request...

3.7CVSS6.5AI score0.02211EPSS
SaveExploits1References1
OSV
OSV
added 2023/05/26 9:15 p.m.10 views

AZL-38070 CVE-2023-28322 affecting package tensorflow for versions less than 2.16.1-1

An information disclosure vulnerability exists in curl v8.1.0 when doing HTTPS transfers, libcurl might erroneously use the read callback CURLOPTREADFUNCTION to ask for data to send, even when the CURLOPTPOSTFIELDS option has been set, if the same handle previously wasused to issue a PUT request...

3.7CVSS6.5AI score0.02211EPSS
SaveExploits1References1
OSV
OSV
added 2023/05/26 9:15 p.m.9 views

ALPINE-CVE-2023-28322

An information disclosure vulnerability exists in curl v8.1.0 when doing HTTPS transfers, libcurl might erroneously use the read callback CURLOPTREADFUNCTION to ask for data to send, even when the CURLOPTPOSTFIELDS option has been set, if the same handle previously wasused to issue a PUT request...

3.7CVSS6.3AI score0.02211EPSS
SaveExploits1References1
OSV
OSV
added 2023/05/26 9:15 p.m.4 views

DEBIAN-CVE-2023-28322

An information disclosure vulnerability exists in curl v8.1.0 when doing HTTPS transfers, libcurl might erroneously use the read callback CURLOPTREADFUNCTION to ask for data to send, even when the CURLOPTPOSTFIELDS option has been set, if the same handle previously wasused to issue a PUT request...

3.7CVSS6AI score0.02211EPSS
SaveExploits1References1
OSV
OSV
added 2023/05/26 9:15 p.m.12 views

AZL-26791 CVE-2023-28322 affecting package cmake for versions less than 3.21.4-6

An information disclosure vulnerability exists in curl v8.1.0 when doing HTTPS transfers, libcurl might erroneously use the read callback CURLOPTREADFUNCTION to ask for data to send, even when the CURLOPTPOSTFIELDS option has been set, if the same handle previously wasused to issue a PUT request...

3.7CVSS6.5AI score0.02211EPSS
SaveExploits1References1
Rows per page
Query Builder