Search criteria

6 vulnerabilities found for bodyparser by adonisjs

CVE-2026-25762 (GCVE-0-2026-25762)

Vulnerability from nvd – Published: 2026-02-06 22:48 – Updated: 2026-02-09 15:26
VLAI
Title
AdonisJS vulnerable to Denial of Service (DoS) via Unrestricted Memory Buffering in PartHandler during File Type Detection
Summary
AdonisJS is a TypeScript-first web framework. Prior to versions 10.1.3 and 11.0.0-next.9, a denial of service (DoS) vulnerability exists in the multipart file handling logic of @adonisjs/bodyparser. When processing file uploads, the multipart parser may accumulate an unbounded amount of data in memory while attempting to detect file types, potentially leading to excessive memory consumption and process termination. This issue has been patched in versions 10.1.3 and 11.0.0-next.9.
SSVC
Exploitation: none Automatable: yes Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
  • CWE-400 - Uncontrolled Resource Consumption
  • CWE-770 - Allocation of Resources Without Limits or Throttling
Assigner
Impacted products
Vendor Product Version
adonisjs core Affected: < 10.1.3
Affected: < 11.0.0-next.9
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-25762",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-02-09T15:21:47.910215Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-02-09T15:26:05.149Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "core",
          "vendor": "adonisjs",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 10.1.3"
            },
            {
              "status": "affected",
              "version": "\u003c 11.0.0-next.9"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "AdonisJS is a TypeScript-first web framework. Prior to versions 10.1.3 and 11.0.0-next.9, a denial of service (DoS) vulnerability exists in the multipart file handling logic of @adonisjs/bodyparser. When processing file uploads, the multipart parser may accumulate an unbounded amount of data in memory while attempting to detect file types, potentially leading to excessive memory consumption and process termination. This issue has been patched in versions 10.1.3 and 11.0.0-next.9."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-400",
              "description": "CWE-400: Uncontrolled Resource Consumption",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-770",
              "description": "CWE-770: Allocation of Resources Without Limits or Throttling",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-02-06T22:48:55.471Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/adonisjs/core/security/advisories/GHSA-xx9g-fh25-4q64",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/adonisjs/core/security/advisories/GHSA-xx9g-fh25-4q64"
        },
        {
          "name": "https://github.com/adonisjs/bodyparser/releases/tag/v10.1.3",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/adonisjs/bodyparser/releases/tag/v10.1.3"
        },
        {
          "name": "https://github.com/adonisjs/bodyparser/releases/tag/v11.0.0-next.9",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/adonisjs/bodyparser/releases/tag/v11.0.0-next.9"
        }
      ],
      "source": {
        "advisory": "GHSA-xx9g-fh25-4q64",
        "discovery": "UNKNOWN"
      },
      "title": "AdonisJS vulnerable to Denial of Service (DoS) via Unrestricted Memory Buffering in PartHandler during File Type Detection"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-25762",
    "datePublished": "2026-02-06T22:48:55.471Z",
    "dateReserved": "2026-02-05T18:35:52.358Z",
    "dateUpdated": "2026-02-09T15:26:05.149Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-25754 (GCVE-0-2026-25754)

Vulnerability from nvd – Published: 2026-02-06 22:48 – Updated: 2026-02-09 15:26
VLAI
Title
AdonisJS multipart body parsing has Prototype Pollution issue
Summary
AdonisJS is a TypeScript-first web framework. Prior to versions 10.1.3 and 11.0.0-next.9, a prototype pollution vulnerability in AdonisJS multipart form-data parsing may allow a remote attacker to manipulate object prototypes at runtime. This issue has been patched in versions 10.1.3 and 11.0.0-next.9.
SSVC
Exploitation: none Automatable: yes Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
  • CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
