Lucene search
+L

20 matches found

Tenable Nessus
Tenable Nessus
•added 2026/09/05 12:00 a.m.•12 views

Linux Distros Unpatched Vulnerability : CVE-2026-80741

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/log: Fix out-of-bounds read on empty message length drmlogdrawkmsgrecord accesses slen - 1 to strip the trailing newline, but len is unsigned int. If len is...

7.1CVSS5.7AI score0.00164EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/09/05 12:00 a.m.•11 views

Linux Distros Unpatched Vulnerability : CVE-2026-80740

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/log: Fix infinite loop when scale is too large for display When scale is large enough that scaledfont exceeds the display dimensions, rows or columns become...

5.8AI score0.00206EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2026/09/03 4:25 p.m.•15 views

SUSE CVE-2026-80740

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix infinite loop when scale is too large for display When scale is large enough that scaledfont exceeds the display dimensions, rows or columns become 0. A columns value of 0 causes an infinite loop in...

6AI score0.00206EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/09/03 4:25 p.m.•18 views

SUSE CVE-2026-80741

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix out-of-bounds read on empty message length drmlogdrawkmsgrecord accesses slen - 1 to strip the trailing newline, but len is unsigned int. If len is 0, the subtraction wraps to UINTMAX, causing an out-of-bounds read...

7.1CVSS5.8AI score0.00164EPSS
SaveExploits0References3
NVD
NVD
•added 2026/09/03 1:06 p.m.•10 views

CVE-2026-80740

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix infinite loop when scale is too large for display When scale is large enough that scaledfont exceeds the display dimensions, rows or columns become 0. A columns value of 0 causes an infinite loop in...

0.00206EPSS
SaveExploits0References3
NVD
NVD
•added 2026/09/03 1:06 p.m.•12 views

CVE-2026-80741

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix out-of-bounds read on empty message length drmlogdrawkmsgrecord accesses slen - 1 to strip the trailing newline, but len is unsigned int. If len is 0, the subtraction wraps to UINTMAX, causing an out-of-bounds read...

7.1CVSS0.00164EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/03 1:06 p.m.•8 views

UBUNTU-CVE-2026-80741

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix out-of-bounds read on empty message length drmlogdrawkmsgrecord accesses slen - 1 to strip the trailing newline, but len is unsigned int. If len is 0, the subtraction wraps to UINTMAX, causing an out-of-bounds read...

7.1CVSS5.9AI score0.00164EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/09/03 1:06 p.m.•11 views

CVE-2026-80740

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix infinite loop when scale is too large for display When scale is large enough that scaledfont exceeds the display dimensions, rows or columns become 0. A columns value of 0 causes an infinite loop in...

5.7AI score0.00206EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/09/03 1:06 p.m.•14 views

CVE-2026-80741

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix out-of-bounds read on empty message length drmlogdrawkmsgrecord accesses slen - 1 to strip the trailing newline, but len is unsigned int. If len is 0, the subtraction wraps to UINTMAX, causing an out-of-bounds read...

7.1CVSS5.5AI score0.00164EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/03 1:06 p.m.•7 views

UBUNTU-CVE-2026-80740

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix infinite loop when scale is too large for display When scale is large enough that scaledfont exceeds the display dimensions, rows or columns become 0. A columns value of 0 causes an infinite loop in...

6AI score0.00206EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/03 8:26 a.m.•10 views

CVE-2026-80741 drm/log: Fix out-of-bounds read on empty message length

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix out-of-bounds read on empty message length drmlogdrawkmsgrecord accesses slen - 1 to strip the trailing newline, but len is unsigned int. If len is 0, the subtraction wraps to UINTMAX, causing an out-of-bounds read...

7.1CVSS5.6AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/03 8:26 a.m.•12 views

EUVD-2026-70345

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix out-of-bounds read on empty message length drmlogdrawkmsgrecord accesses slen - 1 to strip the trailing newline, but len is unsigned int. If len is 0, the subtraction wraps to UINTMAX, causing an out-of-bounds read...

5.8AI score0.00164EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/03 8:26 a.m.•40 views

CVE-2026-80741 drm/log: Fix out-of-bounds read on empty message length

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix out-of-bounds read on empty message length drmlogdrawkmsgrecord accesses slen - 1 to strip the trailing newline, but len is unsigned int. If len is 0, the subtraction wraps to UINTMAX, causing an out-of-bounds read...

7.1CVSS0.00164EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/03 8:26 a.m.•21 views

CVE-2026-80741

CVE-2026-80741 is an out-of-bounds read in the Linux kernel's DRM logging subsystem (drm/log). The function drm_log_draw_kmsg_record() accesses s[len - 1] to strip a trailing newline, but since len is an unsigned int , a value of zero causes the subtraction to wrap to UINT_MAX, reading far beyond...

7.1CVSS5.8AI score0.00164EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/03 8:26 a.m.•7 views

CVE-2026-80740 drm/log: Fix infinite loop when scale is too large for display

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix infinite loop when scale is too large for display When scale is large enough that scaledfont exceeds the display dimensions, rows or columns become 0. A columns value of 0 causes an infinite loop in...

5.8AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/03 8:26 a.m.•12 views

EUVD-2026-70344

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix infinite loop when scale is too large for display When scale is large enough that scaledfont exceeds the display dimensions, rows or columns become 0. A columns value of 0 causes an infinite loop in...

6AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/03 8:26 a.m.•38 views

CVE-2026-80740 drm/log: Fix infinite loop when scale is too large for display

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix infinite loop when scale is too large for display When scale is large enough that scaledfont exceeds the display dimensions, rows or columns become 0. A columns value of 0 causes an infinite loop in...

0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/03 8:26 a.m.•17 views

CVE-2026-80740

CVE-2026-80740 affects the Linux kernel in the drm/log subsystem. When the display scale is large enough that the scaled font exceeds the display dimensions, either the rows or columns variable becomes zero. A zero column count causes an infinite loop in drm_log_draw_kmsg_record() because the loo...

6AI score0.00206EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/09/03 12:00 a.m.•14 views

PT-2026-84938

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix infinite loop when scale is too large for display When scale is large enough that scaled font exceeds the display dimensions, rows or columns become 0. A columns value of 0 causes an infinite loop in drm log draw kms...

6AI score0.00206EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/09/03 12:00 a.m.•20 views

PT-2026-84939

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix out-of-bounds read on empty message length drm log draw kmsg record accesses slen - 1 to strip the trailing newline, but len is unsigned int. If len is 0, the subtraction wraps to UINT MAX, causing an out-of-bounds...

5.8AI score0.00164EPSS
SaveExploits0References3
Rows per page
Query Builder