Upstream information
Description
A race condition in go-resty can result in HTTP request body disclosure across requests. This condition can be triggered by calling sync.Pool.Put with the same *bytes.Buffer more than once, when request retries are enabled and a retry occurs. The call to sync.Pool.Get will then return a bytes.Buffer that hasn't had bytes.Buffer.Reset called on it. This dirty buffer will contain the HTTP request body from an unrelated request, and go-resty will append the current HTTP request body to it, sending two bodies in one request. The sync.Pool in question is defined at package level scope, so a completely unrelated server could receive the request body.SUSE information
Overall state of this security issue: Resolved
This issue is currently rated as having moderate severity.
National Vulnerability Database | |
---|---|
Base Score | 5.9 |
Vector | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N |
Attack Vector | Network |
Attack Complexity | High |
Privileges Required | None |
User Interaction | None |
Scope | Unchanged |
Confidentiality Impact | High |
Integrity Impact | None |
Availability Impact | None |
CVSSv3 Version | 3.1 |
List of released packages
Product(s) | Fixed package version(s) | References |
---|---|---|
openSUSE Tumbleweed |
| Patchnames: openSUSE-Tumbleweed-2024-13569 |
Status of this issue by product and package
Please note that this evaluation state might be work in progress, incomplete or outdated. Also information for service packs in the LTSS phase is only included for issues meeting the LTSS criteria. If in doubt, feel free to contact us for clarification. The updates are grouped by state of their lifecycle. SUSE product lifecycles are documented on the lifecycle page.
Product(s) | Source package | State |
---|---|---|
Products under general support and receiving all security fixes. | ||
SUSE Linux Enterprise Module for Package Hub 15 SP5 | golang-github-prometheus-prometheus | Not affected |
SUSE Linux Enterprise Module for Package Hub 15 SP6 | golang-github-prometheus-prometheus | Not affected |
SUSE Manager Client Tools Beta for SLE 12 | golang-github-prometheus-prometheus | Not affected |
SUSE Manager Client Tools Beta for SLE 15 | golang-github-prometheus-prometheus | Not affected |
SUSE Manager Client Tools for SLE 12 | golang-github-prometheus-prometheus | Not affected |
SUSE Manager Client Tools for SLE 15 | golang-github-prometheus-prometheus | Not affected |
SUSE Manager Proxy Module 4.3 | golang-github-prometheus-prometheus | Not affected |
SUSE Manager Tools 12 | golang-github-prometheus-prometheus | Not affected |
SUSE Manager Tools 12-BETA | golang-github-prometheus-prometheus | Not affected |
SUSE Manager Tools 15 | golang-github-prometheus-prometheus | Not affected |
SUSE Manager Tools 15-BETA | golang-github-prometheus-prometheus | Not affected |
openSUSE Leap 15.5 | golang-github-prometheus-prometheus | Not affected |
openSUSE Leap 15.6 | golang-github-prometheus-prometheus | Not affected |
Products past their end of life and not receiving proactive updates anymore. | ||
SUSE Enterprise Storage 6 | golang-github-prometheus-prometheus | Not affected |
SUSE Manager Proxy Module 4.1 | golang-github-prometheus-prometheus | Not affected |
SUSE Manager Proxy Module 4.2 | golang-github-prometheus-prometheus | Not affected |
openSUSE Leap 15.3 | golang-github-prometheus-prometheus | Not affected |
openSUSE Leap 15.4 | golang-github-prometheus-prometheus | Not affected |
Container Status | ||
ses/7.1/ceph/prometheus-server ses/7/ceph/prometheus-server | golang-github-prometheus-prometheus | Not affected |
SUSE Timeline for this CVE
CVE page created: Tue Nov 28 19:00:21 2023CVE page last modified: Tue Sep 3 19:30:37 2024