AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-49770

UNKNOWN · CVSS N/A EPSS 0.68% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-11-01 · Last synced 2026-08-04

CyberRota Analysis

This vulnerability has an unknown severity rating. Public exploit code or proof-of-concept references have been detected in its references.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2024-49770
Severity
UNKNOWN
CVSS
N/A
EPSS
0.68%

Original NVD Description

`oak` is a middleware framework for Deno's native HTTP server, Deno Deploy, Node.js 16.5 and later, Cloudflare Workers and Bun. By default `oak` does not allow transferring of hidden files with `Context.send` API. However, prior to version 17.1.3, this can be bypassed by encoding `/` as its URL encoded form `%2F`. For an attacker this has potential to read sensitive user data or to gain access to server secrets. Version 17.1.3 fixes the issue.