Cyber Resilience

CVE-2025-29411

CriticalPublic PoC

Published: 20 March 2025

Published
20 March 2025
Modified
28 March 2025
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.0023 45.5th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-29411 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Martmbithi Ibanking. 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 45.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-29411, published on 2025-03-20, is an arbitrary file upload vulnerability in the Client Profile Update section of Mart Developers iBanking v2.0.0. The flaw enables attackers to upload a crafted PHP file, resulting in arbitrary code execution. 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) and maps to CWE-434 (Unrestricted Upload of File with Dangerous Type).

Unauthenticated attackers with network access can exploit this vulnerability due to its low attack complexity and lack of required privileges or user interaction. Successful exploitation allows remote code execution, granting high-impact access to confidentiality, integrity, and availability of the affected system.

Advisories and further details are documented in the GitHub issue at https://github.com/MartMbithi/iBanking/issues/12 and the analysis at https://www.simonjuguna.com/cve-2025-29411-authenticated-remote-code-execution-rce-via-arbitrary-file-upload/. No specific patch or mitigation guidance is detailed in the provided information.

EU & UK References

Vulnerability details

An arbitrary file upload vulnerability in the Client Profile Update section of Mart Developers iBanking v2.0.0 allows attackers to execute arbitrary code via uploading a crafted PHP file.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

The arbitrary file upload vulnerability in a public-facing web application directly enables exploitation of T1190 (Exploit Public-Facing Application) and facilitates deployment of a malicious PHP file as a web shell under T1505.003 (Server Software Component: Web Shell), leading to unauthenticated remote code execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-46384Shared CWE-434
CVE-2025-13516Shared CWE-434
CVE-2024-13011Shared CWE-434
CVE-2025-8323Shared CWE-434
CVE-2025-21624Shared CWE-434
CVE-2026-35164Shared CWE-434
CVE-2026-2097Shared CWE-434
CVE-2025-12154Shared CWE-434
CVE-2026-42748Shared CWE-434
CVE-2025-32957Shared CWE-434

Affected Assets

martmbithi
ibanking
2.0.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly implements validation mechanisms at file upload points to reject dangerous file types like PHP, comprehensively preventing unrestricted uploads leading to code execution.

prevent

Enforces access control policies to require authentication for the Client Profile Update section, blocking unauthenticated attackers from exploiting the upload vulnerability.

prevent

Identifies and remediates the specific file upload flaw through patching or secure coding, preventing arbitrary code execution from crafted PHP uploads.

References