Lucene search
+L

3041 matches found

UbuntuCve
UbuntuCve
added 2022/05/11 12:0 a.m.48 views

CVE-2022-27781

libcurl provides the CURLOPTCERTINFO option to allow applications torequest details to be returned about a server's certificate chain.Due to an erroneous function, a malicious server could make libcurl built withNSS get stuck in a never-ending busy-loop when trying to retrieve thatinformation. Du...

7.5CVSS6.8AI score0.02597EPSS
SaveExploits1References5
UbuntuCve
UbuntuCve
added 2022/05/11 12:0 a.m.51 views

CVE-2022-27782

libcurl would reuse a previously created connection even when a TLS or SSHrelated option had been changed that should have prohibited reuse.libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse if one of them matches the setup. However, several TLS andSSH...

7.5CVSS6.8AI score0.02769EPSS
SaveExploits1References3
OSV
OSV
added 2022/05/11 12:0 a.m.2 views

UBUNTU-CVE-2022-27781

libcurl provides the CURLOPTCERTINFO option to allow applications torequest details to be returned about a server's certificate chain.Due to an erroneous function, a malicious server could make libcurl built withNSS get stuck in a never-ending busy-loop when trying to retrieve thatinformation. Du...

7.5CVSS6.8AI score0.02597EPSS
SaveExploits1References6
OSV
OSV
added 2022/05/11 12:0 a.m.3 views

UBUNTU-CVE-2022-27782

libcurl would reuse a previously created connection even when a TLS or SSHrelated option had been changed that should have prohibited reuse.libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse if one of them matches the setup. However, several TLS andSSH...

7.5CVSS6.7AI score0.02769EPSS
SaveExploits1References4
Hacker One
Hacker One
added 2022/05/10 4:10 p.m.62 views

curl: Integer overflows in unescape_word()

Summary: A similiar issue to CVE-2019-5435 Steps To Reproduce: analysis DICT protocol can use one url like "dict://localhost:3306", and function unescapeword is used to deal with the character in url like this comment c / According to RFC2229 section 2.2, these letters need to be escaped with...

4.3CVSS1.2AI score0.04897EPSS
SaveExploits1
ICS
ICS
added 2022/05/10 12:0 a.m.76 views

Siemens Industrial Devices using libcurl

1. EXECUTIVE SUMMARY CVSS v3 8.1 ATTENTION: Exploitable remotely Vendor: Siemens Equipment: Industrial devices using libcurl Vulnerabilities: Use After Free 2. UPDATE INFORMATION This updated advisory is a follow-up to the original advisory titled ICSA-22-132-13 Siemens Industrial Devices using...

8.1CVSS8AI score0.60122EPSS
SaveExploits2References11
Positive Technologies
Positive Technologies
added 2022/05/01 12:0 a.m.11 views

PT-2022-2695

Name of the Vulnerable Software and Affected Versions libcurl affected versions not specified Description The issue is related to how libcurl handles previously used connections in a connection pool for subsequent transfers. When a TLS or SSH-related option is changed, it should prohibit the reus...

8.1CVSS5.5AI score0.3216EPSS
SaveExploits11References91
Hacker One
Hacker One
added 2022/04/30 7:22 p.m.23 views

curl: match

Steps To Reproduce: lib/telnet.c suboption function incorrecly checks for the sscanf return value. Instead of checking that 2 elements are parsed, the code also continues if just one element matches: ifsscanfv-data, "%127^,,%127s", varname, varval As such it is possible to construct environment...

0.7AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/04/30 12:0 a.m.12 views

PT-2022-2690

Name of the Vulnerable Software and Affected Versions libcurl affected versions not specified Description The issue is related to the CURLOPT CERTINFO option in libcurl, which allows applications to request details about a server's certificate chain. Due to an erroneous function, a malicious serv...

7.5CVSS5.3AI score0.06808EPSS
SaveExploits4References327
Hacker One
Hacker One
added 2022/04/27 4:16 p.m.86 views

Internet Bug Bounty: OAUTH2 bearer not-checked for connection re-use

libcurl might reuse OAUTH2-authenticated connections without properly making sure that the connection was authenticated with the same credentials as set for this transfer. This affects SASL-enabled protcols: SMTPS, IMAPS, POP3S and LDAPS openldap only. libcurl maintains a pool of connections afte...

5.5CVSS8.1AI score0.02042EPSS
SaveExploits1
OSV
OSV
added 2022/04/27 8:0 a.m.7 views

CURL-CVE-2022-27775 Bad local IPv6 connection reuse

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse, if one of them matches the setup. Due to errors in the logic, the config matching function did not take the IPv6 address zone id into account which could lead to libcurl reusing the wrong connection...

