Filtered by vendor Smuellerdd Subscriptions
Filtered by product Libkcapi Subscriptions
Total 3 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2026-71225 2 Redhat, Smuellerdd 6 Enterprise Linux, Hardened Images, Hummingbird and 3 more 2026-08-11 6.5 Medium
A flaw was found in libkcapi. When performing one-shot symmetric cipher operations on large inputs (over 64 KiB) in stateful modes such as Counter (CTR) or Cipher Block Chaining (CBC), the library improperly reuses the Initialization Vector (IV) for each internal data chunk. A remote attacker could potentially exploit this by making an application that uses libkcapi process specially crafted large inputs. This can lead to a significant weakening of data confidentiality, as the repeated IV use can expose relationships in encrypted plaintext, and may also affect data integrity by causing incorrect cryptographic processing.
CVE-2026-71226 2 Redhat, Smuellerdd 6 Enterprise Linux, Hardened Images, Hummingbird and 3 more 2026-08-11 7.3 High
Memory Corruption via Uncanceled AIO Requests on Error: libkcapi's one-shot AIO path can return an error before all submitted IOCBs are drained, allowing later kernel writes into caller-owned output buffers.
CVE-2026-71227 2 Redhat, Smuellerdd 6 Enterprise Linux, Hardened Images, Hummingbird and 3 more 2026-08-11 5.1 Medium
A flaw was found in libkcapi. A local attacker can influence an application that uses the Asynchronous Input/Output (AIO) interface. By reusing an AIO-enabled handle after a prior completion error, the _kcapi_aio_read_all() function can enter a non-terminating wait loop. This can lead to a persistent denial of service, making the affected application or thread unresponsive.