diff --git a/newsflash.md b/newsflash.md index 0dc33a2..90d0588 100644 --- a/newsflash.md +++ b/newsflash.md @@ -1,3 +1,5 @@ +This file is obsolete. It is kept here just for the history of news entries. + | Date | Title | | ----------- | ----- | | 22-May-2025 | [Security Advisory](/news/secadv/20250522.txt): one low severity fix. | diff --git a/secadv/20260127.txt b/secadv/20260127.txt new file mode 100644 index 0000000..78b3330 --- /dev/null +++ b/secadv/20260127.txt @@ -0,0 +1,493 @@ +OpenSSL Security Advisory [27th January 2026] +============================================= + +Improper validation of PBMAC1 parameters in PKCS#12 MAC verification (CVE-2025-11187) +===================================================================================== + +Severity: Moderate + +Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation +which can trigger a stack-based buffer overflow, invalid pointer or NULL +pointer dereference during MAC verification. + +Impact summary: The stack buffer overflow or NULL pointer dereference may +cause a crash leading to Denial of Service for an application that parses +untrusted PKCS#12 files. The buffer overflow may also potentially enable +code execution depending on platform mitigations. + +When verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2 +salt and keylength parameters from the file are used without validation. +If the value of keylength exceeds the size of the fixed stack buffer used +for the derived key (64 bytes), the key derivation will overflow the buffer. +The overflow length is attacker-controlled. Also, if the salt parameter is +not an OCTET STRING type this can lead to invalid or NULL pointer +dereference. + +Exploiting this issue requires a user or application to process +a maliciously crafted PKCS#12 file. It is uncommon to accept untrusted +PKCS#12 files in applications as they are usually used to store private +keys which are trusted by definition. For this reason the issue was assessed +as Moderate severity. + +The FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as +PKCS#12 processing is outside the OpenSSL FIPS module boundary. + +OpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue. + +OpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do +not support PBMAC1 in PKCS#12. + +OpenSSL 3.6 users should upgrade to OpenSSL 3.6.1. + +OpenSSL 3.5 users should upgrade to OpenSSL 3.5.5. + +OpenSSL 3.4 users should upgrade to OpenSSL 3.4.4. + +This issue was reported on 11th September 2025 by Stanislav Fort +(Aisle Research) with a follow up report on 21st November 2025 by +Stanislav Fort and Petr Šimeček (Aisle Research). +It was also independently reported on 14th October 2025 by Hamza +(Metadust). +The fix was developed by Tomas Mraz. + +Stack buffer overflow in CMS AuthEnvelopedData parsing (CVE-2025-15467) +======================================================================= + +Severity: High + +Issue summary: Parsing CMS AuthEnvelopedData message with maliciously +crafted AEAD parameters can trigger a stack buffer overflow. + +Impact summary: A stack buffer overflow may lead to a crash, causing Denial +of Service, or potentially remote code execution. + +When parsing CMS AuthEnvelopedData structures that use AEAD ciphers such as +AES-GCM, the IV (Initialization Vector) encoded in the ASN.1 parameters is +copied into a fixed-size stack buffer without verifying that its length fits +the destination. An attacker can supply a crafted CMS message with an +oversized IV, causing a stack-based out-of-bounds write before any +authentication or tag verification occurs. + +Applications and services that parse untrusted CMS or PKCS#7 content using +AEAD ciphers (e.g., S/MIME AuthEnvelopedData with AES-GCM) are vulnerable. +Because the overflow occurs prior to authentication, no valid key material +is required to trigger it. While exploitability to remote code execution +depends on platform and toolchain mitigations, the stack-based write +primitive represents a severe risk. + +The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this +issue, as the CMS implementation is outside the OpenSSL FIPS module +boundary. + +OpenSSL 3.6, 3.5, 3.4, 3.3 and 3.0 are vulnerable to this issue. + +OpenSSL 1.1.1 and 1.0.2 are not affected by this issue. + +OpenSSL 3.6 users should upgrade to OpenSSL 3.6.1. + +OpenSSL 3.5 users should upgrade to OpenSSL 3.5.5. + +OpenSSL 3.4 users should upgrade to OpenSSL 3.4.4. + +OpenSSL 3.3 users should upgrade to OpenSSL 3.3.6. + +OpenSSL 3.0 users should upgrade to OpenSSL 3.0.19. + +This issue was reported on 14th December 2025 by Stanislav Fort (Aisle +Research). The fix was developed by Igor Ustinov. + +NULL dereference in SSL_CIPHER_find() function on unknown cipher ID (CVE-2025-15468) +==================================================================================== + +Severity: Low + +Issue summary: If an application using the SSL_CIPHER_find() function in +a QUIC protocol client or server receives an unknown cipher suite from +the peer, a NULL dereference occurs. + +Impact summary: A NULL pointer dereference leads to abnormal termination of +the running process causing Denial of Service. + +Some applications call SSL_CIPHER_find() from the client_hello_cb callback +on the cipher ID received from the peer. If this is done with an SSL object +implementing the QUIC protocol, NULL pointer dereference will happen if +the examined cipher ID is unknown or unsupported. + +As it is not very common to call this function in applications using the QUIC +protocol and the worst outcome is Denial of Service, the issue was assessed +as Low severity. + +The vulnerable code was introduced in the 3.2 version with the addition +of the QUIC protocol support. + +The FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue, +as the QUIC implementation is outside the OpenSSL FIPS module boundary. + +OpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue. + +OpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue. + +OpenSSL 3.6 users should upgrade to OpenSSL 3.6.1. + +OpenSSL 3.5 users should upgrade to OpenSSL 3.5.5. + +OpenSSL 3.4 users should upgrade to OpenSSL 3.4.4. + +OpenSSL 3.3 users should upgrade to OpenSSL 3.3.6. + +This issue was reported on 13th December 2025 by Stanislav Fort (Aisle Research). +The fix was developed by Stanislav Fort (Aisle Research). + +"openssl dgst" one-shot codepath silently truncates inputs >16MB (CVE-2025-15469) +================================================================================= + +Severity: Low + +Issue summary: The "openssl dgst" command-line tool silently truncates input +data to 16MB when using one-shot signing algorithms and reports success instead +of an error. + +Impact summary: A user signing or verifying files larger than 16MB with +one-shot algorithms (such as Ed25519, Ed448, or ML-DSA) may believe the entire +file is authenticated while trailing data beyond 16MB remains unauthenticated. + +When the "openssl dgst" command is used with algorithms that only support +one-shot signing (Ed25519, Ed448, ML-DSA-44, ML-DSA-65, ML-DSA-87), the input +is buffered with a 16MB limit. If the input exceeds this limit, the tool +silently truncates to the first 16MB and continues without signaling an error, +contrary to what the documentation states. This creates an integrity gap where +trailing bytes can be modified without detection if both signing and +verification are performed using the same affected codepath. + +The issue affects only the command-line tool behavior. Verifiers that process +the full message using library APIs will reject the signature, so the risk +primarily affects workflows that both sign and verify with the affected +"openssl dgst" command. Streaming digest algorithms for "openssl dgst" and +library users are unaffected. + +The FIPS modules in 3.5 and 3.6 are not affected by this issue, as the +command-line tools are outside the OpenSSL FIPS module boundary. + +OpenSSL 3.5 and 3.6 are vulnerable to this issue. + +OpenSSL 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue. + +OpenSSL 3.6 users should upgrade to OpenSSL 3.6.1. + +OpenSSL 3.5 users should upgrade to OpenSSL 3.5.5. + +This issue was reported on 13th December 2025 by Stanislav Fort (Aisle +Research). The fix was developed by Viktor Dukhovni. + +TLS 1.3 CompressedCertificate excessive memory allocation (CVE-2025-66199) +========================================================================== + +Severity: Low + +Issue summary: A TLS 1.3 connection using certificate compression can be +forced to allocate a large buffer before decompression without checking +against the configured certificate size limit. + +Impact summary: An attacker can cause per-connection memory allocations of +up to approximately 22 MiB and extra CPU work, potentially leading to +service degradation or resource exhaustion (Denial of Service). + +In affected configurations, the peer-supplied uncompressed certificate +length from a CompressedCertificate message is used to grow a heap buffer +prior to decompression. This length is not bounded by the max_cert_list +setting, which otherwise constrains certificate message sizes. An attacker +can exploit this to cause large per-connection allocations followed by +handshake failure. No memory corruption or information disclosure occurs. + +This issue only affects builds where TLS 1.3 certificate compression is +compiled in (i.e., not OPENSSL_NO_COMP_ALG) and at least one compression +algorithm (brotli, zlib, or zstd) is available, and where the compression +extension is negotiated. Both clients receiving a server CompressedCertificate +and servers in mutual TLS scenarios receiving a client CompressedCertificate +are affected. Servers that do not request client certificates are not +vulnerable to client-initiated attacks. + +Users can mitigate this issue by setting SSL_OP_NO_RX_CERTIFICATE_COMPRESSION +to disable receiving compressed certificates. + +The FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue, +as the TLS implementation is outside the OpenSSL FIPS module boundary. + +OpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue. + +OpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue. + +OpenSSL 3.6 users should upgrade to OpenSSL 3.6.1. + +OpenSSL 3.5 users should upgrade to OpenSSL 3.5.5. + +OpenSSL 3.4 users should upgrade to OpenSSL 3.4.4. + +OpenSSL 3.3 users should upgrade to OpenSSL 3.3.6. + +This issue was reported on 8th November 2025 by Tomas Dulka (Aisle Research) +and Stanislav Fort (Aisle Research). The fix was developed by Tomas Dulka +(Aisle Research) and Stanislav Fort (Aisle Research). + +Heap out-of-bounds write in BIO_f_linebuffer on short writes (CVE-2025-68160) +============================================================================== + +Severity: Low + +Issue summary: Writing large, newline-free data into a BIO chain using the +line-buffering filter where the next BIO performs short writes can trigger +a heap-based out-of-bounds write. + +Impact summary: This out-of-bounds write can cause memory corruption which +typically results in a crash, leading to Denial of Service for an application. + +The line-buffering BIO filter (BIO_f_linebuffer) is not used by default in +TLS/SSL data paths. In OpenSSL command-line applications, it is typically +only pushed onto stdout/stderr on VMS systems. Third-party applications that +explicitly use this filter with a BIO chain that can short-write and that +write large, newline-free data influenced by an attacker would be affected. +However, the circumstances where this could happen are unlikely to be under +attacker control, and BIO_f_linebuffer is unlikely to be handling non-curated +data controlled by an attacker. For that reason the issue was assessed as +Low severity. + +The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, +as the BIO implementation is outside the OpenSSL FIPS module boundary. + +OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue. + +OpenSSL 3.6 users should upgrade to OpenSSL 3.6.1. + +OpenSSL 3.5 users should upgrade to OpenSSL 3.5.5. + +OpenSSL 3.4 users should upgrade to OpenSSL 3.4.4. + +OpenSSL 3.3 users should upgrade to OpenSSL 3.3.6. + +OpenSSL 3.0 users should upgrade to OpenSSL 3.0.19. + +OpenSSL 1.1.1 users should upgrade to OpenSSL 1.1.1ze +(premium support customers only). + +OpenSSL 1.0.2 users should upgrade to OpenSSL 1.0.2zn +(premium support customers only). + +This issue was reported on 1st December 2025 by Petr Simecek (Aisle Research) +and Stanislav Fort (Aisle Research). The fix was developed by Stanislav Fort +(Aisle Research) and Neil Horman. + +Unauthenticated/unencrypted trailing bytes with low-level OCB function calls (CVE-2025-69418) +============================================================================================= + +Severity: Low + +Issue summary: When using the low-level OCB API directly with AES-NI or +other hardware-accelerated code paths, inputs whose length is not a multiple +of 16 bytes can leave the final partial block unencrypted and unauthenticated. + +Impact summary: The trailing 1-15 bytes of a message may be exposed in +cleartext on encryption and are not covered by the authentication tag, +allowing an attacker to read or tamper with those bytes without detection. + +The low-level OCB encrypt and decrypt routines in the hardware-accelerated +stream path process full 16-byte blocks but do not advance the input/output +pointers. The subsequent tail-handling code then operates on the original +base pointers, effectively reprocessing the beginning of the buffer while +leaving the actual trailing bytes unprocessed. The authentication checksum +also excludes the true tail bytes. + +However, typical OpenSSL consumers using EVP are not affected because the +higher-level EVP and provider OCB implementations split inputs so that full +blocks and trailing partial blocks are processed in separate calls, avoiding +the problematic code path. Additionally, TLS does not use OCB ciphersuites. +The vulnerability only affects applications that call the low-level +CRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() functions directly with +non-block-aligned lengths in a single call on hardware-accelerated builds. +For these reasons the issue was assessed as Low severity. + +The FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected +by this issue, as OCB mode is not a FIPS-approved algorithm. + +OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue. + +OpenSSL 1.0.2 is not affected by this issue. + +OpenSSL 3.6 users should upgrade to OpenSSL 3.6.1. + +OpenSSL 3.5 users should upgrade to OpenSSL 3.5.5. + +OpenSSL 3.4 users should upgrade to OpenSSL 3.4.4. + +OpenSSL 3.3 users should upgrade to OpenSSL 3.3.6. + +OpenSSL 3.0 users should upgrade to OpenSSL 3.0.19. + +OpenSSL 1.1.1 users should upgrade to OpenSSL 1.1.1ze. +(premium support customers only). + +This issue was reported on 16th December 2025 by Stanislav Fort (Aisle Research). +The fix was developed by Stanislav Fort (Aisle Research). + +Out of bounds write in PKCS12_get_friendlyname() UTF-8 conversion (CVE-2025-69419) +================================================================================== + +Severity: Low + +Issue summary: Calling PKCS12_get_friendlyname() function on a maliciously +crafted PKCS#12 file with a BMPString (UTF-16BE) friendly name containing +non-ASCII BMP code point can trigger a one byte write before the allocated +buffer. + +Impact summary: The out-of-bounds write can cause a memory corruption +which can have various consequences including a Denial of Service. + +The OPENSSL_uni2utf8() function performs a two-pass conversion of a PKCS#12 +BMPString (UTF-16BE) to UTF-8. In the second pass, when emitting UTF-8 bytes, +the helper function bmp_to_utf8() incorrectly forwards the remaining UTF-16 +source byte count as the destination buffer capacity to UTF8_putc(). For BMP +code points above U+07FF, UTF-8 requires three bytes, but the forwarded +capacity can be just two bytes. UTF8_putc() then returns -1, and this negative +value is added to the output length without validation, causing the +length to become negative. The subsequent trailing NUL byte is then written +at a negative offset, causing write outside of heap allocated buffer. + +The vulnerability is reachable via the public PKCS12_get_friendlyname() API +when parsing attacker-controlled PKCS#12 files. While PKCS12_parse() uses a +different code path that avoids this issue, PKCS12_get_friendlyname() directly +invokes the vulnerable function. Exploitation requires an attacker to provide +a malicious PKCS#12 file to be parsed by the application and the attacker +can just trigger a one zero byte write before the allocated buffer. +For that reason the issue was assessed as Low severity according to our +Security Policy. + +The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, +as the PKCS#12 implementation is outside the OpenSSL FIPS module boundary. + +OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue. + +OpenSSL 1.0.2 is not affected by this issue. + +OpenSSL 3.6 users should upgrade to OpenSSL 3.6.1. + +OpenSSL 3.5 users should upgrade to OpenSSL 3.5.5. + +OpenSSL 3.4 users should upgrade to OpenSSL 3.4.4. + +OpenSSL 3.3 users should upgrade to OpenSSL 3.3.6. + +OpenSSL 3.0 users should upgrade to OpenSSL 3.0.19. + +OpenSSL 1.1.1 users should upgrade to OpenSSL 1.1.1ze +(premium support customers only). + +This issue was reported on 16th December 2025 by Stanislav Fort (Aisle Research). +The fix was developed by Norbert Pocs. + +Missing ASN1_TYPE validation in TS_RESP_verify_response() function (CVE-2025-69420) +=================================================================================== + +Severity: Low + +Issue summary: A type confusion vulnerability exists in the TimeStamp Response +verification code where an ASN1_TYPE union member is accessed without first +validating the type, causing an invalid or NULL pointer dereference when +processing a malformed TimeStamp Response file. + +Impact summary: An application calling TS_RESP_verify_response() with a +malformed TimeStamp Response can be caused to dereference an invalid or +NULL pointer when reading, resulting in a Denial of Service. + +The functions ossl_ess_get_signing_cert() and ossl_ess_get_signing_cert_v2() +access the signing cert attribute value without validating its type. +When the type is not V_ASN1_SEQUENCE, this results in accessing invalid memory +through the ASN1_TYPE union, causing a crash. + +Exploiting this vulnerability requires an attacker to provide a malformed +TimeStamp Response to an application that verifies timestamp responses. The +TimeStamp protocol (RFC 3161) is not widely used and the impact of the +exploit is just a Denial of Service. For these reasons the issue was +assessed as Low severity. + +The FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, +as the TimeStamp Response implementation is outside the OpenSSL FIPS module +boundary. + +OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue. + +OpenSSL 1.0.2 is not affected by this issue. + +OpenSSL 3.6 users should upgrade to OpenSSL 3.6.1. + +OpenSSL 3.5 users should upgrade to OpenSSL 3.5.5. + +OpenSSL 3.4 users should upgrade to OpenSSL 3.4.4. + +OpenSSL 3.3 users should upgrade to OpenSSL 3.3.6. + +OpenSSL 3.0 users should upgrade to OpenSSL 3.0.19. + +OpenSSL 1.1.1 users should upgrade to OpenSSL 1.1.1ze. +(premium support customers only). + +This issue was reported on 16th December 2025 by Luigino Camastra (Aisle Research). +The fix was developed by Bob Beck. + +NULL Pointer Dereference in PKCS12_item_decrypt_d2i_ex function (CVE-2025-69421) +================================================================================ + +Severity: Low + +Issue summary: Processing a malformed PKCS#12 file can trigger a NULL pointer +dereference in the PKCS12_item_decrypt_d2i_ex() function. + +Impact summary: A NULL pointer dereference can trigger a crash which leads to +Denial of Service for an application processing PKCS#12 files. + +The PKCS12_item_decrypt_d2i_ex() function does not check whether the oct +parameter is NULL before dereferencing it. When called from +PKCS12_unpack_p7encdata() with a malformed PKCS#12 file, this parameter can +be NULL, causing a crash. The vulnerability is limited to Denial of Service +and cannot be escalated to achieve code execution or memory disclosure. + +Exploiting this issue requires an attacker to provide a malformed PKCS#12 file +to an application that processes it. For that reason the issue was assessed as +Low severity according to our Security Policy. + +The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, +as the PKCS#12 implementation is outside the OpenSSL FIPS module boundary. + +OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue. + +OpenSSL 3.6 users should upgrade to OpenSSL 3.6.1. + +OpenSSL 3.5 users should upgrade to OpenSSL 3.5.5. + +OpenSSL 3.4 users should upgrade to OpenSSL 3.4.4. + +OpenSSL 3.3 users should upgrade to OpenSSL 3.3.6. + +OpenSSL 3.0 users should upgrade to OpenSSL 3.0.19. + +OpenSSL 1.1.1 users should upgrade to OpenSSL 1.1.1ze +(premium support customers only). + +OpenSSL 1.0.2 users should upgrade to OpenSSL 1.0.2zn +(premium support customers only). + +This issue was reported on 21st December 2025 by Luigino Camastra (Aisle Research). +The fix was developed by Luigino Camastra (Aisle Research). + +General Advisory Notes +====================== + +URL for this Security Advisory: +https://openssl-library.org/news/secadv/20260127.txt + +Note: the online version of the advisory may be updated with additional details +over time. + +Only currently supported releases have been analysed. OpenSSL 3.1 and 3.2 are +out of support and have not been analysed. + +For details of OpenSSL severity classifications please see: +https://openssl-library.org/policies/general/security-policy/ diff --git a/secjson/CVE-2025-11187.json b/secjson/CVE-2025-11187.json new file mode 100644 index 0000000..d19f11e --- /dev/null +++ b/secjson/CVE-2025-11187.json @@ -0,0 +1,148 @@ +{ + "containers": { + "cna": { + "affected": [ + { + "defaultStatus": "unaffected", + "product": "OpenSSL", + "vendor": "OpenSSL", + "versions": [ + { + "lessThan": "3.6.1", + "status": "affected", + "version": "3.6.0", + "versionType": "semver" + }, + { + "lessThan": "3.5.5", + "status": "affected", + "version": "3.5.0", + "versionType": "semver" + }, + { + "lessThan": "3.4.4", + "status": "affected", + "version": "3.4.0", + "versionType": "semver" + } + ] + } + ], + "credits": [ + { + "lang": "en", + "type": "reporter", + "value": "Stanislav Fort (Aisle Research)" + }, + { + "lang": "en", + "type": "reporter", + "value": "Petr Šimeček (Aisle Research)" + }, + { + "lang": "en", + "type": "reporter", + "value": "Hamza (Metadust)" + }, + { + "lang": "en", + "type": "remediation developer", + "value": "Tomáš Mráz" + } + ], + "datePublic": "2026-01-27T14:00:00.000Z", + "descriptions": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation
which can trigger a stack-based buffer overflow, invalid pointer or NULL
pointer dereference during MAC verification.

