Search for packages
Package details: pkg:pypi/mysql-connector-python@1.0.5
purl pkg:pypi/mysql-connector-python@1.0.5
Next non-vulnerable version 9.1.0
Latest non-vulnerable version 9.1.0
Risk 4.0
Vulnerabilities affecting this package (10)
Vulnerability Summary Fixed by
VCID-6cjv-xp17-aaah
Aliases:
CVE-2021-3449
GHSA-83mx-573x-5rw9
VC-OPENSSL-20210325-CVE-2021-3449
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 6 other vulnerabilities.
VCID-7bwv-hdm1-aaae
Aliases:
CVE-2020-1967
GHSA-jq65-29v4-4x35
VC-OPENSSL-20200421-CVE-2020-1967
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 8 other vulnerabilities.
VCID-8h2h-4yu1-aaaq
Aliases:
CVE-2019-2435
GHSA-v5rq-w2xm-7g5f
Improper Access Control 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 9 other vulnerabilities.
8.0.19
Affected by 9 other vulnerabilities.
VCID-ghgs-7167-aaag
Aliases:
CVE-2021-3712
GHSA-q9wj-f4qw-6vfj
VC-OPENSSL-20210824-CVE-2021-3712
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 4 other vulnerabilities.
VCID-jqyt-9u72-pkfk
Aliases:
CVE-2024-21272
GHSA-hgjp-83m4-h4fj
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-qzku-bmyx-aaan
Aliases:
CVE-2022-21824
Due to the formatting logic of the "console.table()" function it was not safe to allow user controlled input to be passed to the "properties" parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be "__proto__". The prototype pollution has very limited control, in that it only allows an empty string to be assigned to numerical keys of the object prototype.Node.js >= 12.22.9, >= 14.18.3, >= 16.13.2, and >= 17.3.1 use a null protoype for the object these properties are being assigned to.
8.0.29
Affected by 2 other vulnerabilities.
VCID-r8jd-yxpb-aaaa
Aliases:
CVE-2017-3586
GHSA-pwh7-92h3-mqr6
Privilege An easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Connectors.
8.0.5
Affected by 10 other vulnerabilities.
VCID-ut1w-jvp1-aaaj
Aliases:
CVE-2021-3450
GHSA-8hfj-xrj2-pm22
VC-OPENSSL-20210325-CVE-2021-3450
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 6 other vulnerabilities.
VCID-wg7g-k24r-aaap
Aliases:
CVE-2017-3590
GHSA-2cf3-g243-hhfx
Privilege Escalation Easily exploitable vulnerability allows low privileged attacker with logon to the infrastructure where MySQL Connectors executes to compromise MySQL Connectors.
8.0.5
Affected by 10 other vulnerabilities.
VCID-zssm-bcyh-aaak
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.
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-06-20T17:10:22.757175+00:00 GitLab Importer Affected by VCID-jqyt-9u72-pkfk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2024-21272.yml 36.1.3
2025-06-20T15:32:27.384970+00:00 GitLab Importer Affected by VCID-qzku-bmyx-aaan None 36.1.3
2025-06-20T15:32:26.153508+00:00 GitLab Importer Affected by VCID-zssm-bcyh-aaak None 36.1.3
2025-06-20T15:32:25.018839+00:00 GitLab Importer Affected by VCID-zssm-bcyh-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-44531.yml 36.1.3
2025-06-20T15:13:18.685136+00:00 GitLab Importer Affected by VCID-ghgs-7167-aaag None 36.1.3
2025-06-20T15:13:16.305021+00:00 GitLab Importer Affected by VCID-ghgs-7167-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3712.yml 36.1.3
2025-06-20T15:00:08.566762+00:00 GitLab Importer Affected by VCID-ut1w-jvp1-aaaj None 36.1.3
2025-06-20T15:00:08.402059+00:00 GitLab Importer Affected by VCID-6cjv-xp17-aaah None 36.1.3
2025-06-20T15:00:07.982830+00:00 GitLab Importer Affected by VCID-6cjv-xp17-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3449.yml 36.1.3
2025-06-20T15:00:07.883777+00:00 GitLab Importer Affected by VCID-ut1w-jvp1-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3450.yml 36.1.3
2025-06-20T14:37:12.757752+00:00 GitLab Importer Affected by VCID-7bwv-hdm1-aaae None 36.1.3
2025-06-20T14:37:12.175155+00:00 GitLab Importer Affected by VCID-7bwv-hdm1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2020-1967.yml 36.1.3
2025-06-20T14:21:52.522995+00:00 GitLab Importer Affected by VCID-8h2h-4yu1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2019-2435.yml 36.1.3
2025-06-20T14:21:52.426438+00:00 GitLab Importer Affected by VCID-8h2h-4yu1-aaaq None 36.1.3
2025-06-20T13:53:56.474226+00:00 GitLab Importer Affected by VCID-r8jd-yxpb-aaaa None 36.1.3
2025-06-20T13:53:55.926640+00:00 GitLab Importer Affected by VCID-r8jd-yxpb-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3586.yml 36.1.3
2025-06-20T13:53:55.855328+00:00 GitLab Importer Affected by VCID-wg7g-k24r-aaap None 36.1.3
2025-06-20T13:53:54.836013+00:00 GitLab Importer Affected by VCID-wg7g-k24r-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3590.yml 36.1.3
2025-06-03T23:46:14.391805+00:00 GitLab Importer Affected by VCID-jqyt-9u72-pkfk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2024-21272.yml 36.1.0
2025-06-03T22:13:11.081051+00:00 GitLab Importer Affected by VCID-qzku-bmyx-aaan None 36.1.0
2025-06-03T22:13:09.964214+00:00 GitLab Importer Affected by VCID-zssm-bcyh-aaak None 36.1.0
2025-06-03T22:13:08.951776+00:00 GitLab Importer Affected by VCID-zssm-bcyh-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-44531.yml 36.1.0
2025-06-03T21:55:42.902487+00:00 GitLab Importer Affected by VCID-ghgs-7167-aaag None 36.1.0
2025-06-03T21:55:40.849926+00:00 GitLab Importer Affected by VCID-ghgs-7167-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3712.yml 36.1.0
2025-06-03T21:43:24.697351+00:00 GitLab Importer Affected by VCID-ut1w-jvp1-aaaj None 36.1.0
2025-06-03T21:43:24.555480+00:00 GitLab Importer Affected by VCID-6cjv-xp17-aaah None 36.1.0
2025-06-03T21:43:24.363213+00:00 GitLab Importer Affected by VCID-6cjv-xp17-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3449.yml 36.1.0
2025-06-03T21:43:24.271018+00:00 GitLab Importer Affected by VCID-ut1w-jvp1-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3450.yml 36.1.0
2025-06-03T21:21:02.326947+00:00 GitLab Importer Affected by VCID-7bwv-hdm1-aaae None 36.1.0
2025-06-03T21:21:01.681890+00:00 GitLab Importer Affected by VCID-7bwv-hdm1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2020-1967.yml 36.1.0
2025-06-03T21:05:52.848832+00:00 GitLab Importer Affected by VCID-8h2h-4yu1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2019-2435.yml 36.1.0
2025-06-03T21:05:52.770593+00:00 GitLab Importer Affected by VCID-8h2h-4yu1-aaaq None 36.1.0
2025-06-03T20:45:48.670741+00:00 GitLab Importer Affected by VCID-r8jd-yxpb-aaaa None 36.1.0
2025-06-03T20:45:48.142752+00:00 GitLab Importer Affected by VCID-r8jd-yxpb-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3586.yml 36.1.0
2025-06-03T20:45:48.075165+00:00 GitLab Importer Affected by VCID-wg7g-k24r-aaap None 36.1.0
2025-06-03T20:45:47.126109+00:00 GitLab Importer Affected by VCID-wg7g-k24r-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3590.yml 36.1.0
2025-06-02T23:44:45.169297+00:00 GitLab Importer Affected by VCID-jqyt-9u72-pkfk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2024-21272.yml 36.1.2
2025-06-02T22:01:05.362136+00:00 GitLab Importer Affected by VCID-qzku-bmyx-aaan None 36.1.2
2025-06-02T22:01:03.448855+00:00 GitLab Importer Affected by VCID-zssm-bcyh-aaak None 36.1.2
2025-06-02T22:01:02.348548+00:00 GitLab Importer Affected by VCID-zssm-bcyh-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-44531.yml 36.1.2
2025-06-02T21:41:04.467803+00:00 GitLab Importer Affected by VCID-ghgs-7167-aaag None 36.1.2
2025-06-02T21:41:02.906148+00:00 GitLab Importer Affected by VCID-ghgs-7167-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3712.yml 36.1.2
2025-06-02T21:26:57.046180+00:00 GitLab Importer Affected by VCID-ut1w-jvp1-aaaj None 36.1.2
2025-06-02T21:26:56.888830+00:00 GitLab Importer Affected by VCID-6cjv-xp17-aaah None 36.1.2
2025-06-02T21:26:56.477747+00:00 GitLab Importer Affected by VCID-6cjv-xp17-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3449.yml 36.1.2
2025-06-02T21:26:56.363446+00:00 GitLab Importer Affected by VCID-ut1w-jvp1-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3450.yml 36.1.2
2025-06-02T21:02:30.945866+00:00 GitLab Importer Affected by VCID-7bwv-hdm1-aaae None 36.1.2
2025-06-02T21:02:30.236386+00:00 GitLab Importer Affected by VCID-7bwv-hdm1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2020-1967.yml 36.1.2
2025-06-02T20:45:54.652314+00:00 GitLab Importer Affected by VCID-8h2h-4yu1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2019-2435.yml 36.1.2
2025-06-02T20:45:54.552782+00:00 GitLab Importer Affected by VCID-8h2h-4yu1-aaaq None 36.1.2
2025-06-02T20:25:25.234684+00:00 GitLab Importer Affected by VCID-r8jd-yxpb-aaaa None 36.1.2
2025-06-02T20:25:24.684593+00:00 GitLab Importer Affected by VCID-r8jd-yxpb-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3586.yml 36.1.2
2025-06-02T20:25:24.494905+00:00 GitLab Importer Affected by VCID-wg7g-k24r-aaap None 36.1.2
2025-06-02T20:25:23.298868+00:00 GitLab Importer Affected by VCID-wg7g-k24r-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3590.yml 36.1.2
2025-04-03T22:29:14.894017+00:00 GitLab Importer Affected by VCID-jqyt-9u72-pkfk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2024-21272.yml 36.0.0
2025-04-03T19:22:15.520475+00:00 GitLab Importer Affected by VCID-qzku-bmyx-aaan None 36.0.0
2025-04-03T19:22:13.170329+00:00 GitLab Importer Affected by VCID-zssm-bcyh-aaak None 36.0.0
2025-04-03T19:22:10.393047+00:00 GitLab Importer Affected by VCID-zssm-bcyh-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-44531.yml 36.0.0
2025-04-03T18:43:56.478023+00:00 GitLab Importer Affected by VCID-ghgs-7167-aaag None 36.0.0
2025-04-03T18:43:53.996155+00:00 GitLab Importer Affected by VCID-ghgs-7167-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3712.yml 36.0.0
2025-04-03T18:16:01.293444+00:00 GitLab Importer Affected by VCID-ut1w-jvp1-aaaj None 36.0.0
2025-04-03T18:16:00.800152+00:00 GitLab Importer Affected by VCID-6cjv-xp17-aaah None 36.0.0
2025-04-03T18:16:00.009927+00:00 GitLab Importer Affected by VCID-6cjv-xp17-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3449.yml 36.0.0
2025-04-03T18:15:59.721844+00:00 GitLab Importer Affected by VCID-ut1w-jvp1-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3450.yml 36.0.0
2025-04-03T17:35:59.775156+00:00 GitLab Importer Affected by VCID-7bwv-hdm1-aaae None 36.0.0
2025-04-03T17:35:58.999607+00:00 GitLab Importer Affected by VCID-7bwv-hdm1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2020-1967.yml 36.0.0
2025-04-03T17:08:33.345004+00:00 GitLab Importer Affected by VCID-8h2h-4yu1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2019-2435.yml 36.0.0
2025-04-03T17:08:33.105737+00:00 GitLab Importer Affected by VCID-8h2h-4yu1-aaaq None 36.0.0
2025-04-03T16:38:06.699694+00:00 GitLab Importer Affected by VCID-r8jd-yxpb-aaaa None 36.0.0
2025-04-03T16:38:05.064080+00:00 GitLab Importer Affected by VCID-r8jd-yxpb-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3586.yml 36.0.0
2025-04-03T16:38:04.861186+00:00 GitLab Importer Affected by VCID-wg7g-k24r-aaap None 36.0.0
2025-04-03T16:38:02.086190+00:00 GitLab Importer Affected by VCID-wg7g-k24r-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3590.yml 36.0.0
2025-02-18T03:46:08.554918+00:00 GitLab Importer Affected by VCID-jqyt-9u72-pkfk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2024-21272.yml 35.1.0
2025-02-18T00:36:21.015630+00:00 GitLab Importer Affected by VCID-qzku-bmyx-aaan None 35.1.0
2025-02-18T00:30:41.108213+00:00 GitLab Importer Affected by VCID-zssm-bcyh-aaak None 35.1.0
2025-02-18T00:30:40.511909+00:00 GitLab Importer Affected by VCID-zssm-bcyh-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-44531.yml 35.1.0
2025-02-18T00:17:49.402704+00:00 GitLab Importer Affected by VCID-ghgs-7167-aaag None 35.1.0
2025-02-18T00:17:48.714215+00:00 GitLab Importer Affected by VCID-ghgs-7167-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3712.yml 35.1.0
2025-02-18T00:15:18.029207+00:00 GitLab Importer Affected by VCID-ut1w-jvp1-aaaj None 35.1.0
2025-02-18T00:15:17.680617+00:00 GitLab Importer Affected by VCID-ut1w-jvp1-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3450.yml 35.1.0
2025-02-18T00:15:17.006041+00:00 GitLab Importer Affected by VCID-6cjv-xp17-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3449.yml 35.1.0
2025-02-18T00:15:16.733134+00:00 GitLab Importer Affected by VCID-6cjv-xp17-aaah None 35.1.0
2025-02-17T23:37:50.058007+00:00 GitLab Importer Affected by VCID-7bwv-hdm1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2020-1967.yml 35.1.0
2025-02-17T23:37:49.795712+00:00 GitLab Importer Affected by VCID-7bwv-hdm1-aaae None 35.1.0
2025-02-17T23:24:27.888139+00:00 GitLab Importer Affected by VCID-8h2h-4yu1-aaaq None 35.1.0
2025-02-17T23:24:27.427544+00:00 GitLab Importer Affected by VCID-8h2h-4yu1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2019-2435.yml 35.1.0
2025-02-17T22:45:39.988938+00:00 GitLab Importer Affected by VCID-wg7g-k24r-aaap None 35.1.0
2025-02-17T22:45:39.605960+00:00 GitLab Importer Affected by VCID-wg7g-k24r-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3590.yml 35.1.0
2025-02-17T22:45:38.468692+00:00 GitLab Importer Affected by VCID-r8jd-yxpb-aaaa None 35.1.0
2025-02-17T22:45:38.084531+00:00 GitLab Importer Affected by VCID-r8jd-yxpb-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3586.yml 35.1.0
2024-11-21T01:01:45.329053+00:00 GitLab Importer Affected by VCID-jqyt-9u72-pkfk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2024-21272.yml 35.0.0
2024-11-20T23:13:49.707253+00:00 GitLab Importer Affected by VCID-zssm-bcyh-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-44531.yml 35.0.0
2024-11-20T23:05:15.606200+00:00 GitLab Importer Affected by VCID-ghgs-7167-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3712.yml 35.0.0
2024-11-20T23:04:20.309718+00:00 GitLab Importer Affected by VCID-ut1w-jvp1-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3450.yml 35.0.0
2024-11-20T23:04:19.881622+00:00 GitLab Importer Affected by VCID-6cjv-xp17-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3449.yml 35.0.0
2024-11-20T22:39:28.724946+00:00 GitLab Importer Affected by VCID-7bwv-hdm1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2020-1967.yml 35.0.0
2024-11-20T22:34:11.889483+00:00 GitLab Importer Affected by VCID-8h2h-4yu1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2019-2435.yml 35.0.0
2024-11-20T22:10:50.245971+00:00 GitLab Importer Affected by VCID-wg7g-k24r-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3590.yml 35.0.0
2024-11-20T22:10:49.701911+00:00 GitLab Importer Affected by VCID-r8jd-yxpb-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3586.yml 35.0.0
2024-11-18T23:01:27.183257+00:00 GitLab Importer Affected by VCID-zssm-bcyh-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-44531.yml 34.3.2
2024-11-18T22:51:33.395234+00:00 GitLab Importer Affected by VCID-ghgs-7167-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3712.yml 34.3.2
2024-11-18T22:50:42.758038+00:00 GitLab Importer Affected by VCID-ut1w-jvp1-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3450.yml 34.3.2
2024-11-18T22:50:42.363817+00:00 GitLab Importer Affected by VCID-6cjv-xp17-aaah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2021-3449.yml 34.3.2
2024-11-18T22:30:41.387157+00:00 GitLab Importer Affected by VCID-7bwv-hdm1-aaae https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2020-1967.yml 34.3.2
2024-11-18T22:25:57.649767+00:00 GitLab Importer Affected by VCID-8h2h-4yu1-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2019-2435.yml 34.3.2
2024-11-18T22:06:51.638158+00:00 GitLab Importer Affected by VCID-wg7g-k24r-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3590.yml 34.3.2
2024-11-18T22:06:51.087815+00:00 GitLab Importer Affected by VCID-r8jd-yxpb-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/mysql-connector-python/CVE-2017-3586.yml 34.3.2