<?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-04T16:52:19.726738+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/0f5f4104-e3d7-484b-8a14-4640331c12f4/export</id>
    <title>0f5f4104-e3d7-484b-8a14-4640331c12f4</title>
    <updated>2026-05-04T16:52:20.105819+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>http://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "0f5f4104-e3d7-484b-8a14-4640331c12f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2025-37822", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15487", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-37822\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: In the Linux kernel, the following vulnerability has been resolved:\n\nriscv: uprobes: Add missing fence.i after building the XOL buffer\n\nThe XOL (execute out-of-line) buffer is used to single-step the\nreplaced instruction(s) for uprobes. The RISC-V port was missing a\nproper fence.i (i$ flushing) after constructing the XOL buffer, which\ncan result in incorrect execution of stale/broken instructions.\n\nThis was found running the BPF selftests \"test_progs:\nuprobe_autoattach, attach_probe\" on the Spacemit K1/X60, where the\nuprobes tests randomly blew up.\n\ud83d\udccf Published: 2025-05-08T06:26:16.209Z\n\ud83d\udccf Modified: 2025-05-08T06:26:16.209Z\n\ud83d\udd17 References:\n1. https://git.kernel.org/stable/c/bcf6d3158c5902d92b6d62335af4422b7bf7c4e2\n2. https://git.kernel.org/stable/c/1dbb95a36499374c51b47ee8ae258a8862c20978\n3. https://git.kernel.org/stable/c/7d1d19a11cfbfd8bae1d89cc010b2cc397cd0c48", "creation_timestamp": "2025-05-08T07:23:12.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/0f5f4104-e3d7-484b-8a14-4640331c12f4/export"/>
    <published>2025-05-08T07:23:12+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/31595995-fbe7-4674-aff7-59deeab9ab6b/export</id>
    <title>31595995-fbe7-4674-aff7-59deeab9ab6b</title>
    <updated>2026-05-04T16:52:20.105679+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>http://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "31595995-fbe7-4674-aff7-59deeab9ab6b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2025-37822", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3loniqru2pg2o", "content": "", "creation_timestamp": "2025-05-08T08:31:40.645476Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/31595995-fbe7-4674-aff7-59deeab9ab6b/export"/>
    <published>2025-05-08T08:31:40.645476+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/7df2eb40-4bbe-4123-ba03-064428c171b2/export</id>
    <title>7df2eb40-4bbe-4123-ba03-064428c171b2</title>
    <updated>2026-05-04T16:52:20.104398+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>http://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "7df2eb40-4bbe-4123-ba03-064428c171b2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2025-37822", "type": "seen", "source": "https://t.me/cvedetector/24799", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2025-37822 - RISC-V Linux Kernel Uprobes Fence Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2025-37822 \nPublished : May 8, 2025, 7:15 a.m. | 2\u00a0hours, 2\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nriscv: uprobes: Add missing fence.i after building the XOL buffer  \n  \nThe XOL (execute out-of-line) buffer is used to single-step the  \nreplaced instruction(s) for uprobes. The RISC-V port was missing a  \nproper fence.i (i$ flushing) after constructing the XOL buffer, which  \ncan result in incorrect execution of stale/broken instructions.  \n  \nThis was found running the BPF selftests \"test_progs:  \nuprobe_autoattach, attach_probe\" on the Spacemit K1/X60, where the  \nuprobes tests randomly blew up. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"08 May 2025\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2025-05-08T11:44:54.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/7df2eb40-4bbe-4123-ba03-064428c171b2/export"/>
    <published>2025-05-08T11:44:54+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/7ad39980-b67c-4c39-8d5a-bdad36a753e7/export</id>
    <title>7ad39980-b67c-4c39-8d5a-bdad36a753e7</title>
    <updated>2026-05-04T16:52:20.104170+00:00</updated>
    <author>
      <name>Joseph Lee</name>
      <uri>http://vulnerability.circl.lu/user/syspect</uri>
    </author>
    <content>{"uuid": "7ad39980-b67c-4c39-8d5a-bdad36a753e7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2025-37822", "type": "seen", "source": "https://www.cert.ssi.gouv.fr/avis/CERTFR-2026-AVI-0291/", "content": "", "creation_timestamp": "2026-03-13T00:00:00.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/7ad39980-b67c-4c39-8d5a-bdad36a753e7/export"/>
    <published>2026-03-13T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/643cbd6d-99c9-4350-9b25-73ca387f12f3/export</id>
    <title>643cbd6d-99c9-4350-9b25-73ca387f12f3</title>
    <updated>2026-05-04T16:52:20.103870+00:00</updated>
    <author>
      <name>Joseph Lee</name>
      <uri>http://vulnerability.circl.lu/user/syspect</uri>
    </author>
    <content>{"uuid": "643cbd6d-99c9-4350-9b25-73ca387f12f3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2025-37822", "type": "seen", "source": "https://www.hkcert.org/security-bulletin/debian-linux-kernel-multiple-vulnerabilities_20260316", "content": "", "creation_timestamp": "2026-03-16T03:00:00.000000Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/643cbd6d-99c9-4350-9b25-73ca387f12f3/export"/>
    <published>2026-03-16T03:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/ddbc7f52-492f-4915-8289-e63b2245f6aa/export</id>
    <title>ddbc7f52-492f-4915-8289-e63b2245f6aa</title>
    <updated>2026-05-04T16:52:20.101136+00:00</updated>
    <author>
      <name>Joseph Lee</name>
      <uri>http://vulnerability.circl.lu/user/syspect</uri>
    </author>
    <content>{"uuid": "ddbc7f52-492f-4915-8289-e63b2245f6aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2025-37822", "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/ddbc7f52-492f-4915-8289-e63b2245f6aa/export"/>
    <published>2026-03-19T00:00:00+00:00</published>
  </entry>
</feed>