Impact summary: The stack buffer overflow or NULL pointer dereference may
cause a crash leading to Denial of Service for an application that parses
untrusted PKCS#12 files. The buffer overflow may also potentially enable
code execution depending on platform mitigations.

When verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2
salt and keylength parameters from the file are used without validation.
If the value of keylength exceeds the size of the fixed stack buffer used
for the derived key (64 bytes), the key derivation will overflow the buffer.
The overflow length is attacker-controlled. Also, if the salt parameter is
not an OCTET STRING type this can lead to invalid or NULL pointer
dereference.

Exploiting this issue requires a user or application to process
a maliciously crafted PKCS#12 file. It is uncommon to accept untrusted
PKCS#12 files in applications as they are usually used to store private
keys which are trusted by definition. For this reason the issue was assessed
as Moderate severity.

The FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as
PKCS#12 processing is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.

OpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do
not support PBMAC1 in PKCS#12." + } + ], + "value": "Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation\nwhich can trigger a stack-based buffer overflow, invalid pointer or NULL\npointer dereference during MAC verification.\n\nImpact summary: The stack buffer overflow or NULL pointer dereference may\ncause a crash leading to Denial of Service for an application that parses\nuntrusted PKCS#12 files. The buffer overflow may also potentially enable\ncode execution depending on platform mitigations.\n\nWhen verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2\nsalt and keylength parameters from the file are used without validation.\nIf the value of keylength exceeds the size of the fixed stack buffer used\nfor the derived key (64 bytes), the key derivation will overflow the buffer.\nThe overflow length is attacker-controlled. Also, if the salt parameter is\nnot an OCTET STRING type this can lead to invalid or NULL pointer\ndereference.\n\nExploiting this issue requires a user or application to process\na maliciously crafted PKCS#12 file. It is uncommon to accept untrusted\nPKCS#12 files in applications as they are usually used to store private\nkeys which are trusted by definition. For this reason the issue was assessed\nas Moderate severity.\n\nThe FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as\nPKCS#12 processing is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.\n\nOpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do\nnot support PBMAC1 in PKCS#12." + } + ], + "metrics": [ + { + "format": "other", + "other": { + "content": { + "text": "Moderate" + }, + "type": "https://openssl-library.org/policies/general/security-policy/" + } + } + ], + "problemTypes": [ + { + "descriptions": [ + { + "cweId": "CWE-787", + "description": "CWE-787 Out-of-bounds Write", + "lang": "en", + "type": "CWE" + }, + { + "cweId": "CWE-476", + "description": "CWE-476 NULL Pointer Dereference", + "lang": "en", + "type": "CWE" + } + ] + } + ], + "providerMetadata": { + "orgId": "00000000-0000-4000-9000-000000000000", + "shortName": "openssl" + }, + "references": [ + { + "name": "OpenSSL Advisory", + "tags": [ + "vendor-advisory" + ], + "url": "https://openssl-library.org/news/secadv/20260127.txt" + }, + { + "name": "3.6.1 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/8caf359d6e46fb413e8f5f0df765d2e8a51df4e8" + }, + { + "name": "3.5.5 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/e1079bc17ed93ff16f6b86f33a2fe3336e78817e" + }, + { + "name": "3.4.4 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/205e3a55e16e4bd08c12fdbd3416ab829c0f6206" + } + ], + "source": { + "discovery": "UNKNOWN" + }, + "title": "Improper validation of PBMAC1 parameters in PKCS#12 MAC verification", + "x_generator": { + "engine": "Vulnogram 0.2.0" + } + } + }, + "cveMetadata": { + "assignerOrgId": "00000000-0000-4000-9000-000000000000", + "cveId": "CVE-2025-11187", + "requesterUserId": "00000000-0000-4000-9000-000000000000", + "serial": 1, + "state": "PUBLISHED" + }, + "dataType": "CVE_RECORD", + "dataVersion": "5.1" +} diff --git a/secjson/CVE-2025-15467.json b/secjson/CVE-2025-15467.json new file mode 100644 index 0000000..9f58135 --- /dev/null +++ b/secjson/CVE-2025-15467.json @@ -0,0 +1,158 @@ +{ + "containers": { + "cna": { + "affected": [ + { + "defaultStatus": "unaffected", + "product": "OpenSSL", + "vendor": "OpenSSL", + "versions": [ + { + "lessThan": "3.6.1", + "status": "affected", + "version": "3.6.0", + "versionType": "semver" + }, + { + "lessThan": "3.5.5", + "status": "affected", + "version": "3.5.0", + "versionType": "semver" + }, + { + "lessThan": "3.4.4", + "status": "affected", + "version": "3.4.0", + "versionType": "semver" + }, + { + "lessThan": "3.3.6", + "status": "affected", + "version": "3.3.0", + "versionType": "semver" + }, + { + "lessThan": "3.0.19", + "status": "affected", + "version": "3.0.0", + "versionType": "semver" + } + ] + } + ], + "credits": [ + { + "lang": "en", + "type": "reporter", + "value": "Stanislav Fort (Aisle Research)" + }, + { + "lang": "en", + "type": "remediation developer", + "value": "Igor Ustinov" + } + ], + "datePublic": "2026-01-27T14:00:00.000Z", + "descriptions": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "Issue summary: Parsing CMS AuthEnvelopedData message with maliciously
crafted AEAD parameters can trigger a stack buffer overflow.

