- Description
- Deno is a JavaScript, TypeScript, and WebAssembly runtime. Starting in version 1.41.3 and prior to versions 2.1.13, 2.2.13, and 2.3.2, `deno run --allow-read --deny-read main.ts` results in allowed, even though 'deny' should be stronger. The result is the same with all global unary permissions given as `--allow-* --deny-*`. This only affects a nonsensical combination of flags, so there shouldn't be a real impact on the userbase. Users may upgrade to version 2.1.13, 2.2.13, or 2.3.2 to receive a patch.
- Source
- security-advisories@github.com
- NVD status
- Analyzed
CVSS 4.0
- Type
- Secondary
- Base score
- 5.5
- Impact score
- -
- Exploitability score
- -
- Vector string
- CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
- Severity
- MEDIUM
CVSS 3.1
- Type
- Primary
- Base score
- 5.3
- Impact score
- 1.4
- Exploitability score
- 3.9
- Vector string
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
- Severity
- MEDIUM
- security-advisories@github.com
- CWE-863
- Hype score
- Not currently trending
[
{
"nodes": [
{
"negate": false,
"cpeMatch": [
{
"criteria": "cpe:2.3:a:deno:deno:*:*:*:*:*:*:*:*",
"vulnerable": true,
"matchCriteriaId": "497675CF-A49B-41AB-A559-1A0B5893A747",
"versionEndExcluding": "2.1.13",
"versionStartIncluding": "1.41.3"
},
{
"criteria": "cpe:2.3:a:deno:deno:*:*:*:*:*:*:*:*",
"vulnerable": true,
"matchCriteriaId": "3601EB7D-5985-4B5F-87AE-1F47BA4677D3",
"versionEndExcluding": "2.2.13",
"versionStartIncluding": "2.2.0"
},
{
"criteria": "cpe:2.3:a:deno:deno:*:*:*:*:*:*:*:*",
"vulnerable": true,
"matchCriteriaId": "019F705F-B29F-43B0-8ED5-456D717518B4",
"versionEndExcluding": "2.3.2",
"versionStartIncluding": "2.3.0"
}
],
"operator": "OR"
}
]
}
]