CVE-2023-49803

@koa/cors npm provides Cross-Origin Resource Sharing (CORS) for koa, a web framework for Node.js. Prior to version 5.0.0, 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. Version 5.0.0 fixes this vulnerability.
Configurations

Configuration 1 (hide)

cpe:2.3:a:koajs:cross-origin_resource_sharing_for_koa:*:*:*:*:*:node.js:*:*

History

14 Dec 2023, 20:03

Type Values Removed Values Added
CVSS v2 : unknown
v3 : 8.6
v2 : unknown
v3 : 7.5
First Time Koajs
Koajs cross-origin Resource Sharing For Koa
CPE cpe:2.3:a:koajs:cross-origin_resource_sharing_for_koa:*:*:*:*:*:node.js:*:*
References () https://github.com/koajs/cors/commit/f31dac99f5355c41e7d4dd3c4a80c5f154941a11 - () https://github.com/koajs/cors/commit/f31dac99f5355c41e7d4dd3c4a80c5f154941a11 - Patch
References () https://github.com/koajs/cors/security/advisories/GHSA-qxrj-hx23-xp82 - () https://github.com/koajs/cors/security/advisories/GHSA-qxrj-hx23-xp82 - Vendor Advisory

12 Dec 2023, 13:43

Type Values Removed Values Added
Summary
  • (es) @koa/cors npm proporciona Cross-Origin Resource Sharing (CORS) para koa, un framework web para Node.js. Antes de la versión 5.0.0, el middleware funciona de manera que si no se proporciona un origen permitido, devolverá un encabezado "Access-Control-Allow-Origin" con el valor del origen de la solicitud. Este comportamiento desactiva por completo uno de los elementos más importantes de los navegadores: la Política del Mismo Origen (SOP), lo que podría causar una amenaza de seguridad muy grave para los usuarios de este middleware. Si se espera tal comportamiento, por ejemplo, cuando el middleware se utiliza exclusivamente para prototipos y no para aplicaciones de producción, se debe enfatizar mucho en la documentación junto con una indicación de los riesgos asociados con dicho comportamiento, ya que es posible que muchos usuarios no lo sepan. La versión 5.0.0 corrige esta vulnerabilidad.

11 Dec 2023, 23:15

Type Values Removed Values Added
New CVE

Information

Published : 2023-12-11 23:15

Updated : 2023-12-14 20:03


NVD link : CVE-2023-49803

Mitre link : CVE-2023-49803

CVE.ORG link : CVE-2023-49803


JSON object : View

Products Affected

koajs

  • cross-origin_resource_sharing_for_koa
CWE
CWE-346

Origin Validation Error