Security readout for executives and security teams
Plain-English summary
A Linux kernel memory-safety flaw can free an IBM s390 cryptographic-card object while the kernel still uses it. Testing reproduced corruption when crypto cards were hot-plugged in KVM guests. Successful exploitation could compromise confidentiality, integrity, or availability, but the affected hardware and architecture make exposure relatively narrow.
Executive priority
Treat as high priority for identified s390/zcrypt systems, especially virtualized environments using crypto-card hot-plugging. Broader enterprise urgency is lower because exposure is architecture-specific and no active exploitation is documented. Remediate through normal accelerated kernel maintenance rather than assuming internet-wide risk.
Technical view
Incorrect reference counting in the s390 zcrypt subsystem causes a use-after-free involving struct zcrypt_card and its load field. The supplied CVSS 3.1 score is 7.8, requiring local access and low privileges, without user interaction. Upstream Linux stable commits resolve the object-lifetime error.
Likely exposure
Prioritize Linux systems on IBM s390 architecture that use zcrypt-supported cryptographic cards, particularly KVM guests where cards may be hot-plugged. Ordinary Linux systems without this architecture or subsystem are unlikely to be exposed. Confirm distribution-specific affected and fixed versions because the supplied version data is complex.
Exploitation context
The supplied record does not establish active exploitation, and the CVE is not listed as CISA KEV. Reproduction occurred during crypto-card hot-plug testing on a debug kernel. The CVSS vector describes a local, low-privilege attack surface; no remote attack path is identified.
Researcher notes
The demonstrated defect is CWE-416: zcrypt_card_put can release an object while another path still accesses it. Evidence shows slab corruption during AP bus removal and probing. The sources support memory corruption and high theoretical impact, but do not document a public exploit, reliable privilege escalation, or exploitation in production.
Mitigation direction
Update to a vendor-supported kernel containing the applicable Linux stable fix.
Consult the operating-system vendor advisory for exact affected and fixed package versions.
Prioritize s390 hosts and guests using zcrypt or hot-plugged cryptographic cards.
Where patching is delayed, review whether crypto-card hot-plug operations can be safely restricted.
Validation and detection
Inventory Linux s390 hosts and KVM guests using zcrypt-supported cryptographic cards.
Compare installed kernel packages against vendor advisories and the referenced stable fixes.
Review kernel logs for slab corruption, use-after-free reports, or zcrypt-related faults.
After updating, confirm the running kernel includes the vendor backport or applicable stable commit.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
2ADP providers
11Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.