Cyber Resilience

CVE-2022-29539

CriticalRCE

Published: 12 May 2022

Published
12 May 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0190 83.6th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-29539 is a critical-severity OS Command Injection (CWE-78) vulnerability in Resi Gemini-Net. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 16.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

This vulnerability is AI-related — categorised as APIs and Models.

Deeper analysis

CVE-2022-29539 is an OS command injection vulnerability (CWE-78) in the resi-calltrace component of RESI Gemini-Net 4.2. The flaw stems from insufficient validation of user-supplied parameters before server-side processing, allowing an attacker to append shell metacharacters such as &|;\r\ and execute arbitrary operating-system commands under the privileges of the application user. The issue received a CVSS 3.1 score of 9.8.

An unauthenticated remote attacker can exploit the vulnerability over the network by sending crafted input to the affected endpoint. Successful exploitation grants the ability to run arbitrary system commands, potentially leading to full compromise of confidentiality, integrity, and availability on the target host.

The EPSS score for this CVE rose from a low baseline after disclosure to a peak of 0.1719 on 2025-12-11 before receding to the current value of 0.0190, indicating a period of increased exploitation interest that later subsided. Public references point to disclosure material from the TIM Red Team and product information hosted on the RESI site, though no specific patch or mitigation guidance is detailed in the available references.

EU & UK References

Vulnerability details

resi-calltrace in RESI Gemini-Net 4.2 is affected by OS Command Injection. It does not properly check the parameters sent as input before they are processed on the server. Due to the lack of validation of user input, an unauthenticated attacker…

more

can bypass the syntax intended by the software (e.g., concatenate `&|;\r\ commands) and inject arbitrary system commands with the privileges of the application user.

CWE(s)

AI Security AnalysisAI

AI Category
APIs and Models
Risk Domain
N/A
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: gemini

Related Threats

Affected Assets

resi
gemini-net
4.2

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-78

Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.

addresses: CWE-78

Validates inputs to block special elements that would alter OS command execution.

References