{
  "threat_severity" : "Low",
  "public_date" : "2025-12-09T00:00:00Z",
  "bugzilla" : {
    "description" : "kernel: PCI: Fix dropping valid root bus resources with .end = zero",
    "id" : "2420298",
    "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=2420298"
  },
  "cvss3" : {
    "cvss3_base_score" : "5.5",
    "cvss3_scoring_vector" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
    "status" : "verified"
  },
  "cwe" : "CWE-1285",
  "details" : [ "In the Linux kernel, the following vulnerability has been resolved:\nPCI: Fix dropping valid root bus resources with .end = zero\nOn r8a7791/koelsch:\nkmemleak: 1 new suspected memory leaks (see /sys/kernel/debug/kmemleak)\n# cat /sys/kernel/debug/kmemleak\nunreferenced object 0xc3a34e00 (size 64):\ncomm \"swapper/0\", pid 1, jiffies 4294937460 (age 199.080s)\nhex dump (first 32 bytes):\nb4 5d 81 f0 b4 5d 81 f0 c0 b0 a2 c3 00 00 00 00  .]...]..........\n00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................\nbacktrace:\n[<fe3aa979>] __kmalloc+0xf0/0x140\n[<34bd6bc0>] resource_list_create_entry+0x18/0x38\n[<767046bc>] pci_add_resource_offset+0x20/0x68\n[<b3f3edf2>] devm_of_pci_get_host_bridge_resources.constprop.0+0xb0/0x390\nWhen coalescing two resources for a contiguous aperture, the second\nresource is enlarged to cover the full contiguous range, while the first\nresource is marked invalid.  This invalidation is done by clearing the\nflags, start, and end members.\nWhen adding the initial resources to the bus later, invalid resources are\nskipped.  Unfortunately, the check for an invalid resource considers only\nthe end member, causing false positives.\nE.g. on r8a7791/koelsch, root bus resource 0 (\"bus 00\") is skipped, and no\nlonger registered with pci_bus_insert_busn_res() (causing the memory leak),\nnor printed:\npci-rcar-gen2 ee090000.pci: host bridge /soc/pci@ee090000 ranges:\npci-rcar-gen2 ee090000.pci:      MEM 0x00ee080000..0x00ee08ffff -> 0x00ee080000\npci-rcar-gen2 ee090000.pci: PCI: revision 11\npci-rcar-gen2 ee090000.pci: PCI host bridge to bus 0000:00\n-pci_bus 0000:00: root bus resource [bus 00]\npci_bus 0000:00: root bus resource [mem 0xee080000-0xee08ffff]\nFix this by only skipping resources where all of the flags, start, and end\nmembers are zero." ],
  "affected_release" : [ {
    "product_name" : "Red Hat Enterprise Linux 9",
    "release_date" : "2023-11-07T00:00:00Z",
    "advisory" : "RHSA-2023:6583",
    "cpe" : "cpe:/a:redhat:enterprise_linux:9",
    "package" : "kernel-0:5.14.0-362.8.1.el9_3"
  }, {
    "product_name" : "Red Hat Enterprise Linux 9",
    "release_date" : "2023-11-07T00:00:00Z",
    "advisory" : "RHSA-2023:6583",
    "cpe" : "cpe:/o:redhat:enterprise_linux:9",
    "package" : "kernel-0:5.14.0-362.8.1.el9_3"
  } ],
  "package_state" : [ {
    "product_name" : "Red Hat Enterprise Linux 10",
    "fix_state" : "Not affected",
    "package_name" : "kernel",
    "cpe" : "cpe:/o:redhat:enterprise_linux:10"
  }, {
    "product_name" : "Red Hat Enterprise Linux 6",
    "fix_state" : "Out of support scope",
    "package_name" : "kernel",
    "cpe" : "cpe:/o:redhat:enterprise_linux:6"
  }, {
    "product_name" : "Red Hat Enterprise Linux 7",
    "fix_state" : "Not affected",
    "package_name" : "kernel",
    "cpe" : "cpe:/o:redhat:enterprise_linux:7"
  }, {
    "product_name" : "Red Hat Enterprise Linux 7",
    "fix_state" : "Not affected",
    "package_name" : "kernel-rt",
    "cpe" : "cpe:/o:redhat:enterprise_linux:7"
  }, {
    "product_name" : "Red Hat Enterprise Linux 8",
    "fix_state" : "Not affected",
    "package_name" : "kernel",
    "cpe" : "cpe:/o:redhat:enterprise_linux:8"
  }, {
    "product_name" : "Red Hat Enterprise Linux 8",
    "fix_state" : "Not affected",
    "package_name" : "kernel-rt",
    "cpe" : "cpe:/o:redhat:enterprise_linux:8"
  }, {
    "product_name" : "Red Hat Enterprise Linux 9",
    "fix_state" : "Fix deferred",
    "package_name" : "kernel-rt",
    "cpe" : "cpe:/o:redhat:enterprise_linux:9"
  } ],
  "references" : [ "https://www.cve.org/CVERecord?id=CVE-2023-53814\nhttps://nvd.nist.gov/vuln/detail/CVE-2023-53814\nhttps://lore.kernel.org/linux-cve-announce/2025120945-CVE-2023-53814-eccb@gregkh/T" ],
  "name" : "CVE-2023-53814",
  "csaw" : false
}