SUSE-SU-2026:1639-1
Vulnerability from csaf_suse - Published: 2026-04-28 11:10 - Updated: 2026-04-28 11:10Summary
Security update for bouncycastle
Severity
Important
Notes
Title of the patch: Security update for bouncycastle
Description of the patch: This update for bouncycastle fixes the following issues:
Update to version 1.84.
Security issues fixed:
- CVE-2025-14813: GOSTCTR implementation unable to process more than 255 blocks correctly (bsc#1262225).
- CVE-2026-0636: LDAP injection in LDAPStoreHelper.java leads to information disclosure (bsc#1262226).
- CVE-2026-3505: unbounded PGP AEAD chunk size leads to pre-auth resource exhaustion (bsc#1262232).
- CVE-2026-5588: PKIX draft CompositeVerifier accepts empty signature sequence as valid (bsc#1262228).
- CVE-2026-5598: non-constant time comparisons risks private key leakage in FrodoKEM (bsc#1262227).
Other updates and bugfixes:
- Version 1.84:
- In line with JVM changes, KEM support has been backported to
Java 17.
- BCJSSE: Configurable (client) early key_share groups via
BCSSLParameters.earlyKeyShares or
'org.bouncycastle.jsse.client.earlyKeyShares' system property.
- BCJSSE: Support for curveSM2MLKEM768 hybrid NamedGroup in TLS
1.3 per draft-yang-tls-hybrid-sm2-mlkem-03.
- BCJSSE: Log when default cipher suites are disabled.
- BCJSSE: Experimental support for ShangMi crypto in TLS 1.3 per
RFC 8998 (not enabled by default).
- CMS: Added CMSAuthEnvelopedDataStreamGenerator.open taking an
explicit content type.
- HKDF: Provider support for HKDFParameterSpec.Expand.
- Added initial support for RFC 9380 (Hashing to Elliptic Curves);
see org.bouncycastle.crypto.hash2curve .
- PKCS12: Added default max iteration count of 5,000,000 (configurable
via 'org.bouncycastle.pkcs12.max_it_count' property).
- TLS: Use javax.crypto.KEM API (when available) to access ML-KEM
implementation (incl. hybrids).
- A new KeyStore, PKCS12-PBMAC1, has been added which defaults to
using PBMAC1 and supports RFC 9879.
- A new property 'org.bouncycastle.asn1.max_cons_depth' has been added
to allow setting of the maximum nesting for SETs/SEQUENCESs in ASN.1.
Default is 32.
- A new property 'org.bouncycastle.asn1.max_limit' has been added
to allow setting of the stream size of ASN.1 encodings. The value can
be either in bytes, or appended with k (1 kilobyte blocks), m (1
megabyte blocks), or g (1 gigabyte blocks).
- Added NTRU+ support to the lightweight PQC API and the BCPQC provider.
- Added SM4 key wrap/unwrap mode, SM2 key exchange, and logging to SM2Signer.
- OpenPGP: Added encryption-key filtering by purpose, a new OpenPGPKey
constructor, KeyPassphraseProvider-based passphrase change, wildcard
(anonymous) recipient handling, and Web-of-Trust methods for
third-party signature chains and delegations.
- CMSSignedDataStreamGenerator can now support the generation of DER/DL
encoded SignedData objects (note memory restrictions still apply).
- It is now possible to add extra digest alorithm IDs to
CMSSignedDataStreamGenerator when required.
- Random numbers being generated for DSTU4145 signature calculations
were 1 bit shorter than they could be. The code has been corrected
to allow the generated numbers to occupy the full numeric range available.
- HKDF implementation has been corrected to use multiple IKMs if available.
- CompositePublic/PrivateKey builders had an issue identifying brainpool
and EdDSA curves from the algorithm names due to an error in the OID
mapping table. This has been fixed.
- S/MIME: Fix AuthEnveloped support for AES192/GCM and AES256/GCM.
- CMS: Use implicit tag for AuthEnvelopedData.authEncryptedContentInfo.encryptedContent.
- Fixed Strings.split to handle delimiters at position 0.
- Fixed FrodoKEM error sampling to be constant-time.
- Fixed PKIXNameConstraintValidator to treat a DNS name as intersecting itself.
- Fixed PKCS12 key stores not calling getInstance with the original provider
(which was forcing provider registration).
- A resource leak due to the SMIMESigned constructor leaving background
threads hanging on MessagingException has been fixed.
- OpenPGP: Fixed an issue where a custom signature creation time was
ignored when generating message signatures.
- OpenPGP: Fixed SKESK encoding for direct-S2K-encrypted messages.
- Version 1.83:
- Attempting to check a password on a stripped PGP would throw an
exception. Checking the password on such a key will now always
return false.
- Fixed an issue in KangarooTwelve where premature absorption caused
erroneous 168-byte padding; absorption is now delayed so correct
final-byte padding is applied.
- BCJSSE: Fix supported_versions creation for renegotiation handshake.
- (D)TLS: Reneg info now oly offered with pre-1.3.
- A generic 'COMPOSITE' algorithm name has been added as a JCA
Signature algorithm. The algorithm will identify the composite
signature to use from the composite key passed in.
- The composite signatures implementation has been updated to the
final draft and now follows the submitted standard.
- Support for the generation and use as trust anchors has been added
for certificate signatures with id-alg-unsigned as the signature type.
- Support for CMP direct POP for encryption keys using
challenge/response has been added to the CMP/CRMF APIs.
- Support for SupportedCurves attribute to the BC provider
- BCJSSE: Added support for SLH-DSA signature schemes in TLS 1.3 per
draft-reddy-tls-slhdsa-01.
- Support has been added for the Java 25 KDF API (current algorithms,
PBKDF2, SCRYPT, and HKDF).
- Support for composite signatures is now included in CMS and timestamping.
- It is now possible to disable the Lenstra check in RSA where the public
key is not available via the system/security property
'org.bouncycastle.rsa.no_lenstra_check'.
- Version 1.82:
- SNOVA and MAYO are now correctly added to the JCA provider module-info file.
- TLS: Avoid nonce reuse error in JCE AEAD workaround for pre-Java7.
- BCJSSE: Session binding map is now shared across all stages of the
session lifecycle (SunJSSE compatibility).
- The CMCEPrivateKeyParameters#reconstructPublicKey method was returning
an empty byte array. It now returns an encoding of the public key.
- CBZip2InputStream no longer auto-closes at end-of-contents.
- The BC CertPath implementation was eliminating certificates on the
bases of the Key-ID. This is not in accordance with RFC 4158.
- Support for the previous set of libOQS Falcon OIDs has been restored.
- The BC CipherInputStream could throw an exception if asked to handle an
AEAD stream consisting of the MAC only.
- Some KeyAgreement classes were missing in the Java 11 class hierarchy.
- Fix typo in a constant name in the HPKE class and deprecate the old constant.
- Fuzzing analysis has been done on the OpenPGP API and additional code
has been added to prevent escaping exceptions.
- SHA3Digest, CSHAKE, TupleHash, KMAC now provide support for Memoable
and EncodableService.
- BCJSSE: Added support for integrity-only cipher suites in TLS 1.3 per RFC 9150.
- BCJSSE: Added support for system properties 'jdk.tls.{client,server}.maxInboundCertificateChainLength'
- BCJSSE: Added support for ML-DSA signature schemes in TLS 1.3 per draft-ietf-tls-mldsa-00.
- The Composite post-quantum signatures implementation has been updated to
the latest draft (07) draft-ietf-lamps-pq-composite-sigs.
- '_PREHASH' implementations are now provided for all composite signatures
to allow the hash of the date to be used instead of the actual data in
signature calculation.
- The gradle build can now be used to generate an Bill of Materials (BOM) file.
- It is now possible to configure the SignerInfoVerifierBuilder used by the
SignedMailValidator class.
- The Ascon family of algorithms has been updated with the latest published changes.
- Composite signature keys can now be constructed from the individual keys of
the algorithms composing the composite.
- PGPSecretKey, PGPSignatureGenerator now support version 6.
- Further optimisation work has been done on ML-KEM public key validation.
- Zeroization of passwords in the JCA PKCS12 key store has been improved.
- The 'org.bouncycastle.drbg.effective_256bits_entropy' property has been
added for platforms where the entropy source is not producing 1 full bit
of entropy per bit and additional bits are required (default value 282).
- OpenPGPKeyGenerator now allows for the use of empty UserIDs (version 4 compatibility).
- The HQC KEM has been updated with the latest draft updates.
- The legacy post-quantum package has now been removed.
- Version 1.81:
- A potention NullPointerException in the KEM KDF KemUtil class
has been removed.
- Overlapping input/output buffers in doFinal could result in
data corruption.
- Fixed Grain-128AEAD decryption incorrectly handle MAC verification.
- Add configurable header validation to prevent malicious header
injection in PGP cleartext signed messages; Fix signature packet
encoding issues in PGPSignature.join() and embedded signatures
while phasing out legacy format.
- Fixed ParallelHash initialization stall when using block size B=0.
- The PRF from the PBKDF2 function was been lost when PBMAC1 was
initialized from protectionAlgorithm. This has been fixed.
- The lowlevel DigestFactory was cloning MD5 when being asked
to clone SHA1.
- XWing implementation updated to draft-connolly-cfrg-xwing-kem/07/
- Further support has been added for generation and use of PGP V6 keys
- Additional validation has been added for armored headers in Cleartext
Signed Messages.
- The PQC signature algorithm proposal Mayo has been added to the
low-level API and the BCPQC provider.
- The PQC signature algorithm proposal Snova has been added to the
low-level API and the BCPQC provider.
- Support for ChaCha20-Poly1305 has been added to the CMS/SMIME APIs.
- The Falcon implementation has been updated to the latest draft.
- Support has been added for generating keys which encode as seed-only
and expanded-key-only for ML-KEM and ML-DSA private keys.
- Private key encoding of ML-DSA and ML-KEM private keys now follows
the latest IETF draft.
- The Ascon family of algorithms has been updated to the initial draft
of SP 800-232. Some additional optimisation work has been done.
- Support for ML-DSA's external-mu calculation and signing has been
added to the BC provider.
- CMS now supports ML-DSA for SignedData generation.
- Introduce high-level OpenPGP API for message creation/consumption
and certificate evaluation.
- Added JDK21 KEM API implementation for HQC algorithm.
- BCJSSE: Strip trailing dot from hostname for SNI, endpointID checks.
- BCJSSE: Draft support for ML-KEM updated (draft-connolly-tls-mlkem-key-agreement-05).
- BCJSSE: Draft support for hybrid ECDHE-MLKEM (draft-ietf-tls-ecdhe-mlkem-00).
- BCJSSE: Optionally prefer TLS 1.3 server's supported_groups order
(BCSSLParameters.useNamedGroupsOrder).
- Version 1.80:
- A splitting issue for ML-KEM led to an incorrect size for kemct
in KEMRecipientInfos. This has been fixed.
- The PKCS12 KeyStore has been adjusted to prevent accidental doubling
of the Oracle trusted certificate attribute (results in an IOException
when used with the JVM PKCS12 implementation).
- The SignerInfoGenerator copy constructor was ignoring the certHolder field.
- The getAlgorithm() method return value for a CompositePrivateKey was
not consistent with the corresponding getAlgorithm() return value for
the CompositePrivateKey. This has been fixed.
- The international property files were missing from the bcjmail distribution.
- Issues with ElephantEngine failing on processing large/multi-block messages
have been addressed.
- GCFB mode now fully resets on a reset.
- The lightweight algorithm contestants: Elephant, ISAP, PhotonBeetle,
Xoodyak now support the use of the AEADParameters class and provide
accurate update/doFinal output lengths.
- An unnecessary downcast in CertPathValidatorUtilities was resulting
in the ignoring of URLs for FTP based CRLs.
- A regression in the OpenPGP API could cause NoSuchAlgorithmException
to be thrown when attempting to use SHA-256 in some contexts.
- EtsiTs1029411TypesAuthorization was missing an extension field.
- Interoperability issues with single depth LMS keys have been addressed.
- CompositeSignatures now updated to draft-ietf-lamps-pq-composite-sigs-03.
- ML-KEM, ML-DSA, SLH-DSA, and Composite private keys now use raw encodings
as per the latest drafts from IETF 121: draft-ietf-lamps-kyber-certificates-06,
draft-ietf-lamps-dilithium-certificates-05, and draft-ietf-lamps-x509-slhdsa.
- Initial support has been added for RFC 9579 PBMAC1 in the PKCS API.
- Support has been added for EC-JPAKE to the lightweight API.
- Support has been added for the direct construction of S/MIME AuthEnvelopedData
objects, via the SMIMEAuthEnvelopedData class.
- An override 'org.bouncycastle.asn1.allow_wrong_oid_enc' property has been
added to disable new OID encoding checks (use with caution).
- Support has been added for the PBEParemeterSpec.getParameterSpec()
method where supported by the JVM.
- ML-DSA/SLH-DSA now return null for Signature.getParameters() if no context
is provided. This allows the algorithms to be used with the existing Java key tool.
- HQC has been updated to reflect the reference implementation released on 2024-10-30.
- Support has been added to the low-level APIs for the OASIS Shamir Secret
Splitting algorithms.
- BCJSSE: System property 'org.bouncycastle.jsse.fips.allowGCMCiphersIn12'
no longer used. FIPS TLS 1.2 GCM suites can now be enabled according to
JcaTlsCrypto#getFipsGCMNonceGeneratorFactory (see JavaDoc for details) if
done in alignment with FIPS requirements.
- Support has been added for OpenPGP V6 PKESK and message encryption.
- PGPSecretKey.copyWithNewPassword() now includes AEAD support.
- The ASCON family of algorithms have been updated in accordance with the
published FIPS SP 800-232 draft.
Patchnames: SUSE-2026-1639,SUSE-SLE-Module-Development-Tools-15-SP7-2026-1639,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1639,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1639,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1639,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1639,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1639,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1639,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1639,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1639,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1639,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1639
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.6 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
5.3 (Medium)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
7.5 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
5.3 (Medium)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
8.6 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for bouncycastle",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for bouncycastle fixes the following issues:\n\nUpdate to version 1.84.\n\nSecurity issues fixed:\n\n- CVE-2025-14813: GOSTCTR implementation unable to process more than 255 blocks correctly (bsc#1262225).\n- CVE-2026-0636: LDAP injection in LDAPStoreHelper.java leads to information disclosure (bsc#1262226).\n- CVE-2026-3505: unbounded PGP AEAD chunk size leads to pre-auth resource exhaustion (bsc#1262232).\n- CVE-2026-5588: PKIX draft CompositeVerifier accepts empty signature sequence as valid (bsc#1262228).\n- CVE-2026-5598: non-constant time comparisons risks private key leakage in FrodoKEM (bsc#1262227).\n\nOther updates and bugfixes:\n\n- Version 1.84:\n - In line with JVM changes, KEM support has been backported to\n Java 17.\n - BCJSSE: Configurable (client) early key_share groups via\n BCSSLParameters.earlyKeyShares or\n \u0027org.bouncycastle.jsse.client.earlyKeyShares\u0027 system property.\n - BCJSSE: Support for curveSM2MLKEM768 hybrid NamedGroup in TLS\n 1.3 per draft-yang-tls-hybrid-sm2-mlkem-03.\n - BCJSSE: Log when default cipher suites are disabled.\n - BCJSSE: Experimental support for ShangMi crypto in TLS 1.3 per\n RFC 8998 (not enabled by default).\n - CMS: Added CMSAuthEnvelopedDataStreamGenerator.open taking an\n explicit content type.\n - HKDF: Provider support for HKDFParameterSpec.Expand.\n - Added initial support for RFC 9380 (Hashing to Elliptic Curves);\n see org.bouncycastle.crypto.hash2curve .\n - PKCS12: Added default max iteration count of 5,000,000 (configurable\n via \u0027org.bouncycastle.pkcs12.max_it_count\u0027 property).\n - TLS: Use javax.crypto.KEM API (when available) to access ML-KEM\n implementation (incl. hybrids).\n - A new KeyStore, PKCS12-PBMAC1, has been added which defaults to\n using PBMAC1 and supports RFC 9879.\n - A new property \u0027org.bouncycastle.asn1.max_cons_depth\u0027 has been added\n to allow setting of the maximum nesting for SETs/SEQUENCESs in ASN.1.\n Default is 32.\n - A new property \u0027org.bouncycastle.asn1.max_limit\u0027 has been added\n to allow setting of the stream size of ASN.1 encodings. The value can\n be either in bytes, or appended with k (1 kilobyte blocks), m (1\n megabyte blocks), or g (1 gigabyte blocks).\n - Added NTRU+ support to the lightweight PQC API and the BCPQC provider.\n - Added SM4 key wrap/unwrap mode, SM2 key exchange, and logging to SM2Signer.\n - OpenPGP: Added encryption-key filtering by purpose, a new OpenPGPKey\n constructor, KeyPassphraseProvider-based passphrase change, wildcard\n (anonymous) recipient handling, and Web-of-Trust methods for\n third-party signature chains and delegations.\n - CMSSignedDataStreamGenerator can now support the generation of DER/DL\n encoded SignedData objects (note memory restrictions still apply).\n - It is now possible to add extra digest alorithm IDs to\n CMSSignedDataStreamGenerator when required.\n - Random numbers being generated for DSTU4145 signature calculations\n were 1 bit shorter than they could be. The code has been corrected\n to allow the generated numbers to occupy the full numeric range available.\n - HKDF implementation has been corrected to use multiple IKMs if available.\n - CompositePublic/PrivateKey builders had an issue identifying brainpool\n and EdDSA curves from the algorithm names due to an error in the OID\n mapping table. This has been fixed.\n - S/MIME: Fix AuthEnveloped support for AES192/GCM and AES256/GCM.\n - CMS: Use implicit tag for AuthEnvelopedData.authEncryptedContentInfo.encryptedContent.\n - Fixed Strings.split to handle delimiters at position 0.\n - Fixed FrodoKEM error sampling to be constant-time.\n - Fixed PKIXNameConstraintValidator to treat a DNS name as intersecting itself.\n - Fixed PKCS12 key stores not calling getInstance with the original provider\n (which was forcing provider registration).\n - A resource leak due to the SMIMESigned constructor leaving background\n threads hanging on MessagingException has been fixed.\n - OpenPGP: Fixed an issue where a custom signature creation time was\n ignored when generating message signatures.\n - OpenPGP: Fixed SKESK encoding for direct-S2K-encrypted messages.\n\n- Version 1.83:\n - Attempting to check a password on a stripped PGP would throw an\n exception. Checking the password on such a key will now always\n return false.\n - Fixed an issue in KangarooTwelve where premature absorption caused\n erroneous 168-byte padding; absorption is now delayed so correct\n final-byte padding is applied.\n - BCJSSE: Fix supported_versions creation for renegotiation handshake.\n - (D)TLS: Reneg info now oly offered with pre-1.3.\n - A generic \u0027COMPOSITE\u0027 algorithm name has been added as a JCA\n Signature algorithm. The algorithm will identify the composite\n signature to use from the composite key passed in.\n - The composite signatures implementation has been updated to the\n final draft and now follows the submitted standard.\n - Support for the generation and use as trust anchors has been added\n for certificate signatures with id-alg-unsigned as the signature type.\n - Support for CMP direct POP for encryption keys using\n challenge/response has been added to the CMP/CRMF APIs.\n - Support for SupportedCurves attribute to the BC provider\n - BCJSSE: Added support for SLH-DSA signature schemes in TLS 1.3 per\n draft-reddy-tls-slhdsa-01.\n - Support has been added for the Java 25 KDF API (current algorithms,\n PBKDF2, SCRYPT, and HKDF).\n - Support for composite signatures is now included in CMS and timestamping.\n - It is now possible to disable the Lenstra check in RSA where the public\n key is not available via the system/security property\n \u0027org.bouncycastle.rsa.no_lenstra_check\u0027.\n\n- Version 1.82:\n - SNOVA and MAYO are now correctly added to the JCA provider module-info file.\n - TLS: Avoid nonce reuse error in JCE AEAD workaround for pre-Java7.\n - BCJSSE: Session binding map is now shared across all stages of the\n session lifecycle (SunJSSE compatibility).\n - The CMCEPrivateKeyParameters#reconstructPublicKey method was returning\n an empty byte array. It now returns an encoding of the public key.\n - CBZip2InputStream no longer auto-closes at end-of-contents.\n - The BC CertPath implementation was eliminating certificates on the\n bases of the Key-ID. This is not in accordance with RFC 4158.\n - Support for the previous set of libOQS Falcon OIDs has been restored.\n - The BC CipherInputStream could throw an exception if asked to handle an\n AEAD stream consisting of the MAC only.\n - Some KeyAgreement classes were missing in the Java 11 class hierarchy.\n - Fix typo in a constant name in the HPKE class and deprecate the old constant.\n - Fuzzing analysis has been done on the OpenPGP API and additional code\n has been added to prevent escaping exceptions.\n - SHA3Digest, CSHAKE, TupleHash, KMAC now provide support for Memoable\n and EncodableService.\n - BCJSSE: Added support for integrity-only cipher suites in TLS 1.3 per RFC 9150.\n - BCJSSE: Added support for system properties \u0027jdk.tls.{client,server}.maxInboundCertificateChainLength\u0027\n - BCJSSE: Added support for ML-DSA signature schemes in TLS 1.3 per draft-ietf-tls-mldsa-00.\n - The Composite post-quantum signatures implementation has been updated to\n the latest draft (07) draft-ietf-lamps-pq-composite-sigs.\n - \u0027_PREHASH\u0027 implementations are now provided for all composite signatures\n to allow the hash of the date to be used instead of the actual data in\n signature calculation.\n - The gradle build can now be used to generate an Bill of Materials (BOM) file.\n - It is now possible to configure the SignerInfoVerifierBuilder used by the\n SignedMailValidator class.\n - The Ascon family of algorithms has been updated with the latest published changes.\n - Composite signature keys can now be constructed from the individual keys of\n the algorithms composing the composite.\n - PGPSecretKey, PGPSignatureGenerator now support version 6.\n - Further optimisation work has been done on ML-KEM public key validation.\n - Zeroization of passwords in the JCA PKCS12 key store has been improved.\n - The \u0027org.bouncycastle.drbg.effective_256bits_entropy\u0027 property has been\n added for platforms where the entropy source is not producing 1 full bit\n of entropy per bit and additional bits are required (default value 282).\n - OpenPGPKeyGenerator now allows for the use of empty UserIDs (version 4 compatibility).\n - The HQC KEM has been updated with the latest draft updates.\n - The legacy post-quantum package has now been removed.\n\n- Version 1.81:\n - A potention NullPointerException in the KEM KDF KemUtil class\n has been removed.\n - Overlapping input/output buffers in doFinal could result in\n data corruption.\n - Fixed Grain-128AEAD decryption incorrectly handle MAC verification.\n - Add configurable header validation to prevent malicious header\n injection in PGP cleartext signed messages; Fix signature packet\n encoding issues in PGPSignature.join() and embedded signatures\n while phasing out legacy format.\n - Fixed ParallelHash initialization stall when using block size B=0.\n - The PRF from the PBKDF2 function was been lost when PBMAC1 was\n initialized from protectionAlgorithm. This has been fixed.\n - The lowlevel DigestFactory was cloning MD5 when being asked\n to clone SHA1.\n - XWing implementation updated to draft-connolly-cfrg-xwing-kem/07/\n - Further support has been added for generation and use of PGP V6 keys\n - Additional validation has been added for armored headers in Cleartext\n Signed Messages.\n - The PQC signature algorithm proposal Mayo has been added to the\n low-level API and the BCPQC provider.\n - The PQC signature algorithm proposal Snova has been added to the\n low-level API and the BCPQC provider.\n - Support for ChaCha20-Poly1305 has been added to the CMS/SMIME APIs.\n - The Falcon implementation has been updated to the latest draft.\n - Support has been added for generating keys which encode as seed-only\n and expanded-key-only for ML-KEM and ML-DSA private keys.\n - Private key encoding of ML-DSA and ML-KEM private keys now follows\n the latest IETF draft.\n - The Ascon family of algorithms has been updated to the initial draft\n of SP 800-232. Some additional optimisation work has been done.\n - Support for ML-DSA\u0027s external-mu calculation and signing has been\n added to the BC provider.\n - CMS now supports ML-DSA for SignedData generation.\n - Introduce high-level OpenPGP API for message creation/consumption\n and certificate evaluation.\n - Added JDK21 KEM API implementation for HQC algorithm.\n - BCJSSE: Strip trailing dot from hostname for SNI, endpointID checks.\n - BCJSSE: Draft support for ML-KEM updated (draft-connolly-tls-mlkem-key-agreement-05).\n - BCJSSE: Draft support for hybrid ECDHE-MLKEM (draft-ietf-tls-ecdhe-mlkem-00).\n - BCJSSE: Optionally prefer TLS 1.3 server\u0027s supported_groups order\n (BCSSLParameters.useNamedGroupsOrder).\n\n- Version 1.80:\n - A splitting issue for ML-KEM led to an incorrect size for kemct\n in KEMRecipientInfos. This has been fixed.\n - The PKCS12 KeyStore has been adjusted to prevent accidental doubling\n of the Oracle trusted certificate attribute (results in an IOException\n when used with the JVM PKCS12 implementation).\n - The SignerInfoGenerator copy constructor was ignoring the certHolder field.\n - The getAlgorithm() method return value for a CompositePrivateKey was\n not consistent with the corresponding getAlgorithm() return value for\n the CompositePrivateKey. This has been fixed.\n - The international property files were missing from the bcjmail distribution.\n - Issues with ElephantEngine failing on processing large/multi-block messages\n have been addressed.\n - GCFB mode now fully resets on a reset.\n - The lightweight algorithm contestants: Elephant, ISAP, PhotonBeetle,\n Xoodyak now support the use of the AEADParameters class and provide\n accurate update/doFinal output lengths.\n - An unnecessary downcast in CertPathValidatorUtilities was resulting\n in the ignoring of URLs for FTP based CRLs.\n - A regression in the OpenPGP API could cause NoSuchAlgorithmException\n to be thrown when attempting to use SHA-256 in some contexts.\n - EtsiTs1029411TypesAuthorization was missing an extension field.\n - Interoperability issues with single depth LMS keys have been addressed.\n - CompositeSignatures now updated to draft-ietf-lamps-pq-composite-sigs-03.\n - ML-KEM, ML-DSA, SLH-DSA, and Composite private keys now use raw encodings\n as per the latest drafts from IETF 121: draft-ietf-lamps-kyber-certificates-06,\n draft-ietf-lamps-dilithium-certificates-05, and draft-ietf-lamps-x509-slhdsa.\n - Initial support has been added for RFC 9579 PBMAC1 in the PKCS API.\n - Support has been added for EC-JPAKE to the lightweight API.\n - Support has been added for the direct construction of S/MIME AuthEnvelopedData\n objects, via the SMIMEAuthEnvelopedData class.\n - An override \u0027org.bouncycastle.asn1.allow_wrong_oid_enc\u0027 property has been\n added to disable new OID encoding checks (use with caution).\n - Support has been added for the PBEParemeterSpec.getParameterSpec()\n method where supported by the JVM.\n - ML-DSA/SLH-DSA now return null for Signature.getParameters() if no context\n is provided. This allows the algorithms to be used with the existing Java key tool.\n - HQC has been updated to reflect the reference implementation released on 2024-10-30.\n - Support has been added to the low-level APIs for the OASIS Shamir Secret\n Splitting algorithms.\n - BCJSSE: System property \u0027org.bouncycastle.jsse.fips.allowGCMCiphersIn12\u0027\n no longer used. FIPS TLS 1.2 GCM suites can now be enabled according to\n JcaTlsCrypto#getFipsGCMNonceGeneratorFactory (see JavaDoc for details) if\n done in alignment with FIPS requirements.\n - Support has been added for OpenPGP V6 PKESK and message encryption.\n - PGPSecretKey.copyWithNewPassword() now includes AEAD support.\n - The ASCON family of algorithms have been updated in accordance with the\n published FIPS SP 800-232 draft.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1639,SUSE-SLE-Module-Development-Tools-15-SP7-2026-1639,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1639,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1639,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1639,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1639,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1639,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1639,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1639,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1639,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1639,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1639",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1639-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1639-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261639-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1639-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025753.html"
},
{
"category": "self",
"summary": "SUSE Bug 1262225",
"url": "https://bugzilla.suse.com/1262225"
},
{
"category": "self",
"summary": "SUSE Bug 1262226",
"url": "https://bugzilla.suse.com/1262226"
},
{
"category": "self",
"summary": "SUSE Bug 1262227",
"url": "https://bugzilla.suse.com/1262227"
},
{
"category": "self",
"summary": "SUSE Bug 1262228",
"url": "https://bugzilla.suse.com/1262228"
},
{
"category": "self",
"summary": "SUSE Bug 1262232",
"url": "https://bugzilla.suse.com/1262232"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14813 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14813/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0636 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0636/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3505 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3505/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-5588 page",
"url": "https://www.suse.com/security/cve/CVE-2026-5588/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-5598 page",
"url": "https://www.suse.com/security/cve/CVE-2026-5598/"
}
],
"title": "Security update for bouncycastle",
"tracking": {
"current_release_date": "2026-04-28T11:10:37Z",
"generator": {
"date": "2026-04-28T11:10:37Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1639-1",
"initial_release_date": "2026-04-28T11:10:37Z",
"revision_history": [
{
"date": "2026-04-28T11:10:37Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "bouncycastle-1.84-150200.3.35.1.noarch",
"product": {
"name": "bouncycastle-1.84-150200.3.35.1.noarch",
"product_id": "bouncycastle-1.84-150200.3.35.1.noarch"
}
},
{
"category": "product_version",
"name": "bouncycastle-javadoc-1.84-150200.3.35.1.noarch",
"product": {
"name": "bouncycastle-javadoc-1.84-150200.3.35.1.noarch",
"product_id": "bouncycastle-javadoc-1.84-150200.3.35.1.noarch"
}
},
{
"category": "product_version",
"name": "bouncycastle-jmail-1.84-150200.3.35.1.noarch",
"product": {
"name": "bouncycastle-jmail-1.84-150200.3.35.1.noarch",
"product_id": "bouncycastle-jmail-1.84-150200.3.35.1.noarch"
}
},
{
"category": "product_version",
"name": "bouncycastle-mail-1.84-150200.3.35.1.noarch",
"product": {
"name": "bouncycastle-mail-1.84-150200.3.35.1.noarch",
"product_id": "bouncycastle-mail-1.84-150200.3.35.1.noarch"
}
},
{
"category": "product_version",
"name": "bouncycastle-pg-1.84-150200.3.35.1.noarch",
"product": {
"name": "bouncycastle-pg-1.84-150200.3.35.1.noarch",
"product_id": "bouncycastle-pg-1.84-150200.3.35.1.noarch"
}
},
{
"category": "product_version",
"name": "bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"product": {
"name": "bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"product_id": "bouncycastle-pkix-1.84-150200.3.35.1.noarch"
}
},
{
"category": "product_version",
"name": "bouncycastle-tls-1.84-150200.3.35.1.noarch",
"product": {
"name": "bouncycastle-tls-1.84-150200.3.35.1.noarch",
"product_id": "bouncycastle-tls-1.84-150200.3.35.1.noarch"
}
},
{
"category": "product_version",
"name": "bouncycastle-util-1.84-150200.3.35.1.noarch",
"product": {
"name": "bouncycastle-util-1.84-150200.3.35.1.noarch",
"product_id": "bouncycastle-util-1.84-150200.3.35.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pg-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pg-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pkix-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-util-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-util-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pg-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pg-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pkix-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-util-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-util-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pg-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pg-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pkix-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-util-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-util-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pg-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pg-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pkix-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-util-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-util-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pg-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pg-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pkix-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-util-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-util-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pg-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pg-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pkix-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-util-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-util-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pg-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pg-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pkix-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-util-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-util-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pg-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pg-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pkix-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-util-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-util-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pg-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pg-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pkix-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-util-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-util-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pg-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pg-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pkix-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-util-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-util-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pg-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pg-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-pkix-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bouncycastle-util-1.84-150200.3.35.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
},
"product_reference": "bouncycastle-util-1.84-150200.3.35.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14813",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14813"
}
],
"notes": [
{
"category": "general",
"text": "Use of a Broken or Risky Cryptographic Algorithm vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcprov on all (core modules). This vulnerability is associated with program files G3413CTRBlockCipher.\n\nGOSTCTR implementation unable to process more than 255 blocks correctly.\n\n\nThis issue affects BC-JAVA: from 1.59 before 1.84.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14813",
"url": "https://www.suse.com/security/cve/CVE-2025-14813"
},
{
"category": "external",
"summary": "SUSE Bug 1262225 for CVE-2025-14813",
"url": "https://bugzilla.suse.com/1262225"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:10:37Z",
"details": "important"
}
],
"title": "CVE-2025-14813"
},
{
"cve": "CVE-2026-0636",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0636"
}
],
"notes": [
{
"category": "general",
"text": "Improper neutralization of special elements used in an LDAP query (\u0027LDAP injection\u0027) vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcprov on all (prov modules). This vulnerability is associated with program files LDAPStoreHelper.\n\nThis issue affects BC-JAVA: from 1.74 before 1.84.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0636",
"url": "https://www.suse.com/security/cve/CVE-2026-0636"
},
{
"category": "external",
"summary": "SUSE Bug 1262226 for CVE-2026-0636",
"url": "https://bugzilla.suse.com/1262226"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:10:37Z",
"details": "moderate"
}
],
"title": "CVE-2026-0636"
},
{
"cve": "CVE-2026-3505",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3505"
}
],
"notes": [
{
"category": "general",
"text": "Allocation of resources without limits or throttling, Uncontrolled Resource Consumption vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcpg on all (pg modules). This vulnerability is associated with program files AEADEncDataPacket.Java, BcAEADUtil.Java, JceAEADUtil.Java, OperatorHelper.Java.\n\nThis issue affects BC-JAVA: from 1.74 before 1.84.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3505",
"url": "https://www.suse.com/security/cve/CVE-2026-3505"
},
{
"category": "external",
"summary": "SUSE Bug 1262232 for CVE-2026-3505",
"url": "https://bugzilla.suse.com/1262232"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:10:37Z",
"details": "important"
}
],
"title": "CVE-2026-3505"
},
{
"cve": "CVE-2026-5588",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-5588"
}
],
"notes": [
{
"category": "general",
"text": "Use of a Broken or Risky Cryptographic Algorithm vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcpkix on all (pkix modules), Legion of the Bouncy Castle Inc. BCPKIX-FIPS bcpkix on All (pkix modules). This vulnerability is associated with program files JcaContentVerifierProviderBuilder.Java.\n\nThis issue affects BC-JAVA: from 1.67 before 1.84; BCPKIX-FIPS: from 2.0.6 before 2.0.11, from 2.1.7 before 2.1.11.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-5588",
"url": "https://www.suse.com/security/cve/CVE-2026-5588"
},
{
"category": "external",
"summary": "SUSE Bug 1262228 for CVE-2026-5588",
"url": "https://bugzilla.suse.com/1262228"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:10:37Z",
"details": "moderate"
}
],
"title": "CVE-2026-5588"
},
{
"cve": "CVE-2026-5598",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-5598"
}
],
"notes": [
{
"category": "general",
"text": "Covert timing channel vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA core on all (core modules). This vulnerability is associated with program files FrodoEngine.Java.\n\nThis issue affects BC-JAVA: from 1.71 before 1.84.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-5598",
"url": "https://www.suse.com/security/cve/CVE-2026-5598"
},
{
"category": "external",
"summary": "SUSE Bug 1262227 for CVE-2026-5598",
"url": "https://bugzilla.suse.com/1262227"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:bouncycastle-util-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pg-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-pkix-1.84-150200.3.35.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:bouncycastle-util-1.84-150200.3.35.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T11:10:37Z",
"details": "important"
}
],
"title": "CVE-2026-5598"
}
]
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…