Lucene search
+L

10791 matches found

RedhatCVE
RedhatCVE
added 2023/02/17 11:57 a.m.67 views

CVE-2023-23916

A flaw was found in the Curl package. A malicious server can insert an unlimited number of compression steps. This decompression chain could result in out-of-memory errors...

6.5CVSS6.5AI score0.01703EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2023/02/17 11:57 a.m.52 views

CVE-2023-23914

A flaw was found in the Curl package, where the HSTS mechanism would be ignored by subsequent transfers when done on the same command line because the state would not be properly carried. This issue may result in limited confidentiality and integrity...

6.5CVSS7.7AI score0.00858EPSS
SaveExploits1References4
The Hacker News
The Hacker News
added 2023/02/17 9:25 a.m.89 views

New Mirai Botnet Variant 'V3G4' Exploiting 13 Flaws to Target Linux and IoT Devices

A new variant of the notorious Mirai botnet has been found leveraging several security vulnerabilities to propagate itself to Linux and IoT devices. Observed during the second half of 2022, the new version has been dubbed V3G4 by Palo Alto Networks Unit 42, which identified three different...

7.5CVSS1.1AI score0.70252EPSS
SaveExploits5
SUSE CVE
SUSE CVE
added 2023/02/16 3:02 a.m.7 views

SUSE CVE-2023-23914

A cleartext transmission of sensitive information vulnerability exists in curl v7.88.0 that could cause HSTS functionality fail when multiple URLs are requested serially. Using its HSTS support, curl can be instructed to use HTTPS instead of usingan insecure clear-text HTTP step even when HTTP is...

7.4CVSS8.7AI score0.00858EPSS
SaveExploits1References62
SUSE CVE
SUSE CVE
added 2023/02/16 3:02 a.m.8 views

SUSE CVE-2023-23915

A cleartext transmission of sensitive information vulnerability exists in curl v7.88.0 that could cause HSTS functionality to behave incorrectly when multiple URLs are requested in parallel. Using its HSTS support, curl can be instructed to use HTTPS instead of using an insecure clear-text HTTP...

7.4CVSS8.6AI score0.00861EPSS
SaveExploits0References61
SUSE CVE
SUSE CVE
added 2023/02/16 3:02 a.m.4 views

SUSE CVE-2023-23916

An allocation of resources without limits or throttling vulnerability exists in curl v7.88.0 based on the "chained" HTTP compression algorithms, meaning that a server response can be compressed multiple times and potentially with differentalgorithms. The number of acceptable "links" in this...

6.5CVSS8.5AI score0.01703EPSS
SaveExploits1References93
Tenable Nessus
Tenable Nessus
added 2023/02/16 12:00 a.m.40 views

SUSE SLES12 Security Update : curl (SUSE-SU-2023:0425-1)

The remote SUSE Linux SLES12 / SLESSAP12 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2023:0425-1 advisory. - CVE-2023-23916: Fixed HTTP multi-header compression denial of service bsc1207992. Tenable has extracted the preceding description block...

6.5CVSS6.8AI score0.01703EPSS
SaveExploits1References4
OpenVAS
OpenVAS
added 2023/02/16 12:00 a.m.26 views

SUSE: Security Advisory (SUSE-SU-2023:0425-1)

The remote host is missing an update for the 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...

6.5CVSS7AI score0.01703EPSS
SaveExploits1References4
OpenVAS
OpenVAS
added 2023/02/16 12:00 a.m.27 views

SUSE: Security Advisory (SUSE-SU-2023:0429-1)

The remote host is missing an update for the 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.1CVSS8.1AI score0.01703EPSS
SaveExploits2References2
Tenable Nessus
Tenable Nessus
added 2023/02/16 12:00 a.m.35 views

