7.5 CVE-2025-37097

RCI Exploit
 

A vulnerability in HPE Insight Remote Support (IRS) prior to v7.15.0.646 may allow an unauthenticated denial of service
https://nvd.nist.gov/vuln/detail/CVE-2025-37097

Categories

CWE-749 : Exposed Dangerous Method or Function
The product provides an Applications Programming Interface (API) or similar interface for interaction with external actors, but the interface includes a dangerous method or function that is not properly restricted. Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without having to execute it. Typically, this is done by building a model of data flow and control flow, then searching for potentially-vulnerable patterns that connect "sources" (origins of input) with "sinks" (destinations where the data interacts with external components, a lower layer such as the OS, etc.) If you must expose a method, make sure to perform input validation on all arguments, limit access to authorized parties, and protect against all possible vulnerabilities. arbitrary Java code execution via exposed method security tool ActiveX control allows download or upload of files

References

134c704f-9b21-4f2e-91b3-4a467353bcc0 Exploit

security-alert@hpe.com Exploit


 

CPE

cpe start end
Configuration 1
cpe:2.3:a:hpe:insight_remote_support:*:*:*:*:*:*:*:* < 7.15.0.646


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
https://www.tenable.com/security/research/tra-2025-15


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
500 WebView Injection