Assigner
Impacted products
Vendor Product Version
adonisjs core Affected: < 10.1.3
Affected: < 11.0.0-next.9
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-25754",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-02-09T15:21:49.378875Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-02-09T15:26:12.060Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "core",
          "vendor": "adonisjs",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 10.1.3"
            },
            {
              "status": "affected",
              "version": "\u003c 11.0.0-next.9"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "AdonisJS is a TypeScript-first web framework. Prior to versions 10.1.3 and 11.0.0-next.9, a prototype pollution vulnerability in AdonisJS multipart form-data parsing may allow a remote attacker to manipulate object prototypes at runtime. This issue has been patched in versions 10.1.3 and 11.0.0-next.9."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.2,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-1321",
              "description": "CWE-1321: Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-02-06T22:48:38.668Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/adonisjs/core/security/advisories/GHSA-f5x2-vj4h-vg4c",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/adonisjs/core/security/advisories/GHSA-f5x2-vj4h-vg4c"
        },
        {
          "name": "https://github.com/adonisjs/bodyparser/commit/40e1c71f958cffb74f6b91bed6630dca979062ed",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/adonisjs/bodyparser/commit/40e1c71f958cffb74f6b91bed6630dca979062ed"
        },
        {
          "name": "https://github.com/adonisjs/bodyparser/releases/tag/v11.0.0-next.9",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/adonisjs/bodyparser/releases/tag/v11.0.0-next.9"
        }
      ],
      "source": {
        "advisory": "GHSA-f5x2-vj4h-vg4c",
        "discovery": "UNKNOWN"
      },
      "title": "AdonisJS multipart body parsing has Prototype Pollution issue"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-25754",
    "datePublished": "2026-02-06T22:48:38.668Z",
    "dateReserved": "2026-02-05T18:35:52.357Z",
    "dateUpdated": "2026-02-09T15:26:12.060Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

FKIE_CVE-2026-25754

Vulnerability from fkie_nvd - Published: 2026-02-06 23:15 - Updated: 2026-03-17 20:42
Summary
AdonisJS is a TypeScript-first web framework. Prior to versions 10.1.3 and 11.0.0-next.9, a prototype pollution vulnerability in AdonisJS multipart form-data parsing may allow a remote attacker to manipulate object prototypes at runtime. This issue has been patched in versions 10.1.3 and 11.0.0-next.9.
Impacted products

{
  "configurations": [
    {
      "nodes": [
        {
          "cpeMatch": [
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:*:*:*:*:*:node.js:*:*",
              "matchCriteriaId": "A2D0EAB1-2749-484C-8CF3-C51E5E934279",
              "versionEndExcluding": "10.1.3",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:*:*:*:*:*:node.js:*:*",
              "matchCriteriaId": "020CFEB2-5732-42CA-B05A-5BE722B7EC41",
              "versionEndExcluding": "11.0.0",
              "versionStartIncluding": "10.1.4",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next1:*:*:*:node.js:*:*",
              "matchCriteriaId": "E7CB148B-B37C-4BAB-8F9A-B2E028FDE19A",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next2:*:*:*:node.js:*:*",
              "matchCriteriaId": "250E3E4D-B54A-4AD9-93C0-D26DE41B8CF8",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next3:*:*:*:node.js:*:*",
              "matchCriteriaId": "2DFE6131-7D0C-4B69-B4C0-F77BA58E9F3F",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next4:*:*:*:node.js:*:*",
              "matchCriteriaId": "99B68074-366C-4B96-909D-E49DFE3D240A",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next5:*:*:*:node.js:*:*",
              "matchCriteriaId": "349D208E-B74B-4BEE-9958-9E9FC7BB73BA",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next6:*:*:*:node.js:*:*",
              "matchCriteriaId": "51559F52-A6DF-4CD4-A763-36AA17AFB0CB",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next7:*:*:*:node.js:*:*",
              "matchCriteriaId": "FCDAA05D-1138-4C7B-9AA8-1627996390C5",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next8:*:*:*:node.js:*:*",
              "matchCriteriaId": "0C3D4CD4-4DF6-440B-9D4D-E0E36273434A",
              "vulnerable": true
            }
          ],
          "negate": false,
          "operator": "OR"
        }
      ]
    }
  ],
  "cveTags": [],
  "descriptions": [
    {
      "lang": "en",
      "value": "AdonisJS is a TypeScript-first web framework. Prior to versions 10.1.3 and 11.0.0-next.9, a prototype pollution vulnerability in AdonisJS multipart form-data parsing may allow a remote attacker to manipulate object prototypes at runtime. This issue has been patched in versions 10.1.3 and 11.0.0-next.9."
    },
    {
      "lang": "es",
      "value": "AdonisJS es un framework web con prioridad en TypeScript. Antes de las versiones 10.1.3 y 11.0.0-next.9, una vulnerabilidad de contaminaci\u00f3n de prototipos en el an\u00e1lisis de datos de formulario multipart de AdonisJS podr\u00eda permitir a un atacante remoto manipular prototipos de objetos en tiempo de ejecuci\u00f3n. Este problema ha sido parcheado en las versiones 10.1.3 y 11.0.0-next.9."
    }
  ],
  "id": "CVE-2026-25754",
  "lastModified": "2026-03-17T20:42:28.537",
  "metrics": {
    "cvssMetricV31": [
      {
        "cvssData": {
          "attackComplexity": "LOW",
          "attackVector": "NETWORK",
          "availabilityImpact": "NONE",
          "baseScore": 7.2,
          "baseSeverity": "HIGH",
          "confidentialityImpact": "LOW",
          "integrityImpact": "LOW",
          "privilegesRequired": "NONE",
          "scope": "CHANGED",
          "userInteraction": "NONE",
          "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
          "version": "3.1"
        },
        "exploitabilityScore": 3.9,
        "impactScore": 2.7,
        "source": "security-advisories@github.com",
        "type": "Secondary"
      }
    ]
  },
  "published": "2026-02-06T23:15:54.390",
  "references": [
    {
      "source": "security-advisories@github.com",
      "tags": [
        "Patch"
      ],
      "url": "https://github.com/adonisjs/bodyparser/commit/40e1c71f958cffb74f6b91bed6630dca979062ed"
    },
    {
      "source": "security-advisories@github.com",
      "tags": [
        "Release Notes"
      ],
      "url": "https://github.com/adonisjs/bodyparser/releases/tag/v11.0.0-next.9"
    },
    {
      "source": "security-advisories@github.com",
      "tags": [
        "Third Party Advisory"
      ],
      "url": "https://github.com/adonisjs/core/security/advisories/GHSA-f5x2-vj4h-vg4c"
    }
  ],
  "sourceIdentifier": "security-advisories@github.com",
  "vulnStatus": "Analyzed",
  "weaknesses": [
    {
      "description": [
        {
          "lang": "en",
          "value": "CWE-1321"
        }
      ],
      "source": "security-advisories@github.com",
      "type": "Primary"
    }
  ]
}

