Lucene search
+L

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-101961)

🗓️ 18 Aug 2026 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 3 Views

Btrfs releases dirty pages io tree only after successful writes, preventing umount transaction aborts and readonly fallback.

Related
Refs
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2026-53284
26 Jun 202619:40
attackerkb
nessus
Tenable Nessus
Amazon Linux 2023 : bpftool6.18, kernel6.18, kernel6.18-devel (ALAS2023-2026-1866)
22 Jun 202600:00
nessus
nessus
Tenable Nessus
Linux Distros Unpatched Vulnerability : CVE-2026-53284
28 Jun 202600:00
nessus
circl
Circl
CVE-2026-53284
28 Jun 202617:01
circl
cnvd
CNVD
Linux Kernel Memory Vulnerability (CNVD-2026-26372)
27 Jun 202600:00
cnvd
cve
CVE
CVE-2026-53284
26 Jun 202619:40
cve
cvelist
Cvelist
CVE-2026-53284 btrfs: only release the dirty pages io tree after successful writes
26 Jun 202619:40
cvelist
debiancve
Debian CVE
CVE-2026-53284
26 Jun 202619:40
debiancve
euvd
EUVD
EUVD-2026-39889
26 Jun 202619:40
euvd
nvd
NVD
CVE-2026-53284
26 Jun 202620:17
nvd
Rows per page
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##

include('compat.inc');

