<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://vulnerability.circl.lu/sightings/feed</id>
  <title>Most recent sightings.</title>
  <updated>2026-09-22T22:47:28.225991+00:00</updated>
  <author>
    <name>Vulnerability-Lookup</name>
    <email>info@circl.lu</email>
  </author>
  <link href="https://vulnerability.circl.lu" rel="alternate"/>
  <generator uri="https://lkiesow.github.io/python-feedgen" version="1.0.0">python-feedgen</generator>
  <subtitle>Contains only the most 10 recent sightings.</subtitle>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/2f420585-5e28-4096-8799-302a8b3b82ee/export</id>
    <title>2f420585-5e28-4096-8799-302a8b3b82ee</title>
    <updated>2026-09-22T22:47:28.251323+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "2f420585-5e28-4096-8799-302a8b3b82ee", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-61629", "type": "seen", "source": "https://gist.github.com/alon710/ad227f40c773c675cce4604553df73dc", "content": "# CVE-2026-61629: CVE-2026-61629: CPU Amplification Denial of Service via ParseAcceptLanguage Underscore Bypass\n\n&amp;gt; **CVSS Score:** 7.5\n&amp;gt; **Published:** 2026-09-21\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-61629\n\n## Summary\nA vulnerability exists in the i18n middleware of nginx-ignition, enabling CPU amplification attacks. By transmitting a crafted Accept-Language header containing malformed tags separated by underscores, an unauthenticated remote attacker can bypass the length-guard threshold of the underlying Go parsing library. Normalization of underscores to hyphens occurs after the initial validation checks, forcing the parser into expensive quadratic-time loops that consume 100% of available CPU resources. This leads to a complete denial of service for the administrative API and potentially degrades the availability of the hosting system. This vulnerability has been resolved in version 2.40.1.\n\n## TL;DR\nUnauthenticated remote CPU amplification vulnerability in nginx-ignition version 2.29.0 through 2.40.0 allowed attackers to trigger a Denial of Service (DoS) by sending crafted Accept-Language headers with excessive underscore separators.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-770\n- **Attack Vector**: Network\n- **CVSS Score**: 7.5\n- **EPSS Score**: 0.0\n- **Exploit Status**: PoC\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- nginx-ignition versions 2.29.0 through 2.40.0\n\n## Mitigation\n\n- Upgrade nginx-ignition to version 2.40.1 or above.\n- Deploy reverse-proxy or WAF rules to sanitize or drop excessively long Accept-Language headers with underscores or hyphens.\n- Restrict access to administrative ports using network firewalls or access control lists.\n\n**Remediation Steps:**\n1. Identify running instances of nginx-ignition and verify their active version.\n2. Apply the updated release 2.40.1 or rebuild with Go 1.25.6 and upgraded text dependencies.\n3. Configure Nginx upstream reverse proxy filtering for Accept-Language headers if deployment patches are delayed.\n4. Restart the service and monitor CPU metrics under load.\n\n## References\n\n- [GitHub Security Advisory GHSA-jr34-h97m-9hpx](https://github.com/lucasdillmann/nginx-ignition/security/advisories/GHSA-jr34-h97m-9hpx)\n- [Commit 0c988fc1277c7d291725e8373313f8486fa1b31a](https://github.com/lucasdillmann/nginx-ignition/commit/0c988fc1277c7d291725e8373313f8486fa1b31a)\n- [Commit cbaf0fc16ed873f7178a2ca9b0d00a696e44b485](https://github.com/lucasdillmann/nginx-ignition/commit/cbaf0fc16ed873f7178a2ca9b0d00a696e44b485)\n- [Release v2.40.1](https://github.com/lucasdillmann/nginx-ignition/releases/tag/2.40.1)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-61629) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-22T00:01:48.548139Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/2f420585-5e28-4096-8799-302a8b3b82ee/export"/>
    <published>2026-09-22T00:01:48.548139+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/d76d88a5-3cdb-414f-a4a8-0c8b70dcd3cd/export</id>
    <title>d76d88a5-3cdb-414f-a4a8-0c8b70dcd3cd</title>
    <updated>2026-09-22T22:47:28.253982+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "d76d88a5-3cdb-414f-a4a8-0c8b70dcd3cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-61629", "type": "seen", "source": "https://gist.github.com/alon710/ad227f40c773c675cce4604553df73dc", "content": "# CVE-2026-61629: CVE-2026-61629: CPU Amplification Denial of Service via ParseAcceptLanguage Underscore Bypass\n\n&amp;gt; **CVSS Score:** 7.5\n&amp;gt; **Published:** 2026-09-21\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-61629\n\n## Summary\nA vulnerability exists in the i18n middleware of nginx-ignition, enabling CPU amplification attacks. By transmitting a crafted Accept-Language header containing malformed tags separated by underscores, an unauthenticated remote attacker can bypass the length-guard threshold of the underlying Go parsing library. Normalization of underscores to hyphens occurs after the initial validation checks, forcing the parser into expensive quadratic-time loops that consume 100% of available CPU resources. This leads to a complete denial of service for the administrative API and potentially degrades the availability of the hosting system. This vulnerability has been resolved in version 2.40.1.\n\n## TL;DR\nUnauthenticated remote CPU amplification vulnerability in nginx-ignition version 2.29.0 through 2.40.0 allowed attackers to trigger a Denial of Service (DoS) by sending crafted Accept-Language headers with excessive underscore separators.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-770\n- **Attack Vector**: Network\n- **CVSS Score**: 7.5\n- **EPSS Score**: 0.0\n- **Exploit Status**: PoC\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- nginx-ignition versions 2.29.0 through 2.40.0\n\n## Mitigation\n\n- Upgrade nginx-ignition to version 2.40.1 or above.\n- Deploy reverse-proxy or WAF rules to sanitize or drop excessively long Accept-Language headers with underscores or hyphens.\n- Restrict access to administrative ports using network firewalls or access control lists.\n\n**Remediation Steps:**\n1. Identify running instances of nginx-ignition and verify their active version.\n2. Apply the updated release 2.40.1 or rebuild with Go 1.25.6 and upgraded text dependencies.\n3. Configure Nginx upstream reverse proxy filtering for Accept-Language headers if deployment patches are delayed.\n4. Restart the service and monitor CPU metrics under load.\n\n## References\n\n- [GitHub Security Advisory GHSA-jr34-h97m-9hpx](https://github.com/lucasdillmann/nginx-ignition/security/advisories/GHSA-jr34-h97m-9hpx)\n- [Commit 0c988fc1277c7d291725e8373313f8486fa1b31a](https://github.com/lucasdillmann/nginx-ignition/commit/0c988fc1277c7d291725e8373313f8486fa1b31a)\n- [Commit cbaf0fc16ed873f7178a2ca9b0d00a696e44b485](https://github.com/lucasdillmann/nginx-ignition/commit/cbaf0fc16ed873f7178a2ca9b0d00a696e44b485)\n- [Release v2.40.1](https://github.com/lucasdillmann/nginx-ignition/releases/tag/2.40.1)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-61629) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-21T23:31:26.912461Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/d76d88a5-3cdb-414f-a4a8-0c8b70dcd3cd/export"/>
    <published>2026-09-21T23:31:26.912461+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/db590a1e-a039-4da2-9910-b7178a835da5/export</id>
    <title>db590a1e-a039-4da2-9910-b7178a835da5</title>
    <updated>2026-09-22T22:47:28.254189+00:00</updated>
    <author>
      <name>Joseph Lee</name>
      <uri>https://vulnerability.circl.lu/user/syspect</uri>
    </author>
    <content>{"uuid": "db590a1e-a039-4da2-9910-b7178a835da5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-61629", "type": "published-proof-of-concept", "source": "https://github.com/lucasdillmann/nginx-ignition/security/advisories/GHSA-jr34-h97m-9hpx", "content": "", "creation_timestamp": "2026-09-21T22:35:04.448718Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/db590a1e-a039-4da2-9910-b7178a835da5/export"/>
    <published>2026-09-21T22:35:04.448718+00:00</published>
  </entry>
</feed>
