Update dependency ini to ~1.3.6 [SECURITY] - #3
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
January 11, 2025 11:48
6d179a4 to
54d695a
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
January 15, 2025 19:39
54d695a to
1a9a1bd
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
January 17, 2025 11:45
1a9a1bd to
1748f4c
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
January 25, 2025 11:49
1748f4c to
e22c243
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
January 26, 2025 06:13
e22c243 to
946b185
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
2 times, most recently
from
February 1, 2025 19:46
b70e725 to
a0ab166
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
February 9, 2025 11:30
a0ab166 to
b9c4aab
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
February 12, 2025 07:53
b9c4aab to
68c8dba
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
March 5, 2025 03:43
68c8dba to
c945314
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
March 8, 2025 03:31
c945314 to
cd5b3a9
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
2 times, most recently
from
March 15, 2025 11:17
df38326 to
441013a
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
March 19, 2025 23:58
441013a to
757dd73
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
March 21, 2025 23:48
757dd73 to
610a988
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
May 17, 2025 04:01
3bc9432 to
6dbb888
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
May 18, 2025 19:27
6dbb888 to
fab7300
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
May 24, 2025 11:32
fab7300 to
5930959
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
May 25, 2025 11:37
5930959 to
6967aaf
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
May 31, 2025 12:11
6967aaf to
0204803
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
June 1, 2025 19:14
0204803 to
d99b1e8
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
June 6, 2025 18:22
d99b1e8 to
71becd5
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
June 8, 2025 10:34
71becd5 to
4b61b6a
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
June 21, 2025 12:02
4b61b6a to
996913d
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
July 13, 2025 23:55
996913d to
269e2da
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
August 11, 2025 03:26
269e2da to
a046d70
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
August 16, 2025 11:48
a046d70 to
d477a2a
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
August 21, 2025 04:15
d477a2a to
9d9d9a8
Compare
renovate
Bot
force-pushed
the
renovate/npm-ini-vulnerability
branch
from
August 24, 2025 04:11
9d9d9a8 to
1ad4f6c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~1.0.5→~1.3.6ini before 1.3.6 vulnerable to Prototype Pollution via ini.parse
CVE-2020-7788 / GHSA-qqgx-2p2h-9c37
More information
Details
Overview
The
ininpm 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
poc.js:
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:LReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
npm/ini (ini)
v1.3.6Compare Source
v1.3.5Compare Source
v1.3.4Compare Source
v1.3.3Compare Source
v1.3.2Compare Source
v1.3.1Compare Source
v1.3.0Compare Source
v1.2.1Compare Source
v1.2.0Compare Source
v1.1.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.