GHSA-6w62-83g6-rfhj

Suggest an improvement
Source
https://github.com/advisories/GHSA-6w62-83g6-rfhj
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-6w62-83g6-rfhj/GHSA-6w62-83g6-rfhj.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-6w62-83g6-rfhj
Aliases
  • CVE-2013-7371
Published
2022-05-05T00:29:11Z
Modified
2023-11-08T03:57:28.875899Z
Severity
  • 6.1 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N CVSS Calculator
Summary
Node Connect Reflected Cross-Site Scripting in Sencha Labs Connect middleware
Details

node-connect before 2.8.2 has cross site scripting in Sencha Labs Connect middleware (vulnerability due to incomplete fix for CVE-2013-7370)

Overview

Connect is a stack of middleware that is executed in order in each request.

The "methodOverride" middleware allows the http post to override the method of the request with the value of the "_method" post key or with the header "x-http-method-override".

Because the user post input was not checked, req.method could contain any kind of value. Because the req.method did not match any common method VERB, connect answered with a 404 page containing the "Cannot [method] [url]" content. The method was not properly encoded for output in the browser.

Example:

~ curl "localhost:3000" -d "_method=<script src=http://nodesecurity.io/xss.js></script>"
Cannot <SCRIPT SRC=HTTP://NODESECURITY.IO/XSS.JS></SCRIPT> /

Recommendation

Update to the newest version of Connect or disable methodOverride. It is not possible to avoid the vulnerability if you have enabled this middleware in the top of your stack.

Credit:

Sergio Arcos

Database specific
{
    "github_reviewed_at": "2023-08-17T22:50:28Z",
    "nvd_published_at": "2019-12-11T15:15:00Z",
    "cwe_ids": [
        "CWE-79"
    ],
    "severity": "MODERATE",
    "github_reviewed": true
}
References

Affected packages

npm / connect

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.8.2

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-6w62-83g6-rfhj/GHSA-6w62-83g6-rfhj.json"