<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://db.gcve.eu/sightings/feed</id>
  <title>Most recent sightings.</title>
  <updated>2026-06-21T05:34:21.422879+00:00</updated>
  <author>
    <name>Vulnerability-Lookup</name>
    <email>info@gcve.eu</email>
  </author>
  <link href="https://db.gcve.eu" rel="alternate"/>
  <generator uri="https://lkiesow.github.io/python-feedgen" version="1.0.0">python-feedgen</generator>
  <subtitle>Contains only the most 10 recent sightings.</subtitle>
  <entry>
    <id>https://db.gcve.eu/sighting/478022ea-15d8-4e6f-8377-d9139f9ffd37/export</id>
    <title>478022ea-15d8-4e6f-8377-d9139f9ffd37</title>
    <updated>2026-06-21T05:34:21.652514+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "478022ea-15d8-4e6f-8377-d9139f9ffd37", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-56546", "type": "seen", "source": "https://t.me/cvedetector/13743", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-56546 - Xilinx Linux Kernel Memory Leak\", \n  \"Content\": \"CVE ID : CVE-2024-56546 \nPublished : Dec. 27, 2024, 2:15 p.m. | 42\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \ndrivers: soc: xilinx: add the missing kfree in xlnx_add_cb_for_suspend()  \n  \nIf we fail to allocate memory for cb_data by kmalloc, the memory  \nallocation for eve_data is never freed, add the missing kfree()  \nin the error handling path. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"27 Dec 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-12-27T15:59:48.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/478022ea-15d8-4e6f-8377-d9139f9ffd37/export"/>
    <published>2024-12-27T15:59:48+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/24a8a826-1147-4a3b-a74d-09294626c136/export</id>
    <title>24a8a826-1147-4a3b-a74d-09294626c136</title>
    <updated>2026-06-21T05:34:21.652445+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "24a8a826-1147-4a3b-a74d-09294626c136", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-56547", "type": "seen", "source": "https://t.me/cvedetector/13744", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-56547 - Apache Linux RCU Missed Barrier Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-56547 \nPublished : Dec. 27, 2024, 2:15 p.m. | 42\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nrcu/nocb: Fix missed RCU barrier on deoffloading  \n  \nCurrently, running rcutorture test with torture_type=rcu fwd_progress=8  \nn_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_interval=60  \ntest_boost=2, will trigger the following warning:  \n  \n WARNING: CPU: 19 PID: 100 at kernel/rcu/tree_nocb.h:1061 rcu_nocb_rdp_deoffload+0x292/0x2a0  \n RIP: 0010:rcu_nocb_rdp_deoffload+0x292/0x2a0  \n  Call Trace:  \n     \n   ? __warn+0x7e/0x120  \n   ? rcu_nocb_rdp_deoffload+0x292/0x2a0  \n   ? report_bug+0x18e/0x1a0  \n   ? handle_bug+0x3d/0x70  \n   ? exc_invalid_op+0x18/0x70  \n   ? asm_exc_invalid_op+0x1a/0x20  \n   ? rcu_nocb_rdp_deoffload+0x292/0x2a0  \n   rcu_nocb_cpu_deoffload+0x70/0xa0  \n   rcu_nocb_toggle+0x136/0x1c0  \n   ? __pfx_rcu_nocb_toggle+0x10/0x10  \n   kthread+0xd1/0x100  \n   ? __pfx_kthread+0x10/0x10  \n   ret_from_fork+0x2f/0x50  \n   ? __pfx_kthread+0x10/0x10  \n   ret_from_fork_asm+0x1a/0x30  \n     \n  \nCPU0                               CPU2                          CPU3  \n//rcu_nocb_toggle             //nocb_cb_wait                   //rcutorture  \n  \n// deoffload CPU1             // process CPU1's rdp  \nrcu_barrier()  \n    rcu_segcblist_entrain()  \n        rcu_segcblist_add_len(1);  \n        // len == 2  \n        // enqueue barrier  \n        // callback to CPU1's  \n        // rdp-&amp;gt;cblist  \n                             rcu_do_batch()  \n                                 // invoke CPU1's rdp-&amp;gt;cblist  \n                                 // callback  \n                                 rcu_barrier_callback()  \n                                                             rcu_barrier()  \n                                                               mutex_lock(&amp;amp;rcu_state.barrier_mutex);  \n                                                               // still see len == 2  \n                                                               // enqueue barrier callback  \n                                                               // to CPU1's rdp-&amp;gt;cblist  \n                                                               rcu_segcblist_entrain()  \n                                                                   rcu_segcblist_add_len(1);  \n                                                                   // len == 3  \n                                 // decrement len  \n                                 rcu_segcblist_add_len(-2);  \n                             kthread_parkme()  \n  \n// CPU1's rdp-&amp;gt;cblist len == 1  \n// Warn because there is  \n// still a pending barrier  \n// trigger warning  \nWARN_ON_ONCE(rcu_segcblist_n_cbs(&amp;amp;rdp-&amp;gt;cblist));  \ncpus_read_unlock();  \n  \n                                                                // wait CPU1 to comes online and  \n                                                                // invoke barrier callback on  \n                                                                // CPU1 rdp's-&amp;gt;cblist  \n                                                                wait_for_completion(&amp;amp;rcu_state.barrier_completion);  \n// deoffload CPU4  \ncpus_read_lock()  \n  rcu_barrier()  \n    mutex_lock(&amp;amp;rcu_state.barrier_mutex);  \n    // block on barrier_mutex  \n    // wait rcu_barrier() on  \n    // CPU3 to unlock barrier_mutex  \n    // but CPU3 unlock barrier_mutex  \n    // need to wait CPU1 comes online  \n    // when CPU1 going online will block on cpus_write_lock  \n  \nThe above scenario will not only trigger a WARN_ON_ONCE(), but also  \ntrigger a deadlock.  \n  \nThanks to nocb locking, a second racing rcu_barrier() on an offline CPU  \nwill either observe the decremented callback counter down to 0 and spare  \nthe callback enqueue, or rcuo will observe the new callback and keep  \nrdp-&amp;gt;nocb_cb_sleep to false.  \n  \nTherefore check rdp-&amp;gt;nocb_cb_sleep before parking to make sure no  \nf[...]", "creation_timestamp": "2024-12-27T15:59:48.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/24a8a826-1147-4a3b-a74d-09294626c136/export"/>
    <published>2024-12-27T15:59:48+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/260e5ae3-cb2a-4249-b02c-d440c1c36318/export</id>
    <title>260e5ae3-cb2a-4249-b02c-d440c1c36318</title>
    <updated>2026-06-21T05:34:21.652373+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "260e5ae3-cb2a-4249-b02c-d440c1c36318", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-56549", "type": "seen", "source": "https://t.me/cvedetector/13746", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-56549 - Linux Kernel cachefiles NULL Pointer Dereference\", \n  \"Content\": \"CVE ID : CVE-2024-56549 \nPublished : Dec. 27, 2024, 2:15 p.m. | 42\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \ncachefiles: Fix NULL pointer dereference in object-&amp;gt;file  \n  \nAt present, the object-&amp;gt;file has the NULL pointer dereference problem in  \nondemand-mode. The root cause is that the allocated fd and object-&amp;gt;file  \nlifetime are inconsistent, and the user-space invocation to anon_fd uses  \nobject-&amp;gt;file. Following is the process that triggers the issue:  \n  \n   [write fd]    [umount]  \ncachefiles_ondemand_fd_write_iter  \n           fscache_cookie_state_machine  \n      cachefiles_withdraw_cookie  \n  if (!file) return -ENOBUFS  \n        cachefiles_clean_up_object  \n          cachefiles_unmark_inode_in_use  \n          fput(object-&amp;gt;file)  \n          object-&amp;gt;file = NULL  \n  // file NULL pointer dereference!  \n  __cachefiles_write(..., file, ...)  \n  \nFix this issue by add an additional reference count to the object-&amp;gt;file  \nbefore write/llseek, and decrement after it finished. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"27 Dec 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-12-27T15:59:50.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/260e5ae3-cb2a-4249-b02c-d440c1c36318/export"/>
    <published>2024-12-27T15:59:50+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/cf24f699-cdca-4188-840e-eb766d6ae259/export</id>
    <title>cf24f699-cdca-4188-840e-eb766d6ae259</title>
    <updated>2026-06-21T05:34:21.652316+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "cf24f699-cdca-4188-840e-eb766d6ae259", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-56540", "type": "seen", "source": "https://t.me/cvedetector/13750", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-56540 - Intel Ivpu Recovery Triggering Null Pointer Dereference Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-56540 \nPublished : Dec. 27, 2024, 2:15 p.m. | 42\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \naccel/ivpu: Prevent recovery invocation during probe and resume  \n  \nRefactor IPC send and receive functions to allow correct  \nhandling of operations that should not trigger a recovery process.  \n  \nExpose ivpu_send_receive_internal(), which is now utilized by the D0i3  \nentry, DCT initialization, and HWS initialization functions.  \nThese functions have been modified to return error codes gracefully,  \nrather than initiating recovery.  \n  \nThe updated functions are invoked within ivpu_probe() and ivpu_resume(),  \nensuring that any errors encountered during these stages result in a proper  \nteardown or shutdown sequence. The previous approach of triggering recovery  \nwithin these functions could lead to a race condition, potentially causing  \nundefined behavior and kernel crashes due to null pointer dereferences. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"27 Dec 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-12-27T15:59:56.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/cf24f699-cdca-4188-840e-eb766d6ae259/export"/>
    <published>2024-12-27T15:59:56+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/8bd78eec-f20a-46b4-a419-fc3cca3e0d05/export</id>
    <title>8bd78eec-f20a-46b4-a419-fc3cca3e0d05</title>
    <updated>2026-06-21T05:34:21.652237+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "8bd78eec-f20a-46b4-a419-fc3cca3e0d05", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-56541", "type": "seen", "source": "https://t.me/cvedetector/13751", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-56541 - Intel(R) Client Systems NUC8i7HVK/NUC8i7HVB ath12k Use-After-Free Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-56541 \nPublished : Dec. 27, 2024, 2:15 p.m. | 42\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nwifi: ath12k: fix use-after-free in ath12k_dp_cc_cleanup()  \n  \nDuring ath12k module removal, in ath12k_core_deinit(),  \nath12k_mac_destroy() un-registers ah-&amp;gt;hw from mac80211 and frees  \nthe ah-&amp;gt;hw as well as all the ar's in it. After this  \nath12k_core_soc_destroy()-&amp;gt; ath12k_dp_free()-&amp;gt; ath12k_dp_cc_cleanup()  \ntries to access one of the freed ar's from pending skb.  \n  \nThis is because during mac destroy, driver failed to flush few  \ndata packets, which were accessed later in ath12k_dp_cc_cleanup()  \nand freed, but using ar from the packet led to this use-after-free.  \n  \nBUG: KASAN: use-after-free in ath12k_dp_cc_cleanup.part.0+0x5e2/0xd40 [ath12k]  \nWrite of size 4 at addr ffff888150bd3514 by task modprobe/8926  \nCPU: 0 UID: 0 PID: 8926 Comm: modprobe Not tainted  \n6.11.0-rc2-wt-ath+ #1746  \nHardware name: Intel(R) Client Systems NUC8i7HVK/NUC8i7HVB, BIOS  \nHNKBLi70.86A.0067.2021.0528.1339 05/28/2021  \n  \nCall Trace:  \n    \n  dump_stack_lvl+0x7d/0xe0  \n  print_address_description.constprop.0+0x33/0x3a0  \n  print_report+0xb5/0x260  \n  ? kasan_addr_to_slab+0x24/0x80  \n  kasan_report+0xd8/0x110  \n  ? ath12k_dp_cc_cleanup.part.0+0x5e2/0xd40 [ath12k]  \n  ? ath12k_dp_cc_cleanup.part.0+0x5e2/0xd40 [ath12k]  \n  kasan_check_range+0xf3/0x1a0  \n  __kasan_check_write+0x14/0x20  \n  ath12k_dp_cc_cleanup.part.0+0x5e2/0xd40 [ath12k]  \n  ath12k_dp_free+0x178/0x420 [ath12k]  \n  ath12k_core_stop+0x176/0x200 [ath12k]  \n  ath12k_core_deinit+0x13f/0x210 [ath12k]  \n  ath12k_pci_remove+0xad/0x1c0 [ath12k]  \n  pci_device_remove+0x9b/0x1b0  \n  device_remove+0xbf/0x150  \n  device_release_driver_internal+0x3c3/0x580  \n  ? __kasan_check_read+0x11/0x20  \n  driver_detach+0xc4/0x190  \n  bus_remove_driver+0x130/0x2a0  \n  driver_unregister+0x68/0x90  \n  pci_unregister_driver+0x24/0x240  \n  ? find_module_all+0x13e/0x1e0  \n  ath12k_pci_exit+0x10/0x20 [ath12k]  \n  __do_sys_delete_module+0x32c/0x580  \n  ? module_flags+0x2f0/0x2f0  \n  ? kmem_cache_free+0xf0/0x410  \n  ? __fput+0x56f/0xab0  \n  ? __fput+0x56f/0xab0  \n  ? debug_smp_processor_id+0x17/0x20  \n  __x64_sys_delete_module+0x4f/0x70  \n  x64_sys_call+0x522/0x9f0  \n  do_syscall_64+0x64/0x130  \n  entry_SYSCALL_64_after_hwframe+0x4b/0x53  \nRIP: 0033:0x7f8182c6ac8b  \n  \nCommit 24de1b7b231c (\"wifi: ath12k: fix flush failure in recovery  \nscenarios\") added the change to decrement the pending packets count  \nin case of recovery which make sense as ah-&amp;gt;hw as well all  \nar's in it are intact during recovery, but during core deinit there  \nis no use in decrementing packets count or waking up the empty waitq  \nas the module is going to be removed also ar's from pending skb's  \ncan't be used and the packets should just be released back.  \n  \nTo fix this, avoid accessing ar from skb-&amp;gt;cb when driver is being  \nunregistered.  \n  \nTested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.1.1-00214-QCAHKSWPL_SILICONZ-1  \nTested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3 \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"27 Dec 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-12-27T15:59:57.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/8bd78eec-f20a-46b4-a419-fc3cca3e0d05/export"/>
    <published>2024-12-27T15:59:57+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/909cb2e1-4852-48d8-abd1-d4357916ecc5/export</id>
    <title>909cb2e1-4852-48d8-abd1-d4357916ecc5</title>
    <updated>2026-06-21T05:34:21.652159+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "909cb2e1-4852-48d8-abd1-d4357916ecc5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-56542", "type": "seen", "source": "https://t.me/cvedetector/13752", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-56542 - AMD Display Driver Memory Leak Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-56542 \nPublished : Dec. 27, 2024, 2:15 p.m. | 42\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \ndrm/amd/display: fix a memleak issue when driver is removed  \n  \nRunning \"modprobe amdgpu\" the second time (followed by a modprobe -r  \namdgpu) causes a call trace like:  \n  \n[  845.212163] Memory manager not clean during takedown.  \n[  845.212170] WARNING: CPU: 4 PID: 2481 at drivers/gpu/drm/drm_mm.c:999 drm_mm_takedown+0x2b/0x40  \n[  845.212177] Modules linked in: amdgpu(OE-) amddrm_ttm_helper(OE) amddrm_buddy(OE) amdxcp(OE) amd_sched(OE) drm_exec drm_suballoc_helper drm_display_helper i2c_algo_bit amdttm(OE) amdkcl(OE) cec rc_core sunrpc qrtr intel_rapl_msr intel_rapl_common snd_hda_codec_hdmi edac_mce_amd snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_usb_audio snd_hda_codec snd_usbmidi_lib kvm_amd snd_hda_core snd_ump mc snd_hwdep kvm snd_pcm snd_seq_midi snd_seq_midi_event irqbypass crct10dif_pclmul snd_rawmidi polyval_clmulni polyval_generic ghash_clmulni_intel sha256_ssse3 sha1_ssse3 snd_seq aesni_intel crypto_simd snd_seq_device cryptd snd_timer mfd_aaeon asus_nb_wmi eeepc_wmi joydev asus_wmi snd ledtrig_audio sparse_keymap ccp wmi_bmof input_leds k10temp i2c_piix4 platform_profile rapl soundcore gpio_amdpt mac_hid binfmt_misc msr parport_pc ppdev lp parport efi_pstore nfnetlink dmi_sysfs ip_tables x_tables autofs4 hid_logitech_hidpp hid_logitech_dj hid_generic usbhid hid ahci xhci_pci igc crc32_pclmul libahci xhci_pci_renesas video  \n[  845.212284]  wmi [last unloaded: amddrm_ttm_helper(OE)]  \n[  845.212290] CPU: 4 PID: 2481 Comm: modprobe Tainted: G        W  OE      6.8.0-31-generic #31-Ubuntu  \n[  845.212296] RIP: 0010:drm_mm_takedown+0x2b/0x40  \n[  845.212300] Code: 1f 44 00 00 48 8b 47 38 48 83 c7 38 48 39 f8 75 09 31 c0 31 ff e9 90 2e 86 00 55 48 c7 c7 d0 f6 8e 8a 48 89 e5 e8 f5 db 45 ff &amp;lt;0f0b 5d 31 c0 31 ff e9 74 2e 86 00 66 0f 1f 84 00 00 00 00 00 90  \n[  845.212302] RSP: 0018:ffffb11302127ae0 EFLAGS: 00010246  \n[  845.212305] RAX: 0000000000000000 RBX: ffff92aa5020fc08 RCX: 0000000000000000  \n[  845.212307] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000  \n[  845.212309] RBP: ffffb11302127ae0 R08: 0000000000000000 R09: 0000000000000000  \n[  845.212310] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000004  \n[  845.212312] R13: ffff92aa50200000 R14: ffff92aa5020fb10 R15: ffff92aa5020faa0  \n[  845.212313] FS:  0000707dd7c7c080(0000) GS:ffff92b93de00000(0000) knlGS:0000000000000000  \n[  845.212316] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033  \n[  845.212318] CR2: 00007d48b0aee200 CR3: 0000000115a58000 CR4: 0000000000f50ef0  \n[  845.212320] PKRU: 55555554  \n[  845.212321] Call Trace:  \n[  845.212323]    \n[  845.212328]  ? show_regs+0x6d/0x80  \n[  845.212333]  ? __warn+0x89/0x160  \n[  845.212339]  ? drm_mm_takedown+0x2b/0x40  \n[  845.212344]  ? report_bug+0x17e/0x1b0  \n[  845.212350]  ? handle_bug+0x51/0xa0  \n[  845.212355]  ? exc_invalid_op+0x18/0x80  \n[  845.212359]  ? asm_exc_invalid_op+0x1b/0x20  \n[  845.212366]  ? drm_mm_takedown+0x2b/0x40  \n[  845.212371]  amdgpu_gtt_mgr_fini+0xa9/0x130 [amdgpu]  \n[  845.212645]  amdgpu_ttm_fini+0x264/0x340 [amdgpu]  \n[  845.212770]  amdgpu_bo_fini+0x2e/0xc0 [amdgpu]  \n[  845.212894]  gmc_v12_0_sw_fini+0x2a/0x40 [amdgpu]  \n[  845.213036]  amdgpu_device_fini_sw+0x11a/0x590 [amdgpu]  \n[  845.213159]  amdgpu_driver_release_kms+0x16/0x40 [amdgpu]  \n[  845.213302]  devm_drm_dev_init_release+0x5e/0x90  \n[  845.213305]  devm_action_release+0x12/0x30  \n[  845.213308]  release_nodes+0x42/0xd0  \n[  845.213311]  devres_release_all+0x97/0xe0  \n[  845.213314]  device_unbind_cleanup+0x12/0x80  \n[  845.213317]  device_release_driver_internal+0x230/0x270  \n[  845.213319]  ? srso_alias_return_thunk+0x5/0xfbef5  \n  \nThis is caused by lost memory during early init phase. First time driver  \nis removed, memory is fre[...]", "creation_timestamp": "2024-12-27T15:59:58.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/909cb2e1-4852-48d8-abd1-d4357916ecc5/export"/>
    <published>2024-12-27T15:59:58+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/31e99d8c-04c6-46b4-9674-3bb3e7ba0a6f/export</id>
    <title>31e99d8c-04c6-46b4-9674-3bb3e7ba0a6f</title>
    <updated>2026-06-21T05:34:21.652097+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "31e99d8c-04c6-46b4-9674-3bb3e7ba0a6f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-56543", "type": "seen", "source": "https://infosec.exchange/users/vuldb/statuses/113725680027282928", "content": "", "creation_timestamp": "2024-12-27T16:16:03.202549Z"}</content>
    <link href="https://db.gcve.eu/sighting/31e99d8c-04c6-46b4-9674-3bb3e7ba0a6f/export"/>
    <published>2024-12-27T16:16:03.202549+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/cf25a790-891d-407d-89a2-5dc09b877c5a/export</id>
    <title>cf25a790-891d-407d-89a2-5dc09b877c5a</title>
    <updated>2026-06-21T05:34:21.652019+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "cf25a790-891d-407d-89a2-5dc09b877c5a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-56548", "type": "seen", "source": "https://www.cisa.gov/news-events/ics-advisories/icsa-25-226-07", "content": "", "creation_timestamp": "2025-08-14T10:00:00.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/cf25a790-891d-407d-89a2-5dc09b877c5a/export"/>
    <published>2025-08-14T10:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/3b158f03-eeab-4f5d-a164-c5218998172c/export</id>
    <title>3b158f03-eeab-4f5d-a164-c5218998172c</title>
    <updated>2026-06-21T05:34:21.650913+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "3b158f03-eeab-4f5d-a164-c5218998172c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-56544", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/816dcc8e-f25a-4895-9b59-1bbd9caeccb8", "content": "", "creation_timestamp": "2025-12-03T14:14:49.267740Z"}</content>
    <link href="https://db.gcve.eu/sighting/3b158f03-eeab-4f5d-a164-c5218998172c/export"/>
    <published>2025-12-03T14:14:49.267740+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/1c658b7f-18bc-4a1f-9c48-df9d74130fff/export</id>
    <title>1c658b7f-18bc-4a1f-9c48-df9d74130fff</title>
    <updated>2026-06-21T05:34:21.648551+00:00</updated>
    <author>
      <name>sync_user</name>
      <uri>https://db.gcve.eu/user/sync_user</uri>
    </author>
    <content>{"uuid": "1c658b7f-18bc-4a1f-9c48-df9d74130fff", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "4f29edb9-4c4b-44ca-b041-9b050656b6ae", "vulnerability": "CVE-2024-56544", "type": "seen", "source": "https://www.cert.ssi.gouv.fr/avis/CERTFR-2026-AVI-0316/", "content": "", "creation_timestamp": "2026-03-19T00:00:00.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/1c658b7f-18bc-4a1f-9c48-df9d74130fff/export"/>
    <published>2026-03-19T00:00:00+00:00</published>
  </entry>
</feed>
