ghsa-qgq4-32vw-r3w5
Vulnerability from github
Published
2024-02-22 18:30
Modified
2024-05-01 18:30
Severity ?
Details
In the Linux kernel, the following vulnerability has been resolved:
ksmbd: fix UAF issue in ksmbd_tcp_new_connection()
The race is between the handling of a new TCP connection and
its disconnection. It leads to UAF on struct tcp_transport
in
ksmbd_tcp_new_connection() function.
{ "affected": [], "aliases": [ "CVE-2024-26592" ], "database_specific": { "cwe_ids": [ "CWE-416" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-02-22T17:15:09Z", "severity": "HIGH" }, "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nksmbd: fix UAF issue in ksmbd_tcp_new_connection()\n\nThe race is between the handling of a new TCP connection and\nits disconnection. It leads to UAF on `struct tcp_transport` in\nksmbd_tcp_new_connection() function.", "id": "GHSA-qgq4-32vw-r3w5", "modified": "2024-05-01T18:30:35Z", "published": "2024-02-22T18:30:30Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26592" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/24290ba94cd0136e417283b0dbf8fcdabcf62111" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/380965e48e9c32ee4263c023e1d830ea7e462ed1" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/38d20c62903d669693a1869aa68c4dd5674e2544" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/69d54650b751532d1e1613a4fb433e591aeef126" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/999daf367b924fdf14e9d83e034ee0f86bc17ec6" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2024/03/18/2" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ] }
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.