CyberRota Analysis
This is a low severity vulnerability with a CVSS score of 1.2. It may lead to a denial-of-service condition.
CVE
CVE-2006-3118
Severity
LOW
CVSS
1.2
EPSS
0.30%
Original NVD Description
spread uses a temporary file with a static filename based on the port number, which allows local users to cause a denial of service by creating the file during a race condition between unlink and bind function calls. NOTE: spread deletes this temporary file before use, which could cause conflicts with other programs that use the same filename, but this is not a distinct issue.