Skip to content

Update dependency request to ~2.68.0 [SECURITY] - #5

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/npm-request-vulnerability
Open

Update dependency request to ~2.68.0 [SECURITY]#5
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/npm-request-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Jan 9, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
request ~2.9~2.68.0 age confidence

Remote Memory Exposure in request

CVE-2017-16026 / GHSA-7xfp-9c55-5vqj

More information

Details

Affected versions of request will disclose local system memory to remote systems in certain circumstances. When a multipart request is made, and the type of body is number, then a buffer of that size will be allocated and sent to the remote server as the body.

Proof of Concept
var request = require('request');
var http = require('http');

var serveFunction = function (req, res){
	req.on('data', function (data) {
            console.log(data)
        });
	res.end();
};
var server = http.createServer(serveFunction);
server.listen(8000);

request({
	method: "POST",
	uri: 'http://localhost:8000',
	multipart: [{body:500}]
},function(err,res,body){});
Recommendation

Update to version 2.68.0 or later

Severity

  • CVSS Score: 5.9 / 10 (Medium)
  • Vector String: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

request/request (request)

v2.68.0

Compare Source

v2.67.0

Compare Source

v2.66.0

Compare Source

v2.65.0

Compare Source

v2.64.0

Compare Source

v2.63.0

Compare Source

v2.62.0

Compare Source

v2.61.0

Compare Source

v2.60.0

Compare Source

v2.59.0

Compare Source

v2.58.0

Compare Source

v2.57.0

Compare Source

  • #​1615 Replace '.client' with '.socket' as the former was deprecated in 2.2.0. (@​ChALkeR)

v2.56.0

Compare Source

v2.55.0

Compare Source

v2.54.0

Compare Source

v2.53.0

Compare Source

v2.52.0

Compare Source

v2.51.0

Compare Source

v2.50.0

Compare Source

v2.49.0

Compare Source

v2.48.0

Compare Source

v2.47.0

Compare Source

v2.46.0

Compare Source

v2.45.0

Compare Source

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from bcdc9e6 to 726b0ac Compare January 11, 2025 11:48
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Jan 11, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 726b0ac to 29d5ff6 Compare January 15, 2025 19:39
@renovate renovate Bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Jan 15, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 29d5ff6 to 9ed5b93 Compare January 17, 2025 11:45
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Jan 17, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 9ed5b93 to df15e4b Compare January 25, 2025 11:49
@renovate renovate Bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Jan 25, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from df15e4b to fbe960c Compare January 26, 2025 06:13
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Jan 26, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from fbe960c to f7c833d Compare January 31, 2025 19:07
@renovate renovate Bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Jan 31, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from f7c833d to f683b44 Compare February 1, 2025 19:46
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Feb 1, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from f683b44 to ae666db Compare February 9, 2025 11:31
@renovate renovate Bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Feb 9, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from ae666db to 0371c42 Compare February 12, 2025 07:53
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Feb 12, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 0371c42 to 7698e25 Compare March 5, 2025 03:43
@renovate renovate Bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Mar 5, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 7698e25 to 2df8f83 Compare March 8, 2025 03:31
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Mar 8, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 2df8f83 to 24ab63e Compare March 13, 2025 08:04
@renovate renovate Bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Mar 13, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 24ab63e to 1965bd7 Compare March 15, 2025 11:17
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Mar 15, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 1965bd7 to 315a02a Compare March 19, 2025 23:58
@renovate renovate Bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Mar 19, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 315a02a to 4fe2451 Compare March 21, 2025 23:48
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Mar 21, 2025
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] May 10, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 844d37c to 6b8b8e0 Compare May 17, 2025 04:01
@renovate renovate Bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] May 17, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 6b8b8e0 to 85e641b Compare May 18, 2025 19:27
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] May 18, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 85e641b to 91d776b Compare May 24, 2025 11:32
@renovate renovate Bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] May 24, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 91d776b to 9d24da2 Compare May 25, 2025 11:37
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] May 25, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 9d24da2 to 1637b66 Compare May 31, 2025 12:11
@renovate renovate Bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] May 31, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 1637b66 to 1fc3ee5 Compare June 1, 2025 19:14
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Jun 1, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 1fc3ee5 to 4d92764 Compare June 6, 2025 18:22
@renovate renovate Bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Jun 6, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 4d92764 to c44aeee Compare June 8, 2025 10:34
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Jun 8, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from c44aeee to 39b9a99 Compare June 21, 2025 12:03
@renovate renovate Bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Jun 21, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 39b9a99 to 0ecdbef Compare July 13, 2025 23:55
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Jul 13, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from 0ecdbef to b173aa3 Compare August 11, 2025 03:26
@renovate renovate Bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Aug 11, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from b173aa3 to e98c2e1 Compare August 16, 2025 11:48
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Aug 16, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from e98c2e1 to aa89791 Compare August 21, 2025 04:15
@renovate renovate Bot changed the title Update dependency request to ~2.68.0 [SECURITY] Update dependency request to ~2.88.0 [SECURITY] Aug 21, 2025
@renovate
renovate Bot force-pushed the renovate/npm-request-vulnerability branch from aa89791 to a5af762 Compare August 24, 2025 04:11
@renovate renovate Bot changed the title Update dependency request to ~2.88.0 [SECURITY] Update dependency request to ~2.68.0 [SECURITY] Aug 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants