Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:maven/org.bouncycastle/bcprov-jdk15on@1.56
purl pkg:maven/org.bouncycastle/bcprov-jdk15on@1.56
Next non-vulnerable version None.
Latest non-vulnerable version None.
Risk 4.0
Vulnerabilities affecting this package (6)
Vulnerability Summary Fixed by
VCID-2j9r-6zbp-m3bz
Aliases:
CVE-2024-30171
GHSA-v435-xc8x-wvr9
Bouncy Castle affected by timing side-channel for RSA key exchange ("The Marvin Attack") An issue was discovered in Bouncy Castle Java TLS API and JSSE Provider before 1.78. Timing-based leakage may occur in RSA based handshakes because of exception processing.
1.78
Affected by 0 other vulnerabilities.
VCID-2u8v-56gn-8uc2
Aliases:
CVE-2020-15522
GHSA-6xx3-rg99-gc3p
Timing based private key exposure in Bouncy Castle Bouncy Castle BC Java before 1.66, BC C# .NET before 1.8.7, BC-FJA before 1.0.2.1, BC before 1.66, BC-FNA before 1.0.1.1 have a timing issue within the EC math library that can expose information about the private key when an attacker is able to observe timing information for the generation of multiple deterministic ECDSA signatures.
1.66
Affected by 4 other vulnerabilities.
VCID-4rs8-tp92-p7ck
Aliases:
CVE-2024-29857
GHSA-8xfc-gm6g-vgpv
Bouncy Castle certificate parsing issues cause high CPU usage during parameter evaluation. An issue was discovered in ECCurve.java and ECCurve.cs in Bouncy Castle Java (BC Java) before 1.78, BC Java LTS before 2.73.6, BC-FJA before 1.0.2.5, and BC C# .Net before 2.3.1. Importing an EC certificate with crafted F2m parameters can lead to excessive CPU consumption during the evaluation of the curve parameters.
1.78
Affected by 0 other vulnerabilities.
VCID-abxq-7eq3-g7dp
Aliases:
CVE-2023-33201
GHSA-hr8g-6v94-x4m9
Improper Certificate Validation Bouncy Castle For Java before 1.74 is affected by an LDAP injection vulnerability. The vulnerability only affects applications that use an LDAP CertStore from Bouncy Castle to validate X.509 certificates. During the certificate validation process, Bouncy Castle inserts the certificate's Subject Name into an LDAP search filter without any escaping, which leads to an LDAP injection vulnerability. There are no reported fixed by versions.
VCID-nau9-4auz-pqbs
Aliases:
CVE-2020-26939
GHSA-72m5-fvvv-55m6
Observable Differences in Behavior to Error Inputs in Bouncy Castle In Legion of the Bouncy Castle BC before 1.55 and BC-FJA before 1.0.2, attackers can obtain sensitive information about a private exponent because of Observable Differences in Behavior to Error Inputs. This occurs in org.bouncycastle.crypto.encodings.OAEPEncoding. Sending invalid ciphertext that decrypts to a short payload in the OAEP Decoder could result in the throwing of an early exception, potentially leaking some information about the private exponent of the RSA private key performing the encryption.
1.61
Affected by 4 other vulnerabilities.
VCID-pybm-wf4t-pbdg
Aliases:
CVE-2018-1000180
GHSA-xqj7-j8j5-f2xr
Bouncy Castle BC 1.54 - 1.59, BC-FJA 1.0.0, BC-FJA 1.0.1 and earlier have a flaw in the Low-level interface to RSA key pair generator, specifically RSA Key Pairs generated in low-level API with added certainty may have less M-R tests than expected. This appears to be fixed in versions BC 1.60 beta 4 and later, BC-FJA 1.0.2 and later.
1.60
Affected by 5 other vulnerabilities.
Vulnerabilities fixed by this package (10)
Vulnerability Summary Aliases
VCID-31h9-7jrr-9kdt In the Bouncy Castle JCE Provider versions 1.51 to 1.55, a carry propagation bug was introduced in the implementation of squaring for several raw math classes have been fixed (org.bouncycastle.math.raw.Nat???). These classes are used by our custom elliptic curve implementations (org.bouncycastle.math.ec.custom.**), so there was the possibility of rare (in general usage) spurious calculations for elliptic curve scalar multiplications. Such errors would have been detected with high probability by the output validation for our scalar multipliers. CVE-2016-1000340
GHSA-r97x-3g8f-gx3m
VCID-ddqw-aj7g-s7c2 In the Bouncy Castle JCE Provider version 1.55 and earlier DSA signature generation is vulnerable to timing attack. Where timings can be closely observed for the generation of signatures, the lack of blinding in 1.55, or earlier, may allow an attacker to gain information about the signature's k value and ultimately the private value as well. CVE-2016-1000341
GHSA-r9ch-m4fh-fc7q
VCID-f4qa-9fn6-97az In the Bouncy Castle JCE Provider version 1.55 and earlier ECDSA does not fully validate ASN.1 encoding of signature on verification. It is possible to inject extra elements in the sequence making up the signature and still have it validate, which in some cases may allow the introduction of 'invisible' data into a signed structure. CVE-2016-1000342
GHSA-qcj7-g2j5-g7r3
VCID-f73y-mjrg-yfc9 In the Bouncy Castle JCE Provider version 1.55 and earlier the DHIES implementation allowed the use of ECB mode. This mode is regarded as unsafe and support for it has been removed from the provider. CVE-2016-1000344
GHSA-2j2x-hx4g-2gf4
VCID-jr7u-m7gc-pydy In the Bouncy Castle JCE Provider version 1.55 and earlier the primary engine class used for AES was AESFastEngine. Due to the highly table driven approach used in the algorithm it turns out that if the data channel on the CPU can be monitored the lookup table accesses are sufficient to leak information on the AES key being used. There was also a leak in AESEngine although it was substantially less. AESEngine has been modified to remove any signs of leakage (testing carried out on Intel X86-64) and is now the primary AES class for the BC JCE provider from 1.56. Use of AESFastEngine is now only recommended where otherwise deemed appropriate. CVE-2016-1000339
GHSA-c8xf-m4ff-jcxj
VCID-jua2-2byr-t3cv In Bouncy Castle JCE Provider version 1.55 and earlier the DSA does not fully validate ASN.1 encoding of signature on verification. It is possible to inject extra elements in the sequence making up the signature and still have it validate, which in some cases may allow the introduction of 'invisible' data into a signed structure. CVE-2016-1000338
GHSA-4vhj-98r6-424h
VCID-ka8b-44hx-mkc5 In the Bouncy Castle JCE Provider version 1.55 and earlier the ECIES implementation allowed the use of ECB mode. This mode is regarded as unsafe and support for it has been removed from the provider. CVE-2016-1000352
GHSA-w285-wf9q-5w69
VCID-qr8s-5r61-skhw In the Bouncy Castle JCE Provider version 1.55 and earlier the DHIES/ECIES CBC mode vulnerable to padding oracle attack. For BC 1.55 and older, in an environment where timings can be easily observed, it is possible with enough observations to identify when the decryption is failing due to padding. CVE-2016-1000345
GHSA-9gp4-qrff-c648
VCID-tnen-a68v-9bfk In the Bouncy Castle JCE Provider version 1.55 and earlier the DSA key pair generator generates a weak private key if used with default values. If the JCA key pair generator is not explicitly initialised with DSA parameters, 1.55 and earlier generates a private value assuming a 1024 bit key size. In earlier releases this can be dealt with by explicitly passing parameters to the key pair generator. CVE-2016-1000343
GHSA-rrvx-pwf8-p59p
VCID-xzbt-bkdp-8bgh In the Bouncy Castle JCE Provider version 1.55 and earlier the other party DH public key is not fully validated. This can cause issues as invalid keys can be used to reveal details about the other party's private key where static Diffie-Hellman is in use. As of release 1.56 the key parameters are checked on agreement calculation. CVE-2016-1000346
GHSA-fjqm-246c-mwqg

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-12T00:16:15.770270+00:00 GitLab Importer Affected by VCID-2j9r-6zbp-m3bz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2024-30171.yml 38.3.0
2026-04-12T00:16:07.758514+00:00 GitLab Importer Affected by VCID-4rs8-tp92-p7ck https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2024-29857.yml 38.3.0
2026-04-11T23:51:51.187100+00:00 GitLab Importer Affected by VCID-abxq-7eq3-g7dp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2023-33201.yml 38.3.0
2026-04-11T22:41:20.889592+00:00 GitLab Importer Affected by VCID-2u8v-56gn-8uc2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2020-15522.yml 38.3.0
2026-04-11T22:34:03.927399+00:00 GitLab Importer Affected by VCID-nau9-4auz-pqbs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2020-26939.yml 38.3.0
2026-04-11T22:00:08.067738+00:00 GitLab Importer Fixing VCID-f73y-mjrg-yfc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000344.yml 38.3.0
2026-04-11T22:00:03.959275+00:00 GitLab Importer Fixing VCID-qr8s-5r61-skhw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000345.yml 38.3.0
2026-04-11T22:00:01.590258+00:00 GitLab Importer Fixing VCID-xzbt-bkdp-8bgh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000346.yml 38.3.0
2026-04-11T21:59:57.507431+00:00 GitLab Importer Fixing VCID-tnen-a68v-9bfk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000343.yml 38.3.0
2026-04-11T21:59:56.953136+00:00 GitLab Importer Fixing VCID-ddqw-aj7g-s7c2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000341.yml 38.3.0
2026-04-11T21:59:52.639735+00:00 GitLab Importer Fixing VCID-f4qa-9fn6-97az https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000342.yml 38.3.0
2026-04-11T21:59:51.001664+00:00 GitLab Importer Fixing VCID-31h9-7jrr-9kdt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000340.yml 38.3.0
2026-04-11T21:59:50.353912+00:00 GitLab Importer Fixing VCID-jua2-2byr-t3cv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000338.yml 38.3.0
2026-04-11T21:59:48.480979+00:00 GitLab Importer Fixing VCID-jr7u-m7gc-pydy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000339.yml 38.3.0
2026-04-11T21:59:47.517039+00:00 GitLab Importer Fixing VCID-ka8b-44hx-mkc5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000352.yml 38.3.0
2026-04-11T21:58:59.854676+00:00 GitLab Importer Affected by VCID-pybm-wf4t-pbdg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2018-1000180.yml 38.3.0
2026-04-03T00:23:16.718832+00:00 GitLab Importer Affected by VCID-2j9r-6zbp-m3bz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2024-30171.yml 38.1.0
2026-04-03T00:23:08.606410+00:00 GitLab Importer Affected by VCID-4rs8-tp92-p7ck https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2024-29857.yml 38.1.0
2026-04-02T23:55:05.211383+00:00 GitLab Importer Affected by VCID-abxq-7eq3-g7dp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2023-33201.yml 38.1.0
2026-04-02T22:51:47.402091+00:00 GitLab Importer Affected by VCID-2u8v-56gn-8uc2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2020-15522.yml 38.1.0
2026-04-02T22:45:09.507256+00:00 GitLab Importer Affected by VCID-nau9-4auz-pqbs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2020-26939.yml 38.1.0
2026-04-02T22:13:15.414705+00:00 GitLab Importer Fixing VCID-f73y-mjrg-yfc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000344.yml 38.1.0
2026-04-02T22:13:11.686939+00:00 GitLab Importer Fixing VCID-qr8s-5r61-skhw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000345.yml 38.1.0
2026-04-02T22:13:09.755127+00:00 GitLab Importer Fixing VCID-xzbt-bkdp-8bgh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000346.yml 38.1.0
2026-04-02T22:13:06.155888+00:00 GitLab Importer Fixing VCID-tnen-a68v-9bfk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000343.yml 38.1.0
2026-04-02T22:13:05.666844+00:00 GitLab Importer Fixing VCID-ddqw-aj7g-s7c2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000341.yml 38.1.0
2026-04-02T22:13:01.929185+00:00 GitLab Importer Fixing VCID-f4qa-9fn6-97az https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000342.yml 38.1.0
2026-04-02T22:13:00.273933+00:00 GitLab Importer Fixing VCID-31h9-7jrr-9kdt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000340.yml 38.1.0
2026-04-02T22:12:59.664184+00:00 GitLab Importer Fixing VCID-jua2-2byr-t3cv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000338.yml 38.1.0
2026-04-02T22:12:58.064902+00:00 GitLab Importer Fixing VCID-jr7u-m7gc-pydy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000339.yml 38.1.0
2026-04-02T22:12:57.122788+00:00 GitLab Importer Fixing VCID-ka8b-44hx-mkc5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000352.yml 38.1.0
2026-04-02T22:12:18.091380+00:00 GitLab Importer Affected by VCID-pybm-wf4t-pbdg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2018-1000180.yml 38.1.0
2026-04-01T17:09:53.923705+00:00 GitLab Importer Affected by VCID-2u8v-56gn-8uc2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2020-15522.yml 38.0.0
2026-04-01T17:03:07.705400+00:00 GitLab Importer Affected by VCID-nau9-4auz-pqbs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2020-26939.yml 38.0.0
2026-04-01T16:29:41.307472+00:00 GitLab Importer Affected by VCID-pybm-wf4t-pbdg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2018-1000180.yml 38.0.0
2026-04-01T15:57:01.678559+00:00 GHSA Importer Fixing VCID-qr8s-5r61-skhw https://github.com/advisories/GHSA-9gp4-qrff-c648 38.0.0
2026-04-01T15:57:01.561079+00:00 GHSA Importer Fixing VCID-f73y-mjrg-yfc9 https://github.com/advisories/GHSA-2j2x-hx4g-2gf4 38.0.0
2026-04-01T15:56:54.673641+00:00 GHSA Importer Fixing VCID-ka8b-44hx-mkc5 https://github.com/advisories/GHSA-w285-wf9q-5w69 38.0.0
2026-04-01T15:56:54.559273+00:00 GHSA Importer Fixing VCID-xzbt-bkdp-8bgh https://github.com/advisories/GHSA-fjqm-246c-mwqg 38.0.0
2026-04-01T15:56:54.499943+00:00 GHSA Importer Fixing VCID-tnen-a68v-9bfk https://github.com/advisories/GHSA-rrvx-pwf8-p59p 38.0.0
2026-04-01T15:56:54.412457+00:00 GHSA Importer Fixing VCID-f4qa-9fn6-97az https://github.com/advisories/GHSA-qcj7-g2j5-g7r3 38.0.0
2026-04-01T15:56:54.305217+00:00 GHSA Importer Fixing VCID-ddqw-aj7g-s7c2 https://github.com/advisories/GHSA-r9ch-m4fh-fc7q 38.0.0
2026-04-01T15:56:54.224524+00:00 GHSA Importer Fixing VCID-31h9-7jrr-9kdt https://github.com/advisories/GHSA-r97x-3g8f-gx3m 38.0.0
2026-04-01T15:56:54.112797+00:00 GHSA Importer Fixing VCID-jr7u-m7gc-pydy https://github.com/advisories/GHSA-c8xf-m4ff-jcxj 38.0.0
2026-04-01T15:56:54.046817+00:00 GHSA Importer Fixing VCID-jua2-2byr-t3cv https://github.com/advisories/GHSA-4vhj-98r6-424h 38.0.0
2026-04-01T13:03:41.579185+00:00 GithubOSV Importer Fixing VCID-ddqw-aj7g-s7c2 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2018/10/GHSA-r9ch-m4fh-fc7q/GHSA-r9ch-m4fh-fc7q.json 38.0.0
2026-04-01T13:03:38.919761+00:00 GithubOSV Importer Fixing VCID-f4qa-9fn6-97az https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2018/10/GHSA-qcj7-g2j5-g7r3/GHSA-qcj7-g2j5-g7r3.json 38.0.0
2026-04-01T13:03:37.889812+00:00 GithubOSV Importer Fixing VCID-f73y-mjrg-yfc9 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2018/10/GHSA-2j2x-hx4g-2gf4/GHSA-2j2x-hx4g-2gf4.json 38.0.0
2026-04-01T13:03:36.126043+00:00 GithubOSV Importer Fixing VCID-xzbt-bkdp-8bgh https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2018/10/GHSA-fjqm-246c-mwqg/GHSA-fjqm-246c-mwqg.json 38.0.0
2026-04-01T13:03:32.261584+00:00 GithubOSV Importer Fixing VCID-qr8s-5r61-skhw https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2018/10/GHSA-9gp4-qrff-c648/GHSA-9gp4-qrff-c648.json 38.0.0
2026-04-01T13:03:31.458271+00:00 GithubOSV Importer Fixing VCID-31h9-7jrr-9kdt https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2018/10/GHSA-r97x-3g8f-gx3m/GHSA-r97x-3g8f-gx3m.json 38.0.0
2026-04-01T13:03:30.941987+00:00 GithubOSV Importer Fixing VCID-ka8b-44hx-mkc5 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2018/10/GHSA-w285-wf9q-5w69/GHSA-w285-wf9q-5w69.json 38.0.0
2026-04-01T13:03:29.301551+00:00 GithubOSV Importer Fixing VCID-jua2-2byr-t3cv https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2018/10/GHSA-4vhj-98r6-424h/GHSA-4vhj-98r6-424h.json 38.0.0
2026-04-01T13:03:22.786993+00:00 GithubOSV Importer Fixing VCID-tnen-a68v-9bfk https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2018/10/GHSA-rrvx-pwf8-p59p/GHSA-rrvx-pwf8-p59p.json 38.0.0
2026-04-01T13:03:22.356514+00:00 GithubOSV Importer Fixing VCID-jr7u-m7gc-pydy https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2018/10/GHSA-c8xf-m4ff-jcxj/GHSA-c8xf-m4ff-jcxj.json 38.0.0
2026-04-01T12:48:05.422990+00:00 GitLab Importer Fixing VCID-f73y-mjrg-yfc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000344.yml 38.0.0
2026-04-01T12:48:05.163087+00:00 GitLab Importer Fixing VCID-qr8s-5r61-skhw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000345.yml 38.0.0
2026-04-01T12:48:04.964376+00:00 GitLab Importer Fixing VCID-xzbt-bkdp-8bgh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000346.yml 38.0.0
2026-04-01T12:48:04.217108+00:00 GitLab Importer Fixing VCID-tnen-a68v-9bfk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000343.yml 38.0.0
2026-04-01T12:48:04.175266+00:00 GitLab Importer Fixing VCID-ddqw-aj7g-s7c2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000341.yml 38.0.0
2026-04-01T12:48:03.650622+00:00 GitLab Importer Fixing VCID-f4qa-9fn6-97az https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000342.yml 38.0.0
2026-04-01T12:48:03.454185+00:00 GitLab Importer Fixing VCID-31h9-7jrr-9kdt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000340.yml 38.0.0
2026-04-01T12:48:03.387552+00:00 GitLab Importer Fixing VCID-jua2-2byr-t3cv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000338.yml 38.0.0
2026-04-01T12:48:03.201760+00:00 GitLab Importer Fixing VCID-jr7u-m7gc-pydy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000339.yml 38.0.0
2026-04-01T12:48:03.119629+00:00 GitLab Importer Fixing VCID-ka8b-44hx-mkc5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.bouncycastle/bcprov-jdk15on/CVE-2016-1000352.yml 38.0.0