{"vulnerability": "CVE-2023-5243", "sightings": [{"uuid": "128fabd6-f85f-4a32-a902-8fa17e57dcb6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52433", "type": "seen", "source": "https://www.cisa.gov/news-events/ics-advisories/icsa-25-226-15", "content": "", "creation_timestamp": "2025-08-14T10:00:00.000000Z"}, {"uuid": "9c833d66-0a6a-4b9e-86a9-4a8ede3dcb9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52435", "type": "seen", "source": "https://www.cisa.gov/news-events/ics-advisories/icsa-25-226-15", "content": "", "creation_timestamp": "2025-08-14T10:00:00.000000Z"}, {"uuid": "1cd6da96-4c2f-463b-8897-d766f4123b88", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52433", "type": "seen", "source": "https://www.cert.ssi.gouv.fr/avis/CERTFR-2026-AVI-0398/", "content": "", "creation_timestamp": "2026-04-02T17:00:00.000000Z"}, {"uuid": "e4b4b130-9e26-4f62-aeda-c18de9124a97", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-5243", "type": "seen", "source": "https://t.me/cibsecurity/73247", "content": "\u203c CVE-2023-5243 \u203c\n\nThe Login Screen Manager WordPress plugin through 3.5.2 does not sanitize and escape some of its settings, which could allow high-privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-10-31T17:21:21.000000Z"}, {"uuid": "ff1ca23c-209b-4180-9d10-63cbf33ea1c6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52432", "type": "seen", "source": "Telegram/tVYKL4tHJPiXNFlLlhNWYQLODbIgtSdW5vJHyVWnSZja6aYN", "content": "", "creation_timestamp": "2025-02-14T10:01:37.000000Z"}, {"uuid": "c7598489-e582-4257-a763-61c0818547d1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52438", "type": "seen", "source": "https://t.me/arpsyndicate/3837", "content": "#ExploitObserverAlert\n\nCVE-2023-52438\n\nDESCRIPTION: Exploit Observer has 1 entries in 1 file formats related to CVE-2023-52438. In the Linux kernel, the following vulnerability has been resolved:  binder: fix use-after-free in shinker's callback  The mmap read lock is used during the shrinker's callback, which means that using alloc-&gt;vma pointer isn't safe as it can race with munmap(). As of commit dd2283f2605e (\"mm: mmap: zap pages with read mmap_sem in munmap\") the mmap lock is downgraded after the vma has been isolated.  I was able to reproduce this issue by manually adding some delays and triggering page reclaiming through the shrinker's debug sysfs. The following KASAN report confirms the UAF:    ==================================================================   BUG: KASAN: slab-use-after-free in zap_page_range_single+0x470/0x4b8   Read of size 8 at addr ffff356ed50e50f0 by task bash/478    CPU: 1 PID: 478 Comm: bash Not tainted 6.6.0-rc5-00055-g1c8b86a3799f-dirty #70   Hardware name: linux,dummy-virt (DT)   Call trace:    zap_page_range_single+0x470/0x4b8    binder_alloc_free_page+0x608/0xadc    __list_lru_walk_one+0x130/0x3b0    list_lru_walk_node+0xc4/0x22c    binder_shrink_scan+0x108/0x1dc    shrinker_debugfs_scan_write+0x2b4/0x500    full_proxy_write+0xd4/0x140    vfs_write+0x1ac/0x758    ksys_write+0xf0/0x1dc    __arm64_sys_write+0x6c/0x9c    Allocated by task 492:    kmem_cache_alloc+0x130/0x368    vm_area_alloc+0x2c/0x190    mmap_region+0x258/0x18bc    do_mmap+0x694/0xa60    vm_mmap_pgoff+0x170/0x29c    ksys_mmap_pgoff+0x290/0x3a0    __arm64_sys_mmap+0xcc/0x144    Freed by task 491:    kmem_cache_free+0x17c/0x3c8    vm_area_free_rcu_cb+0x74/0x98    rcu_core+0xa38/0x26d4    rcu_core_si+0x10/0x1c    __do_softirq+0x2fc/0xd24    Last potentially related work creation:    __call_rcu_common.constprop.0+0x6c/0xba0    call_rcu+0x10/0x1c    vm_area_free+0x18/0x24    remove_vma+0xe4/0x118    do_vmi_align_munmap.isra.0+0x718/0xb5c    do_vmi_munmap+0xdc/0x1fc    __vm_munmap+0x10c/0x278    __arm64_sys_munmap+0x58/0x7c  Fix this issue by performing instead a vma_lookup() which will fail to find the vma that was isolated before the mmap lock downgrade. Note that this option has better performance than upgrading to a mmap write lock which would increase contention. Plus, mmap_write_trylock() has been recently removed anyway.", "creation_timestamp": "2024-02-21T15:17:01.000000Z"}, {"uuid": "eae628a8-5c90-43ed-8568-68c83143c27b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52439", "type": "seen", "source": "https://t.me/arpsyndicate/3833", "content": "#ExploitObserverAlert\n\nCVE-2023-52439\n\nDESCRIPTION: Exploit Observer has 1 entries in 1 file formats related to CVE-2023-52439. In the Linux kernel, the following vulnerability has been resolved:  uio: Fix use-after-free in uio_open  core-1    core-2 ------------------------------------------------------- uio_unregister_device  uio_open     idev = idr_find() device_unregister(&amp;idev-&gt;dev) put_device(&amp;idev-&gt;dev) uio_device_release     get_device(&amp;idev-&gt;dev) kfree(idev) uio_free_minor(minor)     uio_release     put_device(&amp;idev-&gt;dev)     kfree(idev) -------------------------------------------------------  In the core-1 uio_unregister_device(), the device_unregister will kfree idev when the idev-&gt;dev kobject ref is 1. But after core-1 device_unregister, put_device and before doing kfree, the core-2 may get_device. Then: 1. After core-1 kfree idev, the core-2 will do use-after-free for idev. 2. When core-2 do uio_release and put_device, the idev will be double    freed.  To address this issue, we can get idev atomic &amp; inc idev reference with minor_lock.", "creation_timestamp": "2024-02-21T15:12:02.000000Z"}, {"uuid": "f62e4b0c-96fa-42fa-9952-743b919933ad", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52436", "type": "seen", "source": "https://t.me/arpsyndicate/3828", "content": "#ExploitObserverAlert\n\nCVE-2023-52436\n\nDESCRIPTION: Exploit Observer has 1 entries in 1 file formats related to CVE-2023-52436. In the Linux kernel, the following vulnerability has been resolved:  f2fs: explicitly null-terminate the xattr list  When setting an xattr, explicitly null-terminate the xattr list.  This eliminates the fragile assumption that the unused xattr space is always zeroed.", "creation_timestamp": "2024-02-21T15:04:35.000000Z"}, {"uuid": "147defbb-4651-47d7-957d-6bc173e0c249", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52433", "type": "seen", "source": "https://t.me/arpsyndicate/3754", "content": "#ExploitObserverAlert\n\nCVE-2023-52433\n\nDESCRIPTION: Exploit Observer has 1 entries in 1 file formats related to CVE-2023-52433. In the Linux kernel, the following vulnerability has been resolved:  netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction  New elements in this transaction might expired before such transaction ends. Skip sync GC for such elements otherwise commit path might walk over an already released object. Once transaction is finished, async GC will collect such expired element.", "creation_timestamp": "2024-02-21T13:07:07.000000Z"}, {"uuid": "0eaf730c-aadc-4332-a4fd-4e1834fe0a3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52437", "type": "seen", "source": "https://t.me/arpsyndicate/3821", "content": "#ExploitObserverAlert\n\nCVE-2023-52437\n\nDESCRIPTION: Exploit Observer has 1 entries in 1 file formats related to CVE-2023-52437. In the Linux kernel, the following vulnerability has been resolved:  Revert \"md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d\"  This reverts commit 5e2cf333b7bd5d3e62595a44d598a254c697cd74.  That commit introduced the following race and can cause system hung.   md_write_start:             raid5d:  // mddev-&gt;in_sync == 1  set \"MD_SB_CHANGE_PENDING\"                             // running before md_write_start wakeup it                              waiting \"MD_SB_CHANGE_PENDING\" cleared                              &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; hung  wakeup mddev-&gt;thread  ...  waiting \"MD_SB_CHANGE_PENDING\" cleared  &gt;&gt;&gt;&gt; hung, raid5d should clear this flag  but get hung by same flag.  The issue reverted commit fixing is fixed by last patch in a new way.", "creation_timestamp": "2024-02-21T14:52:34.000000Z"}, {"uuid": "8a1634e6-4dc9-4756-a1a1-5b130bdef9ae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52432", "type": "seen", "source": "https://t.me/ctinow/199925", "content": "https://ift.tt/k9RK3UF\nCVE-2023-52432", "creation_timestamp": "2024-03-05T06:22:16.000000Z"}, {"uuid": "572fe5a2-08fd-4423-91e8-b26e8a83d999", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52432", "type": "seen", "source": "https://t.me/ctinow/199938", "content": "https://ift.tt/k9RK3UF\nCVE-2023-52432", "creation_timestamp": "2024-03-05T06:27:01.000000Z"}, {"uuid": "7554d2d2-6234-4eb4-a7b1-5ad5e728e115", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52433", "type": "seen", "source": "https://t.me/ctinow/188521", "content": "https://ift.tt/7Vicso9\nCVE-2023-52433", "creation_timestamp": "2024-02-20T14:26:18.000000Z"}, {"uuid": "06e79808-7c09-4a56-af2a-e4624cf82162", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52435", "type": "seen", "source": "https://t.me/ctinow/188926", "content": "https://ift.tt/ykVvDFH\nCVE-2023-52435", "creation_timestamp": "2024-02-20T21:23:10.000000Z"}, {"uuid": "230484db-1fe3-438c-b64e-2e9253813aa7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52435", "type": "seen", "source": "https://t.me/ctinow/188924", "content": "https://ift.tt/ykVvDFH\nCVE-2023-52435", "creation_timestamp": "2024-02-20T21:23:08.000000Z"}, {"uuid": "665f9d0f-a1b2-4f91-bb12-1ee8a85b9337", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52435", "type": "seen", "source": "https://t.me/ctinow/189496", "content": "https://ift.tt/TPdhBfq\nCVE-2023-52435", "creation_timestamp": "2024-02-21T11:46:32.000000Z"}, {"uuid": "2cc97e2c-068c-4f52-a8a8-18fb73b97437", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52434", "type": "seen", "source": "https://t.me/ctinow/189453", "content": "https://ift.tt/SlwPBVu\nCVE-2023-52434", "creation_timestamp": "2024-02-21T10:51:52.000000Z"}, {"uuid": "8660479d-2f4f-4a3d-8428-52cfa5316dc5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52439", "type": "seen", "source": "https://t.me/ctinow/188965", "content": "https://ift.tt/3fRDeVo\nCVE-2023-52439", "creation_timestamp": "2024-02-20T22:31:57.000000Z"}, {"uuid": "c9bb17ae-db4c-4f63-a97b-21217444ed47", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52438", "type": "seen", "source": "https://t.me/ctinow/188964", "content": "https://ift.tt/dNqIuxl\nCVE-2023-52438", "creation_timestamp": "2024-02-20T22:31:56.000000Z"}, {"uuid": "d702d11d-6a19-4f97-97cb-8d386cd42ac2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52437", "type": "seen", "source": "https://t.me/ctinow/188963", "content": "https://ift.tt/KLJWD5U\nCVE-2023-52437", "creation_timestamp": "2024-02-20T22:31:55.000000Z"}, {"uuid": "168e361e-e163-44e3-8781-f8d5bf96f72d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52434", "type": "seen", "source": "https://t.me/ctinow/188842", "content": "https://ift.tt/xYzqUe2\nCVE-2023-52434", "creation_timestamp": "2024-02-20T19:27:12.000000Z"}, {"uuid": "ba5f3d9e-ca43-46ce-94a1-2c45e03023be", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52439", "type": "seen", "source": "https://t.me/ctinow/188957", "content": "https://ift.tt/3fRDeVo\nCVE-2023-52439", "creation_timestamp": "2024-02-20T22:27:05.000000Z"}, {"uuid": "fc849029-a853-4ff2-b4de-fe0e009367ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52434", "type": "seen", "source": "https://t.me/ctinow/188858", "content": "https://ift.tt/xYzqUe2\nCVE-2023-52434", "creation_timestamp": "2024-02-20T19:31:54.000000Z"}, {"uuid": "edae4577-25ce-441d-b1dc-0212b5da9db4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52433", "type": "seen", "source": "https://t.me/ctinow/188511", "content": "https://ift.tt/7Vicso9\nCVE-2023-52433", "creation_timestamp": "2024-02-20T14:21:54.000000Z"}, {"uuid": "381dbd2d-c1ec-4715-a091-2158aafa7787", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52438", "type": "seen", "source": "https://t.me/ctinow/189434", "content": "https://ift.tt/q203mGh\nCVE-2023-52438", "creation_timestamp": "2024-02-21T10:21:34.000000Z"}, {"uuid": "81e51074-d61f-47cb-8c64-8971e877b11c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52439", "type": "seen", "source": "https://t.me/ctinow/189429", "content": "https://ift.tt/mQ9g84f\nCVE-2023-52439", "creation_timestamp": "2024-02-21T10:16:42.000000Z"}, {"uuid": "3474deea-7708-46d0-9978-da099e7443fb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52436", "type": "seen", "source": "https://t.me/ctinow/189410", "content": "https://ift.tt/8ayOl2Q\nCVE-2023-52436", "creation_timestamp": "2024-02-21T09:46:55.000000Z"}, {"uuid": "dd288c40-31dd-492f-9995-238a535afce7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52437", "type": "seen", "source": "https://t.me/ctinow/189409", "content": "https://ift.tt/Z8jJ5zr\nCVE-2023-52437", "creation_timestamp": "2024-02-21T09:46:55.000000Z"}, {"uuid": "c9bacc6c-e92f-4cd2-b1cd-8d151e2864f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52438", "type": "seen", "source": "https://t.me/ctinow/188956", "content": "https://ift.tt/dNqIuxl\nCVE-2023-52438", "creation_timestamp": "2024-02-20T22:27:04.000000Z"}, {"uuid": "2bdae00f-824b-4a80-993b-a2401436b938", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52437", "type": "seen", "source": "https://t.me/ctinow/188955", "content": "https://ift.tt/KLJWD5U\nCVE-2023-52437", "creation_timestamp": "2024-02-20T22:27:03.000000Z"}, {"uuid": "5ad3ef67-4808-4fb7-95ad-d9d3430eb028", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52436", "type": "seen", "source": "https://t.me/ctinow/188954", "content": "https://ift.tt/AzwuBXo\nCVE-2023-52436", "creation_timestamp": "2024-02-20T22:26:59.000000Z"}, {"uuid": "823b5b0c-da5a-4774-bd6b-721d8bfdae3c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52433", "type": "seen", "source": "https://t.me/ctinow/188929", "content": "https://ift.tt/rhg025H\nCVE-2023-52433", "creation_timestamp": "2024-02-20T21:31:22.000000Z"}, {"uuid": "9cebe142-f084-45e4-847a-a098b0ea9d3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52436", "type": "seen", "source": "https://t.me/ctinow/188962", "content": "https://ift.tt/AzwuBXo\nCVE-2023-52436", "creation_timestamp": "2024-02-20T22:31:54.000000Z"}, {"uuid": "e36946f0-bd57-4606-91a6-c106363cd2f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52430", "type": "seen", "source": "https://t.me/ctinow/183522", "content": "https://ift.tt/JoAhEiu\nCVE-2023-52430", "creation_timestamp": "2024-02-13T00:26:12.000000Z"}, {"uuid": "a9deb315-13d2-4efc-aa63-4a97be2991a3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52431", "type": "seen", "source": "https://t.me/ctinow/183615", "content": "https://ift.tt/EgNxRGZ\nCVE-2023-52431", "creation_timestamp": "2024-02-13T06:21:59.000000Z"}]}