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

CVE-2026-80807 (GCVE-0-2026-80807)

Vulnerability from cvelistv5 – Published: 2026-09-04 15:13 – Updated: 2026-09-04 15:13
VLAI
Title
nilfs2: reject invalid block index in GC ioctl
Summary
In the Linux kernel, the following vulnerability has been resolved: nilfs2: reject invalid block index in GC ioctl Syzbot reported list corruption caused by a double list_add_tail() call on bh->b_assoc_buffers within nilfs_lookup_dirty_data_buffers(). Analysis revealed that the root cause was the insertion of a page/folio with a page index of ULONG_MAX into the page cache via the GC ioctl. filemap_get_folios_tag(), called by nilfs_lookup_dirty_data_buffers(), repeatedly detects a dirty folio with a page index of ULONG_MAX due to index wrap-around, leading to duplicate processing of dirty buffers. As a preparatory step, the GC ioctl loads the page/folio of the block to be moved during GC and inserts it into the page cache based on information in the nilfs_vdesc structure passed as an argument. Normally, this does not cause issues because the user-space GC library configures the nilfs_vdesc structure properly. However, since there is no range check on the parameters determining the page index, a request with artificially crafted parameters -- such as those generated by Syzbot -- can result in a page/folio being inserted with a page index of ULONG_MAX, triggering the above problem. This resolves the issue by checking the ranges of 'vd_offset' and 'vd_vblocknr' in the nilfs_vdesc structure that determine the page index, thereby preventing the invalid page/folio insertions.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 7942b919f7321f95a777d396ff7894a7a83dc9b0 , < 898404cdf882d7b54f1132f75570984ca3214796 (git)
Affected: 7942b919f7321f95a777d396ff7894a7a83dc9b0 , < ba8a8b563a28d358c45c62a306d421434a058648 (git)
Affected: 7942b919f7321f95a777d396ff7894a7a83dc9b0 , < 3bd064ccc70b85f9a3d53aece29dc8473be5a226 (git)
Affected: 7942b919f7321f95a777d396ff7894a7a83dc9b0 , < a5e776e2937581d67ec5b9b4d27b0f70d7baa6b1 (git)
Affected: 7942b919f7321f95a777d396ff7894a7a83dc9b0 , < 68aa9ab6f8f2895713aa6ddf781463ed8ea5ba44 (git)
Affected: 7942b919f7321f95a777d396ff7894a7a83dc9b0 , < e447f7edb99bd00cec63d6f3049e2e5074946f71 (git)
Affected: 7942b919f7321f95a777d396ff7894a7a83dc9b0 , < ec6ddf271dfa4c7e3147bc2c8b2bad4315f316a1 (git)
Affected: 7942b919f7321f95a777d396ff7894a7a83dc9b0 , < fbcfb75c20d71a5b542ad4ac3b79d10b997c8152 (git)
Affected: 7942b919f7321f95a777d396ff7894a7a83dc9b0 , < a1735eae55448bc79c2da6593455791e886f6ed8 (git)
guessed Create a notification for this product.
Linux Linux Affected: 2.6.30
Unaffected: 0 , < 2.6.30 (semver)
Unaffected: 5.10.269 , ≤ 5.10.* (semver)
Unaffected: 5.15.220 , ≤ 5.15.* (semver)
Unaffected: 6.1.187 , ≤ 6.1.* (semver)
Unaffected: 6.6.156 , ≤ 6.6.* (semver)
Unaffected: 6.12.108 , ≤ 6.12.* (semver)
Unaffected: 6.18.47 , ≤ 6.18.* (semver)
Unaffected: 7.1.11 , ≤ 7.1.* (semver)
Unaffected: 7.2.1 , ≤ 7.2.* (semver)
Unaffected: 7.3-rc1 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/nilfs2/ioctl.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "898404cdf882d7b54f1132f75570984ca3214796",
              "status": "affected",
              "version": "7942b919f7321f95a777d396ff7894a7a83dc9b0",
              "versionType": "git"
            },
            {
              "lessThan": "ba8a8b563a28d358c45c62a306d421434a058648",
              "status": "affected",
              "version": "7942b919f7321f95a777d396ff7894a7a83dc9b0",
              "versionType": "git"
            },
            {
              "lessThan": "3bd064ccc70b85f9a3d53aece29dc8473be5a226",
              "status": "affected",
              "version": "7942b919f7321f95a777d396ff7894a7a83dc9b0",
              "versionType": "git"
            },
            {
              "lessThan": "a5e776e2937581d67ec5b9b4d27b0f70d7baa6b1",
              "status": "affected",
              "version": "7942b919f7321f95a777d396ff7894a7a83dc9b0",
              "versionType": "git"
            },
            {
              "lessThan": "68aa9ab6f8f2895713aa6ddf781463ed8ea5ba44",
              "status": "affected",
              "version": "7942b919f7321f95a777d396ff7894a7a83dc9b0",
              "versionType": "git"
            },
            {
              "lessThan": "e447f7edb99bd00cec63d6f3049e2e5074946f71",
              "status": "affected",
              "version": "7942b919f7321f95a777d396ff7894a7a83dc9b0",
              "versionType": "git"
            },
            {
              "lessThan": "ec6ddf271dfa4c7e3147bc2c8b2bad4315f316a1",
              "status": "affected",
              "version": "7942b919f7321f95a777d396ff7894a7a83dc9b0",
              "versionType": "git"
            },
            {
              "lessThan": "fbcfb75c20d71a5b542ad4ac3b79d10b997c8152",
              "status": "affected",
              "version": "7942b919f7321f95a777d396ff7894a7a83dc9b0",
              "versionType": "git"
            },
            {
              "lessThan": "a1735eae55448bc79c2da6593455791e886f6ed8",
              "status": "affected",
              "version": "7942b919f7321f95a777d396ff7894a7a83dc9b0",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/nilfs2/ioctl.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.10.*",
              "status": "unaffected",
              "version": "5.10.269",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.220",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.187",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.156",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.108",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.47",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.11",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.2.*",
              "status": "unaffected",
              "version": "7.2.1",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.3-rc1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.269",
                  "versionStartIncluding": "2.6.30",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.220",
                  "versionStartIncluding": "2.6.30",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.187",
                  "versionStartIncluding": "2.6.30",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.156",
                  "versionStartIncluding": "2.6.30",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.108",
                  "versionStartIncluding": "2.6.30",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.47",
                  "versionStartIncluding": "2.6.30",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.11",
                  "versionStartIncluding": "2.6.30",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2.1",
                  "versionStartIncluding": "2.6.30",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.3-rc1",
                  "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: reject invalid block index in GC ioctl\n\nSyzbot reported list corruption caused by a double list_add_tail() call on\nbh-\u003eb_assoc_buffers within nilfs_lookup_dirty_data_buffers().\n\nAnalysis revealed that the root cause was the insertion of a page/folio\nwith a page index of ULONG_MAX into the page cache via the GC ioctl.\nfilemap_get_folios_tag(), called by nilfs_lookup_dirty_data_buffers(),\nrepeatedly detects a dirty folio with a page index of ULONG_MAX due to\nindex wrap-around, leading to duplicate processing of dirty buffers.\n\nAs a preparatory step, the GC ioctl loads the page/folio of the block to\nbe moved during GC and inserts it into the page cache based on information\nin the nilfs_vdesc structure passed as an argument.  Normally, this does\nnot cause issues because the user-space GC library configures the\nnilfs_vdesc structure properly.  However, since there is no range check on\nthe parameters determining the page index, a request with artificially\ncrafted parameters -- such as those generated by Syzbot -- can result in a\npage/folio being inserted with a page index of ULONG_MAX, triggering the\nabove problem.\n\nThis resolves the issue by checking the ranges of \u0027vd_offset\u0027 and\n\u0027vd_vblocknr\u0027 in the nilfs_vdesc structure that determine the page index,\nthereby preventing the invalid page/folio insertions."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-04T15:13:23.605Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/898404cdf882d7b54f1132f75570984ca3214796"
        },
        {
          "url": "https://git.kernel.org/stable/c/ba8a8b563a28d358c45c62a306d421434a058648"
        },
        {
          "url": "https://git.kernel.org/stable/c/3bd064ccc70b85f9a3d53aece29dc8473be5a226"
        },
        {
          "url": "https://git.kernel.org/stable/c/a5e776e2937581d67ec5b9b4d27b0f70d7baa6b1"
        },
        {
          "url": "https://git.kernel.org/stable/c/68aa9ab6f8f2895713aa6ddf781463ed8ea5ba44"
        },
        {
          "url": "https://git.kernel.org/stable/c/e447f7edb99bd00cec63d6f3049e2e5074946f71"
        },
        {
          "url": "https://git.kernel.org/stable/c/ec6ddf271dfa4c7e3147bc2c8b2bad4315f316a1"
        },
        {
          "url": "https://git.kernel.org/stable/c/fbcfb75c20d71a5b542ad4ac3b79d10b997c8152"
        },
        {
          "url": "https://git.kernel.org/stable/c/a1735eae55448bc79c2da6593455791e886f6ed8"
        }
      ],
      "title": "nilfs2: reject invalid block index in GC ioctl",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-80807",
    "datePublished": "2026-09-04T15:13:23.605Z",
    "dateReserved": "2026-08-26T14:34:25.794Z",
    "dateUpdated": "2026-09-04T15:13:23.605Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-80807",
      "date": "2026-09-15",
      "epss": "0.00201",
      "percentile": "0.10102"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-09T01:52:43.000Z",
      "cve": "CVE-2026-80807",
      "id": "msrc_CVE-2026-80807",
      "initial_release_date": "2026-09-06T04:57:55.000Z",
      "product_status:known_not_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "nilfs2: reject invalid block index in GC ioctl",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-80807.json",
      "version": "3"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-80807\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-09-04T16:18:07.810\",\"lastModified\":\"2026-09-04T16:18:07.810\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnilfs2: reject invalid block index in GC ioctl\\n\\nSyzbot reported list corruption caused by a double list_add_tail() call on\\nbh-\u003eb_assoc_buffers within nilfs_lookup_dirty_data_buffers().\\n\\nAnalysis revealed that the root cause was the insertion of a page/folio\\nwith a page index of ULONG_MAX into the page cache via the GC ioctl.\\nfilemap_get_folios_tag(), called by nilfs_lookup_dirty_data_buffers(),\\nrepeatedly detects a dirty folio with a page index of ULONG_MAX due to\\nindex wrap-around, leading to duplicate processing of dirty buffers.\\n\\nAs a preparatory step, the GC ioctl loads the page/folio of the block to\\nbe moved during GC and inserts it into the page cache based on information\\nin the nilfs_vdesc structure passed as an argument.  Normally, this does\\nnot cause issues because the user-space GC library configures the\\nnilfs_vdesc structure properly.  However, since there is no range check on\\nthe parameters determining the page index, a request with artificially\\ncrafted parameters -- such as those generated by Syzbot -- can result in a\\npage/folio being inserted with a page index of ULONG_MAX, triggering the\\nabove problem.\\n\\nThis resolves the issue by checking the ranges of \u0027vd_offset\u0027 and\\n\u0027vd_vblocknr\u0027 in the nilfs_vdesc structure that determine the page index,\\nthereby preventing the invalid page/folio insertions.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/nilfs2/ioctl.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"7942b919f7321f95a777d396ff7894a7a83dc9b0\",\"lessThan\":\"898404cdf882d7b54f1132f75570984ca3214796\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7942b919f7321f95a777d396ff7894a7a83dc9b0\",\"lessThan\":\"ba8a8b563a28d358c45c62a306d421434a058648\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7942b919f7321f95a777d396ff7894a7a83dc9b0\",\"lessThan\":\"3bd064ccc70b85f9a3d53aece29dc8473be5a226\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7942b919f7321f95a777d396ff7894a7a83dc9b0\",\"lessThan\":\"a5e776e2937581d67ec5b9b4d27b0f70d7baa6b1\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7942b919f7321f95a777d396ff7894a7a83dc9b0\",\"lessThan\":\"68aa9ab6f8f2895713aa6ddf781463ed8ea5ba44\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7942b919f7321f95a777d396ff7894a7a83dc9b0\",\"lessThan\":\"e447f7edb99bd00cec63d6f3049e2e5074946f71\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7942b919f7321f95a777d396ff7894a7a83dc9b0\",\"lessThan\":\"ec6ddf271dfa4c7e3147bc2c8b2bad4315f316a1\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7942b919f7321f95a777d396ff7894a7a83dc9b0\",\"lessThan\":\"fbcfb75c20d71a5b542ad4ac3b79d10b997c8152\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7942b919f7321f95a777d396ff7894a7a83dc9b0\",\"lessThan\":\"a1735eae55448bc79c2da6593455791e886f6ed8\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/nilfs2/ioctl.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.10.269\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.220\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.187\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.156\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.108\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.47\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.11\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2.1\",\"lessThanOrEqual\":\"7.2.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.3-rc1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/3bd064ccc70b85f9a3d53aece29dc8473be5a226\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/68aa9ab6f8f2895713aa6ddf781463ed8ea5ba44\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/898404cdf882d7b54f1132f75570984ca3214796\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a1735eae55448bc79c2da6593455791e886f6ed8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a5e776e2937581d67ec5b9b4d27b0f70d7baa6b1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ba8a8b563a28d358c45c62a306d421434a058648\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e447f7edb99bd00cec63d6f3049e2e5074946f71\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ec6ddf271dfa4c7e3147bc2c8b2bad4315f316a1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/fbcfb75c20d71a5b542ad4ac3b79d10b997c8152\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-10T01:51:16Z",
      "cve": "CVE-2026-80807",
      "id": "CVE-2026-80807",
      "initial_release_date": "2026-09-08T17:17:14Z",
      "product_status:known_not_affected": "353",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-80807",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-80807.json",
      "version": "3"
    }
  }
}



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…

Loading…