<?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://db.gcve.eu/sightings/feed</id>
  <title>Most recent sightings.</title>
  <updated>2026-07-28T21:09:47.259008+00:00</updated>
  <author>
    <name>Vulnerability-Lookup</name>
    <email>info@gcve.eu</email>
  </author>
  <link href="https://db.gcve.eu" 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://db.gcve.eu/sighting/f9ba4822-616e-41e0-82f9-296961e46a52/export</id>
    <title>f9ba4822-616e-41e0-82f9-296961e46a52</title>
    <updated>2026-07-28T21:09:47.273963+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "f9ba4822-616e-41e0-82f9-296961e46a52", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-51728", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3lfmkpu2ajo2k", "content": "", "creation_timestamp": "2025-01-13T10:47:27.934086Z"}</content>
    <link href="https://db.gcve.eu/sighting/f9ba4822-616e-41e0-82f9-296961e46a52/export"/>
    <published>2025-01-13T10:47:27.934086+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/3f87db93-f069-4daf-91b2-bf35b12578ca/export</id>
    <title>3f87db93-f069-4daf-91b2-bf35b12578ca</title>
    <updated>2026-07-28T21:09:47.275069+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "3f87db93-f069-4daf-91b2-bf35b12578ca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-51728", "type": "seen", "source": "https://bsky.app/profile/cve-notifications.bsky.social/post/3lfmiwota6c2t", "content": "", "creation_timestamp": "2025-01-13T10:15:30.356450Z"}</content>
    <link href="https://db.gcve.eu/sighting/3f87db93-f069-4daf-91b2-bf35b12578ca/export"/>
    <published>2025-01-13T10:15:30.356450+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/c21b39fb-4132-48cd-a7c7-3f3926095e63/export</id>
    <title>c21b39fb-4132-48cd-a7c7-3f3926095e63</title>
    <updated>2026-07-28T21:09:47.275148+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "c21b39fb-4132-48cd-a7c7-3f3926095e63", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-51729", "type": "seen", "source": "https://bsky.app/profile/cve-notifications.bsky.social/post/3lfhs4gfghe27", "content": "", "creation_timestamp": "2025-01-11T13:16:27.340844Z"}</content>
    <link href="https://db.gcve.eu/sighting/c21b39fb-4132-48cd-a7c7-3f3926095e63/export"/>
    <published>2025-01-11T13:16:27.340844+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/e18d85a8-26f2-4276-8e1d-6e0557151a5a/export</id>
    <title>e18d85a8-26f2-4276-8e1d-6e0557151a5a</title>
    <updated>2026-07-28T21:09:47.275210+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "e18d85a8-26f2-4276-8e1d-6e0557151a5a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-51729", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/1310", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-51729\n\ud83d\udd39 Description: In the Linux kernel, the following vulnerability has been resolved:\n\nmm: use aligned address in copy_user_gigantic_page()\n\nIn current kernel, hugetlb_wp() calls copy_user_large_folio() with the\nfault address.  Where the fault address may be not aligned with the huge\npage size.  Then, copy_user_large_folio() may call\ncopy_user_gigantic_page() with the address, while\ncopy_user_gigantic_page() requires the address to be huge page size\naligned.  So, this may cause memory corruption or information leak,\naddtional, use more obvious naming 'addr_hint' instead of 'addr' for\ncopy_user_gigantic_page().\n\ud83d\udccf Published: 2025-01-11T12:35:38.375Z\n\ud83d\udccf Modified: 2025-01-11T12:35:38.375Z\n\ud83d\udd17 References:\n1. https://git.kernel.org/stable/c/cb12d61361ce769672c7c7bd32107252598cdd8b\n2. https://git.kernel.org/stable/c/f5d09de9f1bf9674c6418ff10d0a40cfe29268e1", "creation_timestamp": "2025-01-11T13:06:42.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/e18d85a8-26f2-4276-8e1d-6e0557151a5a/export"/>
    <published>2025-01-11T13:06:42+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/dea23881-a3ce-4022-b067-661997813e75/export</id>
    <title>dea23881-a3ce-4022-b067-661997813e75</title>
    <updated>2026-07-28T21:09:47.275272+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "dea23881-a3ce-4022-b067-661997813e75", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-51727", "type": "seen", "source": "https://t.me/cvedetector/12266", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-51727 - Ruijie Reyee OS versions 2.206.x up to but not inc\", \n  \"Content\": \"CVE ID : CVE-2024-51727 \nPublished : Dec. 6, 2024, 6:15 p.m. | 28\u00a0minutes ago \nDescription : Ruijie Reyee OS versions 2.206.x up to but not including 2.320.x contains a feature that could enable attackers to invalidate a legitimate user's session and cause a denial-of-service attack on a user's account. \nSeverity: 6.5 | MEDIUM \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"06 Dec 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-12-06T19:48:43.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/dea23881-a3ce-4022-b067-661997813e75/export"/>
    <published>2024-12-06T19:48:43+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/056bd751-5594-45d7-a355-ffe6651be31a/export</id>
    <title>056bd751-5594-45d7-a355-ffe6651be31a</title>
    <updated>2026-07-28T21:09:47.275331+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "056bd751-5594-45d7-a355-ffe6651be31a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-51727", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113607238660158313", "content": "", "creation_timestamp": "2024-12-06T18:14:51.544664Z"}</content>
    <link href="https://db.gcve.eu/sighting/056bd751-5594-45d7-a355-ffe6651be31a/export"/>
    <published>2024-12-06T18:14:51.544664+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/08b7ed89-b728-47d8-a35e-28f0dccb7dc7/export</id>
    <title>08b7ed89-b728-47d8-a35e-28f0dccb7dc7</title>
    <updated>2026-07-28T21:09:47.275381+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "08b7ed89-b728-47d8-a35e-28f0dccb7dc7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-51727", "type": "seen", "source": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-338-01", "content": "", "creation_timestamp": "2024-12-03T11:00:00.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/08b7ed89-b728-47d8-a35e-28f0dccb7dc7/export"/>
    <published>2024-12-03T11:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/dc592ae8-6dc7-474e-ae89-3584511cd040/export</id>
    <title>dc592ae8-6dc7-474e-ae89-3584511cd040</title>
    <updated>2026-07-28T21:09:47.275430+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "dc592ae8-6dc7-474e-ae89-3584511cd040", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-51723", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113545092251127305", "content": "", "creation_timestamp": "2024-11-25T18:50:12.205080Z"}</content>
    <link href="https://db.gcve.eu/sighting/dc592ae8-6dc7-474e-ae89-3584511cd040/export"/>
    <published>2024-11-25T18:50:12.205080+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/855dbc95-15ac-4c9a-bfb0-012f669c600e/export</id>
    <title>855dbc95-15ac-4c9a-bfb0-012f669c600e</title>
    <updated>2026-07-28T21:09:47.275481+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "855dbc95-15ac-4c9a-bfb0-012f669c600e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-51721", "type": "seen", "source": "https://t.me/cvedetector/10697", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-51721 - SecuSUITE Server Web Administration Portal Root Privilege Code Injection Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-51721 \nPublished : Nov. 12, 2024, 7:15 p.m. | 43\u00a0minutes ago \nDescription : A code injection vulnerability in the SecuSUITE Server Web Administration Portal of SecuSUITE versions 5.0.420 and earlier could allow an attacker to potentially inject script commands or other executable content into the server that would run with root privilege. \nSeverity: 7.3 | HIGH \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"12 Nov 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-11-12T21:24:50.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/855dbc95-15ac-4c9a-bfb0-012f669c600e/export"/>
    <published>2024-11-12T21:24:50+00:00</published>
  </entry>
  <entry>
    <id>https://db.gcve.eu/sighting/564e5309-88ac-4c54-88c1-47dee9e848a0/export</id>
    <title>564e5309-88ac-4c54-88c1-47dee9e848a0</title>
    <updated>2026-07-28T21:09:47.275537+00:00</updated>
    <author>
      <name>cedric</name>
      <uri>https://db.gcve.eu/user/cedric</uri>
    </author>
    <content>{"uuid": "564e5309-88ac-4c54-88c1-47dee9e848a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-51722", "type": "seen", "source": "https://t.me/cvedetector/10698", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-51722 - SecuSUITE Server Privilege Escalation Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-51722 \nPublished : Nov. 12, 2024, 7:15 p.m. | 43\u00a0minutes ago \nDescription : A local privilege escalation vulnerability in the SecuSUITE Server (System Configuration) of SecuSUITE versions 5.0.420 and earlier could allow a successful attacker that had gained control of code running under one of the system accounts listed in the configuration file to potentially issue privileged script commands. \nSeverity: 6.4 | MEDIUM \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"12 Nov 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-11-12T21:24:50.000000Z"}</content>
    <link href="https://db.gcve.eu/sighting/564e5309-88ac-4c54-88c1-47dee9e848a0/export"/>
    <published>2024-11-12T21:24:50+00:00</published>
  </entry>
</feed>
