CVE-2021-47189 (GCVE-0-2021-47189)
Vulnerability from cvelistv5
Published
2024-04-10 18:56
Modified
2026-08-05 08:46
Summary
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory ordering between normal and ordered work functions Ordered work functions aren't guaranteed to be handled by the same thread which executed the normal work functions. The only way execution between normal/ordered functions is synchronized is via the WORK_DONE_BIT, unfortunately the used bitops don't guarantee any ordering whatsoever. This manifested as seemingly inexplicable crashes on ARM64, where async_chunk::inode is seen as non-null in async_cow_submit which causes submit_compressed_extents to be called and crash occurs because async_chunk::inode suddenly became NULL. The call trace was similar to: pc : submit_compressed_extents+0x38/0x3d0 lr : async_cow_submit+0x50/0xd0 sp : ffff800015d4bc20 <registers omitted for brevity> Call trace: submit_compressed_extents+0x38/0x3d0 async_cow_submit+0x50/0xd0 run_ordered_work+0xc8/0x280 btrfs_work_helper+0x98/0x250 process_one_work+0x1f0/0x4ac worker_thread+0x188/0x504 kthread+0x110/0x114 ret_from_fork+0x10/0x18 Fix this by adding respective barrier calls which ensure that all accesses preceding setting of WORK_DONE_BIT are strictly ordered before setting the flag. At the same time add a read barrier after reading of WORK_DONE_BIT in run_ordered_work which ensures all subsequent loads would be strictly ordered after reading the bit. This in turn ensures are all accesses before WORK_DONE_BIT are going to be strictly ordered before any access that can occur in ordered_func.
Impacted products
Vendor Product Version
Linux Linux Version: 08a9ff3264181986d1d692a4e6fce3669700c9f8
Version: 08a9ff3264181986d1d692a4e6fce3669700c9f8
Version: 08a9ff3264181986d1d692a4e6fce3669700c9f8
Version: 08a9ff3264181986d1d692a4e6fce3669700c9f8
Version: 08a9ff3264181986d1d692a4e6fce3669700c9f8
Version: 08a9ff3264181986d1d692a4e6fce3669700c9f8
Version: 08a9ff3264181986d1d692a4e6fce3669700c9f8
Version: 08a9ff3264181986d1d692a4e6fce3669700c9f8
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "NETWORK",
              "availabilityImpact": "LOW",
              "baseScore": 6.3,
              "baseSeverity": "MEDIUM",
              "confidentialityImpact": "LOW",
              "integrityImpact": "LOW",
              "privilegesRequired": "LOW",
              "scope": "UNCHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2021-47189",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-04-10T19:44:25.164224Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "problemTypes": [
          {
            "descriptions": [
              {
                "description": "CWE-noinfo Not enough information",
                "lang": "en",
                "type": "CWE"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-11-01T17:56:06.717Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-04T05:32:07.308Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/bd660a20fea3ec60a49709ef5360f145ec0fe779"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/637d652d351fd4f263ef302dc52f3971d314e500"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/804a9d239ae9cbe88e861a7cd62319cc6ec7b136"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/ed058d735a70f4b063323f1a7bb33cda0f987513"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/670f6b3867c8f0f11e5097f353b164cecfec6179"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/6adbc07ebcaf8bead08b21687d49e0fc94400987"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/47e6f9f69153247109042010f3a77579e9dc61ff"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/45da9c1767ac31857df572f0a909fbe88fd5a7e9"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/btrfs/async-thread.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "bd660a20fea3ec60a49709ef5360f145ec0fe779",
              "status": "affected",
              "version": "08a9ff3264181986d1d692a4e6fce3669700c9f8",
              "versionType": "git"
            },
            {
              "lessThan": "637d652d351fd4f263ef302dc52f3971d314e500",
              "status": "affected",
              "version": "08a9ff3264181986d1d692a4e6fce3669700c9f8",
              "versionType": "git"
            },
            {
              "lessThan": "804a9d239ae9cbe88e861a7cd62319cc6ec7b136",
              "status": "affected",
              "version": "08a9ff3264181986d1d692a4e6fce3669700c9f8",
              "versionType": "git"
            },
            {
              "lessThan": "ed058d735a70f4b063323f1a7bb33cda0f987513",
              "status": "affected",
              "version": "08a9ff3264181986d1d692a4e6fce3669700c9f8",
              "versionType": "git"
            },
            {
              "lessThan": "670f6b3867c8f0f11e5097f353b164cecfec6179",
              "status": "affected",
              "version": "08a9ff3264181986d1d692a4e6fce3669700c9f8",
              "versionType": "git"
            },
            {
              "lessThan": "6adbc07ebcaf8bead08b21687d49e0fc94400987",
              "status": "affected",
              "version": "08a9ff3264181986d1d692a4e6fce3669700c9f8",
              "versionType": "git"
            },
            {
              "lessThan": "47e6f9f69153247109042010f3a77579e9dc61ff",
              "status": "affected",
              "version": "08a9ff3264181986d1d692a4e6fce3669700c9f8",
              "versionType": "git"
            },
            {
              "lessThan": "45da9c1767ac31857df572f0a909fbe88fd5a7e9",
              "status": "affected",
              "version": "08a9ff3264181986d1d692a4e6fce3669700c9f8",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/btrfs/async-thread.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.15"
            },
            {
              "lessThan": "3.15",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.4.*",
              "status": "unaffected",
              "version": "4.4.293",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.9.*",
              "status": "unaffected",
              "version": "4.9.291",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.14.*",
              "status": "unaffected",
              "version": "4.14.256",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.218",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.162",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.82",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "5.16",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.4.293",
                  "versionStartIncluding": "3.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.9.291",
                  "versionStartIncluding": "3.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.14.256",
                  "versionStartIncluding": "3.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.218",
                  "versionStartIncluding": "3.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.162",
                  "versionStartIncluding": "3.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.82",
                  "versionStartIncluding": "3.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.5",
                  "versionStartIncluding": "3.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.16",
                  "versionStartIncluding": "3.15",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nbtrfs: fix memory ordering between normal and ordered work functions\n\nOrdered work functions aren\u0027t guaranteed to be handled by the same thread\nwhich executed the normal work functions. The only way execution between\nnormal/ordered functions is synchronized is via the WORK_DONE_BIT,\nunfortunately the used bitops don\u0027t guarantee any ordering whatsoever.\n\nThis manifested as seemingly inexplicable crashes on ARM64, where\nasync_chunk::inode is seen as non-null in async_cow_submit which causes\nsubmit_compressed_extents to be called and crash occurs because\nasync_chunk::inode suddenly became NULL. The call trace was similar to:\n\n    pc : submit_compressed_extents+0x38/0x3d0\n    lr : async_cow_submit+0x50/0xd0\n    sp : ffff800015d4bc20\n\n    \u003cregisters omitted for brevity\u003e\n\n    Call trace:\n     submit_compressed_extents+0x38/0x3d0\n     async_cow_submit+0x50/0xd0\n     run_ordered_work+0xc8/0x280\n     btrfs_work_helper+0x98/0x250\n     process_one_work+0x1f0/0x4ac\n     worker_thread+0x188/0x504\n     kthread+0x110/0x114\n     ret_from_fork+0x10/0x18\n\nFix this by adding respective barrier calls which ensure that all\naccesses preceding setting of WORK_DONE_BIT are strictly ordered before\nsetting the flag. At the same time add a read barrier after reading of\nWORK_DONE_BIT in run_ordered_work which ensures all subsequent loads\nwould be strictly ordered after reading the bit. This in turn ensures\nare all accesses before WORK_DONE_BIT are going to be strictly ordered\nbefore any access that can occur in ordered_func."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The bug is in btrfs async workqueue ordering during local writeback (write/fsync \u2192 delalloc \u2192 cow_file_range_async / btrfs_wq_submit_bio), not in a network-facing protocol handler.\nAC:L - An attacker can create many concurrent compression/async bio work items so worker threads race on WORK_DONE_BIT visibility; this manifested under load on ARM64 without relying on conditions outside attacker influence.\nPR:L - An unprivileged user with write access to a mounted btrfs (e.g. home directory) can trigger the path, and can enable per-file compression via chattr/FS_IOC_SETFLAGS on files they own.\nUI:N - The attacker triggers writeback themselves via ordinary writes/fsync; no separate victim action is required.\nS:U - Impact stays within the host kernel privilege boundary; this is not a VM/IOMMU/sandbox escape.\nC:H - Missing barriers allow ordered_func to observe torn producer state (extent lists, page pointer arrays, bio/csum fields), which can yield wild/stale pointer use and arbitrary kernel memory disclosure.\nI:H - The same torn shared state can drive submit paths with inconsistent pointers/metadata (compressed extent submission or async bio mapping), enabling memory corruption and integrity compromise beyond a clean crash.\nA:H - The bug causes kernel NULL dereferences and oops/hangs in async_cow_submit/submit_compressed_extents, as seen on ARM64."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T08:46:35.936Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/bd660a20fea3ec60a49709ef5360f145ec0fe779"
        },
        {
          "url": "https://git.kernel.org/stable/c/637d652d351fd4f263ef302dc52f3971d314e500"
        },
        {
          "url": "https://git.kernel.org/stable/c/804a9d239ae9cbe88e861a7cd62319cc6ec7b136"
        },
        {
          "url": "https://git.kernel.org/stable/c/ed058d735a70f4b063323f1a7bb33cda0f987513"
        },
        {
          "url": "https://git.kernel.org/stable/c/670f6b3867c8f0f11e5097f353b164cecfec6179"
        },
        {
          "url": "https://git.kernel.org/stable/c/6adbc07ebcaf8bead08b21687d49e0fc94400987"
        },
        {
          "url": "https://git.kernel.org/stable/c/47e6f9f69153247109042010f3a77579e9dc61ff"
        },
        {
          "url": "https://git.kernel.org/stable/c/45da9c1767ac31857df572f0a909fbe88fd5a7e9"
        }
      ],
      "title": "btrfs: fix memory ordering between normal and ordered work functions",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2021-47189",
    "datePublished": "2024-04-10T18:56:28.194Z",
    "dateReserved": "2024-03-25T09:12:14.113Z",
    "dateUpdated": "2026-08-05T08:46:35.936Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/bd660a20fea3ec60a49709ef5360f145ec0fe779\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/637d652d351fd4f263ef302dc52f3971d314e500\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/804a9d239ae9cbe88e861a7cd62319cc6ec7b136\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/ed058d735a70f4b063323f1a7bb33cda0f987513\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/670f6b3867c8f0f11e5097f353b164cecfec6179\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/6adbc07ebcaf8bead08b21687d49e0fc94400987\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/47e6f9f69153247109042010f3a77579e9dc61ff\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/45da9c1767ac31857df572f0a909fbe88fd5a7e9\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-04T05:32:07.308Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2021-47189\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-04-10T19:44:25.164224Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"description\": \"CWE-noinfo Not enough information\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-23T19:01:23.089Z\"}}], \"cna\": {\"title\": \"btrfs: fix memory ordering between normal and ordered work functions\", \"metrics\": [{\"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 7.8, \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"AV:L - The bug is in btrfs async workqueue ordering during local writeback (write/fsync \\u2192 delalloc \\u2192 cow_file_range_async / btrfs_wq_submit_bio), not in a network-facing protocol handler.\\nAC:L - An attacker can create many concurrent compression/async bio work items so worker threads race on WORK_DONE_BIT visibility; this manifested under load on ARM64 without relying on conditions outside attacker influence.\\nPR:L - An unprivileged user with write access to a mounted btrfs (e.g. home directory) can trigger the path, and can enable per-file compression via chattr/FS_IOC_SETFLAGS on files they own.\\nUI:N - The attacker triggers writeback themselves via ordinary writes/fsync; no separate victim action is required.\\nS:U - Impact stays within the host kernel privilege boundary; this is not a VM/IOMMU/sandbox escape.\\nC:H - Missing barriers allow ordered_func to observe torn producer state (extent lists, page pointer arrays, bio/csum fields), which can yield wild/stale pointer use and arbitrary kernel memory disclosure.\\nI:H - The same torn shared state can drive submit paths with inconsistent pointers/metadata (compressed extent submission or async bio mapping), enabling memory corruption and integrity compromise beyond a clean crash.\\nA:H - The bug causes kernel NULL dereferences and oops/hangs in async_cow_submit/submit_compressed_extents, as seen on ARM64.\"}]}], \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"08a9ff3264181986d1d692a4e6fce3669700c9f8\", \"lessThan\": \"bd660a20fea3ec60a49709ef5360f145ec0fe779\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"08a9ff3264181986d1d692a4e6fce3669700c9f8\", \"lessThan\": \"637d652d351fd4f263ef302dc52f3971d314e500\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"08a9ff3264181986d1d692a4e6fce3669700c9f8\", \"lessThan\": \"804a9d239ae9cbe88e861a7cd62319cc6ec7b136\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"08a9ff3264181986d1d692a4e6fce3669700c9f8\", \"lessThan\": \"ed058d735a70f4b063323f1a7bb33cda0f987513\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"08a9ff3264181986d1d692a4e6fce3669700c9f8\", \"lessThan\": \"670f6b3867c8f0f11e5097f353b164cecfec6179\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"08a9ff3264181986d1d692a4e6fce3669700c9f8\", \"lessThan\": \"6adbc07ebcaf8bead08b21687d49e0fc94400987\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"08a9ff3264181986d1d692a4e6fce3669700c9f8\", \"lessThan\": \"47e6f9f69153247109042010f3a77579e9dc61ff\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"08a9ff3264181986d1d692a4e6fce3669700c9f8\", \"lessThan\": \"45da9c1767ac31857df572f0a909fbe88fd5a7e9\", \"versionType\": \"git\"}], \"programFiles\": [\"fs/btrfs/async-thread.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.15\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"3.15\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.4.293\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.4.*\"}, {\"status\": \"unaffected\", \"version\": \"4.9.291\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.9.*\"}, {\"status\": \"unaffected\", \"version\": \"4.14.256\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.14.*\"}, {\"status\": \"unaffected\", \"version\": \"4.19.218\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.19.*\"}, {\"status\": \"unaffected\", \"version\": \"5.4.162\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.82\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.5\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"5.16\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"fs/btrfs/async-thread.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/bd660a20fea3ec60a49709ef5360f145ec0fe779\"}, {\"url\": \"https://git.kernel.org/stable/c/637d652d351fd4f263ef302dc52f3971d314e500\"}, {\"url\": \"https://git.kernel.org/stable/c/804a9d239ae9cbe88e861a7cd62319cc6ec7b136\"}, {\"url\": \"https://git.kernel.org/stable/c/ed058d735a70f4b063323f1a7bb33cda0f987513\"}, {\"url\": \"https://git.kernel.org/stable/c/670f6b3867c8f0f11e5097f353b164cecfec6179\"}, {\"url\": \"https://git.kernel.org/stable/c/6adbc07ebcaf8bead08b21687d49e0fc94400987\"}, {\"url\": \"https://git.kernel.org/stable/c/47e6f9f69153247109042010f3a77579e9dc61ff\"}, {\"url\": \"https://git.kernel.org/stable/c/45da9c1767ac31857df572f0a909fbe88fd5a7e9\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nbtrfs: fix memory ordering between normal and ordered work functions\\n\\nOrdered work functions aren\u0027t guaranteed to be handled by the same thread\\nwhich executed the normal work functions. The only way execution between\\nnormal/ordered functions is synchronized is via the WORK_DONE_BIT,\\nunfortunately the used bitops don\u0027t guarantee any ordering whatsoever.\\n\\nThis manifested as seemingly inexplicable crashes on ARM64, where\\nasync_chunk::inode is seen as non-null in async_cow_submit which causes\\nsubmit_compressed_extents to be called and crash occurs because\\nasync_chunk::inode suddenly became NULL. The call trace was similar to:\\n\\n    pc : submit_compressed_extents+0x38/0x3d0\\n    lr : async_cow_submit+0x50/0xd0\\n    sp : ffff800015d4bc20\\n\\n    \u003cregisters omitted for brevity\u003e\\n\\n    Call trace:\\n     submit_compressed_extents+0x38/0x3d0\\n     async_cow_submit+0x50/0xd0\\n     run_ordered_work+0xc8/0x280\\n     btrfs_work_helper+0x98/0x250\\n     process_one_work+0x1f0/0x4ac\\n     worker_thread+0x188/0x504\\n     kthread+0x110/0x114\\n     ret_from_fork+0x10/0x18\\n\\nFix this by adding respective barrier calls which ensure that all\\naccesses preceding setting of WORK_DONE_BIT are strictly ordered before\\nsetting the flag. At the same time add a read barrier after reading of\\nWORK_DONE_BIT in run_ordered_work which ensures all subsequent loads\\nwould be strictly ordered after reading the bit. This in turn ensures\\nare all accesses before WORK_DONE_BIT are going to be strictly ordered\\nbefore any access that can occur in ordered_func.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.4.293\", \"versionStartIncluding\": \"3.15\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.9.291\", \"versionStartIncluding\": \"3.15\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.14.256\", \"versionStartIncluding\": \"3.15\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.19.218\", \"versionStartIncluding\": \"3.15\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.4.162\", \"versionStartIncluding\": \"3.15\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.82\", \"versionStartIncluding\": \"3.15\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.5\", \"versionStartIncluding\": \"3.15\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.16\", \"versionStartIncluding\": \"3.15\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-08-05T08:46:35.936Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2021-47189\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-05T08:46:35.936Z\", \"dateReserved\": \"2024-03-25T09:12:14.113Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-04-10T18:56:28.194Z\", \"assignerShortName\": \"Linux\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

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…