Cyber Resilience

CVE-2023-33966

High

Published: 31 May 2023

Published
31 May 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N
EPSS Score 0.0032 55.7th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-33966 is a high-severity Improper Privilege Management (CWE-269) vulnerability in Deno Deno. Its CVSS base score is 8.6 (High).

Operationally, ranked in the top 44.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability details

Deno is a runtime for JavaScript and TypeScript. In deno 1.34.0 and deno_runtime 0.114.0, outbound HTTP requests made using the built-in `node:http` or `node:https` modules are incorrectly not checked against the network permission allow list (`--allow-net`). Dependencies relying on these…

more

built-in modules are subject to the vulnerability too. Users of Deno versions prior to 1.34.0 are unaffected. Deno Deploy users are unaffected. This problem has been patched in Deno v1.34.1 and deno_runtime 0.114.1 and all users are recommended to update to this version. No workaround is available for this issue.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

deno
deno
1.34.0
deno
deno runtime
0.114.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-269 CWE-276

Policy addresses roles, responsibilities, and privilege management to prevent improper privilege assignments.

addresses: CWE-269 CWE-276

Implements core proper privilege management by restricting to only required rights.

addresses: CWE-269 CWE-276

Baseline configuration documents and controls privilege assignments, making improper privilege management harder to introduce or sustain.

addresses: CWE-276 CWE-269

Requiring the most restrictive settings instead of defaults prevents incorrect default permissions on resources.

addresses: CWE-269 CWE-276

Defines roles and responsibilities to ensure proper privilege management during configuration changes.

addresses: CWE-269 CWE-276

Designates roles and review processes for managing physical privileges and access rights.

addresses: CWE-276 CWE-269

Tailoring explicitly overrides or scopes default permission assignments in the baseline to match the system's actual risk and operational needs.

addresses: CWE-269 CWE-276

Centralized privilege assignment and oversight prevent ad-hoc or excessive privilege grants that occur when each system is configured independently.

References