if (description)
{
  script_id(337318);
  script_version("1.1");
  script_set_attribute(attribute:"plugin_modification_date", value:"2026/08/18");

  script_cve_id("CVE-2026-53284");

  script_name(english:"Unity Linux 20.1050e Security Update: kernel (UTSA-2026-101961)");

  script_set_attribute(attribute:"synopsis", value:
"The Unity Linux host is missing one or more security updates.");
  script_set_attribute(attribute:"description", value:
"The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the
UTSA-2026-101961 advisory.

    In the Linux kernel, the following vulnerability has been resolved:

    btrfs: only release the dirty pages io tree after successful writes

    [WARNING]
    With extra warning on dirty extent buffers at umount (aka, the next
    patch in the series), test case generic/388 can trigger the following
    warning about dirty extent buffers at unmount time:

      BTRFS critical (device dm-2 state E): emergency shutdown
      BTRFS error (device dm-2 state E): error while writing out transaction: -30
      BTRFS warning (device dm-2 state E): Skipping commit of aborted transaction.
      BTRFS error (device dm-2 state EA): Transaction 9 aborted (error -30)
      BTRFS: error (device dm-2 state EA) in cleanup_transaction:2068: errno=-30 Readonly filesystem
      BTRFS info (device dm-2 state EA): forced readonly
      BTRFS info (device dm-2 state EA): last unmount of filesystem 4fbf2e15-f941-49a0-bc7c-716315d2777c
      ------------[ cut here ]------------
      WARNING: disk-io.c:3311 at invalidate_and_check_btree_folios+0xfd/0x1ca [btrfs], CPU#8: umount/914368
      CPU: 8 UID: 0 PID: 914368 Comm: umount Tainted: G           OE       7.1.0-rc1-custom+ #372
    PREEMPT(full)  2de38db8d1deae71fde295430a0ff3ab98ccf596
      Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS unknown 02/02/2022
      RIP: 0010:invalidate_and_check_btree_folios+0xfd/0x1ca [btrfs]
      Call Trace:
       <TASK>
       close_ctree+0x52e/0x574 [btrfs d2f0b1cd330d1287e7a9919d112eadfc0e914efd]
       generic_shutdown_super+0x89/0x1a0
       kill_anon_super+0x16/0x40
       btrfs_kill_super+0x16/0x20 [btrfs d2f0b1cd330d1287e7a9919d112eadfc0e914efd]
       deactivate_locked_super+0x2d/0xb0
       cleanup_mnt+0xdc/0x140
       task_work_run+0x5a/0xa0
       exit_to_user_mode_loop+0x123/0x4b0
       do_syscall_64+0x243/0x7c0
       entry_SYSCALL_64_after_hwframe+0x4b/0x53
       </TASK>
      ---[ end trace 0000000000000000 ]---
      BTRFS warning (device dm-2 state EA): unable to release extent buffer 30539776 owner 9 gen 9 refs 2
    flags 0x7
      BTRFS warning (device dm-2 state EA): unable to release extent buffer 30621696 owner 257 gen 9 refs 2
    flags 0x7
      BTRFS warning (device dm-2 state EA): unable to release extent buffer 30638080 owner 258 gen 9 refs 2
    flags 0x7
      BTRFS warning (device dm-2 state EA): unable to release extent buffer 30654464 owner 7 gen 9 refs 2
    flags 0x7
      BTRFS warning (device dm-2 state EA): unable to release extent buffer 30703616 owner 2 gen 9 refs 2
    flags 0x7
      BTRFS warning (device dm-2 state EA): unable to release extent buffer 30720000 owner 10 gen 9 refs 2
    flags 0x7
      BTRFS warning (device dm-2 state EA): unable to release extent buffer 30736384 owner 4 gen 9 refs 2
    flags 0x7
      BTRFS warning (device dm-2 state EA): unable to release extent buffer 30752768 owner 11 gen 9 refs 2
    flags 0x7

    I'm using a stripped down version, which seems to trigger the warning
    more reliably:

      _fsstress_pid=
      workload()
      {
            dmesg -C
            mkfs.btrfs -f -K $dev > /dev/null
            echo 1 > /sys/kernel/debug/clear_warn_once
            mount $dev $mnt
            $fsstress -w -n 1024 -p 4 -d $mnt &
            _fsstress_pid=$!
            sleep 0
            $godown $mnt
            pkill --echo -PIPE fsstress > /dev/null
            wait $_fsstress_pid
            unset _fsstress_pid
            umount $mnt

            if dmesg | grep -q WARNING; then
                    fail
            fi
      }

      for (( i = 0; i < $runtime; i++ )); do
            echo === $i/$runtime ===
            workload
      done

    [CAUSE]
    Inside btrfs_write_and_wait_transaction(), we first try to write all
    dirty ebs, then wait for them to finish.

    After that we call btrfs_extent_io_tree_release() to free all
    extent states from dirty_pages io tree.

    However if we hit an error from btrfs_write_marked_extent(), then we
    still call btrfs_extent_io_tree_release() to clear that dirty_pages io
    tree, which may contain dirty records that we haven't yet submitted.

    Furthermore, the later transaction cleanup path will utilize that
    dirty_pages io tree to properly cleanup those dirty ebs, but since it's
    already empty, no dirty ebs are properly cleaned up, thus will later
    trigger the warnings inside invalidate_btree_folios().
    ---truncated---

Tenable has extracted the preceding description block directly from the Unity Linux security advisory.

Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
  # https://src.uniontech.com/#/security_advisory_detail?utsa_id=UTSA-2026-101961
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?121eea8c");
  # https://lore.kernel.org/linux-cve-announce/2026062615-CVE-2026-53284-f91e@gregkh
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?aa7ce018");
  script_set_attribute(attribute:"see_also", value:"https://nvd.nist.gov/vuln/detail/CVE-2026-53284");
  script_set_attribute(attribute:"solution", value:
"Update the affected kernel package.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2026-53284");

  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"false");

  script_set_attribute(attribute:"vuln_publication_date", value:"2026/06/22");
  script_set_attribute(attribute:"patch_publication_date", value:"2026/08/17");
  script_set_attribute(attribute:"plugin_publication_date", value:"2026/08/18");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"generated_plugin", value:"current");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Unity Linux Local Security Checks");

  script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("ssh_get_info2.nasl");
  script_require_keys("Host/local_checks_enabled", "Host/UOS-Server/release", "Host/UOS-Server/rpm-list", "Host/cpu");

  exit(0);
}
include('rpm2.inc');