FKIE_CVE-2026-25762

Vulnerability from fkie_nvd - Published: 2026-02-06 23:15 - Updated: 2026-03-17 20:43
Summary
AdonisJS is a TypeScript-first web framework. Prior to versions 10.1.3 and 11.0.0-next.9, a denial of service (DoS) vulnerability exists in the multipart file handling logic of @adonisjs/bodyparser. When processing file uploads, the multipart parser may accumulate an unbounded amount of data in memory while attempting to detect file types, potentially leading to excessive memory consumption and process termination. This issue has been patched in versions 10.1.3 and 11.0.0-next.9.
Impacted products

{
  "configurations": [
    {
      "nodes": [
        {
          "cpeMatch": [
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:*:*:*:*:*:node.js:*:*",
              "matchCriteriaId": "A2D0EAB1-2749-484C-8CF3-C51E5E934279",
              "versionEndExcluding": "10.1.3",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:*:*:*:*:*:node.js:*:*",
              "matchCriteriaId": "020CFEB2-5732-42CA-B05A-5BE722B7EC41",
              "versionEndExcluding": "11.0.0",
              "versionStartIncluding": "10.1.4",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next1:*:*:*:node.js:*:*",
              "matchCriteriaId": "E7CB148B-B37C-4BAB-8F9A-B2E028FDE19A",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next2:*:*:*:node.js:*:*",
              "matchCriteriaId": "250E3E4D-B54A-4AD9-93C0-D26DE41B8CF8",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next3:*:*:*:node.js:*:*",
              "matchCriteriaId": "2DFE6131-7D0C-4B69-B4C0-F77BA58E9F3F",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next4:*:*:*:node.js:*:*",
              "matchCriteriaId": "99B68074-366C-4B96-909D-E49DFE3D240A",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next5:*:*:*:node.js:*:*",
              "matchCriteriaId": "349D208E-B74B-4BEE-9958-9E9FC7BB73BA",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next6:*:*:*:node.js:*:*",
              "matchCriteriaId": "51559F52-A6DF-4CD4-A763-36AA17AFB0CB",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next7:*:*:*:node.js:*:*",
              "matchCriteriaId": "FCDAA05D-1138-4C7B-9AA8-1627996390C5",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:adonisjs:bodyparser:11.0.0:next8:*:*:*:node.js:*:*",
              "matchCriteriaId": "0C3D4CD4-4DF6-440B-9D4D-E0E36273434A",
              "vulnerable": true
            }
          ],
          "negate": false,
          "operator": "OR"
        }
      ]
    }
  ],
  "cveTags": [],
  "descriptions": [
    {
      "lang": "en",
      "value": "AdonisJS is a TypeScript-first web framework. Prior to versions 10.1.3 and 11.0.0-next.9, a denial of service (DoS) vulnerability exists in the multipart file handling logic of @adonisjs/bodyparser. When processing file uploads, the multipart parser may accumulate an unbounded amount of data in memory while attempting to detect file types, potentially leading to excessive memory consumption and process termination. This issue has been patched in versions 10.1.3 and 11.0.0-next.9."
    },
    {
      "lang": "es",
      "value": "AdonisJS es un framework web TypeScript-first. Antes de las versiones 10.1.3 y 11.0.0-next.9, existe una vulnerabilidad de denegaci\u00f3n de servicio (DoS) en la l\u00f3gica de manejo de archivos multipart de @adonisjs/bodyparser. Al procesar cargas de archivos, el analizador multipart puede acumular una cantidad ilimitada de datos en memoria mientras intenta detectar tipos de archivo, lo que podr\u00eda llevar a un consumo excesivo de memoria y a la terminaci\u00f3n del proceso. Este problema ha sido parcheado en las versiones 10.1.3 y 11.0.0-next.9."
    }
  ],
  "id": "CVE-2026-25762",
  "lastModified": "2026-03-17T20:43:40.180",
  "metrics": {
    "cvssMetricV31": [
      {
        "cvssData": {
          "attackComplexity": "LOW",
          "attackVector": "NETWORK",
          "availabilityImpact": "HIGH",
          "baseScore": 7.5,
          "baseSeverity": "HIGH",
          "confidentialityImpact": "NONE",
          "integrityImpact": "NONE",
          "privilegesRequired": "NONE",
          "scope": "UNCHANGED",
          "userInteraction": "NONE",
          "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
          "version": "3.1"
        },
        "exploitabilityScore": 3.9,
        "impactScore": 3.6,
        "source": "security-advisories@github.com",
        "type": "Secondary"
      }
    ]
  },
  "published": "2026-02-06T23:15:54.670",
  "references": [
    {
      "source": "security-advisories@github.com",
      "tags": [
        "Release Notes"
      ],
      "url": "https://github.com/adonisjs/bodyparser/releases/tag/v10.1.3"
    },
    {
      "source": "security-advisories@github.com",
      "tags": [
        "Release Notes"
      ],
      "url": "https://github.com/adonisjs/bodyparser/releases/tag/v11.0.0-next.9"
    },
    {
      "source": "security-advisories@github.com",
      "tags": [
        "Third Party Advisory"
      ],
      "url": "https://github.com/adonisjs/core/security/advisories/GHSA-xx9g-fh25-4q64"
    }
  ],
  "sourceIdentifier": "security-advisories@github.com",
  "vulnStatus": "Analyzed",
  "weaknesses": [
    {
      "description": [
        {
          "lang": "en",
          "value": "CWE-400"
        },
        {
          "lang": "en",
          "value": "CWE-770"
        }
      ],
      "source": "security-advisories@github.com",
      "type": "Primary"
    }
  ]
}

