<?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>Fri, 25 Sep 2026 15:34:39 +0000</lastBuildDate>
    <item>
      <title>2eabdbf7-9ce7-42b7-b336-50c4d91dcf82</title>
      <link>https://vulnerability.circl.lu/sighting/2eabdbf7-9ce7-42b7-b336-50c4d91dcf82/export</link>
      <description>{"uuid": "2eabdbf7-9ce7-42b7-b336-50c4d91dcf82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-58268", "type": "published-proof-of-concept", "source": "https://github.com/emiago/sipgo/security/advisories/GHSA-pg59-5vwg-4jxq", "content": "", "creation_timestamp": "2026-09-22T20:35:02.092017Z"}</description>
      <content:encoded>{"uuid": "2eabdbf7-9ce7-42b7-b336-50c4d91dcf82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-58268", "type": "published-proof-of-concept", "source": "https://github.com/emiago/sipgo/security/advisories/GHSA-pg59-5vwg-4jxq", "content": "", "creation_timestamp": "2026-09-22T20:35:02.092017Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/2eabdbf7-9ce7-42b7-b336-50c4d91dcf82/export</guid>
      <pubDate>Tue, 22 Sep 2026 20:35:02 +0000</pubDate>
    </item>
    <item>
      <title>cc4fb04b-a774-47fa-b4b2-0d4746f7f865</title>
      <link>https://vulnerability.circl.lu/sighting/cc4fb04b-a774-47fa-b4b2-0d4746f7f865/export</link>
      <description>{"uuid": "cc4fb04b-a774-47fa-b4b2-0d4746f7f865", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-58268", "type": "seen", "source": "https://gist.github.com/alon710/0e253d405fcab64a2a0b8acc04c1d0c4", "content": "# CVE-2026-58268: CVE-2026-58268: Denial of Service via Uncontrolled Memory Allocation in emiago/sipgo Stream Parser\n\n&amp;gt; **CVSS Score:** 7.5\n&amp;gt; **Published:** 2026-09-22\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-58268\n\n## Summary\nA high-severity denial of service vulnerability exists in the emiago/sipgo Go library when parsing stream-based SIP messages. The stream parser fails to validate declared Content-Length header sizes before initiating memory allocations, allowing remote, unauthenticated attackers to trigger process memory exhaustion and application crashes.\n\n## TL;DR\nUnauthenticated remote attackers can crash sipgo-based services by transmitting a crafted SIP stream with an excessively large Content-Length header, causing the Go application to exhaust memory and terminate.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-789\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 7.5 (High)\n- **Exploit Status**: Proof-of-Concept\n- **CISA KEV Status**: Not Listed\n- **Remediation Status**: Patched in v1.4.1\n\n## Affected Systems\n\n- Applications utilizing emiago/sipgo prior to version 1.4.1\n- SIP gatekeepers, routers, and endpoints listening on TCP/TLS/WS/WSS transports using sipgo\n- **sipgo**: &amp;lt; 1.4.1 (Fixed in: `1.4.1`)\n\n## Mitigation\n\n- Upgrade library dependencies to version 1.4.1 or higher.\n- Enforce explicit limit configurations via MaxMessageLength.\n- Filter excessively large Content-Length values at the network boundary.\n\n**Remediation Steps:**\n1. Open a terminal in the root directory of your Go application.\n2. Execute the update command: go get github.com/emiago/sipgo@v1.4.1\n3. Clean up unnecessary module paths by executing: go mod tidy\n4. Rebuild and deploy the updated service binary.\n\n## References\n\n- [GitHub Security Advisory GHSA-pg59-5vwg-4jxq](https://github.com/emiago/sipgo/security/advisories/GHSA-pg59-5vwg-4jxq)\n- [Fix Commit a7be60a0](https://github.com/emiago/sipgo/commit/a7be60a07f48c06b3cdd5a7d35eb820b3df5736c)\n- [sipgo v1.4.1 Release Notes](https://github.com/emiago/sipgo/releases/tag/v1.4.1)\n- [CVE-2026-58268 Record](https://www.cve.org/CVERecord?id=CVE-2026-58268)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-58268) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-22T20:31:35.872004Z"}</description>
      <content:encoded>{"uuid": "cc4fb04b-a774-47fa-b4b2-0d4746f7f865", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-58268", "type": "seen", "source": "https://gist.github.com/alon710/0e253d405fcab64a2a0b8acc04c1d0c4", "content": "# CVE-2026-58268: CVE-2026-58268: Denial of Service via Uncontrolled Memory Allocation in emiago/sipgo Stream Parser\n\n&amp;gt; **CVSS Score:** 7.5\n&amp;gt; **Published:** 2026-09-22\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-58268\n\n## Summary\nA high-severity denial of service vulnerability exists in the emiago/sipgo Go library when parsing stream-based SIP messages. The stream parser fails to validate declared Content-Length header sizes before initiating memory allocations, allowing remote, unauthenticated attackers to trigger process memory exhaustion and application crashes.\n\n## TL;DR\nUnauthenticated remote attackers can crash sipgo-based services by transmitting a crafted SIP stream with an excessively large Content-Length header, causing the Go application to exhaust memory and terminate.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-789\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 7.5 (High)\n- **Exploit Status**: Proof-of-Concept\n- **CISA KEV Status**: Not Listed\n- **Remediation Status**: Patched in v1.4.1\n\n## Affected Systems\n\n- Applications utilizing emiago/sipgo prior to version 1.4.1\n- SIP gatekeepers, routers, and endpoints listening on TCP/TLS/WS/WSS transports using sipgo\n- **sipgo**: &amp;lt; 1.4.1 (Fixed in: `1.4.1`)\n\n## Mitigation\n\n- Upgrade library dependencies to version 1.4.1 or higher.\n- Enforce explicit limit configurations via MaxMessageLength.\n- Filter excessively large Content-Length values at the network boundary.\n\n**Remediation Steps:**\n1. Open a terminal in the root directory of your Go application.\n2. Execute the update command: go get github.com/emiago/sipgo@v1.4.1\n3. Clean up unnecessary module paths by executing: go mod tidy\n4. Rebuild and deploy the updated service binary.\n\n## References\n\n- [GitHub Security Advisory GHSA-pg59-5vwg-4jxq](https://github.com/emiago/sipgo/security/advisories/GHSA-pg59-5vwg-4jxq)\n- [Fix Commit a7be60a0](https://github.com/emiago/sipgo/commit/a7be60a07f48c06b3cdd5a7d35eb820b3df5736c)\n- [sipgo v1.4.1 Release Notes](https://github.com/emiago/sipgo/releases/tag/v1.4.1)\n- [CVE-2026-58268 Record](https://www.cve.org/CVERecord?id=CVE-2026-58268)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-58268) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-22T20:31:35.872004Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/cc4fb04b-a774-47fa-b4b2-0d4746f7f865/export</guid>
      <pubDate>Tue, 22 Sep 2026 20:31:35 +0000</pubDate>
    </item>
  </channel>
</rss>
