Lucene search

K
githubGitHub Advisory DatabaseGHSA-QXRJ-HX23-XP82
HistoryDec 11, 2023 - 9:46 p.m.

Overly permissive origin policy

2023-12-1121:46:21
CWE-346
GitHub Advisory Database
github.com
2
middleware
same origin policy
security threat
documentation
users
production applications

CVSS3

8.6

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

NONE

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N

AI Score

6.8

Confidence

High

EPSS

0.001

Percentile

17.8%

Currently, the middleware operates in a way that if an allowed origin is not provided, it will return an Access-Control-Allow-Origin header with the value of the origin from the request. This behavior completely disables one of the most crucial elements of browsers - the Same Origin Policy (SOP), this could cause a very serious security threat to the users of this middleware.

If such behavior is expected, for instance, when middleware is used exclusively for prototypes and not for production applications, it should be heavily emphasized in the documentation along with an indication of the risks associated with such behavior, as many users may not be aware of it.

Affected configurations

Vulners
Node
koacorsRange<5.0.0
VendorProductVersionCPE
koacors*cpe:2.3:a:koa:cors:*:*:*:*:*:*:*:*

CVSS3

8.6

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

NONE

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N

AI Score

6.8

Confidence

High

EPSS

0.001

Percentile

17.8%

Related for GHSA-QXRJ-HX23-XP82