CVE-2025-70042
Published: 09 March 2026
Summary
CVE-2025-70042 is a critical-severity SSRF (CWE-918) vulnerability in Opensourcelabs Thermakube. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SC-7 (Boundary Protection) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2025-70042 is a Server-Side Request Forgery vulnerability (CWE-918) discovered in the master branch of ThermaKube, a project developed by oslabs-beta. Published on 2026-03-09T16:16:15.480, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical due to its potential for severe impact.
The vulnerability enables exploitation by any remote network-accessible attacker with no required privileges, low attack complexity, and no user interaction. Successful exploitation grants high impacts across confidentiality, integrity, and availability without scope changes, allowing attackers to potentially manipulate server-side requests in ways that compromise the affected ThermaKube instance.
Mitigation details and further technical information are available in the provided references, including a Gist at https://gist.github.com/zcxlighthouse/5a6d15611456de619e4be36f7d2a0ee7, the oslabs-beta organization page at https://github.com/oslabs-beta, and the ThermaKube repository at https://github.com/oslabs-beta/ThermaKube.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-208424
Vulnerability details
An issue pertaining to CWE-918: Server-Side Request Forgery was discovered in oslabs-beta ThermaKube master.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SSRF in public-facing ThermaKube web app directly enables remote exploitation without auth (T1190).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly remediates the SSRF vulnerability in ThermaKube by identifying, reporting, and correcting the flaw through timely patching.
Validates and sanitizes untrusted inputs used to construct server-side requests, preventing attackers from forging requests to unauthorized internal or external resources.
Monitors and controls communications at system boundaries to block unauthorized outbound requests triggered by SSRF exploitation.