if (!get_kb_item('Host/local_checks_enabled')) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
var os_product = get_kb_item('installed_os/local/SSH/0/product');
if (isnull(os_product) || 'UOS Server' >!< os_product) audit(AUDIT_OS_NOT, 'UOS Server');
var os_version = get_kb_item('installed_os/local/SSH/0/version');
if (isnull(os_version)) audit(AUDIT_UNKNOWN_APP_VER, 'UOS Server');
if (! preg(pattern:"^20.1050e([^0-9]|$)", string:os_version)) audit(AUDIT_OS_NOT, 'UOS Server 20.1050e', 'UOS Server ' + os_version);

if (!get_kb_item('Host/UOS-Server/rpm-list')) audit(AUDIT_PACKAGE_LIST_MISSING);

var cpu = get_kb_item('Host/cpu');
if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
if ('aarch64' >!< cpu && 'amd64' >!< cpu && 'x86_64' >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, 'UOS Server', cpu);


var constraints = [
  {
    'release': '20',
    'sp': '1050e',
    'pkgs': [
      {'reference':'kernel-4.19.90-2211.5.0.0178.67.uel20', 'sp':'1050e', 'cpu':'aarch64', 'rpm_spec_vers_cmp':TRUE},
      {'reference':'kernel-4.19.90-2211.5.0.0178.67.uel20', 'sp':'1050e', 'cpu':'amd64', 'rpm_spec_vers_cmp':TRUE},
      {'reference':'kernel-4.19.90-2211.5.0.0178.67.uel20', 'sp':'1050e', 'cpu':'x86_64', 'rpm_spec_vers_cmp':TRUE}
    ]
  }
];

var os_release = get_one_kb_item('installed_os/local/SSH/0/release');
var os_sp = get_one_kb_item('Host/*/minor_release');

var flag = 0;
var reference;
var sp;
var _cpu;
var el_string;
var rpm_spec_vers_cmp;
var epoch;
var allowmaj;
var exists_check;
var cves;
foreach var constraint ( constraints ) {
  # Check that the target release is equal to the affected release
  if (!empty_or_null(constraint['release'])){
    if (constraint['release'] != os_release) continue;
  }
  if (!empty_or_null(constraint['sp'])){
    if (constraint['sp'] != os_sp) continue;
  }
  foreach var pkg ( constraint['pkgs'] ) {
    reference = NULL;
    sp = NULL;
    _cpu = NULL;
    el_string = NULL;
    rpm_spec_vers_cmp = NULL;
    epoch = NULL;
    allowmaj = NULL;
    exists_check = NULL;
    cves = NULL;
    if (!empty_or_null(pkg['reference'])) reference = pkg['reference'];
    if (!empty_or_null(pkg['sp'])) sp = pkg['sp'];
    if (!empty_or_null(pkg['cpu'])) _cpu = pkg['cpu'];
    if (!empty_or_null(pkg['el_string'])) el_string = pkg['el_string'];
    if (!empty_or_null(pkg['rpm_spec_vers_cmp'])) rpm_spec_vers_cmp = pkg['rpm_spec_vers_cmp'];
    if (!empty_or_null(pkg['epoch'])) epoch = pkg['epoch'];
    if (!empty_or_null(pkg['allowmaj'])) allowmaj = pkg['allowmaj'];
    if (!empty_or_null(pkg['exists_check'])) exists_check = pkg['exists_check'];
    if (!empty_or_null(pkg['cves'])) cves = pkg['cves'];
    if (reference &&
        ## (no known rpm to check OR known rpm_exists)
        (!exists_check || rpm_exists(rpm:exists_check)) &&
        rpm_check(sp:sp, cpu:_cpu, reference:reference, epoch:epoch, el_string:el_string, rpm_spec_vers_cmp:rpm_spec_vers_cmp, allowmaj:allowmaj, cves:cves)) flag++;
  }
}


if (flag)
{
  security_report_v4(
      port       : 0,
      severity   : SECURITY_HOLE,
      extra      : rpm_report_get()
  );
  exit(0);
}
else
{
  var tested = pkg_tests_get();
  if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
  else audit(AUDIT_PACKAGE_NOT_INSTALLED, 'kernel');
}

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

18 Aug 2026 00:00Current
5.7Medium risk
Vulners AI Score5.7
CVSS 3.17.5
EPSS0.00426
3