Impact summary: A stack buffer overflow may lead to a crash, causing Denial
of Service, or potentially remote code execution.

When parsing CMS AuthEnvelopedData structures that use AEAD ciphers such as
AES-GCM, the IV (Initialization Vector) encoded in the ASN.1 parameters is
copied into a fixed-size stack buffer without verifying that its length fits
the destination. An attacker can supply a crafted CMS message with an
oversized IV, causing a stack-based out-of-bounds write before any
authentication or tag verification occurs.

Applications and services that parse untrusted CMS or PKCS#7 content using
AEAD ciphers (e.g., S/MIME AuthEnvelopedData with AES-GCM) are vulnerable.
Because the overflow occurs prior to authentication, no valid key material
is required to trigger it. While exploitability to remote code execution
depends on platform and toolchain mitigations, the stack-based write
primitive represents a severe risk.

The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this
issue, as the CMS implementation is outside the OpenSSL FIPS module
boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3 and 3.0 are vulnerable to this issue.

OpenSSL 1.1.1 and 1.0.2 are not affected by this issue." + } + ], + "value": "Issue summary: Parsing CMS AuthEnvelopedData message with maliciously\ncrafted AEAD parameters can trigger a stack buffer overflow.\n\nImpact summary: A stack buffer overflow may lead to a crash, causing Denial\nof Service, or potentially remote code execution.\n\nWhen parsing CMS AuthEnvelopedData structures that use AEAD ciphers such as\nAES-GCM, the IV (Initialization Vector) encoded in the ASN.1 parameters is\ncopied into a fixed-size stack buffer without verifying that its length fits\nthe destination. An attacker can supply a crafted CMS message with an\noversized IV, causing a stack-based out-of-bounds write before any\nauthentication or tag verification occurs.\n\nApplications and services that parse untrusted CMS or PKCS#7 content using\nAEAD ciphers (e.g., S/MIME AuthEnvelopedData with AES-GCM) are vulnerable.\nBecause the overflow occurs prior to authentication, no valid key material\nis required to trigger it. While exploitability to remote code execution\ndepends on platform and toolchain mitigations, the stack-based write\nprimitive represents a severe risk.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the CMS implementation is outside the OpenSSL FIPS module\nboundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3 and 3.0 are vulnerable to this issue.\n\nOpenSSL 1.1.1 and 1.0.2 are not affected by this issue." + } + ], + "metrics": [ + { + "format": "other", + "other": { + "content": { + "text": "High" + }, + "type": "https://openssl-library.org/policies/general/security-policy/" + } + } + ], + "problemTypes": [ + { + "descriptions": [ + { + "cweId": "CWE-787", + "description": "CWE-787 Out-of-bounds Write", + "lang": "en", + "type": "CWE" + } + ] + } + ], + "providerMetadata": { + "orgId": "00000000-0000-4000-9000-000000000000", + "shortName": "openssl" + }, + "references": [ + { + "name": "OpenSSL Advisory", + "tags": [ + "vendor-advisory" + ], + "url": "https://openssl-library.org/news/secadv/20260127.txt" + }, + { + "name": "3.6.1 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/2c8f0e5fa9b6ee5508a0349e4572ddb74db5a703" + }, + { + "name": "3.5.5 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/d0071a0799f20cc8101730145349ed4487c268dc" + }, + { + "name": "3.4.4 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/6ced0fe6b10faa560e410e3ee8d6c82f06c65ea3" + }, + { + "name": "3.3.6 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/5f26d4202f5b89664c5c3f3c62086276026ba9a9" + }, + { + "name": "3.0.19 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/ce39170276daec87f55c39dad1f629b56344429e" + } + ], + "source": { + "discovery": "UNKNOWN" + }, + "title": "Stack buffer overflow in CMS AuthEnvelopedData parsing", + "x_generator": { + "engine": "Vulnogram 0.2.0" + } + } + }, + "cveMetadata": { + "assignerOrgId": "00000000-0000-4000-9000-000000000000", + "cveId": "CVE-2025-15467", + "requesterUserId": "00000000-0000-4000-9000-000000000000", + "serial": 1, + "state": "PUBLISHED" + }, + "dataType": "CVE_RECORD", + "dataVersion": "5.1" +} diff --git a/secjson/CVE-2025-15468.json b/secjson/CVE-2025-15468.json new file mode 100644 index 0000000..9034f76 --- /dev/null +++ b/secjson/CVE-2025-15468.json @@ -0,0 +1,145 @@ +{ + "containers": { + "cna": { + "affected": [ + { + "defaultStatus": "unaffected", + "product": "OpenSSL", + "vendor": "OpenSSL", + "versions": [ + { + "lessThan": "3.6.1", + "status": "affected", + "version": "3.6.0", + "versionType": "semver" + }, + { + "lessThan": "3.5.5", + "status": "affected", + "version": "3.5.0", + "versionType": "semver" + }, + { + "lessThan": "3.4.4", + "status": "affected", + "version": "3.4.0", + "versionType": "semver" + }, + { + "lessThan": "3.3.6", + "status": "affected", + "version": "3.3.0", + "versionType": "semver" + } + ] + } + ], + "credits": [ + { + "lang": "en", + "type": "reporter", + "value": "Stanislav Fort (Aisle Research)" + }, + { + "lang": "en", + "type": "remediation developer", + "value": "Stanislav Fort (Aisle Research)" + } + ], + "datePublic": "2026-01-27T14:00:00.000Z", + "descriptions": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "Issue summary: If an application using the SSL_CIPHER_find() function in
a QUIC protocol client or server receives an unknown cipher suite from
the peer, a NULL dereference occurs.

