Cyber Resilience

CVE-2022-36551

MediumPublic PoC

Published: 03 October 2022

Published
03 October 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 6.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0916 92.9th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-36551 is a medium-severity SSRF (CWE-918) vulnerability in Heartex Label Studio. Its CVSS base score is 6.5 (Medium).

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

Deeper analysis

CVE-2022-36551 is a server-side request forgery vulnerability in the Data Import module of Heartex Label Studio Community Edition versions 1.5.0 and earlier. The flaw permits an authenticated user to retrieve arbitrary files from the underlying system. The affected product enables self-registration by default, which expands the pool of potential attackers.

An attacker can register a new account remotely and then abuse the SSRF to read sensitive files without any further user interaction. The CVSS 3.1 score of 6.5 reflects network attack vector, low complexity, and high impact on confidentiality while leaving integrity and availability untouched.

EPSS for the CVE rose from a low baseline to a peak of 0.1272 on 2026-03-29 before receding to the current value of 0.0916, indicating a measurable increase in observed exploitation interest after disclosure. A fix is referenced in the project’s pull request 2840, and public exploit code has been posted to Packet Storm.

EU & UK References

Vulnerability details

A Server Side Request Forgery (SSRF) in the Data Import module in Heartex - Label Studio Community Edition versions 1.5.0 and earlier allows an authenticated user to access arbitrary files on the system. Furthermore, self-registration is enabled by default in…

more

these versions of Label Studio enabling a remote attacker to create a new account and then exploit the SSRF.

CWE(s)

Related Threats

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

Affected Assets

heartex
label studio
≤ 1.5.0

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