<?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, 02 Jul 2026 06:33:19 +0000</lastBuildDate>
    <item>
      <title>5de48a51-efa0-414f-8ac6-af8641f6702a</title>
      <link>https://vulnerability.circl.lu/sighting/5de48a51-efa0-414f-8ac6-af8641f6702a/export</link>
      <description>{"uuid": "5de48a51-efa0-414f-8ac6-af8641f6702a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-5079", "type": "seen", "source": "https://gist.github.com/alon710/e8e930bfaf0a04644c5861c1af92ed10", "content": "# CVE-2026-5079: CVE-2026-5079: Denial of Service via Uncontrolled Resource Consumption in Multer Multipart Parser\n\n&amp;gt; **CVSS Score:** 7.5\n&amp;gt; **Published:** 2026-06-17\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-5079\n\n## Summary\nCVE-2026-5079 is a high-severity Denial of Service (DoS) vulnerability in the Node.js package 'multer'. The vulnerability resides in how its internal dependency, 'append-field', processes deeply nested bracket structures in multipart form field names. If an attacker submits a field name with an excessive number of nested brackets, the parsing process crashes the Node.js runtime environment or exhausts system resources, causing a complete denial of service.\n\n## TL;DR\nA Denial of Service vulnerability exists in the multer library when parsing deeply nested bracket notations in form field names, leading to application crash or CPU exhaustion.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-400\n- **Attack Vector**: Network\n- **CVSS v3.1**: 7.5\n- **EPSS Score**: 0.00278\n- **Impact**: Denial of Service (DoS)\n- **Exploit Status**: poc\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- Applications utilizing multer &amp;gt;= 1.0.0 and &amp;lt; 2.2.0 on Node.js runtimes\n- Applications utilizing multer 3.0.0-alpha.1 on Node.js runtimes\n- **multer**: &amp;gt;= 1.0.0 &amp;lt; 2.2.0 (Fixed in: `2.2.0`)\n- **multer**: == 3.0.0-alpha.1 (Fixed in: `3.0.0-alpha.2`)\n\n## Mitigation\n\n- Upgrade multer dependency to version 2.2.0 or 3.0.0-alpha.2.\n- Configure limits.fieldNestingDepth to a restrictive non-infinite value.\n- Implement Web Application Firewall (WAF) filtering to drop payloads with highly recurring bracket syntax.\n\n**Remediation Steps:**\n1. Run the command 'npm install multer@latest' or 'npm install multer@2.2.0' depending on major version requirements.\n2. Search the codebase for multer configuration initialization.\n3. Modify initialization structures to explicitly pass 'limits: { fieldNestingDepth: 3 }'.\n4. Deploy custom Express error-handling middleware to intercept LIMIT_FIELD_NESTING errors and return 400 Bad Request.\n\n## References\n\n- [GitHub Security Advisory GHSA-72gw-mp4g-v24j](https://github.com/expressjs/multer/security/advisories/GHSA-72gw-mp4g-v24j)\n- [NVD CVE-2026-5079 Details](https://nvd.nist.gov/vuln/detail/CVE-2026-5079)\n- [CVE Org Portal CVE-2026-5079](https://www.cve.org/CVERecord?id=CVE-2026-5079)\n- [OpenJS Foundation CNA Advisory Bulletin](https://cna.openjsf.org/security-advisories.html)\n- [Multer Source Code Repository](https://github.com/expressjs/multer)\n- [Multer 2.1.1 to 2.2.0 Compare Patch Diff](https://github.com/expressjs/multer/compare/v2.1.1...v2.2.0.diff)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-5079) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-17T19:41:25.000000Z"}</description>
      <content:encoded>{"uuid": "5de48a51-efa0-414f-8ac6-af8641f6702a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-5079", "type": "seen", "source": "https://gist.github.com/alon710/e8e930bfaf0a04644c5861c1af92ed10", "content": "# CVE-2026-5079: CVE-2026-5079: Denial of Service via Uncontrolled Resource Consumption in Multer Multipart Parser\n\n&amp;gt; **CVSS Score:** 7.5\n&amp;gt; **Published:** 2026-06-17\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-5079\n\n## Summary\nCVE-2026-5079 is a high-severity Denial of Service (DoS) vulnerability in the Node.js package 'multer'. The vulnerability resides in how its internal dependency, 'append-field', processes deeply nested bracket structures in multipart form field names. If an attacker submits a field name with an excessive number of nested brackets, the parsing process crashes the Node.js runtime environment or exhausts system resources, causing a complete denial of service.\n\n## TL;DR\nA Denial of Service vulnerability exists in the multer library when parsing deeply nested bracket notations in form field names, leading to application crash or CPU exhaustion.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-400\n- **Attack Vector**: Network\n- **CVSS v3.1**: 7.5\n- **EPSS Score**: 0.00278\n- **Impact**: Denial of Service (DoS)\n- **Exploit Status**: poc\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- Applications utilizing multer &amp;gt;= 1.0.0 and &amp;lt; 2.2.0 on Node.js runtimes\n- Applications utilizing multer 3.0.0-alpha.1 on Node.js runtimes\n- **multer**: &amp;gt;= 1.0.0 &amp;lt; 2.2.0 (Fixed in: `2.2.0`)\n- **multer**: == 3.0.0-alpha.1 (Fixed in: `3.0.0-alpha.2`)\n\n## Mitigation\n\n- Upgrade multer dependency to version 2.2.0 or 3.0.0-alpha.2.\n- Configure limits.fieldNestingDepth to a restrictive non-infinite value.\n- Implement Web Application Firewall (WAF) filtering to drop payloads with highly recurring bracket syntax.\n\n**Remediation Steps:**\n1. Run the command 'npm install multer@latest' or 'npm install multer@2.2.0' depending on major version requirements.\n2. Search the codebase for multer configuration initialization.\n3. Modify initialization structures to explicitly pass 'limits: { fieldNestingDepth: 3 }'.\n4. Deploy custom Express error-handling middleware to intercept LIMIT_FIELD_NESTING errors and return 400 Bad Request.\n\n## References\n\n- [GitHub Security Advisory GHSA-72gw-mp4g-v24j](https://github.com/expressjs/multer/security/advisories/GHSA-72gw-mp4g-v24j)\n- [NVD CVE-2026-5079 Details](https://nvd.nist.gov/vuln/detail/CVE-2026-5079)\n- [CVE Org Portal CVE-2026-5079](https://www.cve.org/CVERecord?id=CVE-2026-5079)\n- [OpenJS Foundation CNA Advisory Bulletin](https://cna.openjsf.org/security-advisories.html)\n- [Multer Source Code Repository](https://github.com/expressjs/multer)\n- [Multer 2.1.1 to 2.2.0 Compare Patch Diff](https://github.com/expressjs/multer/compare/v2.1.1...v2.2.0.diff)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-5079) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-17T19:41:25.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/5de48a51-efa0-414f-8ac6-af8641f6702a/export</guid>
      <pubDate>Wed, 17 Jun 2026 19:41:25 +0000</pubDate>
    </item>
    <item>
      <title>a404580e-93e6-4870-a02d-05d8d1f64276</title>
      <link>https://vulnerability.circl.lu/sighting/a404580e-93e6-4870-a02d-05d8d1f64276/export</link>
      <description>{"uuid": "a404580e-93e6-4870-a02d-05d8d1f64276", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-5079", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3moduj75y4w2x", "content": "\ud83d\udfe0 CVE-2026-5079 - High (7.5)\n\nImpact: multer versions 1.0.0 through 2.1.1 and 3.0.0-alpha.1 are vulnerable to a Denial of Servi...\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-5079/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-06-15T18:01:42.224643Z"}</description>
      <content:encoded>{"uuid": "a404580e-93e6-4870-a02d-05d8d1f64276", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-5079", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3moduj75y4w2x", "content": "\ud83d\udfe0 CVE-2026-5079 - High (7.5)\n\nImpact: multer versions 1.0.0 through 2.1.1 and 3.0.0-alpha.1 are vulnerable to a Denial of Servi...\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-5079/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-06-15T18:01:42.224643Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/a404580e-93e6-4870-a02d-05d8d1f64276/export</guid>
      <pubDate>Mon, 15 Jun 2026 18:01:42 +0000</pubDate>
    </item>
    <item>
      <title>bef25d7d-afbb-4407-ac94-7ada69da3383</title>
      <link>https://vulnerability.circl.lu/sighting/bef25d7d-afbb-4407-ac94-7ada69da3383/export</link>
      <description>{"uuid": "bef25d7d-afbb-4407-ac94-7ada69da3383", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-5079", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3modohbamvv2h", "content": "CVE-2026-5079 - multer vulnerable to Denial of Service via deeply nested field names\nCVE ID : CVE-2026-5079\n \n Published : June 15, 2026, 2:16 p.m. | 1\u00a0hour, 25\u00a0minutes ago\n \n Description : Impact: multer versions 1.0.0 through 2.1.1 and 3.0.0-alpha.1 are vulnerable to a Denia...", "creation_timestamp": "2026-06-15T16:13:13.897616Z"}</description>
      <content:encoded>{"uuid": "bef25d7d-afbb-4407-ac94-7ada69da3383", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-5079", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3modohbamvv2h", "content": "CVE-2026-5079 - multer vulnerable to Denial of Service via deeply nested field names\nCVE ID : CVE-2026-5079\n \n Published : June 15, 2026, 2:16 p.m. | 1\u00a0hour, 25\u00a0minutes ago\n \n Description : Impact: multer versions 1.0.0 through 2.1.1 and 3.0.0-alpha.1 are vulnerable to a Denia...", "creation_timestamp": "2026-06-15T16:13:13.897616Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/bef25d7d-afbb-4407-ac94-7ada69da3383/export</guid>
      <pubDate>Mon, 15 Jun 2026 16:13:13 +0000</pubDate>
    </item>
    <item>
      <title>7d3c6118-ae98-496f-a09b-b8b935a3d5ef</title>
      <link>https://vulnerability.circl.lu/sighting/7d3c6118-ae98-496f-a09b-b8b935a3d5ef/export</link>
      <description>{"uuid": "7d3c6118-ae98-496f-a09b-b8b935a3d5ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-5079", "type": "seen", "source": "https://bsky.app/profile/ulisesgascon.com/post/3modhmggois27", "content": "\ud83d\udea8 High-severity security fix in multer@2.2.0 and multer@3.0.0-alpha.2 just released!\n\nPatches CVE-2026-5079. multer vulnerable to Denial of Service via deeply nested field names.\n\ngithub.com/expressjs/mu...", "creation_timestamp": "2026-06-15T14:11:08.036288Z"}</description>
      <content:encoded>{"uuid": "7d3c6118-ae98-496f-a09b-b8b935a3d5ef", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-5079", "type": "seen", "source": "https://bsky.app/profile/ulisesgascon.com/post/3modhmggois27", "content": "\ud83d\udea8 High-severity security fix in multer@2.2.0 and multer@3.0.0-alpha.2 just released!\n\nPatches CVE-2026-5079. multer vulnerable to Denial of Service via deeply nested field names.\n\ngithub.com/expressjs/mu...", "creation_timestamp": "2026-06-15T14:11:08.036288Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/7d3c6118-ae98-496f-a09b-b8b935a3d5ef/export</guid>
      <pubDate>Mon, 15 Jun 2026 14:11:08 +0000</pubDate>
    </item>
  </channel>
</rss>