CVE-2026-25762 (GCVE-0-2026-25762)

Vulnerability from cvelistv5 – Published: 2026-02-06 22:48 – Updated: 2026-02-09 15:26
VLAI
Title
AdonisJS vulnerable to Denial of Service (DoS) via Unrestricted Memory Buffering in PartHandler during File Type Detection
Summary
AdonisJS is a TypeScript-first web framework. Prior to versions 10.1.3 and 11.0.0-next.9, a denial of service (DoS) vulnerability exists in the multipart file handling logic of @adonisjs/bodyparser. When processing file uploads, the multipart parser may accumulate an unbounded amount of data in memory while attempting to detect file types, potentially leading to excessive memory consumption and process termination. This issue has been patched in versions 10.1.3 and 11.0.0-next.9.
SSVC
Exploitation: none Automatable: yes Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
  • CWE-400 - Uncontrolled Resource Consumption
  • CWE-770 - Allocation of Resources Without Limits or Throttling
Assigner
Impacted products
Vendor Product Version
adonisjs core Affected: < 10.1.3
Affected: < 11.0.0-next.9
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-25762",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-02-09T15:21:47.910215Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-02-09T15:26:05.149Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "core",
          "vendor": "adonisjs",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 10.1.3"
            },
            {
              "status": "affected",
              "version": "\u003c 11.0.0-next.9"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "AdonisJS is a TypeScript-first web framework. Prior to versions 10.1.3 and 11.0.0-next.9, a denial of service (DoS) vulnerability exists in the multipart file handling logic of @adonisjs/bodyparser. When processing file uploads, the multipart parser may accumulate an unbounded amount of data in memory while attempting to detect file types, potentially leading to excessive memory consumption and process termination. This issue has been patched in versions 10.1.3 and 11.0.0-next.9."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-400",
              "description": "CWE-400: Uncontrolled Resource Consumption",
              "lang": "en",
              "type": "CWE"
            }
          ]
        },
        {
          "descriptions": [
            {
              "cweId": "CWE-770",
              "description": "CWE-770: Allocation of Resources Without Limits or Throttling",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-02-06T22:48:55.471Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/adonisjs/core/security/advisories/GHSA-xx9g-fh25-4q64",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/adonisjs/core/security/advisories/GHSA-xx9g-fh25-4q64"
        },
        {
          "name": "https://github.com/adonisjs/bodyparser/releases/tag/v10.1.3",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/adonisjs/bodyparser/releases/tag/v10.1.3"
        },
        {
          "name": "https://github.com/adonisjs/bodyparser/releases/tag/v11.0.0-next.9",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/adonisjs/bodyparser/releases/tag/v11.0.0-next.9"
        }
      ],
      "source": {
        "advisory": "GHSA-xx9g-fh25-4q64",
        "discovery": "UNKNOWN"
      },
      "title": "AdonisJS vulnerable to Denial of Service (DoS) via Unrestricted Memory Buffering in PartHandler during File Type Detection"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-25762",
    "datePublished": "2026-02-06T22:48:55.471Z",
    "dateReserved": "2026-02-05T18:35:52.358Z",
    "dateUpdated": "2026-02-09T15:26:05.149Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-25754 (GCVE-0-2026-25754)

Vulnerability from cvelistv5 – Published: 2026-02-06 22:48 – Updated: 2026-02-09 15:26
VLAI
Title
AdonisJS multipart body parsing has Prototype Pollution issue
Summary
AdonisJS is a TypeScript-first web framework. Prior to versions 10.1.3 and 11.0.0-next.9, a prototype pollution vulnerability in AdonisJS multipart form-data parsing may allow a remote attacker to manipulate object prototypes at runtime. This issue has been patched in versions 10.1.3 and 11.0.0-next.9.
SSVC
Exploitation: none Automatable: yes Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
  • CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
Assigner
Impacted products
Vendor Product Version
adonisjs core Affected: < 10.1.3
Affected: < 11.0.0-next.9
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-25754",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-02-09T15:21:49.378875Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-02-09T15:26:12.060Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "core",
          "vendor": "adonisjs",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 10.1.3"
            },
            {
              "status": "affected",
              "version": "\u003c 11.0.0-next.9"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "AdonisJS is a TypeScript-first web framework. Prior to versions 10.1.3 and 11.0.0-next.9, a prototype pollution vulnerability in AdonisJS multipart form-data parsing may allow a remote attacker to manipulate object prototypes at runtime. This issue has been patched in versions 10.1.3 and 11.0.0-next.9."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.2,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-1321",
              "description": "CWE-1321: Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-02-06T22:48:38.668Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/adonisjs/core/security/advisories/GHSA-f5x2-vj4h-vg4c",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/adonisjs/core/security/advisories/GHSA-f5x2-vj4h-vg4c"
        },
        {
          "name": "https://github.com/adonisjs/bodyparser/commit/40e1c71f958cffb74f6b91bed6630dca979062ed",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/adonisjs/bodyparser/commit/40e1c71f958cffb74f6b91bed6630dca979062ed"
        },
        {
          "name": "https://github.com/adonisjs/bodyparser/releases/tag/v11.0.0-next.9",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/adonisjs/bodyparser/releases/tag/v11.0.0-next.9"
        }
      ],
      "source": {
        "advisory": "GHSA-f5x2-vj4h-vg4c",
        "discovery": "UNKNOWN"
      },
      "title": "AdonisJS multipart body parsing has Prototype Pollution issue"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-25754",
    "datePublished": "2026-02-06T22:48:38.668Z",
    "dateReserved": "2026-02-05T18:35:52.357Z",
    "dateUpdated": "2026-02-09T15:26:12.060Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}