Lucene search
K

48 matches found

NVD
NVD
added 2026/01/02 7:15 p.m.3 views

CVE-2026-21440

AdonisJS is a TypeScript-first web framework. A Path Traversal vulnerability in AdonisJS multipart file handling may allow a remote attacker to write arbitrary files to arbitrary locations on the server filesystem. This impacts @adonisjs/bodyparser through version 10.1.1 and 11.x prerelease...

9.2CVSS0.00097EPSS
Exploits3References5
OSV
OSV
added 2026/01/02 7:2 p.m.3 views

CVE-2026-21440 AdonisJS Path Traversal in Multipart File Handling

AdonisJS is a TypeScript-first web framework. A Path Traversal vulnerability in AdonisJS multipart file handling may allow a remote attacker to write arbitrary files to arbitrary locations on the server filesystem. This impacts @adonisjs/bodyparser through version 10.1.1 and 11.x prerelease...

9.2CVSS7AI score0.00097EPSS
Exploits3References7
CVE
CVE
added 2026/01/02 7:2 p.m.18 views

CVE-2026-21440

CVE-2026-21440 is a path traversal vulnerability in AdonisJS bodyparser (MultipartFile.move) that allows writing files outside the intended directory when the client-supplied filename is not sanitized. Root cause: move(location, options?) defaults to using clientName and path.join(location, fileN...

9.2CVSS6.7AI score0.00097EPSS
Exploits3References5
Vulnrichment
Vulnrichment
added 2026/01/02 7:2 p.m.1 views

CVE-2026-21440 AdonisJS Path Traversal in Multipart File Handling

AdonisJS is a TypeScript-first web framework. A Path Traversal vulnerability in AdonisJS multipart file handling may allow a remote attacker to write arbitrary files to arbitrary locations on the server filesystem. This impacts @adonisjs/bodyparser through version 10.1.1 and 11.x prerelease...

9.2CVSS6.7AI score0.00097EPSS
Exploits3References5
Cvelist
Cvelist
added 2026/01/02 7:2 p.m.25 views

CVE-2026-21440 AdonisJS Path Traversal in Multipart File Handling

AdonisJS is a TypeScript-first web framework. A Path Traversal vulnerability in AdonisJS multipart file handling may allow a remote attacker to write arbitrary files to arbitrary locations on the server filesystem. This impacts @adonisjs/bodyparser through version 10.1.1 and 11.x prerelease...

9.2CVSS0.00097EPSS
Exploits3References5
OSV
OSV
added 2026/01/02 6:58 p.m.4 views

GHSA-GVQ6-HVVP-H34H AdonisJS Path Traversal in Multipart File Handling

Summary Description A Path Traversal CWE-22 vulnerability in AdonisJS multipart file handling may allow a remote attacker to write arbitrary files to arbitrary locations on the server filesystem. This impacts @adonisjs/bodyparser through version 10.1.1 and 11.x prerelease versions prior to...

9.2CVSS7.4AI score0.00097EPSS
Exploits3References7
Snyk
Snyk
added 2026/01/02 6:58 p.m.3 views

Directory Traversal

Overview @adonisjs/bodyparser is a BodyParser middleware for AdonisJS http server to read and parse request body Affected versions of this package are vulnerable to Directory Traversal via the MultipartFile.move function's default options. An attacker can write arbitrary files to unintended...

9.2CVSS7.8AI score0.00097EPSS
Exploits3References2
Github Security Blog
Github Security Blog
added 2026/01/02 6:58 p.m.5 views

AdonisJS Path Traversal in Multipart File Handling

Summary Description A Path Traversal CWE-22 vulnerability in AdonisJS multipart file handling may allow a remote attacker to write arbitrary files to arbitrary locations on the server filesystem. This impacts @adonisjs/bodyparser through version 10.1.1 and 11.x prerelease versions prior to...

9.2CVSS7.5AI score0.00097EPSS
Exploits3References7Affected Software1
Positive Technologies
Positive Technologies
added 2026/01/02 12:0 a.m.3 views

PT-2026-1121

Name of the Vulnerable Software and Affected Versions AdonisJS versions through 10.1.1 and 11.x prerelease versions prior to 11.0.0-next.6 Description A Path Traversal vulnerability exists in the AdonisJS multipart file handling process. This flaw allows a remote attacker to write arbitrary files...

9.4CVSS8.3AI score0.00097EPSS
Exploits3References43
CNNVD
CNNVD
added 2026/01/02 12:0 a.m.5 views

bodyparser 路径遍历漏洞

bodyparser is an open source BodyParser middleware on AdonisJS from AdonisJS Framework. A path traversal vulnerability exists in bodyparser versions 10.1.1 and earlier and 11.0.0-next.6 and earlier, which stems from the existence of a path traversal in multipart file handling that could result in...

9.2CVSS6.8AI score0.00097EPSS
Exploits3References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-11355

Malicious code in bioql PyPI...

4CVSS6.3AI score0.00062EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-16352

Malicious code in bioql PyPI...

8.7CVSS6.3AI score0.00472EPSS
Exploits1References5
Snyk
Snyk
added 2025/08/06 12:43 a.m.2 views

Memory Allocation with Excessive Size Value

Overview github.com/gofiber/fiber/v2 is an Express inspired web framework written in Go. Affected versions of this package are vulnerable to Memory Allocation with Excessive Size Value via the BodyParser function, which allocates a slice of length idx+1 without validating. An attacker can cause t...

8.7CVSS6.9AI score0.00436EPSS
Exploits0References2
Snyk
Snyk
added 2025/08/06 12:43 a.m.1 views

Memory Allocation with Excessive Size Value

Overview github.com/gofiber/fiber is an Express inspired web framework written in Go. Affected versions of this package are vulnerable to Memory Allocation with Excessive Size Value via the BodyParser function, which allocates a slice of length idx+1 without validating. An attacker can cause the...

8.7CVSS6.9AI score0.00436EPSS
Exploits0References2
Cvelist
Cvelist
added 2025/08/05 11:33 p.m.7 views

CVE-2025-54801 Fiber Susceptible to Crash via `BodyParser` Due to Unvalidated Large Slice Index in Decoder

Fiber is an Express inspired web framework written in Go. In versions 2.52.8 and below, when using Fiber's Ctx.BodyParser to parse form data containing a large numeric key that represents a slice index e.g., test.18446744073704, the application crashes due to an out-of-bounds slice allocation in...

8.7CVSS0.00436EPSS
Exploits0References2
OSV
OSV
added 2025/08/05 3:22 p.m.4 views

GHSA-QX2Q-88MX-VHG7 Fiber Crashes in BodyParser Due to Unvalidated Large Slice Index in Decoder

Description When using Fiber's Ctx.BodyParser to parse form data containing a large numeric key that represents a slice index e.g., test.18446744073704, the application crashes due to an out-of-bounds slice allocation in the underlying schema decoder. The root cause is that the decoder attempts t...

8.7CVSS6.9AI score0.00436EPSS
Exploits0References4
Github Security Blog
Github Security Blog
added 2025/08/05 3:22 p.m.10 views

Fiber Crashes in BodyParser Due to Unvalidated Large Slice Index in Decoder

Description When using Fiber's Ctx.BodyParser to parse form data containing a large numeric key that represents a slice index e.g., test.18446744073704, the application crashes due to an out-of-bounds slice allocation in the underlying schema decoder. The root cause is that the decoder attempts t...

8.7CVSS7.6AI score0.00436EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2025/05/27 8:47 p.m.2 views

GO-2025-3706 Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber

Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber...

8.7CVSS7.1AI score0.00472EPSS
Exploits1References2
NVD
NVD
added 2025/05/22 6:15 p.m.11 views

CVE-2025-48075

Fiber is an Express-inspired web framework written in Go. Starting in version 2.52.6 and prior to version 2.52.7, fiber.Ctx.BodyParser can map flat data to nested slices using keyidxvalue syntax, but when idx is negative, it causes a panic instead of returning an error stating it cannot process t...

8.7CVSS0.00472EPSS
Exploits1References2
Vulnrichment
Vulnrichment
added 2025/05/22 5:25 p.m.9 views

CVE-2025-48075 Fiber panics when fiber.Ctx.BodyParser parses invalid range index

Fiber is an Express-inspired web framework written in Go. Starting in version 2.52.6 and prior to version 2.52.7, fiber.Ctx.BodyParser can map flat data to nested slices using keyidxvalue syntax, but when idx is negative, it causes a panic instead of returning an error stating it cannot process t...

8.7CVSS6.5AI score0.00472EPSS
Exploits1References2
Rows per page
Query Builder