Skip to content

Update dependency ini to v1.3.6 [SECURITY]#9088

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

Update dependency ini to v1.3.6 [SECURITY]#9088
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/npm-ini-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Aug 6, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
ini 1.3.51.3.6 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


ini before 1.3.6 vulnerable to Prototype Pollution via ini.parse

CVE-2020-7788 / GHSA-qqgx-2p2h-9c37

More information

Details

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

Severity

  • CVSS Score: 7.3 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

References

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


Release Notes

npm/ini (ini)

v1.3.6

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • ""
  • 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 changed the title Update dependency ini to v1.3.6 [SECURITY] Update dependency ini to v1.3.6 [SECURITY] - autoclosed Dec 8, 2024
@renovate renovate Bot closed this Dec 8, 2024
@renovate renovate Bot deleted the renovate/npm-ini-vulnerability branch December 8, 2024 18:40
@renovate renovate Bot changed the title Update dependency ini to v1.3.6 [SECURITY] - autoclosed Update dependency ini to v1.3.6 [SECURITY] Dec 8, 2024
@renovate renovate Bot reopened this Dec 8, 2024
@renovate renovate Bot force-pushed the renovate/npm-ini-vulnerability branch from 5aa3178 to d30496c Compare December 8, 2024 23:36
@renovate renovate Bot force-pushed the renovate/npm-ini-vulnerability branch from d30496c to a88947e Compare January 11, 2025 20:06
@renovate renovate Bot force-pushed the renovate/npm-ini-vulnerability branch from a88947e to 8a41744 Compare February 12, 2026 12:05
@renovate renovate Bot changed the title Update dependency ini to v1.3.6 [SECURITY] Update dependency ini to v1.3.6 [SECURITY] - autoclosed Mar 27, 2026
@renovate renovate Bot closed this Mar 27, 2026
@renovate renovate Bot changed the title Update dependency ini to v1.3.6 [SECURITY] - autoclosed Update dependency ini to v1.3.6 [SECURITY] Mar 30, 2026
@renovate renovate Bot reopened this Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/npm-ini-vulnerability branch 2 times, most recently from 8a41744 to 4f0a3fe Compare March 30, 2026 18:03
@renovate renovate Bot changed the title Update dependency ini to v1.3.6 [SECURITY] Update dependency ini to v1.3.6 [SECURITY] - autoclosed Apr 27, 2026
@renovate renovate Bot closed this Apr 27, 2026
@renovate renovate Bot changed the title Update dependency ini to v1.3.6 [SECURITY] - autoclosed Update dependency ini to v1.3.6 [SECURITY] Apr 27, 2026
@renovate renovate Bot reopened this Apr 27, 2026
@renovate renovate Bot force-pushed the renovate/npm-ini-vulnerability branch 2 times, most recently from 4f0a3fe to d73ad42 Compare April 27, 2026 23:18
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