<?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, 16 Jul 2026 15:09:04 +0000</lastBuildDate>
    <item>
      <title>0e0c0d5f-7296-43cd-9276-7f7fb1e2d164</title>
      <link>https://vulnerability.circl.lu/sighting/0e0c0d5f-7296-43cd-9276-7f7fb1e2d164/export</link>
      <description>{"uuid": "0e0c0d5f-7296-43cd-9276-7f7fb1e2d164", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-g7m4-839x-ch6v", "type": "seen", "source": "https://gist.github.com/alon710/9444ec80b5b6b03e92361b8cc9ab95ef", "content": "# GHSA-G7M4-839X-CH6V: GHSA-g7m4-839x-ch6v: Denial of Service via Unbounded Digits Parameter in spomky-labs/otphp\n\n&amp;gt; **CVSS Score:** 8.7\n&amp;gt; **Published:** 2026-06-18\n&amp;gt; **Full Report:** https://cvereports.com/reports/GHSA-G7M4-839X-CH6V\n\n## Summary\nThe spomky-labs/otphp library prior to version 11.4.3 is vulnerable to an unhandled DivisionByZeroError crash when parsing provisioning URIs containing a digits parameter value equal to or greater than 40. This allows unauthenticated remote attackers to trigger a Denial of Service by supplying a crafted URI, which causes float-to-integer cast overflow and subsequent division-by-zero fatal error in modern PHP runtimes.\n\n## TL;DR\nUnbounded digits parameter in otphp provisioning URIs triggers a float-to-integer conversion overflow, culminating in an unhandled division-by-zero fatal crash in PHP.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-1284 / CWE-369\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 8.7\n- **EPSS Score**: Not Mapped (No CVE)\n- **Impact**: Denial of Service (Availability: High)\n- **Exploit Status**: Proof-of-Concept (PoC) Released\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- spomky-labs/otphp\n- **spomky-labs/otphp**: &amp;lt; 11.4.3 (Fixed in: `11.4.3`)\n\n## Mitigation\n\n- Upgrade spomky-labs/otphp to 11.4.3 or higher\n- Pre-parse and validate digits parameters before calling loadFromProvisioningUri\n- Catch global Throwable instead of Exception to gracefully handle DivisionByZeroError in PHP 8.x\n\n**Remediation Steps:**\n1. Modify composer.json to require \"spomky-labs/otphp\": \"^11.4.3\"\n2. Execute composer update spomky-labs/otphp to perform the vendor updates\n3. Implement custom pre-parsing middleware to validate digits query parameter inside standard range (4 to 10)\n4. Refactor try/catch blocks encapsulating OTP generation to target the base \\Throwable interface\n\n## References\n\n- [Unbounded digits parameter in a provisioning URI triggers an uncaught DivisionByZeroError in OTP generation](https://github.com/Spomky-Labs/otphp/security/advisories/GHSA-g7m4-839x-ch6v)\n- [GitHub Advisory Database Record for GHSA-g7m4-839x-ch6v](https://github.com/advisories/GHSA-g7m4-839x-ch6v)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/GHSA-G7M4-839X-CH6V) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-19T03:11:39.000000Z"}</description>
      <content:encoded>{"uuid": "0e0c0d5f-7296-43cd-9276-7f7fb1e2d164", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-g7m4-839x-ch6v", "type": "seen", "source": "https://gist.github.com/alon710/9444ec80b5b6b03e92361b8cc9ab95ef", "content": "# GHSA-G7M4-839X-CH6V: GHSA-g7m4-839x-ch6v: Denial of Service via Unbounded Digits Parameter in spomky-labs/otphp\n\n&amp;gt; **CVSS Score:** 8.7\n&amp;gt; **Published:** 2026-06-18\n&amp;gt; **Full Report:** https://cvereports.com/reports/GHSA-G7M4-839X-CH6V\n\n## Summary\nThe spomky-labs/otphp library prior to version 11.4.3 is vulnerable to an unhandled DivisionByZeroError crash when parsing provisioning URIs containing a digits parameter value equal to or greater than 40. This allows unauthenticated remote attackers to trigger a Denial of Service by supplying a crafted URI, which causes float-to-integer cast overflow and subsequent division-by-zero fatal error in modern PHP runtimes.\n\n## TL;DR\nUnbounded digits parameter in otphp provisioning URIs triggers a float-to-integer conversion overflow, culminating in an unhandled division-by-zero fatal crash in PHP.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-1284 / CWE-369\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 8.7\n- **EPSS Score**: Not Mapped (No CVE)\n- **Impact**: Denial of Service (Availability: High)\n- **Exploit Status**: Proof-of-Concept (PoC) Released\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- spomky-labs/otphp\n- **spomky-labs/otphp**: &amp;lt; 11.4.3 (Fixed in: `11.4.3`)\n\n## Mitigation\n\n- Upgrade spomky-labs/otphp to 11.4.3 or higher\n- Pre-parse and validate digits parameters before calling loadFromProvisioningUri\n- Catch global Throwable instead of Exception to gracefully handle DivisionByZeroError in PHP 8.x\n\n**Remediation Steps:**\n1. Modify composer.json to require \"spomky-labs/otphp\": \"^11.4.3\"\n2. Execute composer update spomky-labs/otphp to perform the vendor updates\n3. Implement custom pre-parsing middleware to validate digits query parameter inside standard range (4 to 10)\n4. Refactor try/catch blocks encapsulating OTP generation to target the base \\Throwable interface\n\n## References\n\n- [Unbounded digits parameter in a provisioning URI triggers an uncaught DivisionByZeroError in OTP generation](https://github.com/Spomky-Labs/otphp/security/advisories/GHSA-g7m4-839x-ch6v)\n- [GitHub Advisory Database Record for GHSA-g7m4-839x-ch6v](https://github.com/advisories/GHSA-g7m4-839x-ch6v)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/GHSA-G7M4-839X-CH6V) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-19T03:11:39.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/0e0c0d5f-7296-43cd-9276-7f7fb1e2d164/export</guid>
      <pubDate>Fri, 19 Jun 2026 03:11:39 +0000</pubDate>
    </item>
  </channel>
</rss>
