GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2024-53690 (GCVE-0-2024-53690)

Vulnerability from cvelistv5 – Published: 2025-01-11 12:35 – Updated: 2026-05-11 20:53
VLAI
Title
nilfs2: prevent use of deleted inode
Summary
In the Linux kernel, the following vulnerability has been resolved: nilfs2: prevent use of deleted inode syzbot reported a WARNING in nilfs_rmdir. [1] Because the inode bitmap is corrupted, an inode with an inode number that should exist as a ".nilfs" file was reassigned by nilfs_mkdir for "file0", causing an inode duplication during execution. And this causes an underflow of i_nlink in rmdir operations. The inode is used twice by the same task to unmount and remove directories ".nilfs" and "file0", it trigger warning in nilfs_rmdir. Avoid to this issue, check i_nlink in nilfs_iget(), if it is 0, it means that this inode has been deleted, and iput is executed to reclaim it. [1] WARNING: CPU: 1 PID: 5824 at fs/inode.c:407 drop_nlink+0xc4/0x110 fs/inode.c:407 ... Call Trace: <TASK> nilfs_rmdir+0x1b0/0x250 fs/nilfs2/namei.c:342 vfs_rmdir+0x3a3/0x510 fs/namei.c:4394 do_rmdir+0x3b5/0x580 fs/namei.c:4453 __do_sys_rmdir fs/namei.c:4472 [inline] __se_sys_rmdir fs/namei.c:4470 [inline] __x64_sys_rmdir+0x47/0x50 fs/namei.c:4470 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0xf3/0x230 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x77/0x7f
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: d25006523d0b9e49fd097b2e974e7c8c05bd7f54 , < 55e4baa0d32f0530ddc64c26620e1f2f8fa2724c (git)
Affected: d25006523d0b9e49fd097b2e974e7c8c05bd7f54 , < 5d4ed71327b0b5f3b179a19dc3c06be9509ab3db (git)
Affected: d25006523d0b9e49fd097b2e974e7c8c05bd7f54 , < 912188316a8c9e41b8c1603c2276a05043b14f96 (git)
Affected: d25006523d0b9e49fd097b2e974e7c8c05bd7f54 , < ef942d233643777f7b2a5deef620e82942983143 (git)
Affected: d25006523d0b9e49fd097b2e974e7c8c05bd7f54 , < 284760b320a0bac411b18108316939707dccb12b (git)
Affected: d25006523d0b9e49fd097b2e974e7c8c05bd7f54 , < ff561987ff12b6a3233431ff659b5d332e22f153 (git)
Affected: d25006523d0b9e49fd097b2e974e7c8c05bd7f54 , < 901ce9705fbb9f330ff1f19600e5daf9770b0175 (git)
guessed Create a notification for this product.
Linux Linux Affected: 2.6.30
Unaffected: 0 , < 2.6.30 (semver)
Unaffected: 5.4.289 , ≤ 5.4.* (semver)
Unaffected: 5.10.233 , ≤ 5.10.* (semver)
Unaffected: 5.15.176 , ≤ 5.15.* (semver)
Unaffected: 6.1.122 , ≤ 6.1.* (semver)
Unaffected: 6.6.68 , ≤ 6.6.* (semver)
Unaffected: 6.12.7 , ≤ 6.12.* (semver)
Unaffected: 6.13 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2025-11-03T20:48:23.672Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "https://lists.debian.org/debian-lts-announce/2025/03/msg00001.html"
          },
          {
            "url": "https://lists.debian.org/debian-lts-announce/2025/03/msg00002.html"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/nilfs2/inode.c",
            "fs/nilfs2/namei.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "55e4baa0d32f0530ddc64c26620e1f2f8fa2724c",
              "status": "affected",
              "version": "d25006523d0b9e49fd097b2e974e7c8c05bd7f54",
              "versionType": "git"
            },
            {
              "lessThan": "5d4ed71327b0b5f3b179a19dc3c06be9509ab3db",
              "status": "affected",
              "version": "d25006523d0b9e49fd097b2e974e7c8c05bd7f54",
              "versionType": "git"
            },
            {
              "lessThan": "912188316a8c9e41b8c1603c2276a05043b14f96",
              "status": "affected",
              "version": "d25006523d0b9e49fd097b2e974e7c8c05bd7f54",
              "versionType": "git"
            },
            {
              "lessThan": "ef942d233643777f7b2a5deef620e82942983143",
              "status": "affected",
              "version": "d25006523d0b9e49fd097b2e974e7c8c05bd7f54",
              "versionType": "git"
            },
            {
              "lessThan": "284760b320a0bac411b18108316939707dccb12b",
              "status": "affected",
              "version": "d25006523d0b9e49fd097b2e974e7c8c05bd7f54",
              "versionType": "git"
            },
            {
              "lessThan": "ff561987ff12b6a3233431ff659b5d332e22f153",
              "status": "affected",
              "version": "d25006523d0b9e49fd097b2e974e7c8c05bd7f54",
              "versionType": "git"
            },
            {
              "lessThan": "901ce9705fbb9f330ff1f19600e5daf9770b0175",
              "status": "affected",
              "version": "d25006523d0b9e49fd097b2e974e7c8c05bd7f54",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/nilfs2/inode.c",
            "fs/nilfs2/namei.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.30"
            },
            {
              "lessThan": "2.6.30",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.289",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.233",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.176",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.122",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.68",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.7",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.13",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.289",
                  "versionStartIncluding": "2.6.30",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.233",
                  "versionStartIncluding": "2.6.30",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.176",
                  "versionStartIncluding": "2.6.30",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.122",
                  "versionStartIncluding": "2.6.30",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.68",
                  "versionStartIncluding": "2.6.30",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.7",
                  "versionStartIncluding": "2.6.30",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.13",
                  "versionStartIncluding": "2.6.30",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnilfs2: prevent use of deleted inode\n\nsyzbot reported a WARNING in nilfs_rmdir. [1]\n\nBecause the inode bitmap is corrupted, an inode with an inode number that\nshould exist as a \".nilfs\" file was reassigned by nilfs_mkdir for \"file0\",\ncausing an inode duplication during execution.  And this causes an\nunderflow of i_nlink in rmdir operations.\n\nThe inode is used twice by the same task to unmount and remove directories\n\".nilfs\" and \"file0\", it trigger warning in nilfs_rmdir.\n\nAvoid to this issue, check i_nlink in nilfs_iget(), if it is 0, it means\nthat this inode has been deleted, and iput is executed to reclaim it.\n\n[1]\nWARNING: CPU: 1 PID: 5824 at fs/inode.c:407 drop_nlink+0xc4/0x110 fs/inode.c:407\n...\nCall Trace:\n \u003cTASK\u003e\n nilfs_rmdir+0x1b0/0x250 fs/nilfs2/namei.c:342\n vfs_rmdir+0x3a3/0x510 fs/namei.c:4394\n do_rmdir+0x3b5/0x580 fs/namei.c:4453\n __do_sys_rmdir fs/namei.c:4472 [inline]\n __se_sys_rmdir fs/namei.c:4470 [inline]\n __x64_sys_rmdir+0x47/0x50 fs/namei.c:4470\n do_syscall_x64 arch/x86/entry/common.c:52 [inline]\n do_syscall_64+0xf3/0x230 arch/x86/entry/common.c:83\n entry_SYSCALL_64_after_hwframe+0x77/0x7f"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-11T20:53:42.160Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/55e4baa0d32f0530ddc64c26620e1f2f8fa2724c"
        },
        {
          "url": "https://git.kernel.org/stable/c/5d4ed71327b0b5f3b179a19dc3c06be9509ab3db"
        },
        {
          "url": "https://git.kernel.org/stable/c/912188316a8c9e41b8c1603c2276a05043b14f96"
        },
        {
          "url": "https://git.kernel.org/stable/c/ef942d233643777f7b2a5deef620e82942983143"
        },
        {
          "url": "https://git.kernel.org/stable/c/284760b320a0bac411b18108316939707dccb12b"
        },
        {
          "url": "https://git.kernel.org/stable/c/ff561987ff12b6a3233431ff659b5d332e22f153"
        },
        {
          "url": "https://git.kernel.org/stable/c/901ce9705fbb9f330ff1f19600e5daf9770b0175"
        }
      ],
      "title": "nilfs2: prevent use of deleted inode",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-53690",
    "datePublished": "2025-01-11T12:35:40.934Z",
    "dateReserved": "2025-01-11T12:34:02.678Z",
    "dateUpdated": "2026-05-11T20:53:42.160Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2024-53690",
      "date": "2026-09-16",
      "epss": "0.00254",
      "percentile": "0.17061"
    },
    "fkie_nvd": {
      "descriptions": "[{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnilfs2: prevent use of deleted inode\\n\\nsyzbot reported a WARNING in nilfs_rmdir. [1]\\n\\nBecause the inode bitmap is corrupted, an inode with an inode number that\\nshould exist as a \\\".nilfs\\\" file was reassigned by nilfs_mkdir for \\\"file0\\\",\\ncausing an inode duplication during execution.  And this causes an\\nunderflow of i_nlink in rmdir operations.\\n\\nThe inode is used twice by the same task to unmount and remove directories\\n\\\".nilfs\\\" and \\\"file0\\\", it trigger warning in nilfs_rmdir.\\n\\nAvoid to this issue, check i_nlink in nilfs_iget(), if it is 0, it means\\nthat this inode has been deleted, and iput is executed to reclaim it.\\n\\n[1]\\nWARNING: CPU: 1 PID: 5824 at fs/inode.c:407 drop_nlink+0xc4/0x110 fs/inode.c:407\\n...\\nCall Trace:\\n \u003cTASK\u003e\\n nilfs_rmdir+0x1b0/0x250 fs/nilfs2/namei.c:342\\n vfs_rmdir+0x3a3/0x510 fs/namei.c:4394\\n do_rmdir+0x3b5/0x580 fs/namei.c:4453\\n __do_sys_rmdir fs/namei.c:4472 [inline]\\n __se_sys_rmdir fs/namei.c:4470 [inline]\\n __x64_sys_rmdir+0x47/0x50 fs/namei.c:4470\\n do_syscall_x64 arch/x86/entry/common.c:52 [inline]\\n do_syscall_64+0xf3/0x230 arch/x86/entry/common.c:83\\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\"}]",
      "id": "CVE-2024-53690",
      "lastModified": "2025-01-11T13:15:26.470",
      "published": "2025-01-11T13:15:26.470",
      "references": "[{\"url\": \"https://git.kernel.org/stable/c/284760b320a0bac411b18108316939707dccb12b\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/55e4baa0d32f0530ddc64c26620e1f2f8fa2724c\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/5d4ed71327b0b5f3b179a19dc3c06be9509ab3db\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/901ce9705fbb9f330ff1f19600e5daf9770b0175\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/912188316a8c9e41b8c1603c2276a05043b14f96\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/ef942d233643777f7b2a5deef620e82942983143\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/ff561987ff12b6a3233431ff659b5d332e22f153\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]",
      "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "vulnStatus": "Received"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-53690\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-01-11T13:15:26.470\",\"lastModified\":\"2026-06-17T08:09:06.390\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnilfs2: prevent use of deleted inode\\n\\nsyzbot reported a WARNING in nilfs_rmdir. [1]\\n\\nBecause the inode bitmap is corrupted, an inode with an inode number that\\nshould exist as a \\\".nilfs\\\" file was reassigned by nilfs_mkdir for \\\"file0\\\",\\ncausing an inode duplication during execution.  And this causes an\\nunderflow of i_nlink in rmdir operations.\\n\\nThe inode is used twice by the same task to unmount and remove directories\\n\\\".nilfs\\\" and \\\"file0\\\", it trigger warning in nilfs_rmdir.\\n\\nAvoid to this issue, check i_nlink in nilfs_iget(), if it is 0, it means\\nthat this inode has been deleted, and iput is executed to reclaim it.\\n\\n[1]\\nWARNING: CPU: 1 PID: 5824 at fs/inode.c:407 drop_nlink+0xc4/0x110 fs/inode.c:407\\n...\\nCall Trace:\\n \u003cTASK\u003e\\n nilfs_rmdir+0x1b0/0x250 fs/nilfs2/namei.c:342\\n vfs_rmdir+0x3a3/0x510 fs/namei.c:4394\\n do_rmdir+0x3b5/0x580 fs/namei.c:4453\\n __do_sys_rmdir fs/namei.c:4472 [inline]\\n __se_sys_rmdir fs/namei.c:4470 [inline]\\n __x64_sys_rmdir+0x47/0x50 fs/namei.c:4470\\n do_syscall_x64 arch/x86/entry/common.c:52 [inline]\\n do_syscall_64+0xf3/0x230 arch/x86/entry/common.c:83\\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: nilfs2: evitar el uso de inodo eliminado syzbot inform\u00f3 una ADVERTENCIA en nilfs_rmdir. [1] Debido a que el mapa de bits del inodo est\u00e1 da\u00f1ado, un inodo con un n\u00famero de inodo que deber\u00eda existir como un archivo \\\".nilfs\\\" fue reasignado por nilfs_mkdir para \\\"file0\\\", lo que provoc\u00f3 una duplicaci\u00f3n de inodo durante la ejecuci\u00f3n. Y esto causa un desbordamiento de i_nlink en operaciones rmdir. El inodo es utilizado dos veces por la misma tarea para desmontar y eliminar los directorios \\\".nilfs\\\" y \\\"file0\\\", lo que activa una advertencia en nilfs_rmdir. Evite este problema, verifique i_nlink en nilfs_iget(), si es 0, significa que este inodo ha sido eliminado y se ejecuta iput para recuperarlo. [1] ADVERTENCIA: CPU: 1 PID: 5824 en fs/inode.c:407 drop_nlink+0xc4/0x110 fs/inode.c:407 ... Seguimiento de llamadas:  nilfs_rmdir+0x1b0/0x250 fs/nilfs2/namei.c:342 vfs_rmdir+0x3a3/0x510 fs/namei.c:4394 do_rmdir+0x3b5/0x580 fs/namei.c:4453 __do_sys_rmdir fs/namei.c:4472 [en l\u00ednea] __se_sys_rmdir fs/namei.c:4470 [en l\u00ednea] __x64_sys_rmdir+0x47/0x50 fs/namei.c:4470 do_syscall_x64 arch/x86/entry/common.c:52 [en l\u00ednea] do_syscall_64+0xf3/0x230 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x77/0x7f\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/nilfs2/inode.c\",\"fs/nilfs2/namei.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"d25006523d0b9e49fd097b2e974e7c8c05bd7f54\",\"lessThan\":\"55e4baa0d32f0530ddc64c26620e1f2f8fa2724c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d25006523d0b9e49fd097b2e974e7c8c05bd7f54\",\"lessThan\":\"5d4ed71327b0b5f3b179a19dc3c06be9509ab3db\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d25006523d0b9e49fd097b2e974e7c8c05bd7f54\",\"lessThan\":\"912188316a8c9e41b8c1603c2276a05043b14f96\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d25006523d0b9e49fd097b2e974e7c8c05bd7f54\",\"lessThan\":\"ef942d233643777f7b2a5deef620e82942983143\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d25006523d0b9e49fd097b2e974e7c8c05bd7f54\",\"lessThan\":\"284760b320a0bac411b18108316939707dccb12b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d25006523d0b9e49fd097b2e974e7c8c05bd7f54\",\"lessThan\":\"ff561987ff12b6a3233431ff659b5d332e22f153\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d25006523d0b9e49fd097b2e974e7c8c05bd7f54\",\"lessThan\":\"901ce9705fbb9f330ff1f19600e5daf9770b0175\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/nilfs2/inode.c\",\"fs/nilfs2/namei.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"2.6.30\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"2.6.30\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.4.289\",\"lessThanOrEqual\":\"5.4.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.233\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.176\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.122\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.68\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.7\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.13\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.6.30\",\"versionEndExcluding\":\"5.4.289\",\"matchCriteriaId\":\"805EFDC0-9644-4B98-86D5-A4A79E6A376A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.5\",\"versionEndExcluding\":\"5.10.233\",\"matchCriteriaId\":\"44569A17-FE4C-4BE3-9C0C-74AC54C7B51B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.15.176\",\"matchCriteriaId\":\"DDBD8FC6-2357-4347-BFA1-B4A4A3039F35\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.122\",\"matchCriteriaId\":\"3B06AD1C-E7B3-4B24-A884-D3BE92CC042F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.68\",\"matchCriteriaId\":\"74BA9823-CCED-4B24-815D-B82543954BF8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.7\",\"matchCriteriaId\":\"811AC89A-14AC-49FA-9B54-E99526F1CA47\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.13:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"62567B3C-6CEE-46D0-BC2E-B3717FBF7D13\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.13:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"5A073481-106D-4B15-B4C7-FB0213B8E1D4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.13:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"DE491969-75AE-4A6B-9A58-8FC5AF98798F\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/284760b320a0bac411b18108316939707dccb12b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/55e4baa0d32f0530ddc64c26620e1f2f8fa2724c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/5d4ed71327b0b5f3b179a19dc3c06be9509ab3db\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/901ce9705fbb9f330ff1f19600e5daf9770b0175\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/912188316a8c9e41b8c1603c2276a05043b14f96\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/ef942d233643777f7b2a5deef620e82942983143\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/ff561987ff12b6a3233431ff659b5d332e22f153\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/03/msg00001.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/03/msg00002.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "None",
      "current_release_date": "2025-11-25T09:08:21+00:00",
      "cve": "CVE-2024-53690",
      "id": "CVE-2024-53690",
      "initial_release_date": "2024-01-01T00:00:00+00:00",
      "product_status:known_not_affected": "198",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: nilfs2: prevent use of deleted inode",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-53690.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-11T02:07:37Z",
      "cve": "CVE-2024-53690",
      "id": "CVE-2024-53690",
      "initial_release_date": "2025-01-12T00:15:36Z",
      "product_status:known_affected": "364",
      "product_status:known_not_affected": "441",
      "product_status:recommended": "381",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2024-53690",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2024-53690.json",
      "version": "62"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…