<?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-05-27T17:49:15.753846+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/b6c35aef-66e2-4383-8c50-39382660cf50/export</id>
    <title>b6c35aef-66e2-4383-8c50-39382660cf50</title>
    <updated>2026-05-27T17:49:16.132852+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "b6c35aef-66e2-4383-8c50-39382660cf50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-56693", "type": "seen", "source": "https://bsky.app/profile/cve-notifications.bsky.social/post/3leebj2eaam25", "content": "", "creation_timestamp": "2024-12-28T10:16:06.655541Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/b6c35aef-66e2-4383-8c50-39382660cf50/export"/>
    <published>2024-12-28T10:16:06.655541+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/976f817b-3bc6-4166-9fd0-c463c1168e32/export</id>
    <title>976f817b-3bc6-4166-9fd0-c463c1168e32</title>
    <updated>2026-05-27T17:49:16.132736+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "976f817b-3bc6-4166-9fd0-c463c1168e32", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-56693", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113730073635305860", "content": "", "creation_timestamp": "2024-12-28T10:53:24.328401Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/976f817b-3bc6-4166-9fd0-c463c1168e32/export"/>
    <published>2024-12-28T10:53:24.328401+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/d294869f-3622-4f5d-aebc-313d7d0b892a/export</id>
    <title>d294869f-3622-4f5d-aebc-313d7d0b892a</title>
    <updated>2026-05-27T17:49:16.130920+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "d294869f-3622-4f5d-aebc-313d7d0b892a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-56693", "type": "seen", "source": "https://t.me/cvedetector/13842", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-56693 - Linux Kernel - Linux brd/fdisk UAF Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-56693 \nPublished : Dec. 28, 2024, 10:15 a.m. | 45\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nbrd: defer automatic disk creation until module initialization succeeds  \n  \nMy colleague Wupeng found the following problems during fault injection:  \n  \nBUG: unable to handle page fault for address: fffffbfff809d073  \nPGD 6e648067 P4D 123ec8067 PUD 123ec4067 PMD 100e38067 PTE 0  \nOops: Oops: 0000 [#1] PREEMPT SMP KASAN NOPTI  \nCPU: 5 UID: 0 PID: 755 Comm: modprobe Not tainted 6.12.0-rc3+ #17  \nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS  \n1.16.1-2.fc37 04/01/2014  \nRIP: 0010:__asan_load8+0x4c/0xa0  \n...  \nCall Trace:  \n   \n blkdev_put_whole+0x41/0x70  \n bdev_release+0x1a3/0x250  \n blkdev_release+0x11/0x20  \n __fput+0x1d7/0x4a0  \n task_work_run+0xfc/0x180  \n syscall_exit_to_user_mode+0x1de/0x1f0  \n do_syscall_64+0x6b/0x170  \n entry_SYSCALL_64_after_hwframe+0x76/0x7e  \n  \nloop_init() is calling loop_add() after __register_blkdev() succeeds and  \nis ignoring disk_add() failure from loop_add(), for loop_add() failure  \nis not fatal and successfully created disks are already visible to  \nbdev_open().  \n  \nbrd_init() is currently calling brd_alloc() before __register_blkdev()  \nsucceeds and is releasing successfully created disks when brd_init()  \nreturns an error. This can cause UAF for the latter two case:  \n  \ncase 1:  \n    T1:  \nmodprobe brd  \n  brd_init  \n    brd_alloc(0) // success  \n      add_disk  \n        disk_scan_partitions  \n          bdev_file_open_by_dev // alloc file  \n          fput // won't free until back to userspace  \n    brd_alloc(1) // failed since mem alloc error inject  \n  // error path for modprobe will release code segment  \n  // back to userspace  \n  __fput  \n    blkdev_release  \n      bdev_release  \n        blkdev_put_whole  \n          bdev-&amp;gt;bd_disk-&amp;gt;fops-&amp;gt;release // fops is freed now, UAF!  \n  \ncase 2:  \n    T1:                            T2:  \nmodprobe brd  \n  brd_init  \n    brd_alloc(0) // success  \n                                   open(/dev/ram0)  \n    brd_alloc(1) // fail  \n  // error path for modprobe  \n  \n                                   close(/dev/ram0)  \n                                   ...  \n                                   /* UAF! */  \n                                   bdev-&amp;gt;bd_disk-&amp;gt;fops-&amp;gt;release  \n  \nFix this problem by following what loop_init() does. Besides,  \nreintroduce brd_devices_mutex to help serialize modifications to  \nbrd_list. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"28 Dec 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-12-28T12:06:10.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/d294869f-3622-4f5d-aebc-313d7d0b892a/export"/>
    <published>2024-12-28T12:06:10+00:00</published>
  </entry>
</feed>
