Skip to content

Bump PyMySQL to 1.1.1 [SECURITY]#522

Open
renovate[bot] wants to merge 1 commit into
3.1from
renovate/pypi-pymysql-vulnerability
Open

Bump PyMySQL to 1.1.1 [SECURITY]#522
renovate[bot] wants to merge 1 commit into
3.1from
renovate/pypi-pymysql-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Confidence
PyMySQL (changelog) ==1.1.0==1.1.1 age confidence

PyMySQL SQL Injection vulnerability

CVE-2024-36039 / GHSA-v9hf-5j83-6xpp

More information

Details

PyMySQL through 1.1.0 allows SQL injection if used with untrusted JSON input because keys are not escaped by escape_dict.

Severity

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

References

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


Release Notes

PyMySQL/PyMySQL (PyMySQL)

v1.1.1

Compare Source

Release date: 2024-05-21

[!WARNING]
This release fixes a vulnerability (CVE-2024-36039).
All users are recommended to update to this version.

If you can not update soon, check the input value from
untrusted source has an expected type. Only dict input
from untrusted source can be an attack vector.

  • Prohibit dict parameter for Cursor.execute(). It didn't produce valid SQL
    and might cause SQL injection. (CVE-2024-36039)
  • Added ssl_key_password param. #​1145

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • ""
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Bump PyMySQL to 1.1.1 [SECURITY] Bump PyMySQL to 1.1.1 [SECURITY] - autoclosed Mar 27, 2026
@renovate renovate Bot closed this Mar 27, 2026
@renovate renovate Bot deleted the renovate/pypi-pymysql-vulnerability branch March 27, 2026 01:57
@renovate renovate Bot changed the title Bump PyMySQL to 1.1.1 [SECURITY] - autoclosed Bump PyMySQL to 1.1.1 [SECURITY] Mar 30, 2026
@renovate renovate Bot reopened this Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/pypi-pymysql-vulnerability branch 2 times, most recently from 331d19b to 5afc7b1 Compare March 30, 2026 17:34
@renovate renovate Bot changed the title Bump PyMySQL to 1.1.1 [SECURITY] Bump PyMySQL to 1.1.1 [SECURITY] - autoclosed Apr 27, 2026
@renovate renovate Bot closed this Apr 27, 2026
@renovate renovate Bot changed the title Bump PyMySQL to 1.1.1 [SECURITY] - autoclosed Bump PyMySQL to 1.1.1 [SECURITY] Apr 27, 2026
@renovate renovate Bot reopened this Apr 27, 2026
@renovate renovate Bot force-pushed the renovate/pypi-pymysql-vulnerability branch 2 times, most recently from 5afc7b1 to 79e13a0 Compare April 27, 2026 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants