CVE-2026-65610
CVE-2026-65610 is a low-severity vulnerability with a CVSS 4.0 base score of 2.4. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-197.
Key facts
- Severity: Low (CVSS 4.0 base score 2.4)
- EPSS exploit prediction: 0% (3rd percentile)
- Actively exploited: Not listed in CISA KEV
- Weakness: CWE-197
- Published:
- Last modified:
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.
Frequently asked questions
- What is CVE-2026-65610?
- 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.
- How severe is CVE-2026-65610?
- CVE-2026-65610 has a CVSS 4.0 base score of 2.4, rated low severity.
- Is CVE-2026-65610 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (3rd percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2026-65610?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- When was CVE-2026-65610 published?
- CVE-2026-65610 was published on 2026-08-19 and last updated on 2026-08-20.
References
Other CWE-197 vulnerabilities
- CVE-2024-43639 — Critical (CVSS 9.8): Windows KDC Proxy Remote Code Execution Vulnerability
- CVE-2020-15202 — Critical (CVSS 9.0): In Tensorflow before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, the `Shard` API in TensorFlow expects the last…
- CVE-2024-49018 — High (CVSS 8.8): SQL Server Native Client Remote Code Execution Vulnerability
- CVE-2024-43519 — High (CVSS 8.8): Microsoft WDAC OLE DB provider for SQL Server Remote Code Execution Vulnerability
- CVE-2024-30009 — High (CVSS 8.8): Windows Routing and Remote Access Service (RRAS) Remote Code Execution Vulnerability
- CVE-2023-32143 — High (CVSS 8.8): D-Link DAP-1360 webupg UPGCGI_CheckAuth Numeric Truncation Remote Code Execution Vulnerability. This vulnerability…