.
Security Fix(es):
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 (up to about 1GiB) 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.(CVE-2023-39326)
Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module proxy and are fetching modules directly (i.e. GOPROXY=off).(CVE-2023-45285)
{
"severity": "High"
}{
"x86_64": [
"golang-1.17.3-26.oe2203.x86_64.rpm",
"golang-1.17.3-26.oe2203sp1.x86_64.rpm",
"golang-1.17.3-26.oe2203sp2.x86_64.rpm"
],
"src": [
"golang-1.17.3-26.oe2203.src.rpm",
"golang-1.17.3-26.oe2203sp1.src.rpm",
"golang-1.17.3-26.oe2203sp2.src.rpm"
],
"aarch64": [
"golang-1.17.3-26.oe2203.aarch64.rpm",
"golang-1.17.3-26.oe2203sp1.aarch64.rpm",
"golang-1.17.3-26.oe2203sp2.aarch64.rpm"
],
"noarch": [
"golang-devel-1.17.3-26.oe2203.noarch.rpm",
"golang-help-1.17.3-26.oe2203.noarch.rpm",
"golang-help-1.17.3-26.oe2203sp1.noarch.rpm",
"golang-devel-1.17.3-26.oe2203sp1.noarch.rpm",
"golang-help-1.17.3-26.oe2203sp2.noarch.rpm",
"golang-devel-1.17.3-26.oe2203sp2.noarch.rpm"
]
}