SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-65610

LOW · CVSS 2.4 EPSS 0.12%

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The vulnerability arises from the improper handling of the homelen variable, which is stored as uchar_t, allowing an attacker to influence the execution environment and provide a malicious HOME path that could lead to out-of-bounds read and write operations. This could potentially compromise memory integrity, leading to unexpected behavior or exploitation. Developers and maintainers of applications utilizing this functionality should prioritize addressing this issue, particularly those using version 5.2 or earlier.

CVE
CVE-2026-65610
Severity
LOW
CVSS
2.4
EPSS
0.12%

Original NVD Description

nnn stores homelen variable as uchar_t, which can only represent values in the range 0-255. An attacker who can influence the victim's execution environment can provide an arbitrary HOME path with length that is truncated to 0. The expression (homelen - 1) is promoted to signed int and becomes -1 and producing an out-of-bounds read and an out-of-bounds write one byte before the path buffer.  Maintainer of this project was notified about this vulnerability. It might has been addressed, but the maintainer did not provide a vulnerable version range. Only version 5.2 was tested and confirmed as vulnerable.