Lucene search
+L

24897 matches found

AlpineLinux
AlpineLinux
added 2023/02/08 7:04 p.m.97 views

CVE-2022-4450

The function PEMreadbioex reads a PEM file from a BIO and parses and decodes the "name" e.g. "CERTIFICATE", any header data and the payload data. If the function succeeds then the "nameout", "header" and "data" arguments are populated with pointers to buffers containing the relevant decoded data...

7.5CVSS8.2AI score0.20444EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2023/02/08 7:04 p.m.5 views

CVE-2022-4450 Double free after calling PEM_read_bio_ex

The function PEMreadbioex reads a PEM file from a BIO and parses and decodes the "name" e.g. "CERTIFICATE", any header data and the payload data. If the function succeeds then the "nameout", "header" and "data" arguments are populated with pointers to buffers containing the relevant decoded data...

7.8AI score0.20444EPSS
SaveExploits0References4
AlpineLinux
AlpineLinux
added 2023/02/08 7:03 p.m.64 views

CVE-2023-0215

The public API function BIOnewNDEF 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...

7.5CVSS8.1AI score0.04494EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2023/02/08 7:03 p.m.4 views

CVE-2023-0215 Use-after-free following BIO_new_NDEF

The public API function BIOnewNDEF 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...

7.7AI score0.04494EPSS
SaveExploits0References8
CVE
CVE
added 2023/02/08 7:03 p.m.1007 views

CVE-2023-0215

CVE-2023-0215 describes a use-after-free in OpenSSL’s BIO_new_NDEF path used with SMIME/CMS/PKCS7 streaming. When a CMS recipient key is invalid, the filter BIO is freed but the caller’s BIO still holds pointers, allowing use-after-free on BIO_pop(); this can crash the process. Affected internal ...

7.5CVSS7.9AI score0.04494EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2023/02/08 7:03 p.m.40 views

CVE-2023-0215 Use-after-free following BIO_new_NDEF

The public API function BIOnewNDEF 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...

7.5CVSS6.8AI score
SaveExploits0References11
Cvelist
Cvelist
added 2023/02/08 7:03 p.m.53 views

CVE-2023-0215 Use-after-free following BIO_new_NDEF

The public API function BIOnewNDEF 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...

7.9AI score0.04494EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2023/02/08 7:03 p.m.99 views

CVE-2023-0215

The public API function BIOnewNDEF 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...

7.5CVSS7.2AI score0.04494EPSS
SaveExploits0
Cvelist
Cvelist
added 2023/02/08 7:03 p.m.55 views

CVE-2023-0216 Invalid pointer dereference in d2i_PKCS7 functions

An invalid pointer dereference on read can be triggered when an application tries to load malformed PKCS7 data with the d2iPKCS7, d2iPKCS7bio or d2iPKCS7fp functions. The result of the dereference is an application crash which could lead to a denial of service attack. The TLS implementation in...

7.6AI score0.01846EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2023/02/08 7:03 p.m.66 views

CVE-2023-0216

An invalid pointer dereference on read can be triggered when an application tries to load malformed PKCS7 data with the d2iPKCS7, d2iPKCS7bio or d2iPKCS7fp functions. The result of the dereference is an application crash which could lead to a denial of service attack. The TLS implementation in...

7.5CVSS6.9AI score0.01846EPSS
SaveExploits0
OSV
OSV
added 2023/02/08 7:03 p.m.30 views

CVE-2023-0216 Invalid pointer dereference in d2i_PKCS7 functions

An invalid pointer dereference on read can be triggered when an application tries to load malformed PKCS7 data with the d2iPKCS7, d2iPKCS7bio or d2iPKCS7fp functions. The result of the dereference is an application crash which could lead to a denial of service attack. The TLS implementation in...

7.5CVSS7.3AI score
SaveExploits0References6
CVE
CVE
added 2023/02/08 7:03 p.m.747 views

CVE-2023-0216

CVE-2023-0216 : OpenSSL contains an invalid pointer dereference on read when an application loads malformed PKCS7 data via d2i_PKCS7(), d2i_PKCS7_bio(), or d2i_PKCS7_fp(). This can cause an application crash and potentially a denial of service. The description notes that the TLS implementation it...

7.5CVSS7.6AI score0.01846EPSS
SaveExploits0References4Affected Software1
AlpineLinux
AlpineLinux
added 2023/02/08 7:03 p.m.52 views

CVE-2023-0216

An invalid pointer dereference on read can be triggered when an application tries to load malformed PKCS7 data with the d2iPKCS7, d2iPKCS7bio or d2iPKCS7fp functions. The result of the dereference is an application crash which could lead to a denial of service attack. The TLS implementation in...

7.5CVSS7.8AI score0.01846EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2023/02/08 7:02 p.m.7 views

CVE-2023-0217 NULL dereference validating DSA public key

An invalid pointer dereference on read can be triggered when an application tries to check a malformed DSA public key by the EVPPKEYpubliccheck function. This will most likely lead to an application crash. This function can be called on public keys supplied from untrusted sources which could allo...

6.9AI score0.01846EPSS
SaveExploits0References3
CVE
CVE
added 2023/02/08 7:02 p.m.717 views

CVE-2023-0217

CVE-2023-0217 is an OpenSSL vulnerability: an invalid pointer dereference on read when validating a malformed DSA public key via EVP_PKEY_public_check(), likely crashing the application and enabling denial of service. Affected context in connected documents confirms OpenSSL-related advisories and...

7.5CVSS7.5AI score0.01846EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2023/02/08 7:02 p.m.66 views

CVE-2023-0217

An invalid pointer dereference on read can be triggered when an application tries to check a malformed DSA public key by the EVPPKEYpubliccheck function. This will most likely lead to an application crash. This function can be called on public keys supplied from untrusted sources which could allo...

7.5CVSS6.8AI score0.01846EPSS
SaveExploits0
OSV
OSV
added 2023/02/08 7:02 p.m.27 views

CVE-2023-0217 NULL dereference validating DSA public key

An invalid pointer dereference on read can be triggered when an application tries to check a malformed DSA public key by the EVPPKEYpubliccheck function. This will most likely lead to an application crash. This function can be called on public keys supplied from untrusted sources which could allo...

7.5CVSS7.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2023/02/08 7:01 p.m.251 views

CVE-2023-0286 X.400 address type confusion in X.509 GeneralName

There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1STRING but the public structure definition for GENERALNAME incorrectly specified the type of the x400Address field as ASN1TYPE. This field is subsequentl...

7.7AI score0.59501EPSS
SaveExploits0References7
CVE
CVE
added 2023/02/08 7:01 p.m.1438 views

CVE-2023-0286

CVE-2023-0286 is a type-confusion bug in OpenSSL related to X.400 address processing inside X.509 GeneralName. The public GENERAL_NAME.x400Address was defined as ASN1_TYPE instead of ASN1_STRING, causing GeneralName_cmp to treat it as a pointer, which under CRL_CHECK can allow an attacker to pass...

7.4CVSS7.7AI score0.59501EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2023/02/08 7:01 p.m.41 views

CVE-2023-0286 X.400 address type confusion in X.509 GeneralName

There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1STRING but the public structure definition for GENERALNAME incorrectly specified the type of the x400Address field as ASN1TYPE. This field is subsequentl...

7.4CVSS7AI score
SaveExploits0References10
Rows per page
Query Builder