Impact summary: A NULL pointer dereference leads to abnormal termination of
the running process causing Denial of Service.

Some applications call SSL_CIPHER_find() from the client_hello_cb callback
on the cipher ID received from the peer. If this is done with an SSL object
implementing the QUIC protocol, NULL pointer dereference will happen if
the examined cipher ID is unknown or unsupported.

As it is not very common to call this function in applications using the QUIC
protocol and the worst outcome is Denial of Service, the issue was assessed
as Low severity.

The vulnerable code was introduced in the 3.2 version with the addition
of the QUIC protocol support.

The FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue,
as the QUIC implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.

OpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue." + } + ], + "value": "Issue summary: If an application using the SSL_CIPHER_find() function in\na QUIC protocol client or server receives an unknown cipher suite from\nthe peer, a NULL dereference occurs.\n\nImpact summary: A NULL pointer dereference leads to abnormal termination of\nthe running process causing Denial of Service.\n\nSome applications call SSL_CIPHER_find() from the client_hello_cb callback\non the cipher ID received from the peer. If this is done with an SSL object\nimplementing the QUIC protocol, NULL pointer dereference will happen if\nthe examined cipher ID is unknown or unsupported.\n\nAs it is not very common to call this function in applications using the QUIC \nprotocol and the worst outcome is Denial of Service, the issue was assessed\nas Low severity.\n\nThe vulnerable code was introduced in the 3.2 version with the addition\nof the QUIC protocol support.\n\nThe FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue,\nas the QUIC implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.\n\nOpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue." + } + ], + "metrics": [ + { + "format": "other", + "other": { + "content": { + "text": "Low" + }, + "type": "https://openssl-library.org/policies/general/security-policy/" + } + } + ], + "problemTypes": [ + { + "descriptions": [ + { + "cweId": "CWE-476", + "description": "CWE-476 NULL Pointer Dereference", + "lang": "en", + "type": "CWE" + } + ] + } + ], + "providerMetadata": { + "orgId": "00000000-0000-4000-9000-000000000000", + "shortName": "openssl" + }, + "references": [ + { + "name": "OpenSSL Advisory", + "tags": [ + "vendor-advisory" + ], + "url": "https://openssl-library.org/news/secadv/20260127.txt" + }, + { + "name": "3.6.1 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/b2539639400288a4580fe2d76247541b976bade4" + }, + { + "name": "3.5.5 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/1f08e54bad32843044fe8a675948d65e3b4ece65" + }, + { + "name": "3.4.4 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/7c88376731c589ee5b36116c5a6e32d5ae5f7ae2" + }, + { + "name": "3.3.6 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/d75b309879631d45b972396ce4e5102559c64ac7" + } + ], + "source": { + "discovery": "UNKNOWN" + }, + "title": "NULL dereference in SSL_CIPHER_find() function on unknown cipher ID", + "x_generator": { + "engine": "Vulnogram 0.2.0" + } + } + }, + "cveMetadata": { + "assignerOrgId": "00000000-0000-4000-9000-000000000000", + "cveId": "CVE-2025-15468", + "requesterUserId": "00000000-0000-4000-9000-000000000000", + "serial": 1, + "state": "PUBLISHED" + }, + "dataType": "CVE_RECORD", + "dataVersion": "5.1" +} diff --git a/secjson/CVE-2025-15469.json b/secjson/CVE-2025-15469.json new file mode 100644 index 0000000..145cd0f --- /dev/null +++ b/secjson/CVE-2025-15469.json @@ -0,0 +1,119 @@ +{ + "containers": { + "cna": { + "affected": [ + { + "defaultStatus": "unaffected", + "product": "OpenSSL", + "vendor": "OpenSSL", + "versions": [ + { + "lessThan": "3.6.1", + "status": "affected", + "version": "3.6.0", + "versionType": "semver" + }, + { + "lessThan": "3.5.5", + "status": "affected", + "version": "3.5.0", + "versionType": "semver" + } + ] + } + ], + "credits": [ + { + "lang": "en", + "type": "reporter", + "value": "Stanislav Fort (Aisle Research)" + }, + { + "lang": "en", + "type": "remediation developer", + "value": "Viktor Dukhovni" + } + ], + "datePublic": "2026-01-27T14:00:00.000Z", + "descriptions": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "Issue summary: The 'openssl dgst' command-line tool silently truncates input
data to 16MB when using one-shot signing algorithms and reports success instead
of an error.

Impact summary: A user signing or verifying files larger than 16MB with
one-shot algorithms (such as Ed25519, Ed448, or ML-DSA) may believe the entire
file is authenticated while trailing data beyond 16MB remains unauthenticated.

When the 'openssl dgst' command is used with algorithms that only support
one-shot signing (Ed25519, Ed448, ML-DSA-44, ML-DSA-65, ML-DSA-87), the input
is buffered with a 16MB limit. If the input exceeds this limit, the tool
silently truncates to the first 16MB and continues without signaling an error,
contrary to what the documentation states. This creates an integrity gap where
trailing bytes can be modified without detection if both signing and
verification are performed using the same affected codepath.

The issue affects only the command-line tool behavior. Verifiers that process
the full message using library APIs will reject the signature, so the risk
primarily affects workflows that both sign and verify with the affected
'openssl dgst' command. Streaming digest algorithms for 'openssl dgst' and
library users are unaffected.

The FIPS modules in 3.5 and 3.6 are not affected by this issue, as the
command-line tools are outside the OpenSSL FIPS module boundary.

OpenSSL 3.5 and 3.6 are vulnerable to this issue.

OpenSSL 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue." + } + ], + "value": "Issue summary: The 'openssl dgst' command-line tool silently truncates input\ndata to 16MB when using one-shot signing algorithms and reports success instead\nof an error.\n\nImpact summary: A user signing or verifying files larger than 16MB with\none-shot algorithms (such as Ed25519, Ed448, or ML-DSA) may believe the entire\nfile is authenticated while trailing data beyond 16MB remains unauthenticated.\n\nWhen the 'openssl dgst' command is used with algorithms that only support\none-shot signing (Ed25519, Ed448, ML-DSA-44, ML-DSA-65, ML-DSA-87), the input\nis buffered with a 16MB limit. If the input exceeds this limit, the tool\nsilently truncates to the first 16MB and continues without signaling an error,\ncontrary to what the documentation states. This creates an integrity gap where\ntrailing bytes can be modified without detection if both signing and\nverification are performed using the same affected codepath.\n\nThe issue affects only the command-line tool behavior. Verifiers that process\nthe full message using library APIs will reject the signature, so the risk\nprimarily affects workflows that both sign and verify with the affected\n'openssl dgst' command. Streaming digest algorithms for 'openssl dgst' and\nlibrary users are unaffected.\n\nThe FIPS modules in 3.5 and 3.6 are not affected by this issue, as the\ncommand-line tools are outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.5 and 3.6 are vulnerable to this issue.\n\nOpenSSL 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue." + } + ], + "metrics": [ + { + "format": "other", + "other": { + "content": { + "text": "Low" + }, + "type": "https://openssl-library.org/policies/general/security-policy/" + } + } + ], + "problemTypes": [ + { + "descriptions": [ + { + "cweId": "CWE-347", + "description": "CWE-347 Improper Verification of Cryptographic Signature", + "lang": "en", + "type": "CWE" + } + ] + } + ], + "providerMetadata": { + "orgId": "00000000-0000-4000-9000-000000000000", + "shortName": "openssl" + }, + "references": [ + { + "name": "OpenSSL Advisory", + "tags": [ + "vendor-advisory" + ], + "url": "https://openssl-library.org/news/secadv/20260127.txt" + }, + { + "name": "3.6.1 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/310f305eb92ea8040d6b3cb75a5feeba8e6acf2f" + }, + { + "name": "3.5.5 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/a7936fa4bd23c906e1955a16a0a0ab39a4953a61" + } + ], + "source": { + "discovery": "UNKNOWN" + }, + "title": "'openssl dgst' one-shot codepath silently truncates inputs >16MB", + "x_generator": { + "engine": "Vulnogram 0.2.0" + } + } + }, + "cveMetadata": { + "assignerOrgId": "00000000-0000-4000-9000-000000000000", + "cveId": "CVE-2025-15469", + "requesterUserId": "00000000-0000-4000-9000-000000000000", + "serial": 1, + "state": "PUBLISHED" + }, + "dataType": "CVE_RECORD", + "dataVersion": "5.1" +} diff --git a/secjson/CVE-2025-66199.json b/secjson/CVE-2025-66199.json new file mode 100644 index 0000000..ad799ce --- /dev/null +++ b/secjson/CVE-2025-66199.json @@ -0,0 +1,155 @@ +{ + "containers": { + "cna": { + "affected": [ + { + "defaultStatus": "unaffected", + "product": "OpenSSL", + "vendor": "OpenSSL", + "versions": [ + { + "lessThan": "3.6.1", + "status": "affected", + "version": "3.6.0", + "versionType": "semver" + }, + { + "lessThan": "3.5.5", + "status": "affected", + "version": "3.5.0", + "versionType": "semver" + }, + { + "lessThan": "3.4.4", + "status": "affected", + "version": "3.4.0", + "versionType": "semver" + }, + { + "lessThan": "3.3.6", + "status": "affected", + "version": "3.3.0", + "versionType": "semver" + } + ] + } + ], + "credits": [ + { + "lang": "en", + "type": "reporter", + "value": "Tomas Dulka (Aisle Research)" + }, + { + "lang": "en", + "type": "reporter", + "value": "Stanislav Fort (Aisle Research)" + }, + { + "lang": "en", + "type": "remediation developer", + "value": "Tomas Dulka (Aisle Research)" + }, + { + "lang": "en", + "type": "remediation developer", + "value": "Stanislav Fort (Aisle Research)" + } + ], + "datePublic": "2026-01-27T14:00:00.000Z", + "descriptions": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "Issue summary: A TLS 1.3 connection using certificate compression can be
forced to allocate a large buffer before decompression without checking
against the configured certificate size limit.

Impact summary: An attacker can cause per-connection memory allocations of
up to approximately 22 MiB and extra CPU work, potentially leading to
service degradation or resource exhaustion (Denial of Service).

In affected configurations, the peer-supplied uncompressed certificate
length from a CompressedCertificate message is used to grow a heap buffer
prior to decompression. This length is not bounded by the max_cert_list
setting, which otherwise constrains certificate message sizes. An attacker
can exploit this to cause large per-connection allocations followed by
handshake failure. No memory corruption or information disclosure occurs.

This issue only affects builds where TLS 1.3 certificate compression is
compiled in (i.e., not OPENSSL_NO_COMP_ALG) and at least one compression
algorithm (brotli, zlib, or zstd) is available, and where the compression
extension is negotiated. Both clients receiving a server CompressedCertificate
and servers in mutual TLS scenarios receiving a client CompressedCertificate
are affected. Servers that do not request client certificates are not
vulnerable to client-initiated attacks.

