CVE-2025-53637
Published: 10 July 2025
Summary
CVE-2025-53637 is a medium-severity OS Command Injection (CWE-78) vulnerability in Meshtastic Meshtastic Firmware. Its CVSS base score is 4.1 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Unix Shell (T1059.004); ranked at the 45.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-21075
Vulnerability details
Meshtastic is an open source mesh networking solution. The main_matrix.yml GitHub Action is triggered by the pull_request_target event, which has extensive permissions, and can be initiated by an attacker who forked the repository and created a pull request. In the…
more
shell code execution part, user-controlled input is interpolated unsafely into the code. If this were to be exploited, attackers could inject unauthorized code into the repository. This vulnerability is fixed in 2.6.6.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Vulnerability enables command injection (T1059.004) in GitHub Actions shell code via unsafe interpolation of user-controlled inputs like branch names on pull_request_target trigger, facilitating poisoned pipeline execution (T1677) and software supply chain compromise (T1195.002) by injecting unauthorized code into the repository.
Affected Assets
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.