Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ini to 1.3.6 [SECURITY] - abandoned #281

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2021

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
Copy link
Contributor Author

renovate bot commented Mar 4, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json

@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] Update dependency ini to 1.3.6 [SECURITY] - abandoned Mar 24, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] - abandoned Update dependency ini to 1.3.6 [SECURITY] Mar 27, 2023
@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] Update dependency ini to 1.3.6 [SECURITY] - abandoned Mar 27, 2023
@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] - abandoned Update dependency ini to 1.3.6 [SECURITY] Mar 28, 2023
@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] Update dependency ini to 1.3.6 [SECURITY] - abandoned Mar 28, 2023
@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] - abandoned Update dependency ini to 1.3.6 [SECURITY] Mar 28, 2023
@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] Update dependency ini to 1.3.6 [SECURITY] - abandoned Mar 28, 2023
@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] - abandoned Update dependency ini to 1.3.6 [SECURITY] Mar 28, 2023
@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] Update dependency ini to 1.3.6 [SECURITY] - abandoned Mar 29, 2023
@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] - abandoned Update dependency ini to 1.3.6 [SECURITY] - abandoned - autoclosed Apr 14, 2023
@renovate renovate bot closed this Apr 14, 2023
@renovate renovate bot deleted the renovate/npm-ini-vulnerability branch April 14, 2023 02:38
@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] - abandoned - autoclosed Update dependency ini to 1.3.6 [SECURITY] - abandoned Apr 14, 2023
@renovate renovate bot reopened this Apr 14, 2023
@renovate renovate bot restored the renovate/npm-ini-vulnerability branch April 14, 2023 06:49
@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] - abandoned Update dependency ini to 1.3.6 [SECURITY] Apr 14, 2023
@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] Update dependency ini to 1.3.6 [SECURITY] - abandoned Apr 17, 2023
@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] - abandoned Update dependency ini to 1.3.6 [SECURITY] - abandoned - autoclosed May 5, 2023
@renovate renovate bot closed this May 5, 2023
@renovate renovate bot deleted the renovate/npm-ini-vulnerability branch May 5, 2023 03:39
@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] - abandoned - autoclosed Update dependency ini to 1.3.6 [SECURITY] - abandoned May 5, 2023
@renovate renovate bot reopened this May 5, 2023
@renovate renovate bot restored the renovate/npm-ini-vulnerability branch May 5, 2023 05:31
@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] - abandoned Update dependency ini to 1.3.6 [SECURITY] May 5, 2023
@renovate renovate bot changed the title Update dependency ini to 1.3.6 [SECURITY] Update dependency ini to 1.3.6 [SECURITY] - abandoned May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant