ghsa-qw69-ghqj-2qf3
Vulnerability from github
Published
2025-09-18 15:30
Modified
2025-09-18 15:30
VLAI Severity ?
Details
In the Linux kernel, the following vulnerability has been resolved:
ext4: check and assert if marking an no_delete evicting inode dirty
In ext4_evict_inode(), if we evicting an inode in the 'no_delete' path, it cannot be raced by another mark_inode_dirty(). If it happens, someone else may accidentally dirty it without holding inode refcount and probably cause use-after-free issues in the writeback procedure. It's indiscoverable and hard to debug, so add an WARN_ON_ONCE() to check and detect this issue in advance.
{
"affected": [],
"aliases": [
"CVE-2022-50377"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-09-18T14:15:36Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: check and assert if marking an no_delete evicting inode dirty\n\nIn ext4_evict_inode(), if we evicting an inode in the \u0027no_delete\u0027 path,\nit cannot be raced by another mark_inode_dirty(). If it happens,\nsomeone else may accidentally dirty it without holding inode refcount\nand probably cause use-after-free issues in the writeback procedure.\nIt\u0027s indiscoverable and hard to debug, so add an WARN_ON_ONCE() to\ncheck and detect this issue in advance.",
"id": "GHSA-qw69-ghqj-2qf3",
"modified": "2025-09-18T15:30:32Z",
"published": "2025-09-18T15:30:32Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50377"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/0c026f975d24701766cf4ac63995ead9f6d57a59"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/318cdc822c63b6e2befcfdc2088378ae6fa18def"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/9020f56a3cad1c97b81c7dab2aa67027b59c8f73"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/91009e361e8cb2cbd1dc9496cb5fb4f8de3f4b11"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/f1ec687ebd1bf146333955b7e209d21508c3ba9f"
}
],
"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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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…
Loading…