<?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>Sat, 09 May 2026 23:44:42 +0000</lastBuildDate>
    <item>
      <title>079bf4b3-c1a5-4c07-b24c-795a13a2ba91</title>
      <link>https://vulnerability.circl.lu/sighting/079bf4b3-c1a5-4c07-b24c-795a13a2ba91/export</link>
      <description>{"uuid": "079bf4b3-c1a5-4c07-b24c-795a13a2ba91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2022-48830", "type": "seen", "source": "https://t.me/cvedetector/934", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2022-48830 - Linux CAN isotp Race Condition Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2022-48830 \nPublished : July 16, 2024, 12:15 p.m. | 43\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \ncan: isotp: fix potential CAN frame reception race in isotp_rcv()  \n  \nWhen receiving a CAN frame the current code logic does not consider  \nconcurrently receiving processes which do not show up in real world  \nusage.  \n  \nZiyang Xuan writes:  \n  \nThe following syz problem is one of the scenarios. so-&amp;gt;rx.len is  \nchanged by isotp_rcv_ff() during isotp_rcv_cf(), so-&amp;gt;rx.len equals  \n0 before alloc_skb() and equals 4096 after alloc_skb(). That will  \ntrigger skb_over_panic() in skb_put().  \n  \n=======================================================  \nCPU: 1 PID: 19 Comm: ksoftirqd/1 Not tainted 5.16.0-rc8-syzkaller #0  \nRIP: 0010:skb_panic+0x16c/0x16e net/core/skbuff.c:113  \nCall Trace:  \n   \n skb_over_panic net/core/skbuff.c:118 [inline]  \n skb_put.cold+0x24/0x24 net/core/skbuff.c:1990  \n isotp_rcv_cf net/can/isotp.c:570 [inline]  \n isotp_rcv+0xa38/0x1e30 net/can/isotp.c:668  \n deliver net/can/af_can.c:574 [inline]  \n can_rcv_filter+0x445/0x8d0 net/can/af_can.c:635  \n can_receive+0x31d/0x580 net/can/af_can.c:665  \n can_rcv+0x120/0x1c0 net/can/af_can.c:696  \n __netif_receive_skb_one_core+0x114/0x180 net/core/dev.c:5465  \n __netif_receive_skb+0x24/0x1b0 net/core/dev.c:5579  \n  \nTherefore we make sure the state changes and data structures stay  \nconsistent at CAN frame reception time by adding a spin_lock in  \nisotp_rcv(). This fixes the issue reported by syzkaller but does not  \naffect real world operation. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"16 Jul 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-07-16T15:26:15.000000Z"}</description>
      <content:encoded>{"uuid": "079bf4b3-c1a5-4c07-b24c-795a13a2ba91", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2022-48830", "type": "seen", "source": "https://t.me/cvedetector/934", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2022-48830 - Linux CAN isotp Race Condition Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2022-48830 \nPublished : July 16, 2024, 12:15 p.m. | 43\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \ncan: isotp: fix potential CAN frame reception race in isotp_rcv()  \n  \nWhen receiving a CAN frame the current code logic does not consider  \nconcurrently receiving processes which do not show up in real world  \nusage.  \n  \nZiyang Xuan writes:  \n  \nThe following syz problem is one of the scenarios. so-&amp;gt;rx.len is  \nchanged by isotp_rcv_ff() during isotp_rcv_cf(), so-&amp;gt;rx.len equals  \n0 before alloc_skb() and equals 4096 after alloc_skb(). That will  \ntrigger skb_over_panic() in skb_put().  \n  \n=======================================================  \nCPU: 1 PID: 19 Comm: ksoftirqd/1 Not tainted 5.16.0-rc8-syzkaller #0  \nRIP: 0010:skb_panic+0x16c/0x16e net/core/skbuff.c:113  \nCall Trace:  \n   \n skb_over_panic net/core/skbuff.c:118 [inline]  \n skb_put.cold+0x24/0x24 net/core/skbuff.c:1990  \n isotp_rcv_cf net/can/isotp.c:570 [inline]  \n isotp_rcv+0xa38/0x1e30 net/can/isotp.c:668  \n deliver net/can/af_can.c:574 [inline]  \n can_rcv_filter+0x445/0x8d0 net/can/af_can.c:635  \n can_receive+0x31d/0x580 net/can/af_can.c:665  \n can_rcv+0x120/0x1c0 net/can/af_can.c:696  \n __netif_receive_skb_one_core+0x114/0x180 net/core/dev.c:5465  \n __netif_receive_skb+0x24/0x1b0 net/core/dev.c:5579  \n  \nTherefore we make sure the state changes and data structures stay  \nconsistent at CAN frame reception time by adding a spin_lock in  \nisotp_rcv(). This fixes the issue reported by syzkaller but does not  \naffect real world operation. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"16 Jul 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-07-16T15:26:15.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/079bf4b3-c1a5-4c07-b24c-795a13a2ba91/export</guid>
      <pubDate>Tue, 16 Jul 2024 15:26:15 +0000</pubDate>
    </item>
  </channel>
</rss>
