[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"repo-stars":3,"vuln-SUSE-SU-2022:0362-1":6},{"stargazers_count":4,"fetched_at":5},7,"2026-06-04T02:53:27.892Z",{"id":7,"descriptions":8,"cisa":9,"weaknesses":10,"exploits":11,"aliases":12,"duplicate_of":9,"upstream":13,"downstream":60,"duplicates":61,"related":62,"reserved_at":9,"published_at":86,"modified_at":87,"state":9,"summary":88,"references_raw":90,"kevs":299,"epss":9,"epss_history":300,"metrics":301,"affected":302},"SUSE-SU-2022:0362-1","Security update for the Linux Kernel\n\n\nThe SUSE Linux Enterprise 12 SP3 LTSS kernel was updated to receive various security and bugfixes.\n\n\nThe following security bugs were fixed:\n\n- CVE-2018-25020: Fixed an overflow in the BPF subsystem due to a mishandling of a long jump over an instruction sequence where inner instructions require substantial expansions into multiple BPF instructions. This affects kernel/bpf/core.c and net/core/filter.c (bnc#1193575).\n- CVE-2019-0136: Fixed insufficient access control in the Intel(R) PROSet/Wireless WiFi Software driver that may have allowed an unauthenticated user to potentially enable denial of service via adjacent access (bnc#1193157).\n- CVE-2020-35519: Fixed out-of-bounds memory access in x25_bind in net/x25/af_x25.c. A bounds check failure allowed a local attacker with a user account on the system to gain access to out-of-bounds memory, leading to a system crash or a leak of internal kernel information (bnc#1183696).\n- CVE-2021-0935: Fixed possible out of bounds write in ip6_xmit of ip6_output.c due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation (bnc#1192032).\n- CVE-2021-28711: Fixed issue with xen/blkfront to harden blkfront against event channel storms (XSA-391) (bsc#1193440).\n- CVE-2021-28712: Fixed issue with xen/netfront to harden netfront against event channel storms (XSA-391) (bsc#1193440).\n- CVE-2021-28713: Fixed issue with xen/console to harden hvc_xen against event channel storms (XSA-391) (bsc#1193440).\n- CVE-2021-28715: Fixed issue with xen/netback to do not queue unlimited number of packages (XSA-392) (bsc#1193442).\n- CVE-2021-33098: Fixed improper input validation in the Intel(R) Ethernet ixgbe driver that may have allowed an authenticated user to potentially cause denial of service via local access (bnc#1192877).\n- CVE-2021-3564: Fixed double-free memory corruption in the Linux kernel HCI device initialization subsystem that could have been used by attaching malicious HCI TTY Bluetooth devices. A local user could use this flaw to crash the system (bnc#1186207).\n- CVE-2021-39648: Fixed possible disclosure of kernel heap memory due to a race condition in gadget_dev_desc_UDC_show of configfs.c. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation (bnc#1193861).\n- CVE-2021-39657: Fixed out of bounds read due to a missing bounds check in ufshcd_eh_device_reset_handler of ufshcd.c. This could lead to local information disclosure with System execution privileges needed (bnc#1193864).\n- CVE-2021-4002: Fixed incorrect TLBs flush in hugetlbfs after huge_pmd_unshare (bsc#1192946).\n- CVE-2021-4083: Fixed a read-after-free memory flaw inside the garbage collection for Unix domain socket file handlers when users call close() and fget() simultaneouslyand can potentially trigger a race condition (bnc#1193727).\n- CVE-2021-4149: Fixed btrfs unlock newly allocated extent buffer after error (bsc#1194001).\n- CVE-2021-4155: Fixed XFS map issue when unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate (bsc#1194272).\n- CVE-2021-4197: Use cgroup open-time credentials for process migraton perm checks (bsc#1194302).\n- CVE-2021-4202: Fixed NFC race condition by adding NCI_UNREG flag (bsc#1194529).\n- CVE-2021-43976: Fixed insufficient access control in drivers/net/wireless/marvell/mwifiex/usb.c that allowed an attacker who connect a crafted USB device to cause denial of service (bnc#1192847).\n- CVE-2021-45095: Fixed refcount leak in pep_sock_accept in net/phonet/pep.c (bnc#1193867).\n- CVE-2021-45485: Fixed information leak in the IPv6 implementation in net/ipv6/output_core.c (bnc#1194094).\n- CVE-2021-45486: Fixed information leak inside the IPv4 implementation caused by very small hash table (bnc#1194087).\n- CVE-2022-0330: Fixed flush TLBs before releasing backing store (bsc#1194880).\n\n\nThe following non-security bugs were fixed:\n\n- fget: clarify and improve __fget_files() implementation (bsc#1193727).\n- hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit() (bsc#1193507).\n- hv_netvsc: Set needed_headroom according to VF (bsc#1193507).\n- kprobes: Limit max data_size of the kretprobe instances (bsc#1193669).\n- memstick: rtsx_usb_ms: fix UAF\n- moxart: fix potential use-after-free on remove path (bsc1194516).\n- net/x25: fix a race in x25_bind() (networking-stable-19_03_15).\n- net: mana: Add RX fencing (bsc#1193507).\n- net: mana: Allow setting the number of queues while the NIC is down (bsc#1193507).\n- net: mana: Fix spelling mistake 'calledd' -> 'called' (bsc#1193507).\n- net: mana: Fix the netdev_err()'s vPort argument in mana_init_port() (bsc#1193507).\n- net: mana: Improve the HWC error handling (bsc#1193507).\n- net: mana: Support hibernation and kexec (bsc#1193507).\n- net: mana: Use kcalloc() instead of kzalloc() (bsc#1193507).\n- recordmcount.pl: fix typo in s390 mcount regex (bsc#1192267).\n- recordmcount.pl: look for jgnop instruction as well as bcrl on s390 (bsc#1192267).\n- ring-buffer: Protect ring_buffer_reset() from reentrancy (bsc#1179960).\n- tty: hvc: replace BUG_ON() with negative return value (git-fixes).\n- xen-netfront: do not assume sk_buff_head list is empty in error handling (git-fixes).\n- xen-netfront: do not use ~0U as error return value for xennet_fill_frags() (git-fixes).\n- xen/blkfront: do not take local copy of a request from the ring page (git-fixes).\n- xen/blkfront: do not trust the backend response data blindly (git-fixes).\n- xen/blkfront: read response from backend only once (git-fixes).\n- xen/netfront: disentangle tx_skb_freelist (git-fixes).\n- xen/netfront: do not bug in case of too many frags (bnc#1012382).\n- xen/netfront: do not cache skb_shinfo() (bnc#1012382).\n- xen/netfront: do not read data from request on the ring page (git-fixes).\n- xen/netfront: do not trust the backend response data blindly (git-fixes).\n- xen/netfront: read response from backend only once (git-fixes).\n- xen: sync include/xen/interface/io/ring.h with Xen's newest version (git-fixes).\n",null,[],[],[],[14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58],{"_key":15},"CVE-2018-25020",{"_key":17},"CVE-2019-0136",{"_key":19},"CVE-2020-35519",{"_key":21},"CVE-2021-0935",{"_key":23},"CVE-2021-28711",{"_key":25},"CVE-2021-28712",{"_key":27},"CVE-2021-28713",{"_key":29},"CVE-2021-28715",{"_key":31},"CVE-2021-33098",{"_key":33},"CVE-2021-3564",{"_key":35},"CVE-2021-39648",{"_key":37},"CVE-2021-39657",{"_key":39},"CVE-2021-4002",{"_key":41},"CVE-2021-4083",{"_key":43},"CVE-2021-4149",{"_key":45},"CVE-2021-4155",{"_key":47},"CVE-2021-4197",{"_key":49},"CVE-2021-4202",{"_key":51},"CVE-2021-43976",{"_key":53},"CVE-2021-45095",{"_key":55},"CVE-2021-45485",{"_key":57},"CVE-2021-45486",{"_key":59},"CVE-2022-0330",[],[],[63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85],{"_key":15},{"_key":17},{"_key":19},{"_key":21},{"_key":23},{"_key":25},{"_key":27},{"_key":29},{"_key":31},{"_key":33},{"_key":35},{"_key":37},{"_key":39},{"_key":41},{"_key":43},{"_key":45},{"_key":47},{"_key":49},{"_key":51},{"_key":53},{"_key":55},{"_key":57},{"_key":59},"2022-02-10T15:58:22Z","2026-02-04T03:32:08.779168Z",{"cisa_kev":89,"cisa_ransomware":89,"cisa_vendor":9,"epss_severity":9,"epss_score":9,"severity":9,"severity_score":9,"severity_version":9,"severity_source":9,"severity_vector":9,"severity_status":9},false,[91,97,102,106,110,114,118,122,126,130,134,138,142,146,150,154,158,162,166,170,174,178,182,186,190,194,198,202,206,211,215,219,223,227,231,235,239,243,247,251,255,259,263,267,271,275,279,283,287,291,295],{"url":92,"sources":93,"tags":95},"https://www.suse.com/support/update/announcement/2022/suse-su-20220362-1/",[94],"osv_suse",[96],"Advisory",{"url":98,"sources":99,"tags":100},"https://bugzilla.suse.com/1012382",[94],[101],"REPORT",{"url":103,"sources":104,"tags":105},"https://bugzilla.suse.com/1179960",[94],[101],{"url":107,"sources":108,"tags":109},"https://bugzilla.suse.com/1183696",[94],[101],{"url":111,"sources":112,"tags":113},"https://bugzilla.suse.com/1186207",[94],[101],{"url":115,"sources":116,"tags":117},"https://bugzilla.suse.com/1192032",[94],[101],{"url":119,"sources":120,"tags":121},"https://bugzilla.suse.com/1192267",[94],[101],{"url":123,"sources":124,"tags":125},"https://bugzilla.suse.com/1192847",[94],[101],{"url":127,"sources":128,"tags":129},"https://bugzilla.suse.com/1192877",[94],[101],{"url":131,"sources":132,"tags":133},"https://bugzilla.suse.com/1192946",[94],[101],{"url":135,"sources":136,"tags":137},"https://bugzilla.suse.com/1193157",[94],[101],{"url":139,"sources":140,"tags":141},"https://bugzilla.suse.com/1193440",[94],[101],{"url":143,"sources":144,"tags":145},"https://bugzilla.suse.com/1193442",[94],[101],{"url":147,"sources":148,"tags":149},"https://bugzilla.suse.com/1193507",[94],[101],{"url":151,"sources":152,"tags":153},"https://bugzilla.suse.com/1193575",[94],[101],{"url":155,"sources":156,"tags":157},"https://bugzilla.suse.com/1193669",[94],[101],{"url":159,"sources":160,"tags":161},"https://bugzilla.suse.com/1193727",[94],[101],{"url":163,"sources":164,"tags":165},"https://bugzilla.suse.com/1193861",[94],[101],{"url":167,"sources":168,"tags":169},"https://bugzilla.suse.com/1193864",[94],[101],{"url":171,"sources":172,"tags":173},"https://bugzilla.suse.com/1193867",[94],[101],{"url":175,"sources":176,"tags":177},"https://bugzilla.suse.com/1194001",[94],[101],{"url":179,"sources":180,"tags":181},"https://bugzilla.suse.com/1194087",[94],[101],{"url":183,"sources":184,"tags":185},"https://bugzilla.suse.com/1194094",[94],[101],{"url":187,"sources":188,"tags":189},"https://bugzilla.suse.com/1194272",[94],[101],{"url":191,"sources":192,"tags":193},"https://bugzilla.suse.com/1194302",[94],[101],{"url":195,"sources":196,"tags":197},"https://bugzilla.suse.com/1194516",[94],[101],{"url":199,"sources":200,"tags":201},"https://bugzilla.suse.com/1194529",[94],[101],{"url":203,"sources":204,"tags":205},"https://bugzilla.suse.com/1194880",[94],[101],{"url":207,"sources":208,"tags":209},"https://www.suse.com/security/cve/CVE-2018-25020",[94],[210],"WEB",{"url":212,"sources":213,"tags":214},"https://www.suse.com/security/cve/CVE-2019-0136",[94],[210],{"url":216,"sources":217,"tags":218},"https://www.suse.com/security/cve/CVE-2020-35519",[94],[210],{"url":220,"sources":221,"tags":222},"https://www.suse.com/security/cve/CVE-2021-0935",[94],[210],{"url":224,"sources":225,"tags":226},"https://www.suse.com/security/cve/CVE-2021-28711",[94],[210],{"url":228,"sources":229,"tags":230},"https://www.suse.com/security/cve/CVE-2021-28712",[94],[210],{"url":232,"sources":233,"tags":234},"https://www.suse.com/security/cve/CVE-2021-28713",[94],[210],{"url":236,"sources":237,"tags":238},"https://www.suse.com/security/cve/CVE-2021-28715",[94],[210],{"url":240,"sources":241,"tags":242},"https://www.suse.com/security/cve/CVE-2021-33098",[94],[210],{"url":244,"sources":245,"tags":246},"https://www.suse.com/security/cve/CVE-2021-3564",[94],[210],{"url":248,"sources":249,"tags":250},"https://www.suse.com/security/cve/CVE-2021-39648",[94],[210],{"url":252,"sources":253,"tags":254},"https://www.suse.com/security/cve/CVE-2021-39657",[94],[210],{"url":256,"sources":257,"tags":258},"https://www.suse.com/security/cve/CVE-2021-4002",[94],[210],{"url":260,"sources":261,"tags":262},"https://www.suse.com/security/cve/CVE-2021-4083",[94],[210],{"url":264,"sources":265,"tags":266},"https://www.suse.com/security/cve/CVE-2021-4149",[94],[210],{"url":268,"sources":269,"tags":270},"https://www.suse.com/security/cve/CVE-2021-4155",[94],[210],{"url":272,"sources":273,"tags":274},"https://www.suse.com/security/cve/CVE-2021-4197",[94],[210],{"url":276,"sources":277,"tags":278},"https://www.suse.com/security/cve/CVE-2021-4202",[94],[210],{"url":280,"sources":281,"tags":282},"https://www.suse.com/security/cve/CVE-2021-43976",[94],[210],{"url":284,"sources":285,"tags":286},"https://www.suse.com/security/cve/CVE-2021-45095",[94],[210],{"url":288,"sources":289,"tags":290},"https://www.suse.com/security/cve/CVE-2021-45485",[94],[210],{"url":292,"sources":293,"tags":294},"https://www.suse.com/security/cve/CVE-2021-45486",[94],[210],{"url":296,"sources":297,"tags":298},"https://www.suse.com/security/cve/CVE-2022-0330",[94],[210],[],[],[],[303,316,320,324,328,332,336,340,345,349,353,357,361,365,370,374,378,382,386,390,397,401,405,409],{"ecosystem":304,"name":305,"vendor":306,"product":307,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":307,"source":9,"versions":309},"SUSE Linux Enterprise","kernel-default","suse","kernel-default&distro=HPE Helion OpenStack 8","rpm",[310],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},"lt4_4_180_94_153_1",true,"ecosystem","4.4.180-94.153.1","excluding",{"ecosystem":304,"name":305,"vendor":306,"product":317,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":317,"source":9,"versions":318},"kernel-default&distro=SUSE Linux Enterprise High Availability Extension 12 SP3",[319],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":305,"vendor":306,"product":321,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":321,"source":9,"versions":322},"kernel-default&distro=SUSE Linux Enterprise Server 12 SP3-BCL",[323],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":305,"vendor":306,"product":325,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":325,"source":9,"versions":326},"kernel-default&distro=SUSE Linux Enterprise Server 12 SP3-LTSS",[327],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":305,"vendor":306,"product":329,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":329,"source":9,"versions":330},"kernel-default&distro=SUSE Linux Enterprise Server for SAP Applications 12 SP3",[331],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":305,"vendor":306,"product":333,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":333,"source":9,"versions":334},"kernel-default&distro=SUSE OpenStack Cloud 8",[335],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":305,"vendor":306,"product":337,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":337,"source":9,"versions":338},"kernel-default&distro=SUSE OpenStack Cloud Crowbar 8",[339],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":341,"vendor":306,"product":342,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":342,"source":9,"versions":343},"kernel-source","kernel-source&distro=HPE Helion OpenStack 8",[344],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":341,"vendor":306,"product":346,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":346,"source":9,"versions":347},"kernel-source&distro=SUSE Linux Enterprise Server 12 SP3-BCL",[348],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":341,"vendor":306,"product":350,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":350,"source":9,"versions":351},"kernel-source&distro=SUSE Linux Enterprise Server 12 SP3-LTSS",[352],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":341,"vendor":306,"product":354,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":354,"source":9,"versions":355},"kernel-source&distro=SUSE Linux Enterprise Server for SAP Applications 12 SP3",[356],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":341,"vendor":306,"product":358,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":358,"source":9,"versions":359},"kernel-source&distro=SUSE OpenStack Cloud 8",[360],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":341,"vendor":306,"product":362,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":362,"source":9,"versions":363},"kernel-source&distro=SUSE OpenStack Cloud Crowbar 8",[364],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":366,"vendor":306,"product":367,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":367,"source":9,"versions":368},"kernel-syms","kernel-syms&distro=HPE Helion OpenStack 8",[369],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":366,"vendor":306,"product":371,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":371,"source":9,"versions":372},"kernel-syms&distro=SUSE Linux Enterprise Server 12 SP3-BCL",[373],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":366,"vendor":306,"product":375,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":375,"source":9,"versions":376},"kernel-syms&distro=SUSE Linux Enterprise Server 12 SP3-LTSS",[377],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":366,"vendor":306,"product":379,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":379,"source":9,"versions":380},"kernel-syms&distro=SUSE Linux Enterprise Server for SAP Applications 12 SP3",[381],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":366,"vendor":306,"product":383,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":383,"source":9,"versions":384},"kernel-syms&distro=SUSE OpenStack Cloud 8",[385],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":366,"vendor":306,"product":387,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":387,"source":9,"versions":388},"kernel-syms&distro=SUSE OpenStack Cloud Crowbar 8",[389],{"version":311,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":314,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":391,"vendor":306,"product":392,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":392,"source":9,"versions":393},"kgraft-patch-SLE12-SP3_Update_42","kgraft-patch-SLE12-SP3_Update_42&distro=HPE Helion OpenStack 8",[394],{"version":395,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":396,"version_end_type":315,"fixed_in":9},"lt1_4_3_1","1-4.3.1",{"ecosystem":304,"name":391,"vendor":306,"product":398,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":398,"source":9,"versions":399},"kgraft-patch-SLE12-SP3_Update_42&distro=SUSE Linux Enterprise Server 12 SP3-LTSS",[400],{"version":395,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":396,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":391,"vendor":306,"product":402,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":402,"source":9,"versions":403},"kgraft-patch-SLE12-SP3_Update_42&distro=SUSE Linux Enterprise Server for SAP Applications 12 SP3",[404],{"version":395,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":396,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":391,"vendor":306,"product":406,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":406,"source":9,"versions":407},"kgraft-patch-SLE12-SP3_Update_42&distro=SUSE OpenStack Cloud 8",[408],{"version":395,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":396,"version_end_type":315,"fixed_in":9},{"ecosystem":304,"name":391,"vendor":306,"product":410,"cpe_part":9,"purl_type":308,"purl_namespace":306,"purl_name":410,"source":9,"versions":411},"kgraft-patch-SLE12-SP3_Update_42&distro=SUSE OpenStack Cloud Crowbar 8",[412],{"version":395,"is_range":312,"range_type":313,"version_start":9,"version_start_type":9,"version_end":396,"version_end_type":315,"fixed_in":9}]