CVE-2024-56599
Scores
EPSS
Percentile: 0.0%
CVSS
CVSS Score: 5.5/10
All CVSS Scores
Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Vector Breakdown
CVSS (Common Vulnerability Scoring System) vector provides detailed metrics about vulnerability characteristics
CVSS
Attack Vector
Local (L)
Describes how the vulnerability is exploited
Attack Complexity
Low (L)
Describes the conditions beyond the attacker's control
Privileges Required
Low (L)
Describes the level of privileges an attacker must possess
User Interaction
None (N)
Captures the requirement for a human user participation
Scope
Unchanged (U)
Determines if a successful attack impacts components beyond the vulnerable component
Confidentiality Impact
None (N)
Measures the impact to the confidentiality of information
Integrity Impact
None (N)
Measures the impact to integrity of a successfully exploited vulnerability
Availability Impact
High (H)
Measures the impact to the availability of the impacted component
Description
In the Linux kernel, the following vulnerability has been resolved:
wifi: ath10k: avoid NULL pointer error during sdio remove
When running ‘rmmod ath10k’, ath10k_sdio_remove() will free sdio
workqueue by destroy_workqueue(). But if CONFIG_INIT_ON_FREE_DEFAULT_ON
is set to yes, kernel panic will happen:
Call trace:
destroy_workqueue+0x1c/0x258
ath10k_sdio_remove+0x84/0x94
sdio_bus_remove+0x50/0x16c
device_release_driver_internal+0x188/0x25c
device_driver_detach+0x20/0x2c
This is because during ‘rmmod ath10k’, ath10k_sdio_remove() will call
ath10k_core_destroy() before destroy_workqueue(). wiphy_dev_release()
will finally be called in ath10k_core_destroy(). This function will free
struct cfg80211_registered_device *rdev and all its members, including
wiphy, dev and the pointer of sdio workqueue. Then the pointer of sdio
workqueue will be set to NULL due to CONFIG_INIT_ON_FREE_DEFAULT_ON.
After device release, destroy_workqueue() will use NULL pointer then the
kernel panic happen.
Call trace:
ath10k_sdio_remove
->ath10k_core_unregister
……
->ath10k_core_stop
->ath10k_hif_stop
->ath10k_sdio_irq_disable
->ath10k_hif_power_down
->del_timer_sync(&ar_sdio->sleep_timer)
->ath10k_core_destroy
->ath10k_mac_destroy
->ieee80211_free_hw
->wiphy_free
……
->wiphy_dev_release
->destroy_workqueue
Need to call destroy_workqueue() before ath10k_core_destroy(), free
the work queue buffer first and then free pointer of work queue by
ath10k_core_destroy(). This order matches the error path order in
ath10k_sdio_probe().
No work will be queued on sdio workqueue between it is destroyed and
ath10k_core_destroy() is called. Based on the call_stack above, the
reason is:
Only ath10k_sdio_sleep_timer_handler(), ath10k_sdio_hif_tx_sg() and
ath10k_sdio_irq_disable() will queue work on sdio workqueue.
Sleep timer will be deleted before ath10k_core_destroy() in
ath10k_hif_power_down().
ath10k_sdio_irq_disable() only be called in ath10k_hif_stop().
ath10k_core_unregister() will call ath10k_hif_power_down() to stop hif
bus, so ath10k_sdio_hif_tx_sg() won’t be called anymore.
Tested-on: QCA6174 hw3.2 SDIO WLAN.RMH.4.4.1-00189
Scaner-VS 7 — a modern vulnerability management solution
Sources
CWEs
Related Vulnerabilities
Vulnerable Software (165)
Type: Configuration
Product: linux
Operating System: debian
{ "fixed": "6.12.5-1"}
Source: debian
Type: Configuration
Product: linux
Operating System: ubuntu bionic 18.04
{ "unaffected": true}
Source: ubuntu
Type: Configuration
Product: linux
Operating System: ubuntu focal 20.04
{ "fixed": "5.4.0-216.236"}
Source: ubuntu
Type: Configuration
Product: linux
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-140.150"}
Source: ubuntu
Type: Configuration
Product: linux
Operating System: ubuntu trusty 14.04
{ "unaffected": true}
Source: ubuntu
Type: Configuration
Product: linux
Operating System: ubuntu xenial 16.04
{ "unaffected": true}
Source: ubuntu
Type: Configuration
Product: linux-5.10
Operating System: astra 4.7.0
{ "unaffected": true}
Source: astra
Type: Configuration
Product: linux-5.15
Operating System: astra 4.7.0
{ "unaffected": true}
Source: astra
Type: Configuration
Product: linux-allwinner-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws
Operating System: ubuntu focal 20.04
{ "fixed": "5.4.0-1146.156"}
Source: ubuntu
Type: Configuration
Product: linux-aws
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1084.91"}
Source: ubuntu
Type: Configuration
Product: linux-aws
Operating System: ubuntu trusty 14.04
{ "unaffected": true}
Source: ubuntu
Type: Configuration
Product: linux-aws
Operating System: ubuntu xenial 16.04
{ "unaffected": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.0
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.11
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.13
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.15
Operating System: ubuntu focal 20.04
{ "fixed": "5.15.0-1084.91~20.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.3
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-5.8
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-6.8
Operating System: ubuntu jammy 22.04
{ "fixed": "6.8.0-1027.29~22.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-aws-fips
Operating System: ubuntu trusty 14.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-fips
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-aws-hwe
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure
Operating System: ubuntu focal 20.04
{ "fixed": "5.4.0-1151.158"}
Source: ubuntu
Type: Configuration
Product: linux-azure
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1089.98"}
Source: ubuntu
Type: Configuration
Product: linux-azure
Operating System: ubuntu trusty 14.04
{ "unaffected": true}
Source: ubuntu
Type: Configuration
Product: linux-azure
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-4.15
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-5.11
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-5.13
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-5.15
Operating System: ubuntu focal 20.04
{ "fixed": "5.15.0-1089.98~20.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-azure-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-5.3
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-5.8
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-6.8
Operating System: ubuntu jammy 22.04
{ "fixed": "6.8.0-1027.32~22.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-azure-edge
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-fde
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-fde
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-fde-5.15
Operating System: ubuntu focal 20.04
{ "unaffected": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-fde-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-fde-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-fips
Operating System: ubuntu trusty 14.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-azure-fips
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-bluefield
Operating System: ubuntu focal 20.04
{ "fixed": "5.4.0-1105.112"}
Source: ubuntu
Type: Configuration
Product: linux-gcp
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp
Operating System: ubuntu focal 20.04
{ "fixed": "5.4.0-1149.158"}
Source: ubuntu
Type: Configuration
Product: linux-gcp
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1083.92"}
Source: ubuntu
Type: Configuration
Product: linux-gcp
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-4.15
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-5.11
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-5.13
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-5.15
Operating System: ubuntu focal 20.04
{ "fixed": "5.15.0-1083.92~20.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-gcp-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-5.3
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-5.8
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-6.8
Operating System: ubuntu jammy 22.04
{ "fixed": "6.8.0-1028.30~22.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-gcp-fips
Operating System: ubuntu trusty 14.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gcp-fips
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gke
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gke
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1081.87"}
Source: ubuntu
Type: Configuration
Product: linux-gke
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gke-4.15
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gke-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gke-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gkeop
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gkeop
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1066.74"}
Source: ubuntu
Type: Configuration
Product: linux-gkeop-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-gkeop-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-5.11
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-5.13
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-5.8
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-6.8
Operating System: ubuntu jammy 22.04
{ "fixed": "6.8.0-58.60~22.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-hwe-edge
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-hwe-edge
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-ibm
Operating System: ubuntu focal 20.04
{ "fixed": "5.4.0-1092.97"}
Source: ubuntu
Type: Configuration
Product: linux-ibm
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1076.79"}
Source: ubuntu
Type: Configuration
Product: linux-ibm-5.15
Operating System: ubuntu focal 20.04
{ "fixed": "5.15.0-1076.79~20.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-ibm-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-ibm-6.8
Operating System: ubuntu jammy 22.04
{ "fixed": "6.8.0-1024.24~22.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-intel-5.13
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-intel-iot-realtime
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-intel-iotg
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1079.85"}
Source: ubuntu
Type: Configuration
Product: linux-intel-iotg-5.15
Operating System: ubuntu focal 20.04
{ "fixed": "5.15.0-1079.85~20.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-iot
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-kvm
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-kvm
Operating System: ubuntu focal 20.04
{ "fixed": "5.4.0-1133.142"}
Source: ubuntu
Type: Configuration
Product: linux-kvm
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1080.85"}
Source: ubuntu
Type: Configuration
Product: linux-kvm
Operating System: ubuntu xenial 16.04
{ "unaffected": true}
Source: ubuntu
Type: Configuration
Product: linux-lowlatency
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-140.150"}
Source: ubuntu
Type: Configuration
Product: linux-lowlatency-hwe-5.15
Operating System: ubuntu focal 20.04
{ "fixed": "5.15.0-140.150~20.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-lowlatency-hwe-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-lowlatency-hwe-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-lowlatency-hwe-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-lowlatency-hwe-6.8
Operating System: ubuntu jammy 22.04
{ "fixed": "6.8.0-58.60.1~22.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-lts-xenial
Operating System: ubuntu trusty 14.04
{ "unaffected": true}
Source: ubuntu
Type: Configuration
Product: linux-nvidia
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1078.79"}
Source: ubuntu
Type: Configuration
Product: linux-nvidia-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-nvidia-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-nvidia-6.8
Operating System: ubuntu jammy 22.04
{ "fixed": "6.8.0-1026.29~22.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-nvidia-tegra
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1037.37"}
Source: ubuntu
Type: Configuration
Product: linux-nvidia-tegra-5.15
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-nvidia-tegra-igx
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1026.26"}
Source: ubuntu
Type: Configuration
Product: linux-oem
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-5.10
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-5.13
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-5.14
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-5.17
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-5.6
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-6.0
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-6.1
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oem-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle
Operating System: ubuntu focal 20.04
{ "fixed": "5.4.0-1144.154"}
Source: ubuntu
Type: Configuration
Product: linux-oracle
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1081.87"}
Source: ubuntu
Type: Configuration
Product: linux-oracle
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-5.0
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-5.11
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-5.13
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-5.15
Operating System: ubuntu focal 20.04
{ "fixed": "5.15.0-1081.87~20.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-oracle-5.3
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-5.8
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-oracle-6.8
Operating System: ubuntu jammy 22.04
{ "fixed": "6.8.0-1024.25~22.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-raspi
Operating System: ubuntu focal 20.04
{ "fixed": "5.4.0-1129.142"}
Source: ubuntu
Type: Configuration
Product: linux-raspi
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1078.81"}
Source: ubuntu
Type: Configuration
Product: linux-raspi-5.4
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-raspi2
Operating System: ubuntu bionic 18.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-raspi2
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-raspi2
Operating System: ubuntu xenial 16.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-realtime
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-riscv
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-riscv
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-riscv-5.11
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-riscv-5.15
Operating System: ubuntu focal 20.04
{ "fixed": "5.15.0-1079.83~20.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-riscv-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-riscv-5.8
Operating System: ubuntu focal 20.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-riscv-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-riscv-6.8
Operating System: ubuntu jammy 22.04
{ "fixed": "6.8.0-58.60.1~22.04.1"}
Source: ubuntu
Type: Configuration
Product: linux-starfive-5.19
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-starfive-6.2
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-starfive-6.5
Operating System: ubuntu jammy 22.04
{ "unfixed": true}
Source: ubuntu
Type: Configuration
Product: linux-xilinx-zynqmp
Operating System: ubuntu focal 20.04
{ "fixed": "5.4.0-1064.68"}
Source: ubuntu
Type: Configuration
Product: linux-xilinx-zynqmp
Operating System: ubuntu jammy 22.04
{ "fixed": "5.15.0-1050.54"}
Source: ubuntu
Type: Configuration
Vendor: linux
Product: linux_kernel
Operating System: * * *
{ "cpe_match": [ { "cpe23uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.12.5", "vulnerable": true } ], "operator": "OR"}
Source: nvd