Users can mitigate this issue by setting SSL_OP_NO_RX_CERTIFICATE_COMPRESSION
to disable receiving compressed certificates.

The FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue,
as the TLS implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.

OpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue." + } + ], + "value": "Issue summary: A TLS 1.3 connection using certificate compression can be\nforced to allocate a large buffer before decompression without checking\nagainst the configured certificate size limit.\n\nImpact summary: An attacker can cause per-connection memory allocations of\nup to approximately 22 MiB and extra CPU work, potentially leading to\nservice degradation or resource exhaustion (Denial of Service).\n\nIn affected configurations, the peer-supplied uncompressed certificate\nlength from a CompressedCertificate message is used to grow a heap buffer\nprior to decompression. This length is not bounded by the max_cert_list\nsetting, which otherwise constrains certificate message sizes. An attacker\ncan exploit this to cause large per-connection allocations followed by\nhandshake failure. No memory corruption or information disclosure occurs.\n\nThis issue only affects builds where TLS 1.3 certificate compression is\ncompiled in (i.e., not OPENSSL_NO_COMP_ALG) and at least one compression\nalgorithm (brotli, zlib, or zstd) is available, and where the compression\nextension is negotiated. Both clients receiving a server CompressedCertificate\nand servers in mutual TLS scenarios receiving a client CompressedCertificate\nare affected. Servers that do not request client certificates are not\nvulnerable to client-initiated attacks.\n\nUsers can mitigate this issue by setting SSL_OP_NO_RX_CERTIFICATE_COMPRESSION\nto disable receiving compressed certificates.\n\nThe FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue,\nas the TLS implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.\n\nOpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue." + } + ], + "metrics": [ + { + "format": "other", + "other": { + "content": { + "text": "Low" + }, + "type": "https://openssl-library.org/policies/general/security-policy/" + } + } + ], + "problemTypes": [ + { + "descriptions": [ + { + "cweId": "CWE-789", + "description": "CWE-789 Memory Allocation with Excessive Size Value", + "lang": "en", + "type": "CWE" + } + ] + } + ], + "providerMetadata": { + "orgId": "00000000-0000-4000-9000-000000000000", + "shortName": "openssl" + }, + "references": [ + { + "name": "OpenSSL Advisory", + "tags": [ + "vendor-advisory" + ], + "url": "https://openssl-library.org/news/secadv/20260127.txt" + }, + { + "name": "3.6.1 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/6184a4fb08ee6d7bca570d931a4e8bef40b64451" + }, + { + "name": "3.5.5 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/895150b5e021d16b52fb32b97e1dd12f20448be5" + }, + { + "name": "3.4.4 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/966a2478046c311ed7dae50c457d0db4cafbf7e4" + }, + { + "name": "3.3.6 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/3ed1f75249932b155eef993a8e66a99cb98bfef4" + } + ], + "source": { + "discovery": "UNKNOWN" + }, + "title": "TLS 1.3 CompressedCertificate excessive memory allocation", + "x_generator": { + "engine": "Vulnogram 0.2.0" + } + } + }, + "cveMetadata": { + "assignerOrgId": "00000000-0000-4000-9000-000000000000", + "cveId": "CVE-2025-66199", + "requesterUserId": "00000000-0000-4000-9000-000000000000", + "serial": 1, + "state": "PUBLISHED" + }, + "dataType": "CVE_RECORD", + "dataVersion": "5.1" +} diff --git a/secjson/CVE-2025-68160.json b/secjson/CVE-2025-68160.json new file mode 100644 index 0000000..b0be215 --- /dev/null +++ b/secjson/CVE-2025-68160.json @@ -0,0 +1,180 @@ +{ + "containers": { + "cna": { + "affected": [ + { + "defaultStatus": "unaffected", + "product": "OpenSSL", + "vendor": "OpenSSL", + "versions": [ + { + "lessThan": "3.6.1", + "status": "affected", + "version": "3.6.0", + "versionType": "semver" + }, + { + "lessThan": "3.5.5", + "status": "affected", + "version": "3.5.0", + "versionType": "semver" + }, + { + "lessThan": "3.4.4", + "status": "affected", + "version": "3.4.0", + "versionType": "semver" + }, + { + "lessThan": "3.3.6", + "status": "affected", + "version": "3.3.0", + "versionType": "semver" + }, + { + "lessThan": "3.0.19", + "status": "affected", + "version": "3.0.0", + "versionType": "semver" + }, + { + "lessThan": "1.1.1ze", + "status": "affected", + "version": "1.1.1", + "versionType": "custom" + }, + { + "lessThan": "1.0.2zn", + "status": "affected", + "version": "1.0.2", + "versionType": "custom" + } + ] + } + ], + "credits": [ + { + "lang": "en", + "type": "reporter", + "value": "Petr Šimeček (Aisle Research)" + }, + { + "lang": "en", + "type": "reporter", + "value": "Stanislav Fort (Aisle Research)" + }, + { + "lang": "en", + "type": "remediation developer", + "value": "Stanislav Fort (Aisle Research)" + }, + { + "lang": "en", + "type": "remediation developer", + "value": "Neil Horman" + } + ], + "datePublic": "2026-01-27T14:00:00.000Z", + "descriptions": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "Issue summary: Writing large, newline-free data into a BIO chain using the
line-buffering filter where the next BIO performs short writes can trigger
a heap-based out-of-bounds write.

Impact summary: This out-of-bounds write can cause memory corruption which
typically results in a crash, leading to Denial of Service for an application.

The line-buffering BIO filter (BIO_f_linebuffer) is not used by default in
TLS/SSL data paths. In OpenSSL command-line applications, it is typically
only pushed onto stdout/stderr on VMS systems. Third-party applications that
explicitly use this filter with a BIO chain that can short-write and that
write large, newline-free data influenced by an attacker would be affected.
However, the circumstances where this could happen are unlikely to be under
attacker control, and BIO_f_linebuffer is unlikely to be handling non-curated
data controlled by an attacker. For that reason the issue was assessed as
Low severity.

The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,
as the BIO implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue." + } + ], + "value": "Issue summary: Writing large, newline-free data into a BIO chain using the\nline-buffering filter where the next BIO performs short writes can trigger\na heap-based out-of-bounds write.\n\nImpact summary: This out-of-bounds write can cause memory corruption which\ntypically results in a crash, leading to Denial of Service for an application.\n\nThe line-buffering BIO filter (BIO_f_linebuffer) is not used by default in\nTLS/SSL data paths. In OpenSSL command-line applications, it is typically\nonly pushed onto stdout/stderr on VMS systems. Third-party applications that\nexplicitly use this filter with a BIO chain that can short-write and that\nwrite large, newline-free data influenced by an attacker would be affected.\nHowever, the circumstances where this could happen are unlikely to be under\nattacker control, and BIO_f_linebuffer is unlikely to be handling non-curated\ndata controlled by an attacker. For that reason the issue was assessed as\nLow severity.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the BIO implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue." + } + ], + "metrics": [ + { + "format": "other", + "other": { + "content": { + "text": "Low" + }, + "type": "https://openssl-library.org/policies/general/security-policy/" + } + } + ], + "problemTypes": [ + { + "descriptions": [ + { + "cweId": "CWE-787", + "description": "CWE-787 Out-of-bounds Write", + "lang": "en", + "type": "CWE" + } + ] + } + ], + "providerMetadata": { + "orgId": "00000000-0000-4000-9000-000000000000", + "shortName": "openssl" + }, + "references": [ + { + "name": "OpenSSL Advisory", + "tags": [ + "vendor-advisory" + ], + "url": "https://openssl-library.org/news/secadv/20260127.txt" + }, + { + "name": "3.6.1 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/4c96fbba618e1940f038012506ee9e21d32ee12c" + }, + { + "name": "3.5.5 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/6845c3b6460a98b1ec4e463baa2ea1a63a32d7c0" + }, + { + "name": "3.4.4 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/68a7cd2e2816c3a02f4d45a2ce43fc04fac97096" + }, + { + "name": "3.3.6 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/384011202af92605d926fafe4a0bcd6b65d162ad" + }, + { + "name": "3.0.19 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/475c466ef2fbd8fc1df6fae1c3eed9c813fc8ff6" + } + ], + "source": { + "discovery": "UNKNOWN" + }, + "title": "Heap out-of-bounds write in BIO_f_linebuffer on short writes", + "x_generator": { + "engine": "Vulnogram 0.2.0" + } + } + }, + "cveMetadata": { + "assignerOrgId": "00000000-0000-4000-9000-000000000000", + "cveId": "CVE-2025-68160", + "requesterUserId": "00000000-0000-4000-9000-000000000000", + "serial": 1, + "state": "PUBLISHED" + }, + "dataType": "CVE_RECORD", + "dataVersion": "5.1" +} diff --git a/secjson/CVE-2025-69418.json b/secjson/CVE-2025-69418.json new file mode 100644 index 0000000..74b2794 --- /dev/null +++ b/secjson/CVE-2025-69418.json @@ -0,0 +1,164 @@ +{ + "containers": { + "cna": { + "affected": [ + { + "defaultStatus": "unaffected", + "product": "OpenSSL", + "vendor": "OpenSSL", + "versions": [ + { + "lessThan": "3.6.1", + "status": "affected", + "version": "3.6.0", + "versionType": "semver" + }, + { + "lessThan": "3.5.5", + "status": "affected", + "version": "3.5.0", + "versionType": "semver" + }, + { + "lessThan": "3.4.4", + "status": "affected", + "version": "3.4.0", + "versionType": "semver" + }, + { + "lessThan": "3.3.6", + "status": "affected", + "version": "3.3.0", + "versionType": "semver" + }, + { + "lessThan": "3.0.19", + "status": "affected", + "version": "3.0.0", + "versionType": "semver" + }, + { + "lessThan": "1.1.1ze", + "status": "affected", + "version": "1.1.1", + "versionType": "custom" + } + ] + } + ], + "credits": [ + { + "lang": "en", + "type": "reporter", + "value": "Stanislav Fort (Aisle Research)" + }, + { + "lang": "en", + "type": "remediation developer", + "value": "Stanislav Fort (Aisle Research)" + } + ], + "datePublic": "2026-01-27T14:00:00.000Z", + "descriptions": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "Issue summary: When using the low-level OCB API directly with AES-NI or
other hardware-accelerated code paths, inputs whose length is not a multiple
of 16 bytes can leave the final partial block unencrypted and unauthenticated.

Impact summary: The trailing 1-15 bytes of a message may be exposed in
cleartext on encryption and are not covered by the authentication tag,
allowing an attacker to read or tamper with those bytes without detection.

