ghsa-6qmf-988v-6g8q
Vulnerability from github
Published
2022-04-30 18:17
Modified
2022-04-30 18:17
Details
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.
{ "affected": [], "aliases": [ "CVE-2001-1047" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2001-06-02T04:00:00Z", "severity": "LOW" }, "details": "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.", "id": "GHSA-6qmf-988v-6g8q", "modified": "2022-04-30T18:17:13Z", "published": "2022-04-30T18:17:13Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2001-1047" }, { "type": "WEB", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/6660" }, { "type": "WEB", "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/6661" }, { "type": "WEB", "url": "http://seclists.org/bugtraq/2001/Jun/0020.html" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/2817" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/2818" } ], "schema_version": "1.4.0", "severity": [] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.