Search for packages
Package details: pkg:pypi/mysql-connector-python@1.0.6b2
purl pkg:pypi/mysql-connector-python@1.0.6b2
Next non-vulnerable version 9.1.0
Latest non-vulnerable version 9.1.0
Risk 4.0
Vulnerabilities affecting this package (9)
Vulnerability Summary Fixed by
VCID-3nf4-ypt3-3bem
Aliases:
CVE-2021-44531
Accepting arbitrary Subject Alternative Name (SAN) types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js < 12.22.9, < 14.18.3, < 16.13.2, and < 17.3.1 was accepting URI SAN types, which PKIs are often not defined to use. Additionally, when a protocol allows URI SANs, Node.js did not match the URI correctly.Versions of Node.js with the fix for this disable the URI SAN type when checking a certificate against a hostname. This behavior can be reverted through the --security-revert command-line option.
8.0.29
Affected by 2 other vulnerabilities.
VCID-78pk-cx7v-zuf8
Aliases:
CVE-2021-3712
GHSA-q9wj-f4qw-6vfj
ASN.1 strings are represented internally within OpenSSL as an ASN1_STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminated with a NUL (0) byte. Although not a strict requirement, ASN.1 strings that are parsed using OpenSSL's own "d2i" functions (and other similar parsing functions) as well as any string whose value has been set with the ASN1_STRING_set() function will additionally NUL terminate the byte array in the ASN1_STRING structure. However, it is possible for applications to directly construct valid ASN1_STRING structures which do not NUL terminate the byte array by directly setting the "data" and "length" fields in the ASN1_STRING array. This can also happen by using the ASN1_STRING_set0() function. Numerous OpenSSL functions that print ASN.1 data have been found to assume that the ASN1_STRING byte array will be NUL terminated, even though this is not guaranteed for strings that have been directly constructed. Where an application requests an ASN.1 structure to be printed, and where that ASN.1 structure contains ASN1_STRINGs that have been directly constructed by the application without NUL terminating the "data" field, then a read buffer overrun can occur. The same thing can also occur during name constraints processing of certificates (for example if a certificate has been directly constructed by the application instead of loading it via the OpenSSL parsing functions, and the certificate contains non NUL terminated ASN1_STRING structures). It can also occur in the X509_get1_email(), X509_REQ_get1_email() and X509_get1_ocsp() functions. If a malicious actor can cause an application to directly construct an ASN1_STRING and then process it through one of the affected OpenSSL functions then this issue could be hit. This might result in a crash (causing a Denial of Service attack). It could also result in the disclosure of private memory contents (such as private keys, or sensitive plaintext). Fixed in OpenSSL 1.1.1l (Affected 1.1.1-1.1.1k). Fixed in OpenSSL 1.0.2za (Affected 1.0.2-1.0.2y).
8.0.28
Affected by 3 other vulnerabilities.
VCID-7s36-9dc8-effz
Aliases:
CVE-2021-3449
GHSA-83mx-573x-5rw9
An OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits the signature_algorithms extension (where it was present in the initial ClientHello), but includes a signature_algorithms_cert extension then a NULL pointer dereference will result, leading to a crash and a denial of service attack. A server is only vulnerable if it has TLSv1.2 and renegotiation enabled (which is the default configuration). OpenSSL TLS clients are not impacted by this issue. All OpenSSL 1.1.1 versions are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1k. OpenSSL 1.0.2 is not impacted by this issue. Fixed in OpenSSL 1.1.1k (Affected 1.1.1-1.1.1j).
8.0.24
Affected by 5 other vulnerabilities.
VCID-9hy7-6pzp-yyh8
Aliases:
CVE-2017-3590
GHSA-2cf3-g243-hhfx
MySQL Connectors Privilege Escalation Vulnerability in the MySQL Connectors component of Oracle MySQL (subcomponent: Connector/Python). Supported versions that are affected are 2.1.5 and earlier. Easily "exploitable" vulnerability allows low privileged attacker with logon to the infrastructure where MySQL Connectors executes to compromise MySQL Connectors. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of MySQL Connectors accessible data. CVSS 3.0 Base Score 3.3 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N).
8.0.5
Affected by 9 other vulnerabilities.
VCID-9ycf-49gg-qucv
Aliases:
CVE-2020-1967
GHSA-jq65-29v4-4x35
Server or client applications that call the SSL_check_chain() function during or after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a result of incorrect handling of the "signature_algorithms_cert" TLS extension. The crash occurs if an invalid or unrecognised signature algorithm is received from the peer. This could be exploited by a malicious peer in a Denial of Service attack. OpenSSL version 1.1.1d, 1.1.1e, and 1.1.1f are affected by this issue. This issue did not affect OpenSSL versions prior to 1.1.1d. Fixed in OpenSSL 1.1.1g (Affected 1.1.1d-1.1.1f).
8.0.21
Affected by 7 other vulnerabilities.
VCID-atrx-f4dc-fyg8
Aliases:
CVE-2021-3450
GHSA-8hfj-xrj2-pm22
The X509_V_FLAG_X509_STRICT flag enables additional security checks of the certificates present in a certificate chain. It is not set by default. Starting from OpenSSL version 1.1.1h a check to disallow certificates in the chain that have explicitly encoded elliptic curve parameters was added as an additional strict check. An error in the implementation of this check meant that the result of a previous check to confirm that certificates in the chain are valid CA certificates was overwritten. This effectively bypasses the check that non-CA certificates must not be able to issue other certificates. If a "purpose" has been configured then there is a subsequent opportunity for checks that the certificate is a valid CA. All of the named "purpose" values implemented in libcrypto perform this check. Therefore, where a purpose is set the certificate chain will still be rejected even when the strict flag has been used. A purpose is set by default in libssl client and server certificate verification routines, but it can be overridden or removed by an application. In order to be affected, an application must explicitly set the X509_V_FLAG_X509_STRICT verification flag and either not set a purpose for the certificate verification or, in the case of TLS client or server applications, override the default purpose. OpenSSL versions 1.1.1h and newer are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1k. OpenSSL 1.0.2 is not impacted by this issue. Fixed in OpenSSL 1.1.1k (Affected 1.1.1h-1.1.1j).
8.0.24
Affected by 5 other vulnerabilities.
VCID-e344-z21m-yqdu
Aliases:
CVE-2019-2435
GHSA-v5rq-w2xm-7g5f
Improper Access Control in MySQL Connector Python Vulnerability in the MySQL Connectors component of Oracle MySQL (subcomponent: Connector/Python). Supported versions that are affected are 8.0.13 and prior and 2.1.8 and prior. Easily exploitable vulnerability allows unauthenticated attacker with network access via TLS to compromise MySQL Connectors. Successful attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all MySQL Connectors accessible data as well as unauthorized access to critical data or complete access to all MySQL Connectors accessible data.
8.0.14
Affected by 8 other vulnerabilities.
8.0.19
Affected by 8 other vulnerabilities.
VCID-gxzw-cnuw-2uh4
Aliases:
CVE-2024-21272
GHSA-hgjp-83m4-h4fj
MySQL Connector/Python connector takeover vulnerability Vulnerability in the MySQL Connectors product of Oracle MySQL (component: Connector/Python). Supported versions that are affected are 9.0.0 and prior. Difficult to exploit vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Connectors. Successful attacks of this vulnerability can result in takeover of MySQL Connectors. CVSS 3.1 Base Score 7.5 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H).
9.1.0
Affected by 0 other vulnerabilities.
VCID-qbyq-qcxv-d7aq
Aliases:
CVE-2017-3586
GHSA-pwh7-92h3-mqr6
Exposure of Sensitive Information to an Unauthorized Actor in Oracle MySQL Connectors Java Vulnerability in the MySQL Connectors component of Oracle MySQL (subcomponent: Connector/J). Supported versions that are affected are 5.1.41 and earlier. Easily "exploitable" vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Connectors. While the vulnerability is in MySQL Connectors, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of MySQL Connectors accessible data as well as unauthorized read access to a subset of MySQL Connectors accessible data. CVSS 3.0 Base Score 6.4 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N).
8.0.5
Affected by 9 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2025-08-01T11:59:41.599100+00:00 GitLab Importer Affected by VCID-gxzw-cnuw-2uh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2024-21272.yml 37.0.0
2025-08-01T10:15:16.017676+00:00 GitLab Importer Affected by VCID-3nf4-ypt3-3bem https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-44531.yml 37.0.0
2025-08-01T10:00:49.699974+00:00 GitLab Importer Affected by VCID-78pk-cx7v-zuf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3712.yml 37.0.0
2025-08-01T09:50:36.735740+00:00 GitLab Importer Affected by VCID-7s36-9dc8-effz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3449.yml 37.0.0
2025-08-01T09:50:36.489605+00:00 GitLab Importer Affected by VCID-atrx-f4dc-fyg8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3450.yml 37.0.0
2025-08-01T09:31:31.200910+00:00 GitLab Importer Affected by VCID-9ycf-49gg-qucv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2020-1967.yml 37.0.0
2025-08-01T09:18:01.115019+00:00 GitLab Importer Affected by VCID-e344-z21m-yqdu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2019-2435.yml 37.0.0
2025-08-01T09:00:08.374560+00:00 GitLab Importer Affected by VCID-qbyq-qcxv-d7aq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3586.yml 37.0.0
2025-08-01T09:00:08.196029+00:00 GitLab Importer Affected by VCID-9hy7-6pzp-yyh8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3590.yml 37.0.0