AUGUST 4, 2026
Live Feed
Return to register
Case File

CVE-2001-1047

LOW · CVSS 1.2 EPSS 0.27%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2001-06-02 · Last synced 2026-08-04

Field Assessment

AI analysis pending.

CVE
CVE-2001-1047
Severity
LOW
CVSS
1.2
EPSS
0.27%

Original Filing — NVD Description

Race condition in OpenBSD VFS allows local users to cause a denial of service (kernel panic) by (1) creating a pipe in one thread and causing another thread to set one of the file descriptors to NULL via a close, or (2) calling dup2 on a file descriptor in one process, then setting the descriptor to NULL via a close in another process that is created via rfork.