The low-level OCB encrypt and decrypt routines in the hardware-accelerated
stream path process full 16-byte blocks but do not advance the input/output
pointers. The subsequent tail-handling code then operates on the original
base pointers, effectively reprocessing the beginning of the buffer while
leaving the actual trailing bytes unprocessed. The authentication checksum
also excludes the true tail bytes.

However, typical OpenSSL consumers using EVP are not affected because the
higher-level EVP and provider OCB implementations split inputs so that full
blocks and trailing partial blocks are processed in separate calls, avoiding
the problematic code path. Additionally, TLS does not use OCB ciphersuites.
The vulnerability only affects applications that call the low-level
CRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() functions directly with
non-block-aligned lengths in a single call on hardware-accelerated builds.
For these reasons the issue was assessed as Low severity.

The FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected
by this issue, as OCB mode is not a FIPS-approved algorithm.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.

OpenSSL 1.0.2 is not affected by this issue." + } + ], + "value": "Issue summary: When using the low-level OCB API directly with AES-NI or
other hardware-accelerated code paths, inputs whose length is not a multiple
of 16 bytes can leave the final partial block unencrypted and unauthenticated.

Impact summary: The trailing 1-15 bytes of a message may be exposed in
cleartext on encryption and are not covered by the authentication tag,
allowing an attacker to read or tamper with those bytes without detection.

The low-level OCB encrypt and decrypt routines in the hardware-accelerated
stream path process full 16-byte blocks but do not advance the input/output
pointers. The subsequent tail-handling code then operates on the original
base pointers, effectively reprocessing the beginning of the buffer while
leaving the actual trailing bytes unprocessed. The authentication checksum
also excludes the true tail bytes.

However, typical OpenSSL consumers using EVP are not affected because the
higher-level EVP and provider OCB implementations split inputs so that full
blocks and trailing partial blocks are processed in separate calls, avoiding
the problematic code path. Additionally, TLS does not use OCB ciphersuites.
The vulnerability only affects applications that call the low-level
CRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() functions directly with
non-block-aligned lengths in a single call on hardware-accelerated builds.
For these reasons the issue was assessed as Low severity.

The FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected
by this issue, as OCB mode is not a FIPS-approved algorithm.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.

OpenSSL 1.0.2 is not affected by this issue." + } + ], + "metrics": [ + { + "format": "other", + "other": { + "content": { + "text": "Low" + }, + "type": "https://openssl-library.org/policies/general/security-policy/" + } + } + ], + "problemTypes": [ + { + "descriptions": [ + { + "cweId": "CWE-325", + "description": "CWE-325 Missing Cryptographic Step", + "lang": "en", + "type": "CWE" + } + ] + } + ], + "providerMetadata": { + "orgId": "00000000-0000-4000-9000-000000000000", + "shortName": "openssl" + }, + "references": [ + { + "name": "OpenSSL Advisory", + "tags": [ + "vendor-advisory" + ], + "url": "https://openssl-library.org/news/secadv/20260127.txt" + }, + { + "name": "3.6.1 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/ed40856d7d4ba6cb42779b6770666a65f19cb977" + }, + { + "name": "3.5.5 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/4016975d4469cd6b94927c607f7c511385f928d8" + }, + { + "name": "3.4.4 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/372fc5c77529695b05b4f5b5187691a57ef5dffc" + }, + { + "name": "3.3.6 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/a7589230356d908c0eca4b969ec4f62106f4f5ae" + }, + { + "name": "3.0.19 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/52d23c86a54adab5ee9f80e48b242b52c4cc2347" + } + ], + "source": { + "discovery": "UNKNOWN" + }, + "title": "Unauthenticated/unencrypted trailing bytes with low-level OCB function calls", + "x_generator": { + "engine": "Vulnogram 0.2.0" + } + } + }, + "cveMetadata": { + "assignerOrgId": "00000000-0000-4000-9000-000000000000", + "cveId": "CVE-2025-69418", + "requesterUserId": "00000000-0000-4000-9000-000000000000", + "serial": 1, + "state": "PUBLISHED" + }, + "dataType": "CVE_RECORD", + "dataVersion": "5.1" +} diff --git a/secjson/CVE-2025-69419.json b/secjson/CVE-2025-69419.json new file mode 100644 index 0000000..3549814 --- /dev/null +++ b/secjson/CVE-2025-69419.json @@ -0,0 +1,164 @@ +{ + "containers": { + "cna": { + "affected": [ + { + "defaultStatus": "unaffected", + "product": "OpenSSL", + "vendor": "OpenSSL", + "versions": [ + { + "lessThan": "3.6.1", + "status": "affected", + "version": "3.6.0", + "versionType": "semver" + }, + { + "lessThan": "3.5.5", + "status": "affected", + "version": "3.5.0", + "versionType": "semver" + }, + { + "lessThan": "3.4.4", + "status": "affected", + "version": "3.4.0", + "versionType": "semver" + }, + { + "lessThan": "3.3.6", + "status": "affected", + "version": "3.3.0", + "versionType": "semver" + }, + { + "lessThan": "3.0.19", + "status": "affected", + "version": "3.0.0", + "versionType": "semver" + }, + { + "lessThan": "1.1.1ze", + "status": "affected", + "version": "1.1.1", + "versionType": "custom" + } + ] + } + ], + "credits": [ + { + "lang": "en", + "type": "reporter", + "value": "Stanislav Fort (Aisle Research)" + }, + { + "lang": "en", + "type": "remediation developer", + "value": "Norbert Pócs" + } + ], + "datePublic": "2026-01-27T14:00:00.000Z", + "descriptions": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "Issue summary: Calling PKCS12_get_friendlyname() function on a maliciously
crafted PKCS#12 file with a BMPString (UTF-16BE) friendly name containing
non-ASCII BMP code point can trigger a one byte write before the allocated
buffer.

Impact summary: The out-of-bounds write can cause a memory corruption
which can have various consequences including a Denial of Service.

The OPENSSL_uni2utf8() function performs a two-pass conversion of a PKCS#12
BMPString (UTF-16BE) to UTF-8. In the second pass, when emitting UTF-8 bytes,
the helper function bmp_to_utf8() incorrectly forwards the remaining UTF-16
source byte count as the destination buffer capacity to UTF8_putc(). For BMP
code points above U+07FF, UTF-8 requires three bytes, but the forwarded
capacity can be just two bytes. UTF8_putc() then returns -1, and this negative
value is added to the output length without validation, causing the
length to become negative. The subsequent trailing NUL byte is then written
at a negative offset, causing write outside of heap allocated buffer.

The vulnerability is reachable via the public PKCS12_get_friendlyname() API
when parsing attacker-controlled PKCS#12 files. While PKCS12_parse() uses a
different code path that avoids this issue, PKCS12_get_friendlyname() directly
invokes the vulnerable function. Exploitation requires an attacker to provide
a malicious PKCS#12 file to be parsed by the application and the attacker
can just trigger a one zero byte write before the allocated buffer.
For that reason the issue was assessed as Low severity according to our
Security Policy.

The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,
as the PKCS#12 implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.

OpenSSL 1.0.2 is not affected by this issue." + } + ], + "value": "Issue summary: Calling PKCS12_get_friendlyname() function on a maliciously\ncrafted PKCS#12 file with a BMPString (UTF-16BE) friendly name containing\nnon-ASCII BMP code point can trigger a one byte write before the allocated\nbuffer.\n\nImpact summary: The out-of-bounds write can cause a memory corruption\nwhich can have various consequences including a Denial of Service.\n\nThe OPENSSL_uni2utf8() function performs a two-pass conversion of a PKCS#12\nBMPString (UTF-16BE) to UTF-8. In the second pass, when emitting UTF-8 bytes,\nthe helper function bmp_to_utf8() incorrectly forwards the remaining UTF-16\nsource byte count as the destination buffer capacity to UTF8_putc(). For BMP\ncode points above U+07FF, UTF-8 requires three bytes, but the forwarded\ncapacity can be just two bytes. UTF8_putc() then returns -1, and this negative\nvalue is added to the output length without validation, causing the\nlength to become negative. The subsequent trailing NUL byte is then written\nat a negative offset, causing write outside of heap allocated buffer.\n\nThe vulnerability is reachable via the public PKCS12_get_friendlyname() API\nwhen parsing attacker-controlled PKCS#12 files. While PKCS12_parse() uses a\ndifferent code path that avoids this issue, PKCS12_get_friendlyname() directly\ninvokes the vulnerable function. Exploitation requires an attacker to provide\na malicious PKCS#12 file to be parsed by the application and the attacker\ncan just trigger a one zero byte write before the allocated buffer.\nFor that reason the issue was assessed as Low severity according to our\nSecurity Policy.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the PKCS#12 implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.\n\nOpenSSL 1.0.2 is not affected by this issue." + } + ], + "metrics": [ + { + "format": "other", + "other": { + "content": { + "text": "Low" + }, + "type": "https://openssl-library.org/policies/general/security-policy/" + } + } + ], + "problemTypes": [ + { + "descriptions": [ + { + "cweId": "CWE-787", + "description": "CWE-787 Out-of-bounds Write", + "lang": "en", + "type": "CWE" + } + ] + } + ], + "providerMetadata": { + "orgId": "00000000-0000-4000-9000-000000000000", + "shortName": "openssl" + }, + "references": [ + { + "name": "OpenSSL Advisory", + "tags": [ + "vendor-advisory" + ], + "url": "https://openssl-library.org/news/secadv/20260127.txt" + }, + { + "name": "3.6.1 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/7e9cac9832e4705b91987c2474ed06a37a93cecb" + }, + { + "name": "3.5.5 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/ff628933755075446bca8307e8417c14d164b535" + }, + { + "name": "3.4.4 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/cda12de3bc0e333ea8d2c6fd15001dbdaf280015" + }, + { + "name": "3.3.6 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/a26a90d38edec3748566129d824e664b54bee2e2" + }, + { + "name": "3.0.19 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/41be0f216404f14457bbf3b9cc488dba60b49296" + } + ], + "source": { + "discovery": "UNKNOWN" + }, + "title": "Out of bounds write in PKCS12_get_friendlyname() UTF-8 conversion", + "x_generator": { + "engine": "Vulnogram 0.2.0" + } + } + }, + "cveMetadata": { + "assignerOrgId": "00000000-0000-4000-9000-000000000000", + "cveId": "CVE-2025-69419", + "requesterUserId": "00000000-0000-4000-9000-000000000000", + "serial": 1, + "state": "PUBLISHED" + }, + "dataType": "CVE_RECORD", + "dataVersion": "5.1" +} diff --git a/secjson/CVE-2025-69420.json b/secjson/CVE-2025-69420.json new file mode 100644 index 0000000..91c164c --- /dev/null +++ b/secjson/CVE-2025-69420.json @@ -0,0 +1,164 @@ +{ + "containers": { + "cna": { + "affected": [ + { + "defaultStatus": "unaffected", + "product": "OpenSSL", + "vendor": "OpenSSL", + "versions": [ + { + "lessThan": "3.6.1", + "status": "affected", + "version": "3.6.0", + "versionType": "semver" + }, + { + "lessThan": "3.5.5", + "status": "affected", + "version": "3.5.0", + "versionType": "semver" + }, + { + "lessThan": "3.4.4", + "status": "affected", + "version": "3.4.0", + "versionType": "semver" + }, + { + "lessThan": "3.3.6", + "status": "affected", + "version": "3.3.0", + "versionType": "semver" + }, + { + "lessThan": "3.0.19", + "status": "affected", + "version": "3.0.0", + "versionType": "semver" + }, + { + "lessThan": "1.1.1ze", + "status": "affected", + "version": "1.1.1", + "versionType": "custom" + } + ] + } + ], + "credits": [ + { + "lang": "en", + "type": "reporter", + "value": "Luigino Camastra (Aisle Research)" + }, + { + "lang": "en", + "type": "remediation developer", + "value": "Bob Beck" + } + ], + "datePublic": "2026-01-27T14:00:00.000Z", + "descriptions": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "Issue summary: A type confusion vulnerability exists in the TimeStamp Response
verification code where an ASN1_TYPE union member is accessed without first
validating the type, causing an invalid or NULL pointer dereference when
processing a malformed TimeStamp Response file.

