<?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://vulnerability.circl.lu/sightings/feed</id>
  <title>Most recent sightings.</title>
  <updated>2026-06-29T01:23:04.011918+00:00</updated>
  <author>
    <name>Vulnerability-Lookup</name>
    <email>info@circl.lu</email>
  </author>
  <link href="https://vulnerability.circl.lu" 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://vulnerability.circl.lu/sighting/6dbd53ca-f2db-4487-b5f0-d26e04a97b23/export</id>
    <title>6dbd53ca-f2db-4487-b5f0-d26e04a97b23</title>
    <updated>2026-06-29T01:23:04.043134+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cve.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "6dbd53ca-f2db-4487-b5f0-d26e04a97b23", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-56742", "type": "seen", "source": "https://t.me/cvedetector/13889", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-56742 - VMware ESXi Linux Kernel Out-of-Bounds Unwind\", \n  \"Content\": \"CVE ID : CVE-2024-56742 \nPublished : Dec. 29, 2024, 12:15 p.m. | 44\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nvfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages()  \n  \nFix an unwind issue in mlx5vf_add_migration_pages().  \n  \nIf a set of pages is allocated but fails to be added to the SG table,  \nthey need to be freed to prevent a memory leak.  \n  \nAny pages successfully added to the SG table will be freed as part of  \nmlx5vf_free_data_buffer(). \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"29 Dec 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-12-29T14:02:23.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/6dbd53ca-f2db-4487-b5f0-d26e04a97b23/export"/>
    <published>2024-12-29T14:02:23+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/89d78cd0-8f63-4419-86a7-fec90b0c1990/export</id>
    <title>89d78cd0-8f63-4419-86a7-fec90b0c1990</title>
    <updated>2026-06-29T01:23:04.042972+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cve.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "89d78cd0-8f63-4419-86a7-fec90b0c1990", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-56743", "type": "seen", "source": "https://t.me/cvedetector/13890", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-56743 - Linux Kernel: NFS Common Remote Use-After-Free Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-56743 \nPublished : Dec. 29, 2024, 12:15 p.m. | 44\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nnfs_common: must not hold RCU while calling nfsd_file_put_local  \n  \nMove holding the RCU from nfs_to_nfsd_file_put_local to  \nnfs_to_nfsd_net_put.  It is the call to nfs_to-&amp;gt;nfsd_serv_put that  \nrequires the RCU anyway (the puts for nfsd_file and netns were  \ncombined to avoid an extra indirect reference but that  \nmicro-optimization isn't possible now).  \n  \nThis fixes xfstests generic/013 and it triggering:  \n  \n\"Voluntary context switch within RCU read-side critical section!\"  \n  \n[  143.545738] Call Trace:  \n[  143.546206]    \n[  143.546625]  ? show_regs+0x6d/0x80  \n[  143.547267]  ? __warn+0x91/0x140  \n[  143.547951]  ? rcu_note_context_switch+0x496/0x5d0  \n[  143.548856]  ? report_bug+0x193/0x1a0  \n[  143.549557]  ? handle_bug+0x63/0xa0  \n[  143.550214]  ? exc_invalid_op+0x1d/0x80  \n[  143.550938]  ? asm_exc_invalid_op+0x1f/0x30  \n[  143.551736]  ? rcu_note_context_switch+0x496/0x5d0  \n[  143.552634]  ? wakeup_preempt+0x62/0x70  \n[  143.553358]  __schedule+0xaa/0x1380  \n[  143.554025]  ? _raw_spin_unlock_irqrestore+0x12/0x40  \n[  143.554958]  ? try_to_wake_up+0x1fe/0x6b0  \n[  143.555715]  ? wake_up_process+0x19/0x20  \n[  143.556452]  schedule+0x2e/0x120  \n[  143.557066]  schedule_preempt_disabled+0x19/0x30  \n[  143.557933]  rwsem_down_read_slowpath+0x24d/0x4a0  \n[  143.558818]  ? xfs_efi_item_format+0x50/0xc0 [xfs]  \n[  143.559894]  down_read+0x4e/0xb0  \n[  143.560519]  xlog_cil_commit+0x1b2/0xbc0 [xfs]  \n[  143.561460]  ? _raw_spin_unlock+0x12/0x30  \n[  143.562212]  ? xfs_inode_item_precommit+0xc7/0x220 [xfs]  \n[  143.563309]  ? xfs_trans_run_precommits+0x69/0xd0 [xfs]  \n[  143.564394]  __xfs_trans_commit+0xb5/0x330 [xfs]  \n[  143.565367]  xfs_trans_roll+0x48/0xc0 [xfs]  \n[  143.566262]  xfs_defer_trans_roll+0x57/0x100 [xfs]  \n[  143.567278]  xfs_defer_finish_noroll+0x27a/0x490 [xfs]  \n[  143.568342]  xfs_defer_finish+0x1a/0x80 [xfs]  \n[  143.569267]  xfs_bunmapi_range+0x4d/0xb0 [xfs]  \n[  143.570208]  xfs_itruncate_extents_flags+0x13d/0x230 [xfs]  \n[  143.571353]  xfs_free_eofblocks+0x12e/0x190 [xfs]  \n[  143.572359]  xfs_file_release+0x12d/0x140 [xfs]  \n[  143.573324]  __fput+0xe8/0x2d0  \n[  143.573922]  __fput_sync+0x1d/0x30  \n[  143.574574]  nfsd_filp_close+0x33/0x60 [nfsd]  \n[  143.575430]  nfsd_file_free+0x96/0x150 [nfsd]  \n[  143.576274]  nfsd_file_put+0xf7/0x1a0 [nfsd]  \n[  143.577104]  nfsd_file_put_local+0x18/0x30 [nfsd]  \n[  143.578070]  nfs_close_local_fh+0x101/0x110 [nfs_localio]  \n[  143.579079]  __put_nfs_open_context+0xc9/0x180 [nfs]  \n[  143.580031]  nfs_file_clear_open_context+0x4a/0x60 [nfs]  \n[  143.581038]  nfs_file_release+0x3e/0x60 [nfs]  \n[  143.581879]  __fput+0xe8/0x2d0  \n[  143.582464]  __fput_sync+0x1d/0x30  \n[  143.583108]  __x64_sys_close+0x41/0x80  \n[  143.583823]  x64_sys_call+0x189a/0x20d0  \n[  143.584552]  do_syscall_64+0x64/0x170  \n[  143.585240]  entry_SYSCALL_64_after_hwframe+0x76/0x7e  \n[  143.586185] RIP: 0033:0x7f3c5153efd7 \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"29 Dec 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-12-29T14:02:23.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/89d78cd0-8f63-4419-86a7-fec90b0c1990/export"/>
    <published>2024-12-29T14:02:23+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/a07f2022-332e-487e-aa31-c7eabe9c48a1/export</id>
    <title>a07f2022-332e-487e-aa31-c7eabe9c48a1</title>
    <updated>2026-06-29T01:23:04.042839+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cve.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "a07f2022-332e-487e-aa31-c7eabe9c48a1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-56745", "type": "seen", "source": "https://t.me/cvedetector/13892", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-56745 - Linux PCI Memory Leak Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-56745 \nPublished : Dec. 29, 2024, 12:15 p.m. | 44\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nPCI: Fix reset_method_store() memory leak  \n  \nIn reset_method_store(), a string is allocated via kstrndup() and assigned  \nto the local \"options\". options is then used in with strsep() to find  \nspaces:  \n  \n  while ((name = strsep(&amp;amp;options, \" \")) != NULL) {  \n  \nIf there are no remaining spaces, then options is set to NULL by strsep(),  \nso the subsequent kfree(options) doesn't free the memory allocated via  \nkstrndup().  \n  \nFix by using a separate tmp_options to iterate with strsep() so options is  \npreserved. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"29 Dec 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-12-29T14:02:25.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/a07f2022-332e-487e-aa31-c7eabe9c48a1/export"/>
    <published>2024-12-29T14:02:25+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/4db1a3ec-0478-407f-8036-94c7cacece71/export</id>
    <title>4db1a3ec-0478-407f-8036-94c7cacece71</title>
    <updated>2026-06-29T01:23:04.042683+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cve.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "4db1a3ec-0478-407f-8036-94c7cacece71", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-56744", "type": "seen", "source": "https://t.me/cvedetector/13893", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-56744 - \"F2FS Linux Kernel Deadlock Vulnerability\"\", \n  \"Content\": \"CVE ID : CVE-2024-56744 \nPublished : Dec. 29, 2024, 12:15 p.m. | 44\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nf2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()  \n  \nsyzbot reports deadlock issue of f2fs as below:  \n  \n======================================================  \nWARNING: possible circular locking dependency detected  \n6.12.0-rc3-syzkaller-00087-gc964ced77262 #0 Not tainted  \n------------------------------------------------------  \nkswapd0/79 is trying to acquire lock:  \nffff888011824088 (&amp;amp;sbi-&amp;gt;sb_lock){++++}-{3:3}, at: f2fs_down_write fs/f2fs/f2fs.h:2199 [inline]  \nffff888011824088 (&amp;amp;sbi-&amp;gt;sb_lock){++++}-{3:3}, at: f2fs_record_stop_reason+0x52/0x1d0 fs/f2fs/super.c:4068  \n  \nbut task is already holding lock:  \nffff88804bd92610 (sb_internal#2){.+.+}-{0:0}, at: f2fs_evict_inode+0x662/0x15c0 fs/f2fs/inode.c:842  \n  \nwhich lock already depends on the new lock.  \n  \nthe existing dependency chain (in reverse order) is:  \n  \n-&amp;gt; #2 (sb_internal#2){.+.+}-{0:0}:  \n       lock_acquire+0x1ed/0x550 kernel/locking/lockdep.c:5825  \n       percpu_down_read include/linux/percpu-rwsem.h:51 [inline]  \n       __sb_start_write include/linux/fs.h:1716 [inline]  \n       sb_start_intwrite+0x4d/0x1c0 include/linux/fs.h:1899  \n       f2fs_evict_inode+0x662/0x15c0 fs/f2fs/inode.c:842  \n       evict+0x4e8/0x9b0 fs/inode.c:725  \n       f2fs_evict_inode+0x1a4/0x15c0 fs/f2fs/inode.c:807  \n       evict+0x4e8/0x9b0 fs/inode.c:725  \n       dispose_list fs/inode.c:774 [inline]  \n       prune_icache_sb+0x239/0x2f0 fs/inode.c:963  \n       super_cache_scan+0x38c/0x4b0 fs/super.c:223  \n       do_shrink_slab+0x701/0x1160 mm/shrinker.c:435  \n       shrink_slab+0x1093/0x14d0 mm/shrinker.c:662  \n       shrink_one+0x43b/0x850 mm/vmscan.c:4818  \n       shrink_many mm/vmscan.c:4879 [inline]  \n       lru_gen_shrink_node mm/vmscan.c:4957 [inline]  \n       shrink_node+0x3799/0x3de0 mm/vmscan.c:5937  \n       kswapd_shrink_node mm/vmscan.c:6765 [inline]  \n       balance_pgdat mm/vmscan.c:6957 [inline]  \n       kswapd+0x1ca3/0x3700 mm/vmscan.c:7226  \n       kthread+0x2f0/0x390 kernel/kthread.c:389  \n       ret_from_fork+0x4b/0x80 arch/x86/kernel/process.c:147  \n       ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:244  \n  \n-&amp;gt; #1 (fs_reclaim){+.+.}-{0:0}:  \n       lock_acquire+0x1ed/0x550 kernel/locking/lockdep.c:5825  \n       __fs_reclaim_acquire mm/page_alloc.c:3834 [inline]  \n       fs_reclaim_acquire+0x88/0x130 mm/page_alloc.c:3848  \n       might_alloc include/linux/sched/mm.h:318 [inline]  \n       prepare_alloc_pages+0x147/0x5b0 mm/page_alloc.c:4493  \n       __alloc_pages_noprof+0x16f/0x710 mm/page_alloc.c:4722  \n       alloc_pages_mpol_noprof+0x3e8/0x680 mm/mempolicy.c:2265  \n       alloc_pages_noprof mm/mempolicy.c:2345 [inline]  \n       folio_alloc_noprof+0x128/0x180 mm/mempolicy.c:2352  \n       filemap_alloc_folio_noprof+0xdf/0x500 mm/filemap.c:1010  \n       do_read_cache_folio+0x2eb/0x850 mm/filemap.c:3787  \n       read_mapping_folio include/linux/pagemap.h:1011 [inline]  \n       f2fs_commit_super+0x3c0/0x7d0 fs/f2fs/super.c:4032  \n       f2fs_record_stop_reason+0x13b/0x1d0 fs/f2fs/super.c:4079  \n       f2fs_handle_critical_error+0x2ac/0x5c0 fs/f2fs/super.c:4174  \n       f2fs_write_inode+0x35f/0x4d0 fs/f2fs/inode.c:785  \n       write_inode fs/fs-writeback.c:1503 [inline]  \n       __writeback_single_inode+0x711/0x10d0 fs/fs-writeback.c:1723  \n       writeback_single_inode+0x1f3/0x660 fs/fs-writeback.c:1779  \n       sync_inode_metadata+0xc4/0x120 fs/fs-writeback.c:2849  \n       f2fs_release_file+0xa8/0x100 fs/f2fs/file.c:1941  \n       __fput+0x23f/0x880 fs/file_table.c:431  \n       task_work_run+0x24f/0x310 kernel/task_work.c:228  \n       resume_user_mode_work include/linux/resume_user_mode.h:50 [inline]  \n       exit_to_user_mode_loop kernel/entry/common.c:114 [inline]  \n       exit_to_user_mode_prepare include/l[...]", "creation_timestamp": "2024-12-29T14:02:26.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/4db1a3ec-0478-407f-8036-94c7cacece71/export"/>
    <published>2024-12-29T14:02:26+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/491a4eb7-f730-4e30-a1b1-019d71c7b66d/export</id>
    <title>491a4eb7-f730-4e30-a1b1-019d71c7b66d</title>
    <updated>2026-06-29T01:23:04.042543+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cve.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "491a4eb7-f730-4e30-a1b1-019d71c7b66d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-56741", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6157", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-56741\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: No description available\n\ud83d\udccf Published: 2024-12-29T11:30:09.843Z\n\ud83d\udccf Modified: 2025-03-03T08:12:43.495Z\n\ud83d\udd17 References:\nNo references available.", "creation_timestamp": "2025-03-03T08:29:24.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/491a4eb7-f730-4e30-a1b1-019d71c7b66d/export"/>
    <published>2025-03-03T08:29:24+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/174faec6-c11f-43b2-a3d7-64acc92c412c/export</id>
    <title>174faec6-c11f-43b2-a3d7-64acc92c412c</title>
    <updated>2026-06-29T01:23:04.042425+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cve.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "174faec6-c11f-43b2-a3d7-64acc92c412c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-56746", "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://vulnerability.circl.lu/sighting/174faec6-c11f-43b2-a3d7-64acc92c412c/export"/>
    <published>2025-08-14T10:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/2db25279-1127-4fad-aadf-8c76280cdce3/export</id>
    <title>2db25279-1127-4fad-aadf-8c76280cdce3</title>
    <updated>2026-06-29T01:23:04.042312+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cve.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "2db25279-1127-4fad-aadf-8c76280cdce3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-56747", "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://vulnerability.circl.lu/sighting/2db25279-1127-4fad-aadf-8c76280cdce3/export"/>
    <published>2025-08-14T10:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/c478a38f-53f0-43e5-ab20-c82aa3d522f1/export</id>
    <title>c478a38f-53f0-43e5-ab20-c82aa3d522f1</title>
    <updated>2026-06-29T01:23:04.042155+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cve.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "c478a38f-53f0-43e5-ab20-c82aa3d522f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-56748", "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://vulnerability.circl.lu/sighting/c478a38f-53f0-43e5-ab20-c82aa3d522f1/export"/>
    <published>2025-08-14T10:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/f62bc85d-e26d-46b2-bc55-13d7b4bd83de/export</id>
    <title>f62bc85d-e26d-46b2-bc55-13d7b4bd83de</title>
    <updated>2026-06-29T01:23:04.039902+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cve.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "f62bc85d-e26d-46b2-bc55-13d7b4bd83de", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-56741", "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://vulnerability.circl.lu/sighting/f62bc85d-e26d-46b2-bc55-13d7b4bd83de/export"/>
    <published>2025-08-14T10:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/40a4be63-b473-4904-8d25-60c5b55d8457/export</id>
    <title>40a4be63-b473-4904-8d25-60c5b55d8457</title>
    <updated>2026-06-29T01:23:04.035612+00:00</updated>
    <author>
      <name>Joseph Lee</name>
      <uri>https://cve.circl.lu/user/syspect</uri>
    </author>
    <content>{"uuid": "40a4be63-b473-4904-8d25-60c5b55d8457", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2024-56744", "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://vulnerability.circl.lu/sighting/40a4be63-b473-4904-8d25-60c5b55d8457/export"/>
    <published>2026-03-19T00:00:00+00:00</published>
  </entry>
</feed>
