CVE-2026-93238
Last modified
CVE-2026-93238 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: fix potential use of uninitialized apm_filtered bitmap The DECLARE_BITMAP(apm_filtered, AP_DEVICES) macro allocates the bitmap on the stack without zero-initializing it. In vfio_ap_mdev_hot_plug_cfg(), the vfio_ap_mdev_filter_matrix() function is only called to initialize and populate apm_filtered if either filter_adapters or filter_domains is true. If the hot plug configuration change only adds control domains (meaning filter_cdoms is true, but filter_adapters and filter_domains are both false), vfio_ap_mdev_filter_matrix() is bypassed. Consequently, apm_filtered is passed to reset_queues_for_apids() with uninitialized stack garbage.
Description
In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: fix potential use of uninitialized apm_filtered bitmap The DECLARE_BITMAP(apm_filtered, AP_DEVICES) macro allocates the bitmap on the stack without zero-initializing it. In vfio_ap_mdev_hot_plug_cfg(), the vfio_ap_mdev_filter_matrix() function is only called to initialize and populate apm_filtered if either filter_adapters or filter_domains is true. If the hot plug configuration change only adds control domains (meaning filter_cdoms is true, but filter_adapters and filter_domains are both false), vfio_ap_mdev_filter_matrix() is bypassed. Consequently, apm_filtered is passed to reset_queues_for_apids() with uninitialized stack garbage. This can cause reset_queues_for_apids() to interpret arbitrary stack garbage bits as valid APIDs to reset, potentially performing unintended guest hardware queue resets. Fix this by zero-initializing the apm_filtered bitmap at the beginning of vfio_ap_mdev_hot_plug_cfg() using bitmap_zero().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= eeb386aeb5b7c8d2dae6a3ba49255d8a97803182, < 4ba8a08f5f26ed59f356a6318bca3aa7cc0af3e2; >= eeb386aeb5b7c8d2dae6a3ba49255d8a97803182, < f73db632524320d2b93bc8534be8ea875053502d; >= eeb386aeb5b7c8d2dae6a3ba49255d8a97803182, < 6d554f2571e6b4db242593ba561efd6a6d1f99a9; >= eeb386aeb5b7c8d2dae6a3ba49255d8a97803182, < 09548edc6114f1eb1035b30795e893204ef45b85; >= eeb386aeb5b7c8d2dae6a3ba49255d8a97803182, < bf09b9d7cd7890bc3a3b7eb63d5ece15f88bfde7 |
| Linux | Linux | 6.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93238?
How severe is CVE-2026-93238?
How do I fix CVE-2026-93238?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93232In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93233In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93234In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93235In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93236In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93237In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93239In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9324Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-93240In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93241In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93242In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93243In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93238?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
