Cyber Resilience

CVE-2023-27163

MediumPublic PoC

Published: 31 March 2023

Published
31 March 2023
Modified
18 February 2025
KEV Added
Patch
CVSS Score v3.1 6.5 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.9332 99.8th percentile
Risk Priority 69 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-27163 is a medium-severity SSRF (CWE-918) vulnerability in Rbaskets Request Baskets. Its CVSS base score is 6.5 (Medium).

Operationally, ranked in the top 0.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

Request-baskets versions up to 1.2.1 contain a server-side request forgery vulnerability in the /api/baskets/{name} endpoint. The flaw is tracked as CVE-2023-27163 and carries a CVSS 3.1 score of 6.5; it is also identified under CWE-918. An authenticated user can supply a crafted request that causes the application to fetch arbitrary network resources on the attacker’s behalf.

Because the vector requires high privileges (PR:H) and no user interaction, an administrator or similarly privileged account can exploit the issue to reach internal systems and retrieve sensitive data that would otherwise be inaccessible. The current EPSS score of 0.9332 matches its recorded peak, indicating sustained exploitation interest since disclosure.

Public references include exploit code on Packet Storm and a technical write-up on GitHub, but no vendor advisory or patch details are provided in the available sources.

EU & UK References

Vulnerability details

request-baskets up to v1.2.1 was discovered to contain a Server-Side Request Forgery (SSRF) via the component /api/baskets/{name}. This vulnerability allows attackers to access network resources and sensitive information via a crafted API request.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

rbaskets
request baskets
≤ 1.2.1

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-918

Penetration testing attempts server-side requests to internal resources, identifying SSRF weaknesses for remediation.

addresses: CWE-918

Outbound connections to external resources can be monitored and limited at the boundary, reducing SSRF impact.

addresses: CWE-918

Validates server-side URLs and resource references to block SSRF attempts.

addresses: CWE-918

Detects server-side request forgery through monitoring of unexpected outbound connections.

References