PatchSiren cyber security CVE debrief
CVE-2026-43248 Linux CVE debrief
CVE-2026-43248 is a Linux kernel memory-safety flaw in the vhost/vDPA path. The kernel fix consolidates vdpa group bound checks into vhost_vdpa to avoid parent drivers missing validation, and also corrects a vdpa_sim bug where a valid ASID could be assigned to a group equal to ngroups, leading to an out-of-bounds write. NVD rates the issue 7.8/High with local, low-privilege attack conditions and high impacts to confidentiality, integrity, and availability.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-06
- Original CVE updated
- 2026-05-11
- Advisory published
- 2026-05-06
- Advisory updated
- 2026-05-11
Who should care
Linux kernel maintainers, distribution security teams, and operators running kernels in the affected version ranges should prioritize this advisory. Environments using vhost, vDPA, or vdpa_sim are most directly relevant, especially where local users or guest-adjacent workflows can reach the affected kernel paths.
Technical summary
The core issue is a missing or inconsistently applied bounds check around vdpa group handling. According to the CVE description, moving the check into vhost_vdpa reduces the chance that a parent driver omits it, and vdpa_sim had an off-by-one style condition where a group equal to ngroups could still be treated as valid. NVD maps the weakness to CWE-787 (out-of-bounds write) and lists affected Linux kernel ranges as 5.19 through versions before 6.12.75, 6.13 through before 6.18.16, and 6.19 through before 6.19.6.
Defensive priority
High
Recommended defensive actions
- Apply the Linux kernel updates that include the documented fixes.
- Prioritize patching systems in the affected kernel version ranges listed by NVD.
- Pay special attention to hosts using vhost, vDPA, or vdpa_sim functionality.
- If immediate patching is not possible, reduce exposure by limiting local user access on affected systems.
- Verify that downstream vendor kernels have backported the relevant patches.
- Track the linked kernel patch references to confirm the fix is present in your build stream.
Evidence notes
This debrief is based on the supplied NVD analyzed record, the CVE description, and the linked kernel patch references. The corpus shows no KEV entry and no supplied evidence of exploitation or ransomware use. Impact, severity, weakness class, and affected version ranges are taken from the official NVD metadata; the specific bug description comes from the CVE text.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-43248 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-43248
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-43248 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-43248
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/406db68f9cb976a8ddfafd631197264f2307e9c9
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/7441d35d14d9a3d66d925d90cb73c75394e6d454
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/cd025c1e876b4e262e71398236a1550486a73ede
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ddb57354634b6ba851b79da45f1de42c646f27d0
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.