[Forgot Password]
Login  Register Subscribe

30479

 
 

423868

 
 

250053

 
 

909

 
 

195940

 
 

282

Paid content will be excluded from the download.


Download | Alert*
OVAL

ALAS2-2024-2388 --- golang

ID: oval:org.secpod.oval:def:1702024Date: (C)2024-02-07   (M)2024-05-09
Class: PATCHFamily: unix




A malicious HTTP sender can use chunk extensions to cause a receiver reading from a request or response body to read many more bytes from the network than are in the body. A malicious HTTP client can further exploit this to cause a server to automatically read a large amount of data when a handler fails to read the entire body of a request. Chunk extensions are a little-used HTTP feature which permit including additional metadata in a request or response body sent using the chunked encoding. The net/http chunked encoding reader discards this metadata. A sender can exploit this by inserting a large metadata segment with each byte transferred. The chunk reader now produces an error if the ratio of real body to encoded bytes grows too small. path/filepath: recognize \??\ as a Root Local Device path prefix.On Windows, a path beginning with \??\ is a Root Local Device path equivalentto a path beginning with \\?\. Paths with a \??\ prefix may be used toaccess arbitrary locations on the system. For example, the path \??\c:\xis equivalent to the more common path c:\x.The filepath package did not recognize paths with a \??\ prefix as special.Clean could convert a rooted path such as \a\..\??\b intothe root local device path \??\b. It will now convert thispath into .\??\b.IsAbs did not report paths beginning with \??\ as absolute.It now does so.VolumeName now reports the \??\ prefix as a volume name.Join could convert a seemingly innocentsequence of path elements into the root local device path\??\b. It will now convert this to \.\??\b. path/filepath: recognize device names with trailing spaces and superscriptsThe IsLocal function did not correctly detect reserved names in some cases: - reserved names followed by spaces, such as "COM1 ". - "COM" or "LPT" followed by a superscript 1, 2, or 3.IsLocal now correctly reports these names as non-local

Platform:
Amazon Linux 2
Product:
golang
Reference:
ALAS2-2024-2388
CVE-2023-39326
CVE-2023-45283
CVE-2023-45284
CVE    3
CVE-2023-45284
CVE-2023-39326
CVE-2023-45283
CPE    2
cpe:/o:amazon:linux:2
cpe:/a:golang:golang

© SecPod Technologies