CVE-2026-32746
Analyzed
Analyzed - Analysis Complete
Out-of-Bounds Write in GNU inetutils telnetd LINEMODE Handler
Publication date: 2026-03-13
Last updated on: 2026-05-05
Assigner: MITRE
Description
Description
telnetd in GNU inetutils through 2.7 allows an out-of-bounds write in the LINEMODE SLC (Set Local Characters) suboption handler because add_slc does not check whether the buffer is full.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gnu | inetutils | to 2.7 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-120 | The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer. |