CVE-2026-98148
Last modified
CVE-2026-98148 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/gud: validate GUD_ROTATION_0 is present in supported rotations The rotation argument to drm_plane_create_rotation_property() is set to DRM_MODE_ROTATE_0, and the device reported rotation bitmask is used as the supported_rotations argument. The driver never validates that GUD_ROTATION_0 is present, so a device that omits it from its GUD_PROPERTY_ROTATION triggers the WARN_ON(rotation & ~supported_rotations) in drm_plane_create_rotation_property() Fix this by skipping the creation of rotation property if the device doesn't have the GUD_ROTATION_0 bit.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/gud: validate GUD_ROTATION_0 is present in supported rotations The rotation argument to drm_plane_create_rotation_property() is set to DRM_MODE_ROTATE_0, and the device reported rotation bitmask is used as the supported_rotations argument. The driver never validates that GUD_ROTATION_0 is present, so a device that omits it from its GUD_PROPERTY_ROTATION triggers the WARN_ON(rotation & ~supported_rotations) in drm_plane_create_rotation_property() Fix this by skipping the creation of rotation property if the device doesn't have the GUD_ROTATION_0 bit
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 40e1a70b4aedf2859a1829991b48ef0ebe650bf2, < b2cd682324b889011874cf844b7c7efa97c97296; >= 40e1a70b4aedf2859a1829991b48ef0ebe650bf2, < 876b33d8a9a00e9d4bbcbb7f55ad2c05974850de; >= 40e1a70b4aedf2859a1829991b48ef0ebe650bf2, < cb732d027aa18e1fcf9d2797f47d20b179ebc59c |
| Linux | Linux | 5.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98148?
How severe is CVE-2026-98148?
How do I fix CVE-2026-98148?
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-98142In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98143In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-98144In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98145In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98146In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98147In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98149In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9815The MagicForm WordPress plugin through 0.1.3 does not proper…6.5
- CVE-2026-98150In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-98151In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98152In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98153In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98148?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
