ghsa-3hhr-965v-pj8r
Vulnerability from github
Published
2024-03-04 18:30
Modified
2024-03-04 18:30
Details
In the Linux kernel, the following vulnerability has been resolved:
phonet/pep: refuse to enable an unbound pipe
This ioctl() implicitly assumed that the socket was already bound to a valid local socket name, i.e. Phonet object. If the socket was not bound, two separate problems would occur:
1) We'd send an pipe enablement request with an invalid source object. 2) Later socket calls could BUG on the socket unexpectedly being connected yet not bound to a valid object.
{ "affected": [], "aliases": [ "CVE-2021-47086" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-03-04T18:15:07Z", "severity": null }, "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nphonet/pep: refuse to enable an unbound pipe\n\nThis ioctl() implicitly assumed that the socket was already bound to\na valid local socket name, i.e. Phonet object. If the socket was not\nbound, two separate problems would occur:\n\n1) We\u0027d send an pipe enablement request with an invalid source object.\n2) Later socket calls could BUG on the socket unexpectedly being\n connected yet not bound to a valid object.", "id": "GHSA-3hhr-965v-pj8r", "modified": "2024-03-04T18:30:37Z", "published": "2024-03-04T18:30:37Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47086" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/0bbdd62ce9d44f3a22059b3d20a0df977d9f6d59" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/311601f114859d586d5ef8833d60d3aa23282161" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/48c76fc53582e7f13c1e0b11c916e503256c4d0b" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/52ad5da8e316fa11e3a50b3f089aa63e4089bf52" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/53ccdc73eedaf0e922c45b569b797d2796fbaafa" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/75a2f31520095600f650597c0ac41f48b5ba0068" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/982b6ba1ce626ef87e5c29f26f2401897554f235" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/b10c7d745615a092a50c2e03ce70446d2bec2aca" } ], "schema_version": "1.4.0", "severity": [] }
Loading...
Loading...
- 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.