First published: Mon Nov 12 2018(Updated: )
In ncurses 6.1, there is a NULL pointer dereference at function _nc_parse_entry in parse_entry.c that will lead to a denial of service attack. The product proceeds to the dereference code path even after a "dubious character `*' in name or alias field" detection.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
GNU ncurses | =6.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The vulnerability ID is CVE-2018-19211.
The severity of CVE-2018-19211 is medium.
CVE-2018-19211 affects ncurses 6.1.
CVE-2018-19211 is a NULL pointer dereference vulnerability in ncurses 6.1 that can lead to a denial of service attack.
CVE-2018-19211 can be exploited by passing a malicious input to the function _nc_parse_entry in parse_entry.c.