Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

chore(deps): update dependency ini to 1.3.6 [security]#587

Closed
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/npm-ini-vulnerability
Closed

chore(deps): update dependency ini to 1.3.6 [security]#587
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/npm-ini-vulnerability

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change
ini 1.3.5 -> 1.3.6

GitHub Vulnerability Alerts

CVE-2020-7788

Overview

The ini npm package before version 1.3.6 has a Prototype Pollution vulnerability.

If an attacker submits a malicious INI file to an application that parses it with ini.parse, they will pollute the prototype on the application. This can be exploited further depending on the context.

Patches

This has been patched in 1.3.6.

Steps to reproduce

payload.ini

[__proto__]
polluted = "polluted"

poc.js:

var fs = require('fs')
var ini = require('ini')

var parsed = ini.parse(fs.readFileSync('./payload.ini', 'utf-8'))
console.log(parsed)
console.log(parsed.__proto__)
console.log(polluted)
> node poc.js
{}
{ polluted: 'polluted' }
{ polluted: 'polluted' }
polluted

Configuration

📅 Schedule: Branch creation - "" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] chore(deps): update dependency ini to 1.3.6 [security] Mar 17, 2023
@renovate renovate bot force-pushed the renovate/npm-ini-vulnerability branch from 15f7dba to 1d69ab8 Compare March 17, 2023 04:13
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] chore(deps): update dependency ini to 1.3.6 [security] - autoclosed Mar 24, 2023
@renovate renovate bot closed this Mar 24, 2023
@renovate renovate bot deleted the renovate/npm-ini-vulnerability branch March 24, 2023 13:45
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] - autoclosed chore(deps): update dependency ini to 1.3.6 [security] Mar 24, 2023
@renovate renovate bot reopened this Mar 24, 2023
@renovate renovate bot restored the renovate/npm-ini-vulnerability branch March 24, 2023 18:50
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] chore(deps): update dependency ini to 1.3.6 [security] - autoclosed Mar 24, 2023
@renovate renovate bot closed this Mar 24, 2023
@renovate renovate bot deleted the renovate/npm-ini-vulnerability branch March 24, 2023 20:33
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] - autoclosed chore(deps): update dependency ini to 1.3.6 [security] Mar 25, 2023
@renovate renovate bot reopened this Mar 25, 2023
@renovate renovate bot restored the renovate/npm-ini-vulnerability branch March 25, 2023 00:23
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] chore(deps): update dependency ini to 1.3.6 [security] - autoclosed Mar 25, 2023
@renovate renovate bot closed this Mar 25, 2023
@renovate renovate bot deleted the renovate/npm-ini-vulnerability branch March 25, 2023 01:48
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] - autoclosed chore(deps): update dependency ini to 1.3.6 [security] Mar 25, 2023
@renovate renovate bot reopened this Mar 25, 2023
@renovate renovate bot restored the renovate/npm-ini-vulnerability branch March 25, 2023 06:48
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] chore(deps): update dependency ini to 1.3.6 [security] - autoclosed Mar 27, 2023
@renovate renovate bot closed this Mar 27, 2023
@renovate renovate bot deleted the renovate/npm-ini-vulnerability branch March 27, 2023 19:46
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] - autoclosed chore(deps): update dependency ini to 1.3.6 [security] Mar 27, 2023
@renovate renovate bot reopened this Mar 27, 2023
@renovate renovate bot restored the renovate/npm-ini-vulnerability branch March 27, 2023 22:43
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] chore(deps): update dependency ini to 1.3.6 [security] - autoclosed Mar 28, 2023
@renovate renovate bot closed this Mar 28, 2023
@renovate renovate bot deleted the renovate/npm-ini-vulnerability branch March 28, 2023 01:05
@renovate renovate bot deleted the renovate/npm-ini-vulnerability branch March 28, 2023 07:15
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] - autoclosed chore(deps): update dependency ini to 1.3.6 [security] Mar 28, 2023
@renovate renovate bot reopened this Mar 28, 2023
@renovate renovate bot restored the renovate/npm-ini-vulnerability branch March 28, 2023 11:58
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] chore(deps): update dependency ini to 1.3.6 [security] - autoclosed Mar 28, 2023
@renovate renovate bot closed this Mar 28, 2023
@renovate renovate bot deleted the renovate/npm-ini-vulnerability branch March 28, 2023 13:10
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] - autoclosed chore(deps): update dependency ini to 1.3.6 [security] Mar 28, 2023
@renovate renovate bot reopened this Mar 28, 2023
@renovate renovate bot restored the renovate/npm-ini-vulnerability branch March 28, 2023 18:42
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] chore(deps): update dependency ini to 1.3.6 [security] - autoclosed Mar 30, 2023
@renovate renovate bot closed this Mar 30, 2023
@renovate renovate bot deleted the renovate/npm-ini-vulnerability branch March 30, 2023 00:12
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] - autoclosed chore(deps): update dependency ini to 1.3.6 [security] Mar 30, 2023
@renovate renovate bot reopened this Mar 30, 2023
@renovate renovate bot restored the renovate/npm-ini-vulnerability branch March 30, 2023 00:58
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] chore(deps): update dependency ini to 1.3.6 [security] - autoclosed Mar 30, 2023
@renovate renovate bot closed this Mar 30, 2023
@renovate renovate bot deleted the renovate/npm-ini-vulnerability branch March 30, 2023 02:46
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] - autoclosed chore(deps): update dependency ini to 1.3.6 [security] Mar 30, 2023
@renovate renovate bot reopened this Mar 30, 2023
@renovate renovate bot restored the renovate/npm-ini-vulnerability branch March 30, 2023 07:15
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] chore(deps): update dependency ini to 1.3.6 [security] - autoclosed Mar 30, 2023
@renovate renovate bot closed this Mar 30, 2023
@renovate renovate bot deleted the renovate/npm-ini-vulnerability branch March 30, 2023 08:54
@renovate renovate bot changed the title chore(deps): update dependency ini to 1.3.6 [security] - autoclosed chore(deps): update dependency ini to 1.3.6 [security] Mar 30, 2023
@renovate renovate bot reopened this Mar 30, 2023
@renovate renovate bot restored the renovate/npm-ini-vulnerability branch March 30, 2023 14:50
@khriztianmoreno khriztianmoreno deleted the renovate/npm-ini-vulnerability branch January 29, 2024 13:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant