Lucene search
+L

67327 matches found

CVE
CVE
added 2026/08/25 4:05 p.m.16 views

CVE-2026-13217

The Zephyr RTOS OCPP 1.6 client in subsys/net/lib/ocpp/ocpp.c contains a NULL-pointer dereference in ocpp_process_server_msg(). When parsing the uid field of a CALLRESULT message, atoi(strtok_r(uid, "-", &tmp)) is called without checking whether strtok_r() returned NULL. A malicious or compromise...

5.9CVSS5.8AI score0.00509EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 4:05 p.m.6 views

CVE-2026-13217 NULL-pointer dereference in Zephyr OCPP CALLRESULT parsing via unchecked strtok_r/atoi

The OCPP 1.6 client in subsys/net/lib/ocpp/ocpp.c reconstructs a session handle and PDU id from the uid field of a CALLRESULT message. In ocppprocessservermsg the code calls atoistrtokruid, "-", &tmp without checking the strtokr return value. When the server-supplied uid is empty or contains no -...

5.9CVSS6AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/25 3:36 p.m.8 views

CVE-2026-55371

A flaw was found in OpenEXR. A vulnerability in the exrattrsetbytes function allows an attacker to trigger a NULL pointer dereference by providing a positive hintlength with a NULL typehint. This can lead to a deterministic crash, resulting in a denial of service DoS, which makes the affected...

6.9CVSS4.9AI score0.00117EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/25 3:15 p.m.31 views

CVE-2023-54354 Nokogiri before 1.14.3 Null Pointer Dereference via libxml2

Nokogiri before 1.14.3 CRuby implementation only, when using the packaged libxml2 bundles libxml2 v2.10.3, which is vulnerable to NULL pointer dereferences in XML Schema processing xmlSchemaFixupComplexType, CVE-2023-28484, and xmlSchemaCheckCOSSTDerivedOK. An attacker who supplies a...

8.7CVSS0.0035EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/25 3:15 p.m.16 views

CVE-2023-54354

Nokogiri before 1.14.3 (CRuby implementation only, when using the packaged libxml2) bundles libxml2 v2.10.3 , which contains NULL pointer dereference vulnerabilities in XML Schema processing functions (xmlSchemaFixupComplexType and xmlSchemaCheckCOSSTDerivedOK ). An attacker supplying a crafted o...

8.7CVSS5.4AI score0.0035EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/08/25 3:15 p.m.5 views

EUVD-2023-60605

Nokogiri before 1.14.3 CRuby implementation only, when using the packaged libxml2 bundles libxml2 v2.10.3, which is vulnerable to NULL pointer dereferences in XML Schema processing xmlSchemaFixupComplexType, CVE-2023-28484, and xmlSchemaCheckCOSSTDerivedOK. An attacker who supplies a...

8.7CVSS5.4AI score0.0035EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/25 3:15 p.m.6 views

CVE-2023-54354 Nokogiri before 1.14.3 Null Pointer Dereference via libxml2

Nokogiri before 1.14.3 CRuby implementation only, when using the packaged libxml2 bundles libxml2 v2.10.3, which is vulnerable to NULL pointer dereferences in XML Schema processing xmlSchemaFixupComplexType, CVE-2023-28484, and xmlSchemaCheckCOSSTDerivedOK. An attacker who supplies a...

8.7CVSS5.4AI score0.0035EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/25 3:15 p.m.3 views

CVE-2023-54354 Nokogiri before 1.14.3 Null Pointer Dereference via libxml2

Nokogiri before 1.14.3 CRuby implementation only, when using the packaged libxml2 bundles libxml2 v2.10.3, which is vulnerable to NULL pointer dereferences in XML Schema processing xmlSchemaFixupComplexType, CVE-2023-28484, and xmlSchemaCheckCOSSTDerivedOK. An attacker who supplies a...

8.7CVSS5.6AI score
SaveExploits0References7
Snyk
Snyk
added 2026/08/25 2:39 p.m.9 views

NULL Pointer Dereference

Overview Affected versions of this package are vulnerable to NULL Pointer Dereference through checkcertusable in ssl/t1lib.c. An attacker can crash a server or client by negotiating RFC7250 raw public keys and sending the TLS signaturealgorithmscert extension to a peer configured with only a...

8.7CVSS5.9AI score0.00984EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/25 2:39 p.m.11 views

NULL Pointer Dereference

Overview Affected versions of this package are vulnerable to NULL Pointer Dereference due to insufficient type checking in osslcmpcalcprotection in crypto/cmp/cmpprotect.c. An attacker can crash a CMP server or client by sending a crafted PBM-protected message whose protectionAlg parameter uses t...

8.7CVSS6AI score0.0133EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 1:19 p.m.3 views

ALPINE-CVE-2026-63076

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS5.8AI score0.0133EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/25 1:19 p.m.4 views

AZL-97674 CVE-2026-63076 affecting package openssl-fips-provider 3.1.2-2

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS6AI score0.0133EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/25 1:19 p.m.7 views

AZL-97941 CVE-2026-63076 affecting package openssl 3.3.7-4

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS6AI score0.0133EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/25 1:19 p.m.9 views

CVE-2026-63076

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS0.0133EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/25 1:19 p.m.3 views

AZL-97887 CVE-2026-63076 affecting package edk2 20240524git3e722403cd16-18

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS6AI score0.0133EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/25 1:17 p.m.4 views

ALPINE-CVE-2026-14457

Issue summary: In a server or client configuration with RFC7250 Raw Public Keys RPKs enabled, and only the private key with no associated certificate configured locally, a NULL pointer dereference may occur when the remote peer solicits raw public keys and also sends the typically omitted...

7.5CVSS6AI score0.00984EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/25 1:17 p.m.8 views

CVE-2026-14457

Issue summary: In a server or client configuration with RFC7250 Raw Public Keys RPKs enabled, and only the private key with no associated certificate configured locally, a NULL pointer dereference may occur when the remote peer solicits raw public keys and also sends the typically omitted...

7.5CVSS0.00984EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/25 1:00 p.m.6 views

CVE-2026-63076

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS5.8AI score0.0133EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/25 1:00 p.m.6 views

EUVD-2026-65487

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS5.7AI score0.0133EPSS
SaveExploits0References6
AlpineLinux
AlpineLinux
added 2026/08/25 1:00 p.m.8 views

CVE-2026-63076

Issue summary: OpenSSL CMP password based protection verification only checks whether the protectionAlg parameter was not NULL and not its ASN.1 type, before treating it as a PBMParameter. A crafted message can contain a parameter of a different type, which is then dereferenced as an invalid...

7.5CVSS5.8AI score0.0133EPSS
SaveExploits0
Rows per page
Query Builder