<?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 13:50:22 +0000</lastBuildDate>
    <item>
      <title>9659cdde-0108-4594-b133-423c08612f10</title>
      <link>https://vulnerability.circl.lu/sighting/9659cdde-0108-4594-b133-423c08612f10/export</link>
      <description>{"uuid": "9659cdde-0108-4594-b133-423c08612f10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-1076", "type": "seen", "source": "https://t.me/cibsecurity/67877", "content": "\u203c CVE-2023-4194 \u203c\n\nA flaw was found in the Linux kernel's TUN/TAP functionality. This issue could allow a local user to bypass network filters and gain unauthorized access to some resources. The original patches fixing CVE-2023-1076 are incorrect or incomplete. The problem is that the following upstream commits - a096ccca6e50 (\"tun: tun_chr_open(): correctly initialize socket uid\"), - 66b2c338adce (\"tap: tap_open(): correctly initialize socket uid\"), pass \"inode-&amp;gt;i_uid\" to sock_init_data_uid() as the last parameter and that turns out to not be accurate.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-08-07T18:13:47.000000Z"}</description>
      <content:encoded>{"uuid": "9659cdde-0108-4594-b133-423c08612f10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-1076", "type": "seen", "source": "https://t.me/cibsecurity/67877", "content": "\u203c CVE-2023-4194 \u203c\n\nA flaw was found in the Linux kernel's TUN/TAP functionality. This issue could allow a local user to bypass network filters and gain unauthorized access to some resources. The original patches fixing CVE-2023-1076 are incorrect or incomplete. The problem is that the following upstream commits - a096ccca6e50 (\"tun: tun_chr_open(): correctly initialize socket uid\"), - 66b2c338adce (\"tap: tap_open(): correctly initialize socket uid\"), pass \"inode-&amp;gt;i_uid\" to sock_init_data_uid() as the last parameter and that turns out to not be accurate.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-08-07T18:13:47.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/9659cdde-0108-4594-b133-423c08612f10/export</guid>
      <pubDate>Mon, 07 Aug 2023 18:13:47 +0000</pubDate>
    </item>
    <item>
      <title>b05d617c-f7ed-4580-9628-cef349a57d4e</title>
      <link>https://vulnerability.circl.lu/sighting/b05d617c-f7ed-4580-9628-cef349a57d4e/export</link>
      <description>{"uuid": "b05d617c-f7ed-4580-9628-cef349a57d4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-1076", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5180", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-1076\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: A flaw was found in the Linux Kernel. The tun/tap sockets have their socket UID hardcoded to 0 due to a type confusion in their initialization function. While it will be often correct, as tuntap devices require CAP_NET_ADMIN, it may not always be the case, e.g., a non-root user only having that capability. This would make tun/tap sockets being incorrectly treated in filtering/routing decisions, possibly bypassing network filters.\n\ud83d\udccf Published: 2023-03-27T00:00:00.000Z\n\ud83d\udccf Modified: 2025-02-24T17:04:30.565Z\n\ud83d\udd17 References:\n1. https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=66b2c338adce580dfce2199591e65e2bab889cff\n2. https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=a096ccca6e503a5c575717ff8a36ace27510ab0a\n3. https://lists.debian.org/debian-lts-announce/2023/05/msg00005.html", "creation_timestamp": "2025-02-24T17:21:43.000000Z"}</description>
      <content:encoded>{"uuid": "b05d617c-f7ed-4580-9628-cef349a57d4e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-1076", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/5180", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-1076\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: A flaw was found in the Linux Kernel. The tun/tap sockets have their socket UID hardcoded to 0 due to a type confusion in their initialization function. While it will be often correct, as tuntap devices require CAP_NET_ADMIN, it may not always be the case, e.g., a non-root user only having that capability. This would make tun/tap sockets being incorrectly treated in filtering/routing decisions, possibly bypassing network filters.\n\ud83d\udccf Published: 2023-03-27T00:00:00.000Z\n\ud83d\udccf Modified: 2025-02-24T17:04:30.565Z\n\ud83d\udd17 References:\n1. https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=66b2c338adce580dfce2199591e65e2bab889cff\n2. https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=a096ccca6e503a5c575717ff8a36ace27510ab0a\n3. https://lists.debian.org/debian-lts-announce/2023/05/msg00005.html", "creation_timestamp": "2025-02-24T17:21:43.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/b05d617c-f7ed-4580-9628-cef349a57d4e/export</guid>
      <pubDate>Mon, 24 Feb 2025 17:21:43 +0000</pubDate>
    </item>
  </channel>
</rss>
