Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-43313
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-08 May, 2026 | 13:11
Updated At-11 May, 2026 | 22:22
Rejected At-
▼CVE Numbering Authority (CNA)
ACPI: processor: Fix NULL-pointer dereference in acpi_processor_errata_piix4()

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Fix NULL-pointer dereference in acpi_processor_errata_piix4() In acpi_processor_errata_piix4(), the pointer dev is first assigned an IDE device and then reassigned an ISA device: dev = pci_get_subsys(..., PCI_DEVICE_ID_INTEL_82371AB, ...); dev = pci_get_subsys(..., PCI_DEVICE_ID_INTEL_82371AB_0, ...); If the first lookup succeeds but the second fails, dev becomes NULL. This leads to a potential null-pointer dereference when dev_dbg() is called: if (errata.piix4.bmisx) dev_dbg(&dev->dev, ...); To prevent this, use two temporary pointers and retrieve each device independently, avoiding overwriting dev with a possible NULL value. [ rjw: Subject adjustment, added an empty code line ]

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/acpi/acpi_processor.c
Default Status
unaffected
Versions
Affected
  • From 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 before 06724a60cfa9767ea90b0f5d3dfb5cdd251b64f5 (git)
  • From 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 before ad86ac604f8391c0212a91412d4f764c7a85f254 (git)
  • From 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 before 01e8751b37a366b1ca561add0042f2ceb18c03bf (git)
  • From 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 before b803811485ac0b2f774b6bf3abc8b999ba3b7033 (git)
  • From 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 before 29f60d3d06818d40118a30d663231f027ae87a05 (git)
  • From 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 before 0398b641be2b66c2fc7e0163c606ef19372e7ad5 (git)
  • From 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 before f132e089fe89cadc2098991f0a3cb05c3f824ac6 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/acpi/acpi_processor.c
Default Status
affected
Versions
Affected
  • 2.6.12
Unaffected
  • From 0 before 2.6.12 (semver)
  • From 5.15.202 through 5.15.* (semver)
  • From 6.1.165 through 6.1.* (semver)
  • From 6.6.128 through 6.6.* (semver)
  • From 6.12.75 through 6.12.* (semver)
  • From 6.18.16 through 6.18.* (semver)
  • From 6.19.6 through 6.19.* (semver)
  • From 7.0 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/06724a60cfa9767ea90b0f5d3dfb5cdd251b64f5
N/A
https://git.kernel.org/stable/c/ad86ac604f8391c0212a91412d4f764c7a85f254
N/A
https://git.kernel.org/stable/c/01e8751b37a366b1ca561add0042f2ceb18c03bf
N/A
https://git.kernel.org/stable/c/b803811485ac0b2f774b6bf3abc8b999ba3b7033
N/A
https://git.kernel.org/stable/c/29f60d3d06818d40118a30d663231f027ae87a05
N/A
https://git.kernel.org/stable/c/0398b641be2b66c2fc7e0163c606ef19372e7ad5
N/A
https://git.kernel.org/stable/c/f132e089fe89cadc2098991f0a3cb05c3f824ac6
N/A
Hyperlink: https://git.kernel.org/stable/c/06724a60cfa9767ea90b0f5d3dfb5cdd251b64f5
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/ad86ac604f8391c0212a91412d4f764c7a85f254
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/01e8751b37a366b1ca561add0042f2ceb18c03bf
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/b803811485ac0b2f774b6bf3abc8b999ba3b7033
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/29f60d3d06818d40118a30d663231f027ae87a05
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/0398b641be2b66c2fc7e0163c606ef19372e7ad5
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/f132e089fe89cadc2098991f0a3cb05c3f824ac6
Resource: N/A
Details not found