7.5CVSS7.5AI score0.02981EPSS
SaveExploits1
OSV
OSV
added 2022/04/27 8:0 a.m.10 views

CURL-CVE-2022-22576 OAUTH2 bearer bypass in connection reuse

libcurl might reuse OAUTH2-authenticated connections without properly making sure that the connection was authenticated with the same credentials as set for this transfer. This affects SASL-enabled protocols: SMTPS, IMAPS, POP3S and LDAPS OpenLDAP only. libcurl maintains a pool of live connection...

8.1CVSS6.7AI score0.02042EPSS
SaveExploits1
Hacker One
Hacker One
added 2022/04/27 7:10 a.m.164 views

Internet Bug Bounty: CVE-2022-27776: Auth/cookie leak on redirect

Summary: curl/libcurl can be coaxed to leak Authorization / Cookie headers by redirecting request to http:// URL on the same host. Successful exploitation requires that the attacker can either Man-in-the-Middle the connection or can access the traffic at the recipient side for example by...

4.3CVSS6.9AI score0.03653EPSS
SaveExploits2
Hacker One
Hacker One
added 2022/04/27 7:7 a.m.141 views

Internet Bug Bounty: CVE-2022-27775: Bad local IPv6 connection reuse

Summary: curl/libcurl doesn't consider IPv6 address zone index when doing connection reuse. if connection exists to specific IPv6 address and other conditions for connection reuse are fulfilled it will be reused for connections regardless of the zone index. Steps To Reproduce: 1. Set up a fake...

5CVSS7.4AI score0.02981EPSS
SaveExploits1
Hacker One
Hacker One
added 2022/04/27 7:4 a.m.138 views

Internet Bug Bounty: CVE-2022-27774: Credential leak on redirect

Summary: curl/libcurl can be coaxed to leak user credentials to third-party host by issuing HTTP redirect to ftp:// URL. Steps To Reproduce: 1. Configure for example Apache2 on firstsite.tld to perform redirect with modrewrite: RewriteCond %HTTPUSERAGENT "^curl/" RewriteRule ^/redirectpoc...

3.5CVSS7AI score0.01702EPSS
SaveExploits1
IBM Security Bulletins
IBM Security Bulletins
added 2022/04/22 1:35 p.m.50 views

Security Bulletin: Security Vulnerabilities affect IBM Cloud Private - curl (CVE-2021-22898)

Summary Security Vulnerabilities affect IBM Cloud Private - curl Vulnerability Details CVEID: CVE-2021-22898 DESCRIPTION: cURL libcurl could allow a remote attacker to obtain sensitive information, caused by a flaw in the option parser for sending NEWENV variables. By sending a specially-crafted...

3.1CVSS0.7AI score0.04385EPSS
SaveExploits1Affected Software1
RedHat Linux
RedHat Linux
added 2022/04/13 2:31 p.m.4 views

curl: Leak of authentication credentials in URL via automatic Referer

It was discovered that libcurl did not remove authentication credentials from URLs when automatically populating the Referer HTTP request header while handling HTTP redirects. This could lead to exposure of the credentials to the server to which requests were redirected...

5.3CVSS6.8AI score0.05301EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2022/04/13 2:31 p.m.12 views

curl: Bad connection reuse due to flawed path name checks

A flaw was found in libcurl in the way libcurl handles previously used connections without accounting for 'issuer cert' and comparing the involved paths case-insensitively. This flaw allows libcurl to use the wrong connection. The highest threat from this vulnerability is to confidentiality...

4.3CVSS7.1AI score0.0627EPSS
SaveExploits1References5
Gitee
Gitee
added 2022/04/10 9:41 p.m.3 views

p0insettia

It is an offensive tool for iOS jailbreak. The tool, named p0insettia, is designed to perform a tethered jailbreak on iOS 10.3.4 32-bit devices, specifically the iPhone 5, using the checkm8 BootROM exploit. The tool is written in C and uses the libcurl library for network operations. The code is...

7.1AI score
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2022/02/23 5:14 p.m.70 views

Security Bulletin: Network Intrusion Prevention System is affected by curl and php5 vulnerabilities (CVE-2013-2174, CVE-2014-0015, CVE-2014-0138, CVE-2014-0139, CVE-2013-4248, CVE-2013-6420, CVE-2014-2497, CVE-2014-4049)

Summary Security vulnerabilities have been discovered in curl and php5 that are used in IBM Security Network Intrusion Prevention System. Vulnerability Details CVE-ID: CVE-2013-2174 DESCRIPTION: cURL/libcURL is vulnerable to a heap-based buffer overflow, caused by improper bounds checking by the...

7.5CVSS8.5AI score0.35635EPSS
SaveExploits14Affected Software1
Rows per page
Query Builder