<?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>Mon, 29 Jun 2026 18:57:05 +0000</lastBuildDate>
    <item>
      <title>720f1ca2-69c5-4445-a97f-7ce9dd729418</title>
      <link>https://vulnerability.circl.lu/sighting/720f1ca2-69c5-4445-a97f-7ce9dd729418/export</link>
      <description>{"uuid": "720f1ca2-69c5-4445-a97f-7ce9dd729418", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53469", "type": "seen", "source": "https://bsky.app/profile/cyberhub.blog/post/3mpgduqzxbs2h", "content": "\ud83d\udccc CVE-2026-53469 - A flaw was found in migration-planner. An authenticated user can exploit this vulnerability by sending a DELETE request to the /api/v1/sources route, ... https://www.cyberhub.blog/cves/CVE-2026-53469", "creation_timestamp": "2026-06-29T11:07:07.432969Z"}</description>
      <content:encoded>{"uuid": "720f1ca2-69c5-4445-a97f-7ce9dd729418", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53469", "type": "seen", "source": "https://bsky.app/profile/cyberhub.blog/post/3mpgduqzxbs2h", "content": "\ud83d\udccc CVE-2026-53469 - A flaw was found in migration-planner. An authenticated user can exploit this vulnerability by sending a DELETE request to the /api/v1/sources route, ... https://www.cyberhub.blog/cves/CVE-2026-53469", "creation_timestamp": "2026-06-29T11:07:07.432969Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/720f1ca2-69c5-4445-a97f-7ce9dd729418/export</guid>
      <pubDate>Mon, 29 Jun 2026 11:07:07 +0000</pubDate>
    </item>
    <item>
      <title>644e032c-2bfa-48d2-aa3f-9df196ec8780</title>
      <link>https://vulnerability.circl.lu/sighting/644e032c-2bfa-48d2-aa3f-9df196ec8780/export</link>
      <description>{"uuid": "644e032c-2bfa-48d2-aa3f-9df196ec8780", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53462", "type": "seen", "source": "https://gist.github.com/alon710/ab6fb045bc60bbc32d947423444fcf91", "content": "# CVE-2026-53462: CVE-2026-53462: Heap Use-After-Free Vulnerability in ImageMagick Vector Drawing Subsystem\n\n&amp;gt; **CVSS Score:** 5.9\n&amp;gt; **Published:** 2026-06-26\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-53462\n\n## Summary\nCVE-2026-53462 is a heap Use-After-Free (UAF) vulnerability in ImageMagick's vector drawing subsystem, specifically within the coordinate allocation mechanism in CheckPrimitiveExtent. By parsing a crafted vector image (such as SVG or MVG) with extremely complex primitives, an attacker can trigger a memory reallocation failure. If the application fails to handle this allocation failure cleanly, it leaves a dangling pointer that can subsequently be accessed or freed again, causing memory corruption or an application crash.\n\n## TL;DR\nA heap Use-After-Free vulnerability in ImageMagick's drawing engine can be triggered via crafted vector images, potentially leading to denial of service or remote code execution.\n\n## Technical Details\n\n- **CWE ID**: CWE-416 (Use After Free)\n- **Attack Vector**: Network (AV:N)\n- **CVSS v3.1 Score**: 5.9 (Medium)\n- **EPSS Score**: 0.00227 (Percentile: 13.34%)\n- **Impact**: Availability (High)\n- **Exploit Status**: None (No public exploits or weaponized payloads)\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- ImageMagick 6.x installations prior to version 6.9.13-50\n- ImageMagick 7.x installations prior to version 7.1.2-25\n- **ImageMagick**: &amp;lt; 6.9.13-50 (Fixed in: `6.9.13-50`)\n- **ImageMagick**: &amp;gt;= 7.0.0-0, &amp;lt; 7.1.2-25 (Fixed in: `7.1.2-25`)\n\n## Mitigation\n\n- Upgrade to ImageMagick 6.9.13-50 (legacy branch) or 7.1.2-25 (modern branch) or newer.\n- Disable parsing of vulnerable vector formats (SVG, MVG, PDF, EPS, PS) via policy.xml configuration.\n- Enforce strict memory limits inside ImageMagick's policy.xml to mitigate memory allocation manipulation.\n\n**Remediation Steps:**\n1. Identify vulnerable ImageMagick deployments using local container scanning, host package managers, or software composition analysis.\n2. Deploy security updates or compile from patched sources for both 6.x and 7.x code paths.\n3. Configure ImageMagick policy.xml file to restrict vector file processing capabilities if updates cannot be immediately applied.\n\n## References\n\n- [Official GitHub Security Advisory](https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-px7q-ggqj-hcf2)\n- [Magick.NET Release Package Info (Wrapper Fix)](https://github.com/dlemstra/Magick.NET/releases/tag/14.14.0)\n- [Official CVE Record](https://www.cve.org/CVERecord?id=CVE-2026-53462)\n- [Wiz Vulnerability Analysis Portal](https://www.wiz.io/vulnerability-database/cve/cve-2026-53462)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-53462) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-26T16:52:45.690303Z"}</description>
      <content:encoded>{"uuid": "644e032c-2bfa-48d2-aa3f-9df196ec8780", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53462", "type": "seen", "source": "https://gist.github.com/alon710/ab6fb045bc60bbc32d947423444fcf91", "content": "# CVE-2026-53462: CVE-2026-53462: Heap Use-After-Free Vulnerability in ImageMagick Vector Drawing Subsystem\n\n&amp;gt; **CVSS Score:** 5.9\n&amp;gt; **Published:** 2026-06-26\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-53462\n\n## Summary\nCVE-2026-53462 is a heap Use-After-Free (UAF) vulnerability in ImageMagick's vector drawing subsystem, specifically within the coordinate allocation mechanism in CheckPrimitiveExtent. By parsing a crafted vector image (such as SVG or MVG) with extremely complex primitives, an attacker can trigger a memory reallocation failure. If the application fails to handle this allocation failure cleanly, it leaves a dangling pointer that can subsequently be accessed or freed again, causing memory corruption or an application crash.\n\n## TL;DR\nA heap Use-After-Free vulnerability in ImageMagick's drawing engine can be triggered via crafted vector images, potentially leading to denial of service or remote code execution.\n\n## Technical Details\n\n- **CWE ID**: CWE-416 (Use After Free)\n- **Attack Vector**: Network (AV:N)\n- **CVSS v3.1 Score**: 5.9 (Medium)\n- **EPSS Score**: 0.00227 (Percentile: 13.34%)\n- **Impact**: Availability (High)\n- **Exploit Status**: None (No public exploits or weaponized payloads)\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- ImageMagick 6.x installations prior to version 6.9.13-50\n- ImageMagick 7.x installations prior to version 7.1.2-25\n- **ImageMagick**: &amp;lt; 6.9.13-50 (Fixed in: `6.9.13-50`)\n- **ImageMagick**: &amp;gt;= 7.0.0-0, &amp;lt; 7.1.2-25 (Fixed in: `7.1.2-25`)\n\n## Mitigation\n\n- Upgrade to ImageMagick 6.9.13-50 (legacy branch) or 7.1.2-25 (modern branch) or newer.\n- Disable parsing of vulnerable vector formats (SVG, MVG, PDF, EPS, PS) via policy.xml configuration.\n- Enforce strict memory limits inside ImageMagick's policy.xml to mitigate memory allocation manipulation.\n\n**Remediation Steps:**\n1. Identify vulnerable ImageMagick deployments using local container scanning, host package managers, or software composition analysis.\n2. Deploy security updates or compile from patched sources for both 6.x and 7.x code paths.\n3. Configure ImageMagick policy.xml file to restrict vector file processing capabilities if updates cannot be immediately applied.\n\n## References\n\n- [Official GitHub Security Advisory](https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-px7q-ggqj-hcf2)\n- [Magick.NET Release Package Info (Wrapper Fix)](https://github.com/dlemstra/Magick.NET/releases/tag/14.14.0)\n- [Official CVE Record](https://www.cve.org/CVERecord?id=CVE-2026-53462)\n- [Wiz Vulnerability Analysis Portal](https://www.wiz.io/vulnerability-database/cve/cve-2026-53462)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-53462) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-26T16:52:45.690303Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/644e032c-2bfa-48d2-aa3f-9df196ec8780/export</guid>
      <pubDate>Fri, 26 Jun 2026 16:52:45 +0000</pubDate>
    </item>
    <item>
      <title>2cd258ea-7cd8-4c9b-bec7-d9577f298bc9</title>
      <link>https://vulnerability.circl.lu/sighting/2cd258ea-7cd8-4c9b-bec7-d9577f298bc9/export</link>
      <description>{"uuid": "2cd258ea-7cd8-4c9b-bec7-d9577f298bc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53462", "type": "seen", "source": "https://gist.github.com/alon710/8649cee74b41dfbab6352036ad771ea3", "content": "# CVE-2026-53462: CVE-2026-53462: Heap Use-After-Free Vulnerability in ImageMagick Vector Drawing Subsystem\n\n&amp;gt; **CVSS Score:** 5.9\n&amp;gt; **Published:** 2026-06-26\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-53462\n\n## Summary\nCVE-2026-53462 is a heap Use-After-Free (UAF) vulnerability in ImageMagick's vector drawing subsystem, specifically within the coordinate allocation mechanism in CheckPrimitiveExtent. By parsing a crafted vector image (such as SVG or MVG) with extremely complex primitives, an attacker can trigger a memory reallocation failure. If the application fails to handle this allocation failure cleanly, it leaves a dangling pointer that can subsequently be accessed or freed again, causing memory corruption or an application crash.\n\n## TL;DR\nA heap Use-After-Free vulnerability in ImageMagick's drawing engine can be triggered via crafted vector images, potentially leading to denial of service or remote code execution.\n\n## Technical Details\n\n- **CWE ID**: CWE-416 (Use After Free)\n- **Attack Vector**: Network (AV:N)\n- **CVSS v3.1 Score**: 5.9 (Medium)\n- **EPSS Score**: 0.00227 (Percentile: 13.34%)\n- **Impact**: Availability (High)\n- **Exploit Status**: None (No public exploits or weaponized payloads)\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- ImageMagick 6.x installations prior to version 6.9.13-50\n- ImageMagick 7.x installations prior to version 7.1.2-25\n- **ImageMagick**: &amp;lt; 6.9.13-50 (Fixed in: `6.9.13-50`)\n- **ImageMagick**: &amp;gt;= 7.0.0-0, &amp;lt; 7.1.2-25 (Fixed in: `7.1.2-25`)\n\n## Mitigation\n\n- Upgrade to ImageMagick 6.9.13-50 (legacy branch) or 7.1.2-25 (modern branch) or newer.\n- Disable parsing of vulnerable vector formats (SVG, MVG, PDF, EPS, PS) via policy.xml configuration.\n- Enforce strict memory limits inside ImageMagick's policy.xml to mitigate memory allocation manipulation.\n\n**Remediation Steps:**\n1. Identify vulnerable ImageMagick deployments using local container scanning, host package managers, or software composition analysis.\n2. Deploy security updates or compile from patched sources for both 6.x and 7.x code paths.\n3. Configure ImageMagick policy.xml file to restrict vector file processing capabilities if updates cannot be immediately applied.\n\n## References\n\n- [Official GitHub Security Advisory](https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-px7q-ggqj-hcf2)\n- [Magick.NET Release Package Info (Wrapper Fix)](https://github.com/dlemstra/Magick.NET/releases/tag/14.14.0)\n- [Official CVE Record](https://www.cve.org/CVERecord?id=CVE-2026-53462)\n- [Wiz Vulnerability Analysis Portal](https://www.wiz.io/vulnerability-database/cve/cve-2026-53462)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-53462) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-26T16:42:20.253067Z"}</description>
      <content:encoded>{"uuid": "2cd258ea-7cd8-4c9b-bec7-d9577f298bc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53462", "type": "seen", "source": "https://gist.github.com/alon710/8649cee74b41dfbab6352036ad771ea3", "content": "# CVE-2026-53462: CVE-2026-53462: Heap Use-After-Free Vulnerability in ImageMagick Vector Drawing Subsystem\n\n&amp;gt; **CVSS Score:** 5.9\n&amp;gt; **Published:** 2026-06-26\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-53462\n\n## Summary\nCVE-2026-53462 is a heap Use-After-Free (UAF) vulnerability in ImageMagick's vector drawing subsystem, specifically within the coordinate allocation mechanism in CheckPrimitiveExtent. By parsing a crafted vector image (such as SVG or MVG) with extremely complex primitives, an attacker can trigger a memory reallocation failure. If the application fails to handle this allocation failure cleanly, it leaves a dangling pointer that can subsequently be accessed or freed again, causing memory corruption or an application crash.\n\n## TL;DR\nA heap Use-After-Free vulnerability in ImageMagick's drawing engine can be triggered via crafted vector images, potentially leading to denial of service or remote code execution.\n\n## Technical Details\n\n- **CWE ID**: CWE-416 (Use After Free)\n- **Attack Vector**: Network (AV:N)\n- **CVSS v3.1 Score**: 5.9 (Medium)\n- **EPSS Score**: 0.00227 (Percentile: 13.34%)\n- **Impact**: Availability (High)\n- **Exploit Status**: None (No public exploits or weaponized payloads)\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- ImageMagick 6.x installations prior to version 6.9.13-50\n- ImageMagick 7.x installations prior to version 7.1.2-25\n- **ImageMagick**: &amp;lt; 6.9.13-50 (Fixed in: `6.9.13-50`)\n- **ImageMagick**: &amp;gt;= 7.0.0-0, &amp;lt; 7.1.2-25 (Fixed in: `7.1.2-25`)\n\n## Mitigation\n\n- Upgrade to ImageMagick 6.9.13-50 (legacy branch) or 7.1.2-25 (modern branch) or newer.\n- Disable parsing of vulnerable vector formats (SVG, MVG, PDF, EPS, PS) via policy.xml configuration.\n- Enforce strict memory limits inside ImageMagick's policy.xml to mitigate memory allocation manipulation.\n\n**Remediation Steps:**\n1. Identify vulnerable ImageMagick deployments using local container scanning, host package managers, or software composition analysis.\n2. Deploy security updates or compile from patched sources for both 6.x and 7.x code paths.\n3. Configure ImageMagick policy.xml file to restrict vector file processing capabilities if updates cannot be immediately applied.\n\n## References\n\n- [Official GitHub Security Advisory](https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-px7q-ggqj-hcf2)\n- [Magick.NET Release Package Info (Wrapper Fix)](https://github.com/dlemstra/Magick.NET/releases/tag/14.14.0)\n- [Official CVE Record](https://www.cve.org/CVERecord?id=CVE-2026-53462)\n- [Wiz Vulnerability Analysis Portal](https://www.wiz.io/vulnerability-database/cve/cve-2026-53462)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-53462) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-26T16:42:20.253067Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/2cd258ea-7cd8-4c9b-bec7-d9577f298bc9/export</guid>
      <pubDate>Fri, 26 Jun 2026 16:42:20 +0000</pubDate>
    </item>
    <item>
      <title>37bbe798-d35a-4693-ae14-93da0ad5eaca</title>
      <link>https://vulnerability.circl.lu/sighting/37bbe798-d35a-4693-ae14-93da0ad5eaca/export</link>
      <description>{"uuid": "37bbe798-d35a-4693-ae14-93da0ad5eaca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53469", "type": "seen", "source": "https://bsky.app/profile/securitycyberuk.bsky.social/post/3modphylw3e2p", "content": "\ud83d\udea8 CRITICAL: CVE-2026-53469\n\nCVSS 9.1/10\n\n\ud83d\udccb WHAT IT IS:\nA flaw was found in migration-planner. An authenticated user can exploit this vulnerability by sending a DELETE request to the /api/v1/sources route, which lacks proper authorization and filtering. This allows for the destruction of all customer", "creation_timestamp": "2026-06-15T16:31:49.357060Z"}</description>
      <content:encoded>{"uuid": "37bbe798-d35a-4693-ae14-93da0ad5eaca", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53469", "type": "seen", "source": "https://bsky.app/profile/securitycyberuk.bsky.social/post/3modphylw3e2p", "content": "\ud83d\udea8 CRITICAL: CVE-2026-53469\n\nCVSS 9.1/10\n\n\ud83d\udccb WHAT IT IS:\nA flaw was found in migration-planner. An authenticated user can exploit this vulnerability by sending a DELETE request to the /api/v1/sources route, which lacks proper authorization and filtering. This allows for the destruction of all customer", "creation_timestamp": "2026-06-15T16:31:49.357060Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/37bbe798-d35a-4693-ae14-93da0ad5eaca/export</guid>
      <pubDate>Mon, 15 Jun 2026 16:31:49 +0000</pubDate>
    </item>
    <item>
      <title>2c122a45-283e-4ef9-ad36-82c5ec4eabaf</title>
      <link>https://vulnerability.circl.lu/sighting/2c122a45-283e-4ef9-ad36-82c5ec4eabaf/export</link>
      <description>{"uuid": "2c122a45-283e-4ef9-ad36-82c5ec4eabaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53469", "type": "seen", "source": "https://bsky.app/profile/securitycyberuk.bsky.social/post/3mobvnldold2m", "content": "\ud83d\udea8  ALERT: CVE-2026-53469\n\nCVSS 9.1/10\n\n\ud83d\udccb WHAT IT IS:\nA flaw was found in migration-planner. An authenticated user can exploit this vulnerability by sending a DELETE request to the /api/v1/sources route, which lacks proper authorization and filtering. This allows for the destruction of all customer d", "creation_timestamp": "2026-06-14T23:16:43.201127Z"}</description>
      <content:encoded>{"uuid": "2c122a45-283e-4ef9-ad36-82c5ec4eabaf", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53469", "type": "seen", "source": "https://bsky.app/profile/securitycyberuk.bsky.social/post/3mobvnldold2m", "content": "\ud83d\udea8  ALERT: CVE-2026-53469\n\nCVSS 9.1/10\n\n\ud83d\udccb WHAT IT IS:\nA flaw was found in migration-planner. An authenticated user can exploit this vulnerability by sending a DELETE request to the /api/v1/sources route, which lacks proper authorization and filtering. This allows for the destruction of all customer d", "creation_timestamp": "2026-06-14T23:16:43.201127Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/2c122a45-283e-4ef9-ad36-82c5ec4eabaf/export</guid>
      <pubDate>Sun, 14 Jun 2026 23:16:43 +0000</pubDate>
    </item>
    <item>
      <title>9c8fcc3f-7c68-4888-ba35-80b5a1035fa2</title>
      <link>https://vulnerability.circl.lu/sighting/9c8fcc3f-7c68-4888-ba35-80b5a1035fa2/export</link>
      <description>{"uuid": "9c8fcc3f-7c68-4888-ba35-80b5a1035fa2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53460", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mny6tndjiv2m", "content": "CVE-2026-53460 - ImageMagick: Policy Bypass can trigger out-of-Memory condition\nCVE ID : CVE-2026-53460\n \n Published : June 10, 2026, 11:16 p.m. | 2\u00a0hours, 1\u00a0minute ago\n \n Description : ImageMagick is free and open-source software used for editing and manipulating digital imag...", "creation_timestamp": "2026-06-11T02:34:32.277885Z"}</description>
      <content:encoded>{"uuid": "9c8fcc3f-7c68-4888-ba35-80b5a1035fa2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53460", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mny6tndjiv2m", "content": "CVE-2026-53460 - ImageMagick: Policy Bypass can trigger out-of-Memory condition\nCVE ID : CVE-2026-53460\n \n Published : June 10, 2026, 11:16 p.m. | 2\u00a0hours, 1\u00a0minute ago\n \n Description : ImageMagick is free and open-source software used for editing and manipulating digital imag...", "creation_timestamp": "2026-06-11T02:34:32.277885Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/9c8fcc3f-7c68-4888-ba35-80b5a1035fa2/export</guid>
      <pubDate>Thu, 11 Jun 2026 02:34:32 +0000</pubDate>
    </item>
    <item>
      <title>8d8d4a70-fe97-4071-a72e-e77034d71c80</title>
      <link>https://vulnerability.circl.lu/sighting/8d8d4a70-fe97-4071-a72e-e77034d71c80/export</link>
      <description>{"uuid": "8d8d4a70-fe97-4071-a72e-e77034d71c80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53462", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mny5bfxp7c2v", "content": "CVE-2026-53462 - ImageMagick: Use-After-Free when allocation in CheckPrimitiveExtent fails\nCVE ID : CVE-2026-53462\n \n Published : June 10, 2026, 11:16 p.m. | 2\u00a0hours, 1\u00a0minute ago\n \n Description : ImageMagick is free and open-source software used for editing and manipulating d...", "creation_timestamp": "2026-06-11T02:06:27.187508Z"}</description>
      <content:encoded>{"uuid": "8d8d4a70-fe97-4071-a72e-e77034d71c80", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53462", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mny5bfxp7c2v", "content": "CVE-2026-53462 - ImageMagick: Use-After-Free when allocation in CheckPrimitiveExtent fails\nCVE ID : CVE-2026-53462\n \n Published : June 10, 2026, 11:16 p.m. | 2\u00a0hours, 1\u00a0minute ago\n \n Description : ImageMagick is free and open-source software used for editing and manipulating d...", "creation_timestamp": "2026-06-11T02:06:27.187508Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/8d8d4a70-fe97-4071-a72e-e77034d71c80/export</guid>
      <pubDate>Thu, 11 Jun 2026 02:06:27 +0000</pubDate>
    </item>
    <item>
      <title>f75f8f59-29ce-40c8-89f4-e41d05e26e53</title>
      <link>https://vulnerability.circl.lu/sighting/f75f8f59-29ce-40c8-89f4-e41d05e26e53/export</link>
      <description>{"uuid": "f75f8f59-29ce-40c8-89f4-e41d05e26e53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53463", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mny4mkx4xn2i", "content": "CVE-2026-53463 - ImageMagick: Null Pointer Dereference in distort operation when passing incorrect arguments\nCVE ID : CVE-2026-53463\n \n Published : June 10, 2026, 11:16 p.m. | 2\u00a0hours, 1\u00a0minute ago\n \n Description : ImageMagick is free and open-source software used for editing ...", "creation_timestamp": "2026-06-11T01:54:47.402583Z"}</description>
      <content:encoded>{"uuid": "f75f8f59-29ce-40c8-89f4-e41d05e26e53", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53463", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mny4mkx4xn2i", "content": "CVE-2026-53463 - ImageMagick: Null Pointer Dereference in distort operation when passing incorrect arguments\nCVE ID : CVE-2026-53463\n \n Published : June 10, 2026, 11:16 p.m. | 2\u00a0hours, 1\u00a0minute ago\n \n Description : ImageMagick is free and open-source software used for editing ...", "creation_timestamp": "2026-06-11T01:54:47.402583Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/f75f8f59-29ce-40c8-89f4-e41d05e26e53/export</guid>
      <pubDate>Thu, 11 Jun 2026 01:54:47 +0000</pubDate>
    </item>
    <item>
      <title>7caf33b0-8d2d-412e-bb2b-9855fdb22f3b</title>
      <link>https://vulnerability.circl.lu/sighting/7caf33b0-8d2d-412e-bb2b-9855fdb22f3b/export</link>
      <description>{"uuid": "7caf33b0-8d2d-412e-bb2b-9855fdb22f3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53461", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mny45o6kxl2d", "content": "CVE-2026-53461 - ImageMagick: Out-of-bounds write in ICON decoder due to incorrect loop\nCVE ID : CVE-2026-53461\n \n Published : June 10, 2026, 11:16 p.m. | 2\u00a0hours, 1\u00a0minute ago\n \n Description : ImageMagick is free and open-source software used for editing and manipulating digi...", "creation_timestamp": "2026-06-11T01:46:27.572996Z"}</description>
      <content:encoded>{"uuid": "7caf33b0-8d2d-412e-bb2b-9855fdb22f3b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53461", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mny45o6kxl2d", "content": "CVE-2026-53461 - ImageMagick: Out-of-bounds write in ICON decoder due to incorrect loop\nCVE ID : CVE-2026-53461\n \n Published : June 10, 2026, 11:16 p.m. | 2\u00a0hours, 1\u00a0minute ago\n \n Description : ImageMagick is free and open-source software used for editing and manipulating digi...", "creation_timestamp": "2026-06-11T01:46:27.572996Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/7caf33b0-8d2d-412e-bb2b-9855fdb22f3b/export</guid>
      <pubDate>Thu, 11 Jun 2026 01:46:27 +0000</pubDate>
    </item>
    <item>
      <title>21fd9be1-5111-4be0-a9ba-6a29f21efdfb</title>
      <link>https://vulnerability.circl.lu/sighting/21fd9be1-5111-4be0-a9ba-6a29f21efdfb/export</link>
      <description>{"uuid": "21fd9be1-5111-4be0-a9ba-6a29f21efdfb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53465", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mny3cs73jy2l", "content": "CVE-2026-53465 - ImageMagick: Heap Buffer Over-Write in SF3 encoder when writing multi-frame image\nCVE ID : CVE-2026-53465\n \n Published : June 10, 2026, 11:16 p.m. | 2\u00a0hours, 1\u00a0minute ago\n \n Description : ImageMagick is free and open-source software used for editing and manipu...", "creation_timestamp": "2026-06-11T01:31:25.664071Z"}</description>
      <content:encoded>{"uuid": "21fd9be1-5111-4be0-a9ba-6a29f21efdfb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53465", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mny3cs73jy2l", "content": "CVE-2026-53465 - ImageMagick: Heap Buffer Over-Write in SF3 encoder when writing multi-frame image\nCVE ID : CVE-2026-53465\n \n Published : June 10, 2026, 11:16 p.m. | 2\u00a0hours, 1\u00a0minute ago\n \n Description : ImageMagick is free and open-source software used for editing and manipu...", "creation_timestamp": "2026-06-11T01:31:25.664071Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/21fd9be1-5111-4be0-a9ba-6a29f21efdfb/export</guid>
      <pubDate>Thu, 11 Jun 2026 01:31:25 +0000</pubDate>
    </item>
  </channel>
</rss>