Impact summary: An application calling TS_RESP_verify_response() with a
malformed TimeStamp Response can be caused to dereference an invalid or
NULL pointer when reading, resulting in a Denial of Service.

The functions ossl_ess_get_signing_cert() and ossl_ess_get_signing_cert_v2()
access the signing cert attribute value without validating its type.
When the type is not V_ASN1_SEQUENCE, this results in accessing invalid memory
through the ASN1_TYPE union, causing a crash.

Exploiting this vulnerability requires an attacker to provide a malformed
TimeStamp Response to an application that verifies timestamp responses. The
TimeStamp protocol (RFC 3161) is not widely used and the impact of the
exploit is just a Denial of Service. For these reasons the issue was
assessed as Low severity.

The FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,
as the TimeStamp Response implementation is outside the OpenSSL FIPS module
boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.

OpenSSL 1.0.2 is not affected by this issue." + } + ], + "value": "Issue summary: A type confusion vulnerability exists in the TimeStamp Response\nverification code where an ASN1_TYPE union member is accessed without first\nvalidating the type, causing an invalid or NULL pointer dereference when\nprocessing a malformed TimeStamp Response file.\n\nImpact summary: An application calling TS_RESP_verify_response() with a\nmalformed TimeStamp Response can be caused to dereference an invalid or\nNULL pointer when reading, resulting in a Denial of Service.\n\nThe functions ossl_ess_get_signing_cert() and ossl_ess_get_signing_cert_v2()\naccess the signing cert attribute value without validating its type.\nWhen the type is not V_ASN1_SEQUENCE, this results in accessing invalid memory\nthrough the ASN1_TYPE union, causing a crash.\n\nExploiting this vulnerability requires an attacker to provide a malformed\nTimeStamp Response to an application that verifies timestamp responses. The\nTimeStamp protocol (RFC 3161) is not widely used and the impact of the\nexploit is just a Denial of Service. For these reasons the issue was\nassessed as Low severity.\n\nThe FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the TimeStamp Response implementation is outside the OpenSSL FIPS module\nboundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.\n\nOpenSSL 1.0.2 is not affected by this issue." + } + ], + "metrics": [ + { + "format": "other", + "other": { + "content": { + "text": "Low" + }, + "type": "https://openssl-library.org/policies/general/security-policy/" + } + } + ], + "problemTypes": [ + { + "descriptions": [ + { + "cweId": "CWE-754", + "description": "CWE-754 Improper Check for Unusual or Exceptional Conditions", + "lang": "en", + "type": "CWE" + } + ] + } + ], + "providerMetadata": { + "orgId": "00000000-0000-4000-9000-000000000000", + "shortName": "openssl" + }, + "references": [ + { + "name": "OpenSSL Advisory", + "tags": [ + "vendor-advisory" + ], + "url": "https://openssl-library.org/news/secadv/20260127.txt" + }, + { + "name": "3.6.1 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/a99349ebfc519999edc50620abe24d599b9eb085" + }, + { + "name": "3.5.5 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/564fd9c73787f25693bf9e75faf7bf6bb1305d4e" + }, + { + "name": "3.4.4 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/27c7012c91cc986a598d7540f3079dfde2416eb9" + }, + { + "name": "3.3.6 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/5eb0770ffcf11b785cf374ff3c19196245e54f1b" + }, + { + "name": "3.0.19 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/4e254b48ad93cc092be3dd62d97015f33f73133a" + } + ], + "source": { + "discovery": "UNKNOWN" + }, + "title": "Missing ASN1_TYPE validation in TS_RESP_verify_response() function", + "x_generator": { + "engine": "Vulnogram 0.2.0" + } + } + }, + "cveMetadata": { + "assignerOrgId": "00000000-0000-4000-9000-000000000000", + "cveId": "CVE-2025-69420", + "requesterUserId": "00000000-0000-4000-9000-000000000000", + "serial": 1, + "state": "PUBLISHED" + }, + "dataType": "CVE_RECORD", + "dataVersion": "5.1" +} diff --git a/secjson/CVE-2025-69421.json b/secjson/CVE-2025-69421.json new file mode 100644 index 0000000..af6896d --- /dev/null +++ b/secjson/CVE-2025-69421.json @@ -0,0 +1,170 @@ +{ + "containers": { + "cna": { + "affected": [ + { + "defaultStatus": "unaffected", + "product": "OpenSSL", + "vendor": "OpenSSL", + "versions": [ + { + "lessThan": "3.6.1", + "status": "affected", + "version": "3.6.0", + "versionType": "semver" + }, + { + "lessThan": "3.5.5", + "status": "affected", + "version": "3.5.0", + "versionType": "semver" + }, + { + "lessThan": "3.4.4", + "status": "affected", + "version": "3.4.0", + "versionType": "semver" + }, + { + "lessThan": "3.3.6", + "status": "affected", + "version": "3.3.0", + "versionType": "semver" + }, + { + "lessThan": "3.0.19", + "status": "affected", + "version": "3.0.0", + "versionType": "semver" + }, + { + "lessThan": "1.1.1ze", + "status": "affected", + "version": "1.1.1", + "versionType": "custom" + }, + { + "lessThan": "1.0.2zn", + "status": "affected", + "version": "1.0.2", + "versionType": "custom" + } + ] + } + ], + "credits": [ + { + "lang": "en", + "type": "reporter", + "value": "Luigino Camastra (Aisle Research)" + }, + { + "lang": "en", + "type": "remediation developer", + "value": "Luigino Camastra (Aisle Research)" + } + ], + "datePublic": "2026-01-27T14:00:00.000Z", + "descriptions": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "Issue summary: Processing a malformed PKCS#12 file can trigger a NULL pointer
dereference in the PKCS12_item_decrypt_d2i_ex() function.

Impact summary: A NULL pointer dereference can trigger a crash which leads to
Denial of Service for an application processing PKCS#12 files.

The PKCS12_item_decrypt_d2i_ex() function does not check whether the oct
parameter is NULL before dereferencing it. When called from
PKCS12_unpack_p7encdata() with a malformed PKCS#12 file, this parameter can
be NULL, causing a crash. The vulnerability is limited to Denial of Service
and cannot be escalated to achieve code execution or memory disclosure.

Exploiting this issue requires an attacker to provide a malformed PKCS#12 file
to an application that processes it. For that reason the issue was assessed as
Low severity according to our Security Policy.

The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,
as the PKCS#12 implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue." + } + ], + "value": "Issue summary: Processing a malformed PKCS#12 file can trigger a NULL pointer\ndereference in the PKCS12_item_decrypt_d2i_ex() function.\n\nImpact summary: A NULL pointer dereference can trigger a crash which leads to\nDenial of Service for an application processing PKCS#12 files.\n\nThe PKCS12_item_decrypt_d2i_ex() function does not check whether the oct\nparameter is NULL before dereferencing it. When called from\nPKCS12_unpack_p7encdata() with a malformed PKCS#12 file, this parameter can\nbe NULL, causing a crash. The vulnerability is limited to Denial of Service\nand cannot be escalated to achieve code execution or memory disclosure.\n\nExploiting this issue requires an attacker to provide a malformed PKCS#12 file\nto an application that processes it. For that reason the issue was assessed as\nLow severity according to our Security Policy.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the PKCS#12 implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue." + } + ], + "metrics": [ + { + "format": "other", + "other": { + "content": { + "text": "Low" + }, + "type": "https://openssl-library.org/policies/general/security-policy/" + } + } + ], + "problemTypes": [ + { + "descriptions": [ + { + "cweId": "CWE-476", + "description": "CWE-476 NULL Pointer Dereference", + "lang": "en", + "type": "CWE" + } + ] + } + ], + "providerMetadata": { + "orgId": "00000000-0000-4000-9000-000000000000", + "shortName": "openssl" + }, + "references": [ + { + "name": "OpenSSL Advisory", + "tags": [ + "vendor-advisory" + ], + "url": "https://openssl-library.org/news/secadv/20260127.txt" + }, + { + "name": "3.6.1 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/a2dbc539f0f9cc63832709fa5aa33ad9495eb19c" + }, + { + "name": "3.5.5 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/3524a29271f8191b8fd8a5257eb05173982a097b" + }, + { + "name": "3.4.4 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/643986985cd1c21221f941129d76fe0c2785aeb3" + }, + { + "name": "3.3.6 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/4bbc8d41a72c842ce4077a8a3eccd1109aaf74bd" + }, + { + "name": "3.0.19 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/36ecb4960872a4ce04bf6f1e1f4e78d75ec0c0c7" + } + ], + "source": { + "discovery": "UNKNOWN" + }, + "title": "NULL Pointer Dereference in PKCS12_item_decrypt_d2i_ex function", + "x_generator": { + "engine": "Vulnogram 0.2.0" + } + } + }, + "cveMetadata": { + "assignerOrgId": "00000000-0000-4000-9000-000000000000", + "cveId": "CVE-2025-69421", + "requesterUserId": "00000000-0000-4000-9000-000000000000", + "serial": 1, + "state": "PUBLISHED" + }, + "dataType": "CVE_RECORD", + "dataVersion": "5.1" +} diff --git a/secjson/CVE-2026-22795.json b/secjson/CVE-2026-22795.json new file mode 100644 index 0000000..37e17aa --- /dev/null +++ b/secjson/CVE-2026-22795.json @@ -0,0 +1,164 @@ +{ + "containers": { + "cna": { + "affected": [ + { + "defaultStatus": "unaffected", + "product": "OpenSSL", + "vendor": "OpenSSL", + "versions": [ + { + "lessThan": "3.6.1", + "status": "affected", + "version": "3.6.0", + "versionType": "semver" + }, + { + "lessThan": "3.5.5", + "status": "affected", + "version": "3.5.0", + "versionType": "semver" + }, + { + "lessThan": "3.4.4", + "status": "affected", + "version": "3.4.0", + "versionType": "semver" + }, + { + "lessThan": "3.3.6", + "status": "affected", + "version": "3.3.0", + "versionType": "semver" + }, + { + "lessThan": "3.0.19", + "status": "affected", + "version": "3.0.0", + "versionType": "semver" + }, + { + "lessThan": "1.1.1ze", + "status": "affected", + "version": "1.1.1", + "versionType": "custom" + } + ] + } + ], + "credits": [ + { + "lang": "en", + "type": "reporter", + "value": "Luigino Camastra (Aisle Research)" + }, + { + "lang": "en", + "type": "remediation developer", + "value": "Bob Beck" + } + ], + "datePublic": "2026-01-27T14:00:00.000Z", + "descriptions": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "Issue summary: An invalid or NULL pointer dereference can happen in
an application processing a malformed PKCS#12 file.

