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-43300
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:21
Rejected At-
▼CVE Numbering Authority (CNA)
drm/panel: Fix a possible null-pointer dereference in jdi_panel_dsi_remove()

In the Linux kernel, the following vulnerability has been resolved: drm/panel: Fix a possible null-pointer dereference in jdi_panel_dsi_remove() In jdi_panel_dsi_remove(), jdi is explicitly checked, indicating that it may be NULL: if (!jdi) mipi_dsi_detach(dsi); However, when jdi is NULL, the function does not return and continues by calling jdi_panel_disable(): err = jdi_panel_disable(&jdi->base); Inside jdi_panel_disable(), jdi is dereferenced unconditionally, which can lead to a NULL-pointer dereference: struct jdi_panel *jdi = to_panel_jdi(panel); backlight_disable(jdi->backlight); To prevent such a potential NULL-pointer dereference, return early from jdi_panel_dsi_remove() when jdi is NULL.

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/gpu/drm/panel/panel-jdi-lpm102a188a.c
Default Status
unaffected
Versions
Affected
  • From 25205087df1ffe06ccea9302944ed1f77dc68c6f before ec2f37bbb733cdd7ed7d04171fca728a532414d5 (git)
  • From 25205087df1ffe06ccea9302944ed1f77dc68c6f before 2f5427d8726b22b807beec248d7d6bf88e291e0b (git)
  • From 25205087df1ffe06ccea9302944ed1f77dc68c6f before 83ce0085fabf757b039322928188ad78e962d609 (git)
  • From 25205087df1ffe06ccea9302944ed1f77dc68c6f before 95eed73b871111123a8b1d31cb1fce7e902e49ea (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/gpu/drm/panel/panel-jdi-lpm102a188a.c
Default Status
affected
Versions
Affected
  • 6.7
Unaffected
  • From 0 before 6.7 (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/ec2f37bbb733cdd7ed7d04171fca728a532414d5
N/A
https://git.kernel.org/stable/c/2f5427d8726b22b807beec248d7d6bf88e291e0b
N/A
https://git.kernel.org/stable/c/83ce0085fabf757b039322928188ad78e962d609
N/A
https://git.kernel.org/stable/c/95eed73b871111123a8b1d31cb1fce7e902e49ea
N/A
Hyperlink: https://git.kernel.org/stable/c/ec2f37bbb733cdd7ed7d04171fca728a532414d5
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/2f5427d8726b22b807beec248d7d6bf88e291e0b
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/83ce0085fabf757b039322928188ad78e962d609
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/95eed73b871111123a8b1d31cb1fce7e902e49ea
Resource: N/A
Details not found