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

fix(deps): update dependency mysql2 to v3.9.8 [security] #1650

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mysql2 (source) 3.6.3 -> 3.9.8 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-21507

Versions of the package mysql2 before 3.9.3 are vulnerable to Improper Input Validation through the keyFromFields function, resulting in cache poisoning. An attacker can inject a colon : character within a value of the attacker-crafted key.

CVE-2024-21508

Versions of the package mysql2 before 3.9.4 are vulnerable to Remote Code Execution (RCE) via the readCodeFor function due to improper validation of the supportBigNumbers and bigNumberStrings values.

CVE-2024-21509

Versions of the package mysql2 before 3.9.4 are vulnerable to Prototype Poisoning due to insecure results object creation and improper user input sanitization passed through parserFn in text_parser.js and binary_parser.js.

CVE-2024-21511

Versions of the package mysql2 before 3.9.7 are vulnerable to Arbitrary Code Injection due to improper sanitization of the timezone parameter in the readCodeFor function by calling a native MySQL Server date/time function.

CVE-2024-21512

Versions of the package mysql2 before 3.9.8 are vulnerable to Prototype Pollution due to improper user input sanitization passed to fields and tables when using nestTables.


Release Notes

sidorares/node-mysql2 (mysql2)

v3.9.8

Compare Source

Bug Fixes
  • security: sanitize fields and tables when using nestTables (#​2702) (efe3db5)
  • support deno + caching_sha2_password FULL_AUTHENTICATION_PACKET flow (#​2704) (2e03694)
  • typings: typo from jonServerPublicKey to onServerPublicKey (#​2699) (8b5f691)

v3.9.7

Compare Source

Bug Fixes
  • security: sanitize timezone parameter value to prevent code injection (#​2608) (7d4b098)

v3.9.6

Compare Source

Bug Fixes
  • binary parser sometimes reads out of packet bounds when results contain null and typecast is false (#​2601) (705835d)

v3.9.5

Compare Source

Bug Fixes

v3.9.4

Compare Source

Bug Fixes

v3.9.3

Compare Source

Bug Fixes
  • security: improve cache key formation (#​2424) (0d54b0c)
    • Fixes a potential parser cache poisoning attack vulnerability reported by Vsevolod Kokorin (Slonser) of Solidlab
  • update Amazon RDS SSL CA cert (#​2131) (d9dccfd)

v3.9.2

Compare Source

Bug Fixes

v3.9.1

Compare Source

Bug Fixes

v3.9.0

Compare Source

Features

v3.8.0

Compare Source

Features
Bug Fixes

v3.7.1

Compare Source

Bug Fixes
  • add condition which allows code in callback to be reachable (#​2376) (8d5b903)

v3.7.0

Compare Source

Features

v3.6.5

Compare Source

Bug Fixes
  • add decodeuricomponent to parse uri encoded special characters in host, username, password and datbase keys (#​2277) (fe573ad)

v3.6.4

Compare Source

Bug Fixes

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 is behind base branch, 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 force-pushed the renovate/npm-mysql2-vulnerability branch 3 times, most recently from 07a14d6 to 96ec8a6 Compare April 19, 2024 14:23
@renovate renovate bot force-pushed the renovate/npm-mysql2-vulnerability branch 2 times, most recently from f7a5fbe to ec0fd0b Compare April 21, 2024 20:01
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.9.4 [security] fix(deps): update dependency mysql2 to v3.9.7 [security] Apr 23, 2024
@renovate renovate bot force-pushed the renovate/npm-mysql2-vulnerability branch 4 times, most recently from c238f21 to 7bd7584 Compare April 28, 2024 17:05
@renovate renovate bot force-pushed the renovate/npm-mysql2-vulnerability branch 4 times, most recently from 6a77886 to 0e85b48 Compare May 5, 2024 13:52
@renovate renovate bot force-pushed the renovate/npm-mysql2-vulnerability branch 3 times, most recently from 092defb to 2255540 Compare May 12, 2024 14:06
@renovate renovate bot force-pushed the renovate/npm-mysql2-vulnerability branch 3 times, most recently from be4ffa4 to a020b45 Compare May 24, 2024 14:45
@renovate renovate bot force-pushed the renovate/npm-mysql2-vulnerability branch 2 times, most recently from 0226214 to 9c7d779 Compare May 26, 2024 16:53
@renovate renovate bot changed the title fix(deps): update dependency mysql2 to v3.9.7 [security] fix(deps): update dependency mysql2 to v3.9.8 [security] May 30, 2024
@renovate renovate bot force-pushed the renovate/npm-mysql2-vulnerability branch 3 times, most recently from 7715bce to 5968cc9 Compare June 2, 2024 14:05
@renovate renovate bot force-pushed the renovate/npm-mysql2-vulnerability branch 2 times, most recently from e1e53fc to 755d99a Compare June 9, 2024 13:21
@renovate renovate bot force-pushed the renovate/npm-mysql2-vulnerability branch from 755d99a to 9edc7ec Compare June 9, 2024 20:02
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.

None yet

0 participants