Impact summary: An application processing a malformed PKCS#12 file can be
caused to dereference an invalid or NULL pointer on memory read, resulting
in a Denial of Service.

A type confusion vulnerability exists in PKCS#12 parsing code where
an ASN1_TYPE union member is accessed without first validating the type,
causing an invalid pointer read.

The location is constrained to a 1-byte address space, meaning any
attempted pointer manipulation can only target addresses between 0x00 and 0xFF.
This range corresponds to the zero page, which is unmapped on most modern
operating systems and will reliably result in a crash, leading only to a
Denial of Service. Exploiting this issue also requires a user or application
to process a maliciously crafted PKCS#12 file. It is uncommon to accept
untrusted PKCS#12 files in applications as they are usually used to store
private keys which are trusted by definition. For these reasons, the issue
was assessed as Low severity.

The FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,
as the PKCS12 implementation is outside the OpenSSL FIPS module boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.

OpenSSL 1.0.2 is not affected by this issue." + } + ], + "value": "Issue summary: An invalid or NULL pointer dereference can happen in\nan application processing a malformed PKCS#12 file.\n\nImpact summary: An application processing a malformed PKCS#12 file can be\ncaused to dereference an invalid or NULL pointer on memory read, resulting\nin a Denial of Service.\n\nA type confusion vulnerability exists in PKCS#12 parsing code where\nan ASN1_TYPE union member is accessed without first validating the type,\ncausing an invalid pointer read.\n\nThe location is constrained to a 1-byte address space, meaning any\nattempted pointer manipulation can only target addresses between 0x00 and 0xFF.\nThis range corresponds to the zero page, which is unmapped on most modern\noperating systems and will reliably result in a crash, leading only to a\nDenial of Service. Exploiting this issue also requires a user or application\nto process a maliciously crafted PKCS#12 file. It is uncommon to accept\nuntrusted PKCS#12 files in applications as they are usually used to store\nprivate keys which are trusted by definition. For these reasons, the issue\nwas assessed as Low severity.\n\nThe FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the PKCS12 implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.\n\nOpenSSL 1.0.2 is not affected by this issue." + } + ], + "metrics": [ + { + "format": "other", + "other": { + "content": { + "text": "Low" + }, + "type": "https://openssl-library.org/policies/general/security-policy/" + } + } + ], + "problemTypes": [ + { + "descriptions": [ + { + "cweId": "CWE-754", + "description": "CWE-754 Improper Check for Unusual or Exceptional Conditions", + "lang": "en", + "type": "CWE" + } + ] + } + ], + "providerMetadata": { + "orgId": "00000000-0000-4000-9000-000000000000", + "shortName": "openssl" + }, + "references": [ + { + "name": "OpenSSL Advisory", + "tags": [ + "vendor-advisory" + ], + "url": "https://openssl-library.org/news/secadv/20260127.txt" + }, + { + "name": "3.6.1 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/ef2fb66ec571564d64d1c74a12e388a2a54d05d2" + }, + { + "name": "3.5.5 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/2502e7b7d4c0cf4f972a881641fe09edc67aeec4" + }, + { + "name": "3.4.4 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/7bbca05be55b129651d9df4bdb92becc45002c12" + }, + { + "name": "3.3.6 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/eeee3cbd4d682095ed431052f00403004596373e" + }, + { + "name": "3.0.19 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/572844beca95068394c916626a6d3a490f831a49" + } + ], + "source": { + "discovery": "UNKNOWN" + }, + "title": "Missing ASN1_TYPE validation in PKCS#12 parsing", + "x_generator": { + "engine": "Vulnogram 0.2.0" + } + } + }, + "cveMetadata": { + "assignerOrgId": "00000000-0000-4000-9000-000000000000", + "cveId": "CVE-2025-22795", + "requesterUserId": "00000000-0000-4000-9000-000000000000", + "serial": 1, + "state": "PUBLISHED" + }, + "dataType": "CVE_RECORD", + "dataVersion": "5.1" +} diff --git a/secjson/CVE-2026-22796.json b/secjson/CVE-2026-22796.json new file mode 100644 index 0000000..ce10a9b --- /dev/null +++ b/secjson/CVE-2026-22796.json @@ -0,0 +1,170 @@ +{ + "containers": { + "cna": { + "affected": [ + { + "defaultStatus": "unaffected", + "product": "OpenSSL", + "vendor": "OpenSSL", + "versions": [ + { + "lessThan": "3.6.1", + "status": "affected", + "version": "3.6.0", + "versionType": "semver" + }, + { + "lessThan": "3.5.5", + "status": "affected", + "version": "3.5.0", + "versionType": "semver" + }, + { + "lessThan": "3.4.4", + "status": "affected", + "version": "3.4.0", + "versionType": "semver" + }, + { + "lessThan": "3.3.6", + "status": "affected", + "version": "3.3.0", + "versionType": "semver" + }, + { + "lessThan": "3.0.19", + "status": "affected", + "version": "3.0.0", + "versionType": "semver" + }, + { + "lessThan": "1.1.1ze", + "status": "affected", + "version": "1.1.1", + "versionType": "custom" + }, + { + "lessThan": "1.0.2zn", + "status": "affected", + "version": "1.0.2", + "versionType": "custom" + } + ] + } + ], + "credits": [ + { + "lang": "en", + "type": "reporter", + "value": "Luigino Camastra (Aisle Research)" + }, + { + "lang": "en", + "type": "remediation developer", + "value": "Bob Beck" + } + ], + "datePublic": "2026-01-27T14:00:00.000Z", + "descriptions": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "Issue summary: A type confusion vulnerability exists in the signature
verification of signed PKCS#7 data where an ASN1_TYPE union member is
accessed without first validating the type, causing an invalid or NULL
pointer dereference when processing malformed PKCS#7 data.

Impact summary: An application performing signature verification of PKCS#7
data or calling directly the PKCS7_digest_from_attributes() function can be
caused to dereference an invalid or NULL pointer when reading, resulting in
a Denial of Service.

The function PKCS7_digest_from_attributes() accesses the message digest attribute
value without validating its type. When the type is not V_ASN1_OCTET_STRING,
this results in accessing invalid memory through the ASN1_TYPE union, causing
a crash.

Exploiting this vulnerability requires an attacker to provide a malformed
signed PKCS#7 to an application that verifies it. The impact of the
exploit is just a Denial of Service, the PKCS7 API is legacy and applications
should be using the CMS API instead. For these reasons the issue was
assessed as Low severity.

The FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,
as the PKCS#7 parsing implementation is outside the OpenSSL FIPS module
boundary.

OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue." + } + ], + "value": "Issue summary: A type confusion vulnerability exists in the signature\nverification of signed PKCS#7 data where an ASN1_TYPE union member is\naccessed without first validating the type, causing an invalid or NULL\npointer dereference when processing malformed PKCS#7 data.\n\nImpact summary: An application performing signature verification of PKCS#7\ndata or calling directly the PKCS7_digest_from_attributes() function can be\ncaused to dereference an invalid or NULL pointer when reading, resulting in\na Denial of Service.\n\nThe function PKCS7_digest_from_attributes() accesses the message digest attribute\nvalue without validating its type. When the type is not V_ASN1_OCTET_STRING,\nthis results in accessing invalid memory through the ASN1_TYPE union, causing\na crash.\n\nExploiting this vulnerability requires an attacker to provide a malformed\nsigned PKCS#7 to an application that verifies it. The impact of the\nexploit is just a Denial of Service, the PKCS7 API is legacy and applications\nshould be using the CMS API instead. For these reasons the issue was\nassessed as Low severity.\n\nThe FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the PKCS#7 parsing implementation is outside the OpenSSL FIPS module\nboundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue." + } + ], + "metrics": [ + { + "format": "other", + "other": { + "content": { + "text": "Low" + }, + "type": "https://openssl-library.org/policies/general/security-policy/" + } + } + ], + "problemTypes": [ + { + "descriptions": [ + { + "cweId": "CWE-754", + "description": "CWE-754 Improper Check for Unusual or Exceptional Conditions", + "lang": "en", + "type": "CWE" + } + ] + } + ], + "providerMetadata": { + "orgId": "00000000-0000-4000-9000-000000000000", + "shortName": "openssl" + }, + "references": [ + { + "name": "OpenSSL Advisory", + "tags": [ + "vendor-advisory" + ], + "url": "https://openssl-library.org/news/secadv/20260127.txt" + }, + { + "name": "3.6.1 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/ef2fb66ec571564d64d1c74a12e388a2a54d05d2" + }, + { + "name": "3.5.5 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/2502e7b7d4c0cf4f972a881641fe09edc67aeec4" + }, + { + "name": "3.4.4 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/7bbca05be55b129651d9df4bdb92becc45002c12" + }, + { + "name": "3.3.6 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/eeee3cbd4d682095ed431052f00403004596373e" + }, + { + "name": "3.0.19 git commit", + "tags": [ + "patch" + ], + "url": "https://github.com/openssl/openssl/commit/572844beca95068394c916626a6d3a490f831a49" + } + ], + "source": { + "discovery": "UNKNOWN" + }, + "title": "ASN1_TYPE Type Confusion in the PKCS7_digest_from_attributes() function", + "x_generator": { + "engine": "Vulnogram 0.2.0" + } + } + }, + "cveMetadata": { + "assignerOrgId": "00000000-0000-4000-9000-000000000000", + "cveId": "CVE-2026-22796", + "requesterUserId": "00000000-0000-4000-9000-000000000000", + "serial": 1, + "state": "PUBLISHED" + }, + "dataType": "CVE_RECORD", + "dataVersion": "5.1" +}