<?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>Thu, 30 Jul 2026 16:14:46 +0000</lastBuildDate>
    <item>
      <title>7fa5fb4c-a804-4232-b1dc-b6b3992a7fc0</title>
      <link>https://vulnerability.circl.lu/sighting/7fa5fb4c-a804-4232-b1dc-b6b3992a7fc0/export</link>
      <description>{"uuid": "7fa5fb4c-a804-4232-b1dc-b6b3992a7fc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54603", "type": "seen", "source": "https://gist.github.com/alon710/76a4f64bf3e94be3974678cdc55c68d9", "content": "# CVE-2026-54603: CVE-2026-54603: Cross-Origin Credential Leakage and SSRF via Protocol-Relative Redirects in ruby-oauth2\n\n&amp;gt; **CVSS Score:** 8.6\n&amp;gt; **Published:** 2026-07-28\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-54603\n\n## Summary\nAn issue in the ruby-oauth2 gem allows unauthenticated attackers to steal OAuth access tokens or perform Server-Side Request Forgery (SSRF) via a protocol-relative URI in HTTP Location redirect headers.\n\n## TL;DR\nThe oauth2 Ruby gem leaks active Authorization bearer tokens to untrusted external hosts when following protocol-relative redirects (starting with //) and enables server-side request forgery.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-200, CWE-601\n- **Attack Vector**: Network (AV:N)\n- **CVSS v3.1 Score**: 8.6 (High)\n- **EPSS Score**: Not Available\n- **Impact**: High (Credential Disclosure / SSRF)\n- **Exploit Status**: Proof-of-Concept\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- Ruby applications using the oauth2 gem for OAuth authentication workflows\n- **oauth2**: &amp;gt;= 0.4.0, &amp;lt;= 2.0.21 (Fixed in: `2.0.22`)\n\n## Mitigation\n\n- Upgrade the oauth2 gem to version 2.0.22 or higher\n- Implement client-side header scrubbing during HTTP redirects within application code\n- Deploy network-level egress restrictions to block outbound application requests to arbitrary target IP addresses\n\n**Remediation Steps:**\n1. Open your application's Gemfile and locate the oauth2 dependency entry\n2. Modify the dependency constraint to require version &amp;gt;= 2.0.22\n3. Execute 'bundle update oauth2' to pull and install the patched library release\n4. Run your test suite to ensure OAuth identity provider connections remain stable under the sanitized context\n\n## References\n\n- [GitHub Security Advisory](https://github.com/ruby-oauth/oauth2/security/advisories/GHSA-pp92-crg2-gfv9)\n- [NVD CVE-2026-54603](https://nvd.nist.gov/vuln/detail/CVE-2026-54603)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-54603) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-28T20:31:48.743066Z"}</description>
      <content:encoded>{"uuid": "7fa5fb4c-a804-4232-b1dc-b6b3992a7fc0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54603", "type": "seen", "source": "https://gist.github.com/alon710/76a4f64bf3e94be3974678cdc55c68d9", "content": "# CVE-2026-54603: CVE-2026-54603: Cross-Origin Credential Leakage and SSRF via Protocol-Relative Redirects in ruby-oauth2\n\n&amp;gt; **CVSS Score:** 8.6\n&amp;gt; **Published:** 2026-07-28\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-54603\n\n## Summary\nAn issue in the ruby-oauth2 gem allows unauthenticated attackers to steal OAuth access tokens or perform Server-Side Request Forgery (SSRF) via a protocol-relative URI in HTTP Location redirect headers.\n\n## TL;DR\nThe oauth2 Ruby gem leaks active Authorization bearer tokens to untrusted external hosts when following protocol-relative redirects (starting with //) and enables server-side request forgery.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-200, CWE-601\n- **Attack Vector**: Network (AV:N)\n- **CVSS v3.1 Score**: 8.6 (High)\n- **EPSS Score**: Not Available\n- **Impact**: High (Credential Disclosure / SSRF)\n- **Exploit Status**: Proof-of-Concept\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- Ruby applications using the oauth2 gem for OAuth authentication workflows\n- **oauth2**: &amp;gt;= 0.4.0, &amp;lt;= 2.0.21 (Fixed in: `2.0.22`)\n\n## Mitigation\n\n- Upgrade the oauth2 gem to version 2.0.22 or higher\n- Implement client-side header scrubbing during HTTP redirects within application code\n- Deploy network-level egress restrictions to block outbound application requests to arbitrary target IP addresses\n\n**Remediation Steps:**\n1. Open your application's Gemfile and locate the oauth2 dependency entry\n2. Modify the dependency constraint to require version &amp;gt;= 2.0.22\n3. Execute 'bundle update oauth2' to pull and install the patched library release\n4. Run your test suite to ensure OAuth identity provider connections remain stable under the sanitized context\n\n## References\n\n- [GitHub Security Advisory](https://github.com/ruby-oauth/oauth2/security/advisories/GHSA-pp92-crg2-gfv9)\n- [NVD CVE-2026-54603](https://nvd.nist.gov/vuln/detail/CVE-2026-54603)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-54603) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-28T20:31:48.743066Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/7fa5fb4c-a804-4232-b1dc-b6b3992a7fc0/export</guid>
      <pubDate>Tue, 28 Jul 2026 20:31:48 +0000</pubDate>
    </item>
    <item>
      <title>6ebed066-aae8-49d1-ac59-25186af2611e</title>
      <link>https://vulnerability.circl.lu/sighting/6ebed066-aae8-49d1-ac59-25186af2611e/export</link>
      <description>{"uuid": "6ebed066-aae8-49d1-ac59-25186af2611e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-54603", "type": "published-proof-of-concept", "source": "https://github.com/ruby-oauth/oauth2/security/advisories/GHSA-pp92-crg2-gfv9", "content": "", "creation_timestamp": "2026-07-28T18:35:08.498367Z"}</description>
      <content:encoded>{"uuid": "6ebed066-aae8-49d1-ac59-25186af2611e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-54603", "type": "published-proof-of-concept", "source": "https://github.com/ruby-oauth/oauth2/security/advisories/GHSA-pp92-crg2-gfv9", "content": "", "creation_timestamp": "2026-07-28T18:35:08.498367Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/6ebed066-aae8-49d1-ac59-25186af2611e/export</guid>
      <pubDate>Tue, 28 Jul 2026 18:35:08 +0000</pubDate>
    </item>
  </channel>
</rss>
