<?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, 14 Sep 2026 18:28:19 +0000</lastBuildDate>
    <item>
      <title>be98f6fe-7076-45ef-b831-851d7331ea59</title>
      <link>https://vulnerability.circl.lu/sighting/be98f6fe-7076-45ef-b831-851d7331ea59/export</link>
      <description>{"uuid": "be98f6fe-7076-45ef-b831-851d7331ea59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-67991", "type": "seen", "source": "https://gist.github.com/Zykis1024/9f2d68fa3fd4e3a0ab83063bbe61a8e2", "content": "# CVE-2026-67991\n\nAffected product:\ncrmne/ruby_llm\n\nAffected version:\nGit commit fa6f279847d6d7027814539d9c0dfc3bbdfd2a83\n\nReleased version range:\nNot yet determined.\n\nAffected runtime:\nRuby 3.1.x\n\nVulnerability type:\nPolynomial-Time Regular Expression Denial of Service (ReDoS),\nCWE-1333\n\nAffected component:\nRubyLLM::Utils.underscore\n\nDescription:\ncrmne/ruby_llm at commit\nfa6f279847d6d7027814539d9c0dfc3bbdfd2a83 contains a\npolynomial-time regular expression denial-of-service condition in\nRubyLLM::Utils.underscore on Ruby 3.1.x. A very long crafted class,\nagent, or tool name can cause excessive CPU consumption and a denial\nof service.\n\nReferences:\nhttps://github.com/crmne/ruby_llm\nhttps://github.com/crmne/ruby_llm/blob/fa6f279847d6d7027814539d9c0dfc3bbdfd2a83/lib/ruby_llm/utils.rb#L13\n", "creation_timestamp": "2026-08-13T04:41:52.403242Z"}</description>
      <content:encoded>{"uuid": "be98f6fe-7076-45ef-b831-851d7331ea59", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-67991", "type": "seen", "source": "https://gist.github.com/Zykis1024/9f2d68fa3fd4e3a0ab83063bbe61a8e2", "content": "# CVE-2026-67991\n\nAffected product:\ncrmne/ruby_llm\n\nAffected version:\nGit commit fa6f279847d6d7027814539d9c0dfc3bbdfd2a83\n\nReleased version range:\nNot yet determined.\n\nAffected runtime:\nRuby 3.1.x\n\nVulnerability type:\nPolynomial-Time Regular Expression Denial of Service (ReDoS),\nCWE-1333\n\nAffected component:\nRubyLLM::Utils.underscore\n\nDescription:\ncrmne/ruby_llm at commit\nfa6f279847d6d7027814539d9c0dfc3bbdfd2a83 contains a\npolynomial-time regular expression denial-of-service condition in\nRubyLLM::Utils.underscore on Ruby 3.1.x. A very long crafted class,\nagent, or tool name can cause excessive CPU consumption and a denial\nof service.\n\nReferences:\nhttps://github.com/crmne/ruby_llm\nhttps://github.com/crmne/ruby_llm/blob/fa6f279847d6d7027814539d9c0dfc3bbdfd2a83/lib/ruby_llm/utils.rb#L13\n", "creation_timestamp": "2026-08-13T04:41:52.403242Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/be98f6fe-7076-45ef-b831-851d7331ea59/export</guid>
      <pubDate>Thu, 13 Aug 2026 04:41:52 +0000</pubDate>
    </item>
    <item>
      <title>d52c5a08-7c52-4b77-aef8-88f887359b73</title>
      <link>https://vulnerability.circl.lu/sighting/d52c5a08-7c52-4b77-aef8-88f887359b73/export</link>
      <description>{"uuid": "d52c5a08-7c52-4b77-aef8-88f887359b73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-67990", "type": "seen", "source": "https://gist.github.com/Zykis1024/cec690012eecac53f408e78d2b569f06", "content": "# CVE-2026-67990\n\nAffected product:\nbasecamp/upright\n\nAffected version:\nGit commit efe4f2e5254ac6e57e45d2261804cca74dbbca3f\n\nReleased version range:\nNot yet determined.\n\nVulnerability type:\nCross-Site Request Forgery (CSRF), CWE-352\n\nAffected components:\nAlertmanager proxy controller\nPrometheus proxy controller\n\nDescription:\nbasecamp/upright at commit\nefe4f2e5254ac6e57e45d2261804cca74dbbca3f disables Rails\nCSRF protection for its Alertmanager and Prometheus proxy\ncontrollers. An unauthenticated attacker can induce a logged-in\nuser's browser to submit requests that are forwarded to enabled\nupstream write or management endpoints, such as creating an\nAlertmanager silence or requesting a Prometheus reload. The final\nimpact depends on the APIs enabled by the upstream services.\n\nReferences:\nhttps://github.com/basecamp/upright\nhttps://github.com/basecamp/upright/blob/efe4f2e5254ac6e57e45d2261804cca74dbbca3f/app/controllers/upright/alertmanager_proxy_controller.rb#L2\nhttps://github.com/basecamp/upright/blob/efe4f2e5254ac6e57e45d2261804cca74dbbca3f/app/controllers/upright/prometheus_proxy_controller.rb#L2\n", "creation_timestamp": "2026-08-13T04:36:15.859548Z"}</description>
      <content:encoded>{"uuid": "d52c5a08-7c52-4b77-aef8-88f887359b73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-67990", "type": "seen", "source": "https://gist.github.com/Zykis1024/cec690012eecac53f408e78d2b569f06", "content": "# CVE-2026-67990\n\nAffected product:\nbasecamp/upright\n\nAffected version:\nGit commit efe4f2e5254ac6e57e45d2261804cca74dbbca3f\n\nReleased version range:\nNot yet determined.\n\nVulnerability type:\nCross-Site Request Forgery (CSRF), CWE-352\n\nAffected components:\nAlertmanager proxy controller\nPrometheus proxy controller\n\nDescription:\nbasecamp/upright at commit\nefe4f2e5254ac6e57e45d2261804cca74dbbca3f disables Rails\nCSRF protection for its Alertmanager and Prometheus proxy\ncontrollers. An unauthenticated attacker can induce a logged-in\nuser's browser to submit requests that are forwarded to enabled\nupstream write or management endpoints, such as creating an\nAlertmanager silence or requesting a Prometheus reload. The final\nimpact depends on the APIs enabled by the upstream services.\n\nReferences:\nhttps://github.com/basecamp/upright\nhttps://github.com/basecamp/upright/blob/efe4f2e5254ac6e57e45d2261804cca74dbbca3f/app/controllers/upright/alertmanager_proxy_controller.rb#L2\nhttps://github.com/basecamp/upright/blob/efe4f2e5254ac6e57e45d2261804cca74dbbca3f/app/controllers/upright/prometheus_proxy_controller.rb#L2\n", "creation_timestamp": "2026-08-13T04:36:15.859548Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/d52c5a08-7c52-4b77-aef8-88f887359b73/export</guid>
      <pubDate>Thu, 13 Aug 2026 04:36:15 +0000</pubDate>
    </item>
  </channel>
</rss>
