First published: Thu Oct 05 2017(Updated: )
In FreeBSD through 11.1, the smb_strdupin function in sys/netsmb/smb_subr.c has a race condition with a resultant out-of-bounds read, because it can cause t2p->t_name strings to lack a final '\0' character.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
FreeBSD FreeBSD | <=11.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2017-15037 is classified as high with a score of 8.1.
To fix CVE-2017-15037, upgrade your FreeBSD system to a version higher than 11.1.
CVE-2017-15037 can lead to an out-of-bounds read due to a race condition, potentially affecting system stability.
FreeBSD versions up to and including 11.1 are affected by CVE-2017-15037.
CVE-2017-15037 involves a race condition in the smb_strdupin function that results in missing null termination in strings.