Skip to content

Add case study for CVE-2024-36039 (SQL Injection in PyMySQL)#92

Open
tarundattagondi wants to merge 1 commit intomitre:mainfrom
tarundattagondi:main
Open

Add case study for CVE-2024-36039 (SQL Injection in PyMySQL)#92
tarundattagondi wants to merge 1 commit intomitre:mainfrom
tarundattagondi:main

Conversation

@tarundattagondi
Copy link
Copy Markdown

This PR adds a secure coding case study for CVE-2024-36039, a SQL injection vulnerability in PyMySQL's escape_dict function caused by failure to sanitize dictionary keys when the dictionary originates from untrusted JSON.

Closes #70.

Co-authored-by: Goduguluri Varshitha

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.

Proposal: Secure Coding Case Study for CVE-2024-36039 (SQL Injection in PyMySQL)

1 participant