SUSE SLED15: curl / libcurl-devel / libcurl-devel-32bit / libcurl4 / etc (SUSE-SU-2023:0429-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2023:0429-1 advisory. - CVE-2023-23914: Fixed HSTS ignored on multiple requests bsc1207990. - CVE-2023-23915: Fixed HS...

9.1CVSS6.8AI score0.01703EPSS
SaveExploits2References10
OSV
OSV
added 2023/02/15 4:41 p.m.7 views

SUSE-SU-2023:0429-1 Security update for curl

This update for curl fixes the following issues: - CVE-2023-23914: Fixed HSTS ignored on multiple requests bsc1207990. - CVE-2023-23915: Fixed HSTS amnesia with --parallel bsc1207991. - CVE-2023-23916: Fixed HTTP multi-header compression denial of service bsc1207992...

9.1CVSS6.7AI score0.01703EPSS
SaveExploits2References7
OSV
OSV
added 2023/02/15 3:34 p.m.6 views

SUSE-SU-2023:0425-1 Security update for curl

This update for curl fixes the following issues: - CVE-2023-23916: Fixed HTTP multi-header compression denial of service bsc1207992...

6.5CVSS6.7AI score0.01703EPSS
SaveExploits1References3
Hacker One
Hacker One
added 2023/02/15 9:14 a.m.257 views

Internet Bug Bounty: CVE-2023-23915: HSTS amnesia with --parallel

Multiple transfers in parallel using curl's HSTS cache saving feature resulted in the cache file being overwritten by the most recently completed transfer, causing a later HTTP-only transfer to the earlier hostname to not get upgraded properly to HSTS, leading to a bypass of intended security...

6.5CVSS6.7AI score0.00861EPSS
SaveExploits0
Hacker One
Hacker One
added 2023/02/15 9:12 a.m.145 views

Internet Bug Bounty: CVE-2023-23914: HSTS ignored on multiple requests

Multiple requests made using curl's HSTS functionality ignored the HTTPS protocol and used an insecure clear-text HTTP step instead. This was due to the state not being properly carried on, allowing the bypass of intended security controls. The vulnerability was assigned CVE-2023-23914 and had a...

9.1CVSS7.7AI score0.00858EPSS
SaveExploits1
OSV
OSV
added 2023/02/15 8:00 a.m.40 views

CURL-CVE-2023-23916 HTTP multi-header compression denial of service

curl supports "chained" HTTP compression algorithms, meaning that a server response can be compressed multiple times and potentially with different algorithms. The number of acceptable "links" in this "decompression chain" was capped, but the cap was implemented on a per-header basis allowing a...

6.5CVSS6.7AI score0.01703EPSS
SaveExploits1
OSV
OSV
added 2023/02/15 8:00 a.m.35 views

CURL-CVE-2023-23914 HSTS ignored on multiple requests

curl's HSTS functionality fail when multiple URLs are requested serially. Using its HSTS support, curl can be instructed to use HTTPS instead of using an insecure clear-text HTTP step even when HTTP is provided in the URL. This HSTS mechanism would however surprisingly be ignored by subsequent...

9.1CVSS7.8AI score0.00858EPSS
SaveExploits1
curl security advisories
curl security advisories
added 2023/02/15 8:00 a.m.19 views

HTTP multi-header compression denial of service

curl supports "chained" HTTP compression algorithms, meaning that a server response can be compressed multiple times and potentially with different algorithms. The number of acceptable "links" in this "decompression chain" was capped, but the cap was implemented on a per-header basis allowing a...

6.5CVSS6.6AI score0.01703EPSS
SaveExploits1References1Affected Software2
OSV
OSV
added 2023/02/15 8:00 a.m.29 views

CURL-CVE-2023-23915 HSTS amnesia with --parallel

curl's HSTS cache saving behaves wrongly when multiple URLs are requested in parallel. Using its HSTS support, curl can be instructed to use HTTPS instead of using an insecure clear-text HTTP step even when HTTP is provided in the URL. This HSTS mechanism would however surprisingly fail when...

6.5CVSS6.6AI score0.00861EPSS
SaveExploits0
curl security advisories
curl security advisories
added 2023/02/15 8:00 a.m.17 views

HSTS ignored on multiple requests

curl's HSTS functionality fail when multiple URLs are requested serially. Using its HSTS support, curl can be instructed to use HTTPS instead of using an insecure clear-text HTTP step even when HTTP is provided in the URL. This HSTS mechanism would however surprisingly be ignored by subsequent...

9.1CVSS7.1AI score0.00858EPSS
SaveExploits1References1Affected Software2
SUSE CVE
SUSE CVE
added 2023/02/15 6:21 a.m.9 views

SUSE CVE-2003-1605

curl 7.x before 7.10.7 sends CONNECT proxy credentials to the remote server...

7.5CVSS7.1AI score0.01691EPSS
SaveExploits0References3
Rows per page
Query Builder