CVE-2023-45286 Vulnerability Analysis & Exploit Details

CVE-2023-45286
Vulnerability Scoring

5.9
/10
Significant Risk

Security assessments indicate that CVE-2023-45286 presents a notable risk, potentially requiring prompt mitigation.

Attack Complexity Details

  • Attack Complexity: High
    Exploits require significant effort and special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2023-45286 Details

Status: Modified

Last updated: 🕗 21 Nov 2024, 08:26 UTC
Originally published on: 🕔 28 Nov 2023, 17:15 UTC

Time between publication and last update: 358 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

CVE-2023-45286 Vulnerability Summary

CVE-2023-45286: 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.

Assessing the Risk of CVE-2023-45286

Access Complexity Graph

The exploitability of CVE-2023-45286 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2023-45286

CVE-2023-45286 presents a challenge to exploit due to its high attack complexity, but the absence of privilege requirements still makes it a viable target for skilled attackers. A thorough security review is advised.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2023-45286, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2023-45286, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2023-45286 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: None
    CVE-2023-45286 poses no threat to data integrity.
  • Availability: None
    CVE-2023-45286 does not impact system availability.

Exploit Prediction Scoring System (EPSS)

The EPSS score estimates the probability that this vulnerability will be exploited in the near future.

EPSS Score: 0.176% (probability of exploit)

EPSS Percentile: 55.87% (lower percentile = lower relative risk)
This vulnerability is less risky than approximately 44.13% of others.

CVE-2023-45286 References

External References

CWE Common Weakness Enumeration

CWE-362

CAPEC Common Attack Pattern Enumeration and Classification

  • Leveraging Race Conditions CAPEC-26 The adversary targets a race condition occurring when multiple processes access and manipulate the same resource concurrently, and the outcome of the execution depends on the particular order in which the access takes place. The adversary can leverage a race condition by "running the race", modifying the resource and modifying the normal execution flow. For instance, a race condition can occur while accessing a file: the adversary can trick the system by replacing the original file with their version and cause the system to read the malicious file.
  • Leveraging Time-of-Check and Time-of-Use (TOCTOU) Race Conditions CAPEC-29 This attack targets a race condition occurring between the time of check (state) for a resource and the time of use of a resource. A typical example is file access. The adversary can leverage a file access race condition by "running the race", meaning that they would modify the resource between the first time the target program accesses the file and the time the target program uses the file. During that period of time, the adversary could replace or modify the file, causing the application to behave unexpectedly.

Vulnerable Configurations

  • cpe:2.3:a:resty_project:resty:-:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:-:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.1:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.1:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.2:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.2:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.2.1:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.2.1:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.2.2:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.2.2:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.3:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.3:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.4:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.4:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.4.1:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.4.1:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.5:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.5:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.5.1:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.5.1:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.5.2:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.5.2:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.6:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.6:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.6.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.6.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.6.1:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.6.1:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.6.2:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.6.2:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.6.3:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.6.3:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.6.4:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.6.4:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.6.5:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.6.5:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.6.6:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.6.6:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.0:-:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.0:-:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.0:rc1:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.0:rc1:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.0:milestone1:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.0:milestone1:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.0:milestone2:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.0:milestone2:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.1:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.1:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.2:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.2:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.3:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.3:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.4:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.4:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.5:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.5:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.6:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.6:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.7:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.7:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.8:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.8:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.9:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.9:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.10:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.10:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.11:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.11:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.12:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.12:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.13:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.13:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.14:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.14:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.7.15:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.7.15:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.0:-:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.0:-:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.0:milestone1:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.0:milestone1:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.0:milestone3:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.0:milestone3:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.1:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.1:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.2:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.2:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.3:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.3:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.4:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.4:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.5:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.5:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.6:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.6:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.7:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.7:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.8:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.8:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.9:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.9:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.10:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.10:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.11:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.11:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.12:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.12:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.13:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.13:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.14:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.14:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.15:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.15:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.16:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.16:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.17:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.17:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.18:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.18:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.19:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.19:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.20:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.20:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.21:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.21:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.22:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.22:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.8.23:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.8.23:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.9.0:-:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.9.0:-:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.9.0:rc1:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.9.0:rc1:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.9.0:milestone1:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.9.0:milestone1:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.9.0:milestone2:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.9.0:milestone2:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.9.0:milestone3:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.9.0:milestone3:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.9.1:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.9.1:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.9.2:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.9.2:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.9.3:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.9.3:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.9.4:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.9.4:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.9.5:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.9.5:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.10:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.10:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.11:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.11:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.12:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.12:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:0.13:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:0.13:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.1:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.1:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.2:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.2:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.3:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.3:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.4:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.4:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.5:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.5:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.6:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.6:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.7.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.7.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.8.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.8.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.9.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.9.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.9.1:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.9.1:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.10.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.10.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.10.1:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.10.1:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.10.2:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.10.2:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.10.3:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.10.3:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.11.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.11.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:1.12.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:1.12.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.0.0:-:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.0.0:-:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.0.0:rc1:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.0.0:rc1:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.0.0:rc2:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.0.0:rc2:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.0.0:rc3:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.0.0:rc3:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.0.0:rc4:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.0.0:rc4:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.1.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.1.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.2.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.2.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.3.0:-:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.3.0:-:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.3.0:rc1:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.3.0:rc1:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.3.0:rc2:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.3.0:rc2:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.4.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.4.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.5.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.5.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.6.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.6.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.7.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.7.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.8.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.8.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.9.0:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.9.0:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.9.1:*:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.9.1:*:*:*:*:go:*:*
  • cpe:2.3:a:resty_project:resty:2.10.0:-:*:*:*:go:*:*
    cpe:2.3:a:resty_project:resty:2.10.0:-:*:*:*:go:*:*

Protect Your Infrastructure against CVE-2023-45286: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-46328 – snowflake-connector-nodejs is a NodeJS driver for Snowflake. Versions starting from 1.10.0 to before 2.0.4, are vulnerable to a Time-of-Check to Ti...
  • CVE-2025-46327 – gosnowflake is the Snowflake Golang driver. Versions starting from 1.7.0 to before 1.13.3, are vulnerable to a Time-of-Check to Time-of-Use (TOCTOU...
  • CVE-2025-46326 – snowflake-connector-net is the Snowflake Connector for .NET. Versions starting from 2.1.2 to before 4.4.1, are vulnerable to a Time-of-Check to Tim...
  • CVE-2025-4039 – A vulnerability was found in PHPGurukul Rail Pass Management System 1.0. It has been rated as critical. Affected by this issue is some unknown func...
  • CVE-2025-4038 – A vulnerability was found in code-projects Train Ticket Reservation System 1.0. It has been declared as critical. Affected by this vulnerability is...