CVE-2023-53189 (GCVE-0-2023-53189)

Vulnerability from cvelistv5 – Published: 2025-09-15 14:05 – Updated: 2026-08-05 09:13
VLAI
Title
ipv6/addrconf: fix a potential refcount underflow for idev
Summary
In the Linux kernel, the following vulnerability has been resolved: ipv6/addrconf: fix a potential refcount underflow for idev Now in addrconf_mod_rs_timer(), reference idev depends on whether rs_timer is not pending. Then modify rs_timer timeout. There is a time gap in [1], during which if the pending rs_timer becomes not pending. It will miss to hold idev, but the rs_timer is activated. Thus rs_timer callback function addrconf_rs_timer() will be executed and put idev later without holding idev. A refcount underflow issue for idev can be caused by this. if (!timer_pending(&idev->rs_timer)) in6_dev_hold(idev); <--------------[1] mod_timer(&idev->rs_timer, jiffies + when); To fix the issue, hold idev if mod_timer() return 0.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: b7b1bfce0bb68bd8f6e62a28295922785cc63781 , < c6395e32935d35e6f935e7caf1c2dac5a95943b4 (git)
Affected: b7b1bfce0bb68bd8f6e62a28295922785cc63781 , < df62fdcd004afa72ecbed0e862ebb983acd3aa57 (git)
Affected: b7b1bfce0bb68bd8f6e62a28295922785cc63781 , < c7eeba47058532f6077d6a658e38b6698f6ae71a (git)
Affected: b7b1bfce0bb68bd8f6e62a28295922785cc63781 , < 2ad31ce40e8182860b631e37209e93e543790b7c (git)
Affected: b7b1bfce0bb68bd8f6e62a28295922785cc63781 , < 82abd1c37d3bf2a2658b34772c17a25a6f9cca42 (git)
Affected: b7b1bfce0bb68bd8f6e62a28295922785cc63781 , < 436b7cc7eae7851c184b671ed7a4a64c750b86f7 (git)
Affected: b7b1bfce0bb68bd8f6e62a28295922785cc63781 , < 1f656e483eb4733d62f18dfb206a49b78f60f495 (git)
Affected: b7b1bfce0bb68bd8f6e62a28295922785cc63781 , < 06a0716949c22e2aefb648526580671197151acc (git)
Affected: 973d5956f754cfc306f5e274d71503498f4b0324 (git)
Affected: 3.10.105 , < 3.11 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 3.11
Unaffected: 0 , < 3.11 (semver)
Unaffected: 4.14.322 , ≤ 4.14.* (semver)
Unaffected: 4.19.291 , ≤ 4.19.* (semver)
Unaffected: 5.4.251 , ≤ 5.4.* (semver)
Unaffected: 5.10.188 , ≤ 5.10.* (semver)
Unaffected: 5.15.121 , ≤ 5.15.* (semver)
Unaffected: 6.1.40 , ≤ 6.1.* (semver)
Unaffected: 6.4.5 , ≤ 6.4.* (semver)
Unaffected: 6.5 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/ipv6/addrconf.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "c6395e32935d35e6f935e7caf1c2dac5a95943b4",
              "status": "affected",
              "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
              "versionType": "git"
            },
            {
              "lessThan": "df62fdcd004afa72ecbed0e862ebb983acd3aa57",
              "status": "affected",
              "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
              "versionType": "git"
            },
            {
              "lessThan": "c7eeba47058532f6077d6a658e38b6698f6ae71a",
              "status": "affected",
              "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
              "versionType": "git"
            },
            {
              "lessThan": "2ad31ce40e8182860b631e37209e93e543790b7c",
              "status": "affected",
              "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
              "versionType": "git"
            },
            {
              "lessThan": "82abd1c37d3bf2a2658b34772c17a25a6f9cca42",
              "status": "affected",
              "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
              "versionType": "git"
            },
            {
              "lessThan": "436b7cc7eae7851c184b671ed7a4a64c750b86f7",
              "status": "affected",
              "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
              "versionType": "git"
            },
            {
              "lessThan": "1f656e483eb4733d62f18dfb206a49b78f60f495",
              "status": "affected",
              "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
              "versionType": "git"
            },
            {
              "lessThan": "06a0716949c22e2aefb648526580671197151acc",
              "status": "affected",
              "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "973d5956f754cfc306f5e274d71503498f4b0324",
              "versionType": "git"
            },
            {
              "lessThan": "3.11",
              "status": "affected",
              "version": "3.10.105",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/ipv6/addrconf.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.11"
            },
            {
              "lessThan": "3.11",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.14.*",
              "status": "unaffected",
              "version": "4.14.322",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.291",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.251",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.188",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.121",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.40",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.4.*",
              "status": "unaffected",
              "version": "6.4.5",
              "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": "4.14.322",
                  "versionStartIncluding": "3.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.291",
                  "versionStartIncluding": "3.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.251",
                  "versionStartIncluding": "3.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.188",
                  "versionStartIncluding": "3.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.121",
                  "versionStartIncluding": "3.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.40",
                  "versionStartIncluding": "3.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.4.5",
                  "versionStartIncluding": "3.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.5",
                  "versionStartIncluding": "3.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "3.10.105",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6/addrconf: fix a potential refcount underflow for idev\n\nNow in addrconf_mod_rs_timer(), reference idev depends on whether\nrs_timer is not pending. Then modify rs_timer timeout.\n\nThere is a time gap in [1], during which if the pending rs_timer\nbecomes not pending. It will miss to hold idev, but the rs_timer\nis activated. Thus rs_timer callback function addrconf_rs_timer()\nwill be executed and put idev later without holding idev. A refcount\nunderflow issue for idev can be caused by this.\n\n\tif (!timer_pending(\u0026idev-\u003ers_timer))\n\t\tin6_dev_hold(idev);\n\t\t  \u003c--------------[1]\n\tmod_timer(\u0026idev-\u003ers_timer, jiffies + when);\n\nTo fix the issue, hold idev if mod_timer() return 0."
        }
      ],
      "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 only reachable via local IPv6 addrconf paths that call addrconf_mod_rs_timer()\u2014DAD completion on interface bring-up and inet6_set_iftoken() via rtnetlink\u2014not via processing remote packets.\nAC:L - An attacker who can configure the netns controls both sides of the race: they can arm the RS timer, set a very short router_solicitation_interval via netns sysctl, and spam set_iftoken/ifup to hit the timer_pending-to-mod_timer window as the timer fires.\nPR:L - Triggering requires CAP_NET_ADMIN for interface/token/sysctl configuration, which an unprivileged user can obtain inside a user+network namespace; it does not require host-init-namespace root.\nUI:N - No victim interaction is needed; the attacker performs all interface and netlink operations themselves.\nS:U - Impact is memory corruption within the same kernel networking authority (inet6_dev UAF/refcount corruption), not a cross-boundary escape.\nC:H - The missed in6_dev_hold lets addrconf_rs_timer() put without a matching hold, which can free or leave inet6_dev at refcnt 0 while still reachable via the device, enabling a use-after-free read primitive.\nI:H - The same inet6_dev use-after-free/refcount corruption can be exploited for heap reuse and arbitrary write/control-flow hijack against the kernel network stack.\nA:H - Refcount underflow or premature destruction of inet6_dev leads to kernel WARN/oops, unstable networking state, or crash when the dangling idev is used."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T09:13:02.180Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/c6395e32935d35e6f935e7caf1c2dac5a95943b4"
        },
        {
          "url": "https://git.kernel.org/stable/c/df62fdcd004afa72ecbed0e862ebb983acd3aa57"
        },
        {
          "url": "https://git.kernel.org/stable/c/c7eeba47058532f6077d6a658e38b6698f6ae71a"
        },
        {
          "url": "https://git.kernel.org/stable/c/2ad31ce40e8182860b631e37209e93e543790b7c"
        },
        {
          "url": "https://git.kernel.org/stable/c/82abd1c37d3bf2a2658b34772c17a25a6f9cca42"
        },
        {
          "url": "https://git.kernel.org/stable/c/436b7cc7eae7851c184b671ed7a4a64c750b86f7"
        },
        {
          "url": "https://git.kernel.org/stable/c/1f656e483eb4733d62f18dfb206a49b78f60f495"
        },
        {
          "url": "https://git.kernel.org/stable/c/06a0716949c22e2aefb648526580671197151acc"
        }
      ],
      "title": "ipv6/addrconf: fix a potential refcount underflow for idev",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-53189",
    "datePublished": "2025-09-15T14:05:26.685Z",
    "dateReserved": "2025-09-15T13:59:19.066Z",
    "dateUpdated": "2026-08-05T09:13:02.180Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2023-53189",
      "date": "2026-09-25",
      "epss": "0.00164",
      "percentile": "0.04994"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Linux",
                "programFiles": [
                  "net/ipv6/addrconf.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "lessThan": "c6395e32935d35e6f935e7caf1c2dac5a95943b4",
                    "status": "affected",
                    "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "df62fdcd004afa72ecbed0e862ebb983acd3aa57",
                    "status": "affected",
                    "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "c7eeba47058532f6077d6a658e38b6698f6ae71a",
                    "status": "affected",
                    "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "2ad31ce40e8182860b631e37209e93e543790b7c",
                    "status": "affected",
                    "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "82abd1c37d3bf2a2658b34772c17a25a6f9cca42",
                    "status": "affected",
                    "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "436b7cc7eae7851c184b671ed7a4a64c750b86f7",
                    "status": "affected",
                    "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "1f656e483eb4733d62f18dfb206a49b78f60f495",
                    "status": "affected",
                    "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "06a0716949c22e2aefb648526580671197151acc",
                    "status": "affected",
                    "version": "b7b1bfce0bb68bd8f6e62a28295922785cc63781",
                    "versionType": "git"
                  },
                  {
                    "status": "affected",
                    "version": "973d5956f754cfc306f5e274d71503498f4b0324",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "3.11",
                    "status": "affected",
                    "version": "3.10.105",
                    "versionType": "semver"
                  }
                ]
              },
              {
                "defaultStatus": "affected",
                "product": "Linux",
                "programFiles": [
                  "net/ipv6/addrconf.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "status": "affected",
                    "version": "3.11"
                  },
                  {
                    "lessThan": "3.11",
                    "status": "unaffected",
                    "version": "0",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "4.14.*",
                    "status": "unaffected",
                    "version": "4.14.322",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "4.19.*",
                    "status": "unaffected",
                    "version": "4.19.291",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "5.4.*",
                    "status": "unaffected",
                    "version": "5.4.251",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "5.10.*",
                    "status": "unaffected",
                    "version": "5.10.188",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "5.15.*",
                    "status": "unaffected",
                    "version": "5.15.121",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.1.*",
                    "status": "unaffected",
                    "version": "6.1.40",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.4.*",
                    "status": "unaffected",
                    "version": "6.4.5",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "*",
                    "status": "unaffected",
                    "version": "6.5",
                    "versionType": "original_commit_for_fix"
                  }
                ]
              }
            ],
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
          }
        ],
        "configurations": [
          {
            "nodes": [
              {
                "cpeMatch": [
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "2834C78B-D3CD-4979-B569-A95F5FB8D3E0",
                    "versionEndExcluding": "4.14.322",
                    "versionStartIncluding": "3.10.105",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "D2D2CA9F-4CC4-4AF5-8C6D-E58415AB782E",
                    "versionEndExcluding": "4.19.291",
                    "versionStartIncluding": "4.15",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "7FA663C4-CA72-4B5A-8592-7354D978F58E",
                    "versionEndExcluding": "5.4.251",
                    "versionStartIncluding": "4.20",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "43CAE50A-4A6C-488E-813C-F8DB77C13C8B",
                    "versionEndExcluding": "5.10.188",
                    "versionStartIncluding": "5.5",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "EC77775B-EC31-4966-966C-1286C02B2A85",
                    "versionEndExcluding": "5.15.121",
                    "versionStartIncluding": "5.11",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "69315BCC-36D2-45CD-84F8-381EDF8E38F3",
                    "versionEndExcluding": "6.1.40",
                    "versionStartIncluding": "5.16",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "923F6AEA-C2EF-4B08-B038-69A18F3D41F8",
                    "versionEndExcluding": "6.4.5",
                    "versionStartIncluding": "6.2",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:6.5:rc1:*:*:*:*:*:*",
                    "matchCriteriaId": "0B3E6E4D-E24E-4630-B00C-8C9901C597B0",
                    "vulnerable": true
                  }
                ],
                "negate": false,
                "operator": "OR"
              }
            ]
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6/addrconf: fix a potential refcount underflow for idev\n\nNow in addrconf_mod_rs_timer(), reference idev depends on whether\nrs_timer is not pending. Then modify rs_timer timeout.\n\nThere is a time gap in [1], during which if the pending rs_timer\nbecomes not pending. It will miss to hold idev, but the rs_timer\nis activated. Thus rs_timer callback function addrconf_rs_timer()\nwill be executed and put idev later without holding idev. A refcount\nunderflow issue for idev can be caused by this.\n\n\tif (!timer_pending(\u0026idev-\u003ers_timer))\n\t\tin6_dev_hold(idev);\n\t\t  \u003c--------------[1]\n\tmod_timer(\u0026idev-\u003ers_timer, jiffies + when);\n\nTo fix the issue, hold idev if mod_timer() return 0."
          }
        ],
        "id": "CVE-2023-53189",
        "lastModified": "2026-08-04T10:18:57.257",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 7.8,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 1.8,
              "impactScore": 5.9,
              "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
              "type": "Secondary"
            },
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 5.5,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 1.8,
              "impactScore": 3.6,
              "source": "nvd@nist.gov",
              "type": "Primary"
            }
          ]
        },
        "published": "2025-09-15T14:15:41.150",
        "references": [
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/06a0716949c22e2aefb648526580671197151acc"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/1f656e483eb4733d62f18dfb206a49b78f60f495"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/2ad31ce40e8182860b631e37209e93e543790b7c"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/436b7cc7eae7851c184b671ed7a4a64c750b86f7"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/82abd1c37d3bf2a2658b34772c17a25a6f9cca42"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/c6395e32935d35e6f935e7caf1c2dac5a95943b4"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/c7eeba47058532f6077d6a658e38b6698f6ae71a"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/df62fdcd004afa72ecbed0e862ebb983acd3aa57"
          }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "vulnStatus": "Modified",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-191"
              }
            ],
            "source": "nvd@nist.gov",
            "type": "Primary"
          }
        ]
      }
    },
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-04T19:21:16+00:00",
      "cve": "CVE-2023-53189",
      "id": "CVE-2023-53189",
      "initial_release_date": "2023-01-01T00:00:00+00:00",
      "product_status:known_affected": "198",
      "product_status:known_not_affected": "76",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: ipv6/addrconf: fix a potential refcount underflow for idev",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2023/cve-2023-53189.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-15T02:25:26Z",
      "cve": "CVE-2023-53189",
      "id": "CVE-2023-53189",
      "initial_release_date": "2025-09-17T23:29:36Z",
      "product_status:known_affected": "626",
      "product_status:known_not_affected": "26",
      "product_status:recommended": "439",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2023-53189",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2023-53189.json",
      "version": "56"
    }
  }
}



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…

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…