<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://vulnerability.circl.lu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Wed, 27 May 2026 15:22:43 +0000</lastBuildDate>
    <item>
      <title>b7db570e-68ed-4779-bdcd-3ed259829731</title>
      <link>https://vulnerability.circl.lu/sighting/b7db570e-68ed-4779-bdcd-3ed259829731/export</link>
      <description>{"uuid": "b7db570e-68ed-4779-bdcd-3ed259829731", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-53156", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113707704699319055", "content": "", "creation_timestamp": "2024-12-24T12:04:41.355886Z"}</description>
      <content:encoded>{"uuid": "b7db570e-68ed-4779-bdcd-3ed259829731", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-53156", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113707704699319055", "content": "", "creation_timestamp": "2024-12-24T12:04:41.355886Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/b7db570e-68ed-4779-bdcd-3ed259829731/export</guid>
      <pubDate>Tue, 24 Dec 2024 12:04:41 +0000</pubDate>
    </item>
    <item>
      <title>3c8f2da7-bfee-4b86-b510-58f46da11697</title>
      <link>https://vulnerability.circl.lu/sighting/3c8f2da7-bfee-4b86-b510-58f46da11697/export</link>
      <description>{"uuid": "3c8f2da7-bfee-4b86-b510-58f46da11697", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-53156", "type": "seen", "source": "https://bsky.app/profile/cve-notifications.bsky.social/post/3le2gds7bly2l", "content": "", "creation_timestamp": "2024-12-24T12:16:01.553072Z"}</description>
      <content:encoded>{"uuid": "3c8f2da7-bfee-4b86-b510-58f46da11697", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-53156", "type": "seen", "source": "https://bsky.app/profile/cve-notifications.bsky.social/post/3le2gds7bly2l", "content": "", "creation_timestamp": "2024-12-24T12:16:01.553072Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/3c8f2da7-bfee-4b86-b510-58f46da11697/export</guid>
      <pubDate>Tue, 24 Dec 2024 12:16:01 +0000</pubDate>
    </item>
    <item>
      <title>b97ab942-8874-423b-9b2c-30228103e92d</title>
      <link>https://vulnerability.circl.lu/sighting/b97ab942-8874-423b-9b2c-30228103e92d/export</link>
      <description>{"uuid": "b97ab942-8874-423b-9b2c-30228103e92d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-53156", "type": "seen", "source": "https://t.me/cvedetector/13597", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-53156 - \"Ath9k HTC Endpoint Bounds Vulnerability\"\", \n  \"Content\": \"CVE ID : CVE-2024-53156 \nPublished : Dec. 24, 2024, 12:15 p.m. | 45\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nwifi: ath9k: add range check for conn_rsp_epid in htc_connect_service()  \n  \nI found the following bug in my fuzzer:  \n  \n  UBSAN: array-index-out-of-bounds in drivers/net/wireless/ath/ath9k/htc_hst.c:26:51  \n  index 255 is out of range for type 'htc_endpoint [22]'  \n  CPU: 0 UID: 0 PID: 8 Comm: kworker/0:0 Not tainted 6.11.0-rc6-dirty #14  \n  Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014  \n  Workqueue: events request_firmware_work_func  \n  Call Trace:  \n     \n   dump_stack_lvl+0x180/0x1b0  \n   __ubsan_handle_out_of_bounds+0xd4/0x130  \n   htc_issue_send.constprop.0+0x20c/0x230  \n   ? _raw_spin_unlock_irqrestore+0x3c/0x70  \n   ath9k_wmi_cmd+0x41d/0x610  \n   ? mark_held_locks+0x9f/0xe0  \n   ...  \n  \nSince this bug has been confirmed to be caused by insufficient verification  \nof conn_rsp_epid, I think it would be appropriate to add a range check for  \nconn_rsp_epid to htc_connect_service() to prevent the bug from occurring. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"24 Dec 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-12-24T14:24:30.000000Z"}</description>
      <content:encoded>{"uuid": "b97ab942-8874-423b-9b2c-30228103e92d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-53156", "type": "seen", "source": "https://t.me/cvedetector/13597", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-53156 - \"Ath9k HTC Endpoint Bounds Vulnerability\"\", \n  \"Content\": \"CVE ID : CVE-2024-53156 \nPublished : Dec. 24, 2024, 12:15 p.m. | 45\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nwifi: ath9k: add range check for conn_rsp_epid in htc_connect_service()  \n  \nI found the following bug in my fuzzer:  \n  \n  UBSAN: array-index-out-of-bounds in drivers/net/wireless/ath/ath9k/htc_hst.c:26:51  \n  index 255 is out of range for type 'htc_endpoint [22]'  \n  CPU: 0 UID: 0 PID: 8 Comm: kworker/0:0 Not tainted 6.11.0-rc6-dirty #14  \n  Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014  \n  Workqueue: events request_firmware_work_func  \n  Call Trace:  \n     \n   dump_stack_lvl+0x180/0x1b0  \n   __ubsan_handle_out_of_bounds+0xd4/0x130  \n   htc_issue_send.constprop.0+0x20c/0x230  \n   ? _raw_spin_unlock_irqrestore+0x3c/0x70  \n   ath9k_wmi_cmd+0x41d/0x610  \n   ? mark_held_locks+0x9f/0xe0  \n   ...  \n  \nSince this bug has been confirmed to be caused by insufficient verification  \nof conn_rsp_epid, I think it would be appropriate to add a range check for  \nconn_rsp_epid to htc_connect_service() to prevent the bug from occurring. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"24 Dec 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-12-24T14:24:30.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/b97ab942-8874-423b-9b2c-30228103e92d/export</guid>
      <pubDate>Tue, 24 Dec 2024 14:24:30 +0000</pubDate>
    </item>
    <item>
      <title>b7098c8e-7f7f-4375-b564-8981649770d0</title>
      <link>https://vulnerability.circl.lu/sighting/b7098c8e-7f7f-4375-b564-8981649770d0/export</link>
      <description>{"uuid": "b7098c8e-7f7f-4375-b564-8981649770d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-53156", "type": "seen", "source": "https://bsky.app/profile/ferramentaslinux.bsky.social/post/3lpog3bqe4s2e", "content": "", "creation_timestamp": "2025-05-21T10:41:41.098926Z"}</description>
      <content:encoded>{"uuid": "b7098c8e-7f7f-4375-b564-8981649770d0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-53156", "type": "seen", "source": "https://bsky.app/profile/ferramentaslinux.bsky.social/post/3lpog3bqe4s2e", "content": "", "creation_timestamp": "2025-05-21T10:41:41.098926Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/b7098c8e-7f7f-4375-b564-8981649770d0/export</guid>
      <pubDate>Wed, 21 May 2025 10:41:41 +0000</pubDate>
    </item>
    <item>
      <title>b0b32190-a5d6-48f6-b61a-7451a60f0f64</title>
      <link>https://vulnerability.circl.lu/sighting/b0b32190-a5d6-48f6-b61a-7451a60f0f64/export</link>
      <description>{"uuid": "b0b32190-a5d6-48f6-b61a-7451a60f0f64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-53156", "type": "seen", "source": "https://bsky.app/profile/ferramentaslinux.bsky.social/post/3lptxsxjmtk2j", "content": "", "creation_timestamp": "2025-05-23T15:42:29.781355Z"}</description>
      <content:encoded>{"uuid": "b0b32190-a5d6-48f6-b61a-7451a60f0f64", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-53156", "type": "seen", "source": "https://bsky.app/profile/ferramentaslinux.bsky.social/post/3lptxsxjmtk2j", "content": "", "creation_timestamp": "2025-05-23T15:42:29.781355Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/b0b32190-a5d6-48f6-b61a-7451a60f0f64/export</guid>
      <pubDate>Fri, 23 May 2025 15:42:29 +0000</pubDate>
    </item>
    <item>
      <title>4a71e458-5699-48b2-9bed-c87225ec297e</title>
      <link>https://vulnerability.circl.lu/sighting/4a71e458-5699-48b2-9bed-c87225ec297e/export</link>
      <description>{"uuid": "4a71e458-5699-48b2-9bed-c87225ec297e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-53156", "type": "seen", "source": "https://www.cisa.gov/news-events/ics-advisories/icsa-25-226-07", "content": "", "creation_timestamp": "2025-08-14T10:00:00.000000Z"}</description>
      <content:encoded>{"uuid": "4a71e458-5699-48b2-9bed-c87225ec297e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-53156", "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:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/4a71e458-5699-48b2-9bed-c87225ec297e/export</guid>
      <pubDate>Thu, 14 Aug 2025 10:00:00 +0000</pubDate>
    </item>
  </channel>
</rss>
