CVE-2026-24827
Published: 27 January 2026
Summary
CVE-2026-24827 is a high-severity Out-of-bounds Write (CWE-787) vulnerability. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 23.1th 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 SI-10 (Information Input Validation) and SI-16 (Memory Protection).
Deeper analysis
CVE-2026-24827 is an Out-of-bounds Write vulnerability (CWE-787) in gerstrong Commander-Genius. This issue affects Commander-Genius versions before the release at refs/pull/358/merge.
The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H). A remote, unauthenticated attacker can exploit it over the network with low attack complexity and no user interaction required. Successful exploitation leads to high availability impact, such as denial-of-service through application crashes, with no effects on confidentiality or integrity.
Mitigation details are available in the GitHub pull request at https://github.com/gerstrong/Commander-Genius/pull/379. Security practitioners should consult this reference for patching guidance.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-4827
Vulnerability details
Out-of-bounds Write vulnerability in gerstrong Commander-Genius.This issue affects Commander-Genius: before Release refs/pull/358/merge.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Out-of-bounds write (CWE-787) with AV:N and confirmed A:H impact enables remote exploitation that directly crashes the target application, matching T1499.004 (Application or System Exploitation) for Endpoint Denial of Service.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly remediates the out-of-bounds write vulnerability by requiring timely patching to the fixed version referenced in the GitHub pull request.
Implements memory protections such as address space layout randomization and write protection to prevent unauthorized memory writes from out-of-bounds accesses.
Validates inputs to the Commander-Genius application to block malformed data that triggers the out-of-bounds write leading to denial-of-service.