CVE-2023-38545 & CVE-2023-38546 - Service Virtualization (DevTest)
search cancel

CVE-2023-38545 & CVE-2023-38546 - Service Virtualization (DevTest)

book

Article ID: 274862

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

CVE-2023-38545 SOCKS5 heap buffer overflow

A heap-based buffer overflow flaw in the SOCKS5 proxy handshake of the Curl package that could lead to arbitrary remote code execution when using SOCKS5 proxies to access untrusted web servers.

Severity: High

Affected versionsCurl and libcurl from 7.69.0 up to and including 8.3.0.

DescriptionThis flaw makes curl overflow a heap based buffer in the SOCKS5 proxy handshake.

When curl is asked to pass along the hostname to the SOCKS5 proxy to allow that to resolve the address instead of it getting done by curl itself, the maximum length that hostname can be is 255 bytes.

If the hostname is detected to be longer than 255 bytes, curl switches to local name resolving and instead passes on the resolved address only to the proxy. Due to a bug, the local variable that means "let the host resolve the name" could get the wrong value during a slow SOCKS5 handshake, and contrary to the intention, copy the too long hostname to the target buffer instead of copying just the resolved address there.

 

CVE-2023-38546 Cookie injection with none file

It is a low severity vulnerability that only impacts libcurl – a library provided by the Curl project that allows developers to access Curl APIs from their own code. 

Severity: Low

Affected versionslibcurl from 7.9.1 up to and including 8.3.0.

DescriptionThis flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met.

libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers.

libcurl provides a function call that duplicates an easy handle called curl_easy_duphandle.

If a transfer has cookies enabled when the handle is duplicated, the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle did not read any cookies from a specific file on disk, the cloned version of the handle would instead store the file name as none (using the four ASCII letters, no quotes).

Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named none - if such a file exists and is readable in the current directory of the program using libcurl. And if using the correct file format of course.

Environment

Impacted: Docker Images 10.7.x and lower

Not Impacted: All the other installers

Cause

   Third Party Vulnerability

https://curl.se/docs/CVE-2023-38545.html

https://curl.se/docs/CVE-2023-38546.html

Resolution

We have published the following images which has fix for for Curl/libcurl Vulnerabilities - CVE-2023-38545 & CVE-2023-38546
 
You need to login first  : 
docker login sv-docker.packages.broadcom.com -u <broadcom email id or customer email id> -p <support api token>
 
10.7.2 SP3
sv-docker.packages.broadcom.com/sv/portal:10.7.2.1474
sv-docker.packages.broadcom.com/sv/enterprise-dashboard:10.7.2.1706
sv-docker.packages.broadcom.com/sv/lisa:10.7.2.1859
sv-docker.packages.broadcom.com/sv/iaam:2.0.0.2149
sv-docker.packages.broadcom.com/sv/virtual-service-catalog:1.7.9.126
sv-docker.packages.broadcom.com/sv/config-server:0.0.7.42

10.7.2 SP2
sv-docker.packages.broadcom.com/sv/portal:10.7.2.312
sv-docker.packages.broadcom.com/sv/lisa:10.7.2.380
sv-docker.packages.broadcom.com/sv/virtual-service-catalog:1.7.8.61
sv-docker.packages.broadcom.com/sv/config-server:0.0.7.29

10.7.2 GA
sv-docker.packages.broadcom.com/sv/portal:10.7.2.311
sv-docker.packages.broadcom.com/sv/lisa:10.7.2.379
sv-docker.packages.broadcom.com/sv/virtual-service-catalog:1.7.8.60
sv-docker.packages.broadcom.com/sv/config-server:0.0.7.29

10.7.0 GA
sv-docker.packages.broadcom.com/sv/portal:10.7.0.72
sv-docker.packages.broadcom.com/sv/lisa:10.7.0.171
sv-docker.packages.broadcom.com/sv/virtual-service-catalog:1.7.6.45
sv-docker.packages.broadcom.com/sv/config-server:0.0.6.22