Bug 2519559 (CVE-2026-65610) - CVE-2026-65610 nnn: nnn: Out-of-bounds read and write via numeric truncation error
Summary: CVE-2026-65610 nnn: nnn: Out-of-bounds read and write via numeric truncation ...
Keywords:
Status: CLOSED RAWHIDE
Alias: CVE-2026-65610
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2521947 2521948
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-19 13:44 UTC by OSIDB Bzimport
Modified: 2026-08-26 01:12 UTC (History)
1 user (show)

Fixed In Version: nnn-5.3-1.fc46
Clone Of:
Environment:
Last Closed: 2026-08-25 07:02:57 UTC
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-19 13:44:57 UTC
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.

Comment 2 Vojtech Trefny 2026-08-25 07:02:57 UTC
Fixed in the latest upstream release which is already available in Fedora.

Comment 3 Fedora Update System 2026-08-26 01:02:37 UTC
FEDORA-2026-7ab20715e6 (nnn-5.3-1.fc43) has been pushed to the Fedora 43 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 4 Fedora Update System 2026-08-26 01:12:36 UTC
FEDORA-2026-d5ab08d6bf (nnn-5.3-1.fc44) has been pushed to the Fedora 44 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.