ghsa-6f5q-x637-6prf
Vulnerability from github
Published
2025-03-04 18:33
Modified
2025-03-04 18:33
Severity ?
VLAI Severity ?
Details
In the Linux kernel, the following vulnerability has been resolved:
scsi: libfc: Fix use after free in fc_exch_abts_resp()
fc_exch_release(ep) will decrease the ep's reference count. When the reference count reaches zero, it is freed. But ep is still used in the following code, which will lead to a use after free.
Return after the fc_exch_release() call to avoid use after free.
{ "affected": [], "aliases": [ "CVE-2022-49114" ], "database_specific": { "cwe_ids": [ "CWE-416" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-02-26T07:00:48Z", "severity": "HIGH" }, "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: libfc: Fix use after free in fc_exch_abts_resp()\n\nfc_exch_release(ep) will decrease the ep\u0027s reference count. When the\nreference count reaches zero, it is freed. But ep is still used in the\nfollowing code, which will lead to a use after free.\n\nReturn after the fc_exch_release() call to avoid use after free.", "id": "GHSA-6f5q-x637-6prf", "modified": "2025-03-04T18:33:25Z", "published": "2025-03-04T18:33:25Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49114" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/1d7effe5fff9d28e45e18ac3a564067c7ddfe898" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/271add11994ba1a334859069367e04d2be2ebdd4" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/412dd8299b02e4410fe77b8396953c1a8dde183a" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/499d198494e77b6533251b9b909baf5c101129cb" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/4a131d4ea8b581ac9b01d3a72754db4848be3232" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/5cf2ce8967b0d98c8cfa4dc42ef4fcf080f5c836" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/6044ad64f41c87382cfeeca281573d1886d80cbe" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/87909291762d08fdb60d19069d7a89b5b308d0ef" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/f581df412bc45c95176e3c808ee2839c05b2ab0c" } ], "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…
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.
Loading…