Логотип exploitDog
bind:"CVE-2023-0215" OR bind:"CVE-2023-0286" OR bind:"CVE-2022-4450" OR bind:"CVE-2022-4304"
Консоль
Логотип exploitDog

exploitDog

bind:"CVE-2023-0215" OR bind:"CVE-2023-0286" OR bind:"CVE-2022-4450" OR bind:"CVE-2022-4304"

Количество 75

Количество 75

suse-cvrf логотип

SUSE-SU-2023:0307-1

почти 3 года назад

Security update for openssl1

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2023:0306-1

почти 3 года назад

Security update for openssl-1_0_0

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2023:0305-2

почти 3 года назад

Security update for openssl-1_0_0

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2023:0305-1

почти 3 года назад

Security update for openssl-1_0_0

EPSS: Низкий
fstec логотип

BDU:2023-00675

около 3 лет назад

Уязвимость функции BIO_new_NDEF() библиотеки OpenSSL, позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 6.3
EPSS: Низкий
ubuntu логотип

CVE-2023-0215

почти 3 года назад

The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions, for example if a CMS recipient public key is invalid, the new filter BIO is freed and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO then a use-after-free will occur. This will most likely result in a crash. This scenario occurs directly in the internal function B64_write_ASN1() which may caus...

CVSS3: 7.5
EPSS: Низкий
redhat логотип

CVE-2023-0215

почти 3 года назад

The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions, for example if a CMS recipient public key is invalid, the new filter BIO is freed and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO then a use-after-free will occur. This will most likely result in a crash. This scenario occurs directly in the internal function B64_write_ASN1() which may caus...

CVSS3: 7.5
EPSS: Низкий
nvd логотип

CVE-2023-0215

почти 3 года назад

The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions, for example if a CMS recipient public key is invalid, the new filter BIO is freed and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO then a use-after-free will occur. This will most likely result in a crash. This scenario occurs directly in the internal function B64_write_ASN1() which may cau

CVSS3: 7.5
EPSS: Низкий
msrc логотип

CVE-2023-0215

почти 3 года назад

Use-after-free following BIO_new_NDEF

CVSS3: 7.5
EPSS: Низкий
debian логотип

CVE-2023-0215

почти 3 года назад

The public API function BIO_new_NDEF is a helper function used for str ...

CVSS3: 7.5
EPSS: Низкий
github логотип

GHSA-r7jw-wp68-3xch

почти 3 года назад

openssl-src vulnerable to Use-after-free following `BIO_new_NDEF`

CVSS3: 7.5
EPSS: Низкий
redos логотип

ROS-20230418-05

больше 2 лет назад

Множественные уязвимости OpenSSL

CVSS3: 7.5
EPSS: Низкий
ubuntu логотип

CVE-2023-0286

почти 3 года назад

There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect ...

CVSS3: 7.4
EPSS: Высокий
redhat логотип

CVE-2023-0286

почти 3 года назад

There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect ...

CVSS3: 7.4
EPSS: Высокий
nvd логотип

CVE-2023-0286

почти 3 года назад

There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect ap

CVSS3: 7.4
EPSS: Высокий
msrc логотип

CVE-2023-0286

почти 3 года назад

X.400 address type confusion in X.509 GeneralName

CVSS3: 7.4
EPSS: Высокий
debian логотип

CVE-2023-0286

почти 3 года назад

There is a type confusion vulnerability relating to X.400 address proc ...

CVSS3: 7.4
EPSS: Высокий
suse-cvrf логотип

SUSE-SU-2023:0482-1

почти 3 года назад

Security update for openssl-1_1-livepatches

EPSS: Высокий
rocky логотип

RLSA-2025:7937

2 месяца назад

Important: compat-openssl11 security update

EPSS: Высокий
rocky логотип

RLSA-2025:7895

5 месяцев назад

Important: compat-openssl10 security update

EPSS: Высокий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
suse-cvrf логотип
SUSE-SU-2023:0307-1

Security update for openssl1

почти 3 года назад
suse-cvrf логотип
SUSE-SU-2023:0306-1

Security update for openssl-1_0_0

почти 3 года назад
suse-cvrf логотип
SUSE-SU-2023:0305-2

Security update for openssl-1_0_0

почти 3 года назад
suse-cvrf логотип
SUSE-SU-2023:0305-1

Security update for openssl-1_0_0

почти 3 года назад
fstec логотип
BDU:2023-00675

Уязвимость функции BIO_new_NDEF() библиотеки OpenSSL, позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 6.3
1%
Низкий
около 3 лет назад
ubuntu логотип
CVE-2023-0215

The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions, for example if a CMS recipient public key is invalid, the new filter BIO is freed and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO then a use-after-free will occur. This will most likely result in a crash. This scenario occurs directly in the internal function B64_write_ASN1() which may caus...

CVSS3: 7.5
1%
Низкий
почти 3 года назад
redhat логотип
CVE-2023-0215

The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions, for example if a CMS recipient public key is invalid, the new filter BIO is freed and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO then a use-after-free will occur. This will most likely result in a crash. This scenario occurs directly in the internal function B64_write_ASN1() which may caus...

CVSS3: 7.5
1%
Низкий
почти 3 года назад
nvd логотип
CVE-2023-0215

The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions, for example if a CMS recipient public key is invalid, the new filter BIO is freed and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO then a use-after-free will occur. This will most likely result in a crash. This scenario occurs directly in the internal function B64_write_ASN1() which may cau

CVSS3: 7.5
1%
Низкий
почти 3 года назад
msrc логотип
CVE-2023-0215

Use-after-free following BIO_new_NDEF

CVSS3: 7.5
1%
Низкий
почти 3 года назад
debian логотип
CVE-2023-0215

The public API function BIO_new_NDEF is a helper function used for str ...

CVSS3: 7.5
1%
Низкий
почти 3 года назад
github логотип
GHSA-r7jw-wp68-3xch

openssl-src vulnerable to Use-after-free following `BIO_new_NDEF`

CVSS3: 7.5
1%
Низкий
почти 3 года назад
redos логотип
ROS-20230418-05

Множественные уязвимости OpenSSL

CVSS3: 7.5
больше 2 лет назад
ubuntu логотип
CVE-2023-0286

There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect ...

CVSS3: 7.4
88%
Высокий
почти 3 года назад
redhat логотип
CVE-2023-0286

There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect ...

CVSS3: 7.4
88%
Высокий
почти 3 года назад
nvd логотип
CVE-2023-0286

There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect ap

CVSS3: 7.4
88%
Высокий
почти 3 года назад
msrc логотип
CVE-2023-0286

X.400 address type confusion in X.509 GeneralName

CVSS3: 7.4
88%
Высокий
почти 3 года назад
debian логотип
CVE-2023-0286

There is a type confusion vulnerability relating to X.400 address proc ...

CVSS3: 7.4
88%
Высокий
почти 3 года назад
suse-cvrf логотип
SUSE-SU-2023:0482-1

Security update for openssl-1_1-livepatches

88%
Высокий
почти 3 года назад
rocky логотип
RLSA-2025:7937

Important: compat-openssl11 security update

88%
Высокий
2 месяца назад
rocky логотип
RLSA-2025:7895

Important: compat-openssl10 security update

88%
Высокий
5 месяцев назад

Уязвимостей на страницу