CVE-2023-53577 (GCVE-0-2023-53577)

Vulnerability from cvelistv5 – Published: 2025-10-04 15:17 – Updated: 2026-08-05 09:14
VLAI
Title
bpf, cpumap: Make sure kthread is running before map update returns
Summary
In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Make sure kthread is running before map update returns The following warning was reported when running stress-mode enabled xdp_redirect_cpu with some RT threads: ------------[ cut here ]------------ WARNING: CPU: 4 PID: 65 at kernel/bpf/cpumap.c:135 CPU: 4 PID: 65 Comm: kworker/4:1 Not tainted 6.5.0-rc2+ #1 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996) Workqueue: events cpu_map_kthread_stop RIP: 0010:put_cpu_map_entry+0xda/0x220 ...... Call Trace: <TASK> ? show_regs+0x65/0x70 ? __warn+0xa5/0x240 ...... ? put_cpu_map_entry+0xda/0x220 cpu_map_kthread_stop+0x41/0x60 process_one_work+0x6b0/0xb80 worker_thread+0x96/0x720 kthread+0x1a5/0x1f0 ret_from_fork+0x3a/0x70 ret_from_fork_asm+0x1b/0x30 </TASK> The root cause is the same as commit 436901649731 ("bpf: cpumap: Fix memory leak in cpu_map_update_elem"). The kthread is stopped prematurely by kthread_stop() in cpu_map_kthread_stop(), and kthread() doesn't call cpu_map_kthread_run() at all but XDP program has already queued some frames or skbs into ptr_ring. So when __cpu_map_ring_cleanup() checks the ptr_ring, it will find it was not emptied and report a warning. An alternative fix is to use __cpu_map_ring_cleanup() to drop these pending frames or skbs when kthread_stop() returns -EINTR, but it may confuse the user, because these frames or skbs have been handled correctly by XDP program. So instead of dropping these frames or skbs, just make sure the per-cpu kthread is running before __cpu_map_entry_alloc() returns. After apply the fix, the error handle for kthread_stop() will be unnecessary because it will always return 0, so just remove it.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 6710e1126934d8b4372b4d2f9ae1646cd3f151bf , < b44d28b98f185d2f2348aa3c3636838c316f889e (git)
Affected: 6710e1126934d8b4372b4d2f9ae1646cd3f151bf , < 7a1178a3671b40746830d355836b72e47ceb2490 (git)
Affected: 6710e1126934d8b4372b4d2f9ae1646cd3f151bf , < ecb45b852af5e88257020b88bea5ff0798d72aca (git)
Affected: 6710e1126934d8b4372b4d2f9ae1646cd3f151bf , < 640a604585aa30f93e39b17d4d6ba69fcb1e66c9 (git)
Create a notification for this product.
Linux Linux Affected: 4.15
Unaffected: 0 , < 4.15 (semver)
Unaffected: 5.15.126 , ≤ 5.15.* (semver)
Unaffected: 6.1.45 , ≤ 6.1.* (semver)
Unaffected: 6.4.10 , ≤ 6.4.* (semver)
Unaffected: 6.5 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "kernel/bpf/cpumap.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "b44d28b98f185d2f2348aa3c3636838c316f889e",
              "status": "affected",
              "version": "6710e1126934d8b4372b4d2f9ae1646cd3f151bf",
              "versionType": "git"
            },
            {
              "lessThan": "7a1178a3671b40746830d355836b72e47ceb2490",
              "status": "affected",
              "version": "6710e1126934d8b4372b4d2f9ae1646cd3f151bf",
              "versionType": "git"
            },
            {
              "lessThan": "ecb45b852af5e88257020b88bea5ff0798d72aca",
              "status": "affected",
              "version": "6710e1126934d8b4372b4d2f9ae1646cd3f151bf",
              "versionType": "git"
            },
            {
              "lessThan": "640a604585aa30f93e39b17d4d6ba69fcb1e66c9",
              "status": "affected",
              "version": "6710e1126934d8b4372b4d2f9ae1646cd3f151bf",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "kernel/bpf/cpumap.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.15"
            },
            {
              "lessThan": "4.15",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.126",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.45",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.4.*",
              "status": "unaffected",
              "version": "6.4.10",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.5",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.126",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.45",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.4.10",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.5",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf, cpumap: Make sure kthread is running before map update returns\n\nThe following warning was reported when running stress-mode enabled\nxdp_redirect_cpu with some RT threads:\n\n  ------------[ cut here ]------------\n  WARNING: CPU: 4 PID: 65 at kernel/bpf/cpumap.c:135\n  CPU: 4 PID: 65 Comm: kworker/4:1 Not tainted 6.5.0-rc2+ #1\n  Hardware name: QEMU Standard PC (i440FX + PIIX, 1996)\n  Workqueue: events cpu_map_kthread_stop\n  RIP: 0010:put_cpu_map_entry+0xda/0x220\n  ......\n  Call Trace:\n   \u003cTASK\u003e\n   ? show_regs+0x65/0x70\n   ? __warn+0xa5/0x240\n   ......\n   ? put_cpu_map_entry+0xda/0x220\n   cpu_map_kthread_stop+0x41/0x60\n   process_one_work+0x6b0/0xb80\n   worker_thread+0x96/0x720\n   kthread+0x1a5/0x1f0\n   ret_from_fork+0x3a/0x70\n   ret_from_fork_asm+0x1b/0x30\n   \u003c/TASK\u003e\n\nThe root cause is the same as commit 436901649731 (\"bpf: cpumap: Fix memory\nleak in cpu_map_update_elem\"). The kthread is stopped prematurely by\nkthread_stop() in cpu_map_kthread_stop(), and kthread() doesn\u0027t call\ncpu_map_kthread_run() at all but XDP program has already queued some\nframes or skbs into ptr_ring. So when __cpu_map_ring_cleanup() checks\nthe ptr_ring, it will find it was not emptied and report a warning.\n\nAn alternative fix is to use __cpu_map_ring_cleanup() to drop these\npending frames or skbs when kthread_stop() returns -EINTR, but it may\nconfuse the user, because these frames or skbs have been handled\ncorrectly by XDP program. So instead of dropping these frames or skbs,\njust make sure the per-cpu kthread is running before\n__cpu_map_entry_alloc() returns.\n\nAfter apply the fix, the error handle for kthread_stop() will be\nunnecessary because it will always return 0, so just remove it."
        }
      ],
      "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 - Triggering requires local `bpf()` syscall access to create a `BPF_MAP_TYPE_CPUMAP` and repeatedly update/delete its entries, plus attaching an XDP program \u2014 all local operations. Per kernel scoring guidance BPF map manipulation is Local.\nAC:L - The attacker drives both sides of the race: it produces the queued frames/skbs (self-generated traffic through a generic-mode XDP redirect on a veth/lo it controls) and issues the map update that calls `kthread_stop()`, and it chooses the CPU the kthread is bound to so it can starve it with spinner threads or a softirq flood. No special kernel config is required, and the update/delete loop can be repeated indefinitely until the race is won.\nPR:L - Creating the cpumap needs `bpf_capable()` and the XDP program needs `CAP_NET_ADMIN`, but these are delegatable non-root capabilities routinely granted to unprivileged XDP dataplane daemons/containers, not administrative control over the kernel. Consistent with kernel CNA scoring of comparable CAP_BPF/CAP_NET_ADMIN XDP and devmap/cpumap issues (e.g. CVE-2026-23294, CVE-2025-21808).\nUI:N - The entire sequence \u2014 map create, XDP attach, traffic generation, and the update/delete that races the kthread \u2014 is performed by the attacker\u0027s own process. No victim action is involved.\nS:U - The corruption and crash occur inside the kernel itself, within the same security authority as the vulnerable component. There is no VM, IOMMU, or sandbox boundary crossed.\nC:H - In generic/skb XDP mode the leftover ring entries are tagged `sk_buff` pointers passed to `xdp_return_frame()` as `struct xdp_frame *`; when the misread `flags` field sets `XDP_FLAGS_HAS_FRAGS`, `xdp_get_shared_info_from_frame()` builds a wild pointer from misread `data`/`frame_sz` and reads `sinfo-\u003enr_frags` and the frag array out of bounds. This type confusion yields an uncontrolled kernel-memory read primitive whose results feed `page_address()`/`__xdp_return()`.\nI:H - The same type confusion drives `__xdp_return()` with a garbage `mem.type` and garbage `data`, reaching `page_frag_free()`, `put_page()`, or `page_pool_put_full_page()` on uncontrolled pointers \u2014 arbitrary page refcount decrements that can prematurely free live pages and be leveraged into a write primitive. Type confusion / memory corruption of this class is scored High.\nA:H - The bug reliably produces a `WARN_ON_ONCE` splat in `__cpu_map_ring_cleanup()` (kernel panic under `panic_on_warn`), and the follow-on wild-pointer dereference in `xdp_return_frame()`/`__xdp_return()` causes a GPF/oops. It also leaks the pending skbs on every occurrence."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T09:14:55.401Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/b44d28b98f185d2f2348aa3c3636838c316f889e"
        },
        {
          "url": "https://git.kernel.org/stable/c/7a1178a3671b40746830d355836b72e47ceb2490"
        },
        {
          "url": "https://git.kernel.org/stable/c/ecb45b852af5e88257020b88bea5ff0798d72aca"
        },
        {
          "url": "https://git.kernel.org/stable/c/640a604585aa30f93e39b17d4d6ba69fcb1e66c9"
        }
      ],
      "title": "bpf, cpumap: Make sure kthread is running before map update returns",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-53577",
    "datePublished": "2025-10-04T15:17:16.632Z",
    "dateReserved": "2025-10-04T15:14:15.926Z",
    "dateUpdated": "2026-08-05T09:14:55.401Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2023-53577",
      "date": "2026-08-10",
      "epss": "0.00142",
      "percentile": "0.03994"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-53577\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-10-04T16:15:53.363\",\"lastModified\":\"2026-08-04T10:19:12.990\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nbpf, cpumap: Make sure kthread is running before map update returns\\n\\nThe following warning was reported when running stress-mode enabled\\nxdp_redirect_cpu with some RT threads:\\n\\n  ------------[ cut here ]------------\\n  WARNING: CPU: 4 PID: 65 at kernel/bpf/cpumap.c:135\\n  CPU: 4 PID: 65 Comm: kworker/4:1 Not tainted 6.5.0-rc2+ #1\\n  Hardware name: QEMU Standard PC (i440FX + PIIX, 1996)\\n  Workqueue: events cpu_map_kthread_stop\\n  RIP: 0010:put_cpu_map_entry+0xda/0x220\\n  ......\\n  Call Trace:\\n   \u003cTASK\u003e\\n   ? show_regs+0x65/0x70\\n   ? __warn+0xa5/0x240\\n   ......\\n   ? put_cpu_map_entry+0xda/0x220\\n   cpu_map_kthread_stop+0x41/0x60\\n   process_one_work+0x6b0/0xb80\\n   worker_thread+0x96/0x720\\n   kthread+0x1a5/0x1f0\\n   ret_from_fork+0x3a/0x70\\n   ret_from_fork_asm+0x1b/0x30\\n   \u003c/TASK\u003e\\n\\nThe root cause is the same as commit 436901649731 (\\\"bpf: cpumap: Fix memory\\nleak in cpu_map_update_elem\\\"). The kthread is stopped prematurely by\\nkthread_stop() in cpu_map_kthread_stop(), and kthread() doesn\u0027t call\\ncpu_map_kthread_run() at all but XDP program has already queued some\\nframes or skbs into ptr_ring. So when __cpu_map_ring_cleanup() checks\\nthe ptr_ring, it will find it was not emptied and report a warning.\\n\\nAn alternative fix is to use __cpu_map_ring_cleanup() to drop these\\npending frames or skbs when kthread_stop() returns -EINTR, but it may\\nconfuse the user, because these frames or skbs have been handled\\ncorrectly by XDP program. So instead of dropping these frames or skbs,\\njust make sure the per-cpu kthread is running before\\n__cpu_map_entry_alloc() returns.\\n\\nAfter apply the fix, the error handle for kthread_stop() will be\\nunnecessary because it will always return 0, so just remove it.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"kernel/bpf/cpumap.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6710e1126934d8b4372b4d2f9ae1646cd3f151bf\",\"lessThan\":\"b44d28b98f185d2f2348aa3c3636838c316f889e\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6710e1126934d8b4372b4d2f9ae1646cd3f151bf\",\"lessThan\":\"7a1178a3671b40746830d355836b72e47ceb2490\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6710e1126934d8b4372b4d2f9ae1646cd3f151bf\",\"lessThan\":\"ecb45b852af5e88257020b88bea5ff0798d72aca\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6710e1126934d8b4372b4d2f9ae1646cd3f151bf\",\"lessThan\":\"640a604585aa30f93e39b17d4d6ba69fcb1e66c9\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"kernel/bpf/cpumap.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"4.15\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"4.15\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.126\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.45\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.4.10\",\"lessThanOrEqual\":\"6.4.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.5\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9},{\"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:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-401\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.15\",\"versionEndExcluding\":\"5.15.126\",\"matchCriteriaId\":\"6B1E28EF-97E0-405F-AFDB-C94D23736201\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.45\",\"matchCriteriaId\":\"A0CA013D-55AF-4494-A931-AFC8EA64E875\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.4.10\",\"matchCriteriaId\":\"7BB0D94C-4FCE-46F4-A8D4-062D6A84627A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.5:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"0B3E6E4D-E24E-4630-B00C-8C9901C597B0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.5:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"E4A01A71-0F09-4DB2-A02F-7EFFBE27C98D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.5:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"F5608371-157A-4318-8A2E-4104C3467EA1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.5:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"2226A776-DF8C-49E0-A030-0A7853BB018A\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/640a604585aa30f93e39b17d4d6ba69fcb1e66c9\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7a1178a3671b40746830d355836b72e47ceb2490\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b44d28b98f185d2f2348aa3c3636838c316f889e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/ecb45b852af5e88257020b88bea5ff0798d72aca\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-08-04T22:55:33+00:00",
      "cve": "CVE-2023-53577",
      "id": "CVE-2023-53577",
      "initial_release_date": "2023-01-01T00:00:00+00:00",
      "product_status:fixed": "399",
      "product_status:known_affected": "38",
      "product_status:known_not_affected": "118",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: bpf, cpumap: Make sure kthread is running before map update returns",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2023/cve-2023-53577.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-07-25T02:16:02Z",
      "cve": "CVE-2023-53577",
      "id": "CVE-2023-53577",
      "initial_release_date": "2025-10-05T02:56:02Z",
      "product_status:known_affected": "517",
      "product_status:known_not_affected": "118",
      "product_status:recommended": "395",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2023-53577",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2023-53577.json",
      "version": "44"
    }
  }
}



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…