Lucene search
+L

11566 matches found

CVE
CVE
added 2026/07/19 2:55 p.m.20 views

CVE-2026-63949

The CVE-2026-63949 issue is a Linux kernel auxdisplay vulnerability in which linedisp_display() unconditionally reads msg[count - 1] before confirming count > 0, allowing an OOB read on zero-length writes to the message sysfs attribute. The underlying problem occurs in the message_store() call...

5.5AI score0.00172EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.7 views

CVE-2026-63949

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: line-display: fix OOB read on zero-length messagestore linedispdisplay unconditionally reads msgcount - 1 before checking whether count is zero, so a write of zero bytes to the message sysfs attribute hits msg-1:...

5.4AI score0.00172EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.37 views

CVE-2026-63949 auxdisplay: line-display: fix OOB read on zero-length message_store()

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: line-display: fix OOB read on zero-length messagestore linedispdisplay unconditionally reads msgcount - 1 before checking whether count is zero, so a write of zero bytes to the message sysfs attribute hits msg-1:...

0.00172EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63949 auxdisplay: line-display: fix OOB read on zero-length message_store()

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: line-display: fix OOB read on zero-length messagestore linedispdisplay unconditionally reads msgcount - 1 before checking whether count is zero, so a write of zero bytes to the message sysfs attribute hits msg-1:...

5.5AI score0.00172EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/07/19 12:2 p.m.34 views

CVE-2026-63826 fbdev: fix use-after-free in store_modes()

In the Linux kernel, the following vulnerability has been resolved: fbdev: fix use-after-free in storemodes storemodes replaces a framebuffer's modelist with modes from userspace. On success it frees the old modelist with fbdestroymodelist. Two fields still point into that freed list. One pointer...

0.00157EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:2 p.m.9 views

CVE-2026-63826

In the Linux kernel, the following vulnerability has been resolved: fbdev: fix use-after-free in storemodes storemodes replaces a framebuffer's modelist with modes from userspace. On success it frees the old modelist with fbdestroymodelist. Two fields still point into that freed list. One pointer...

5.3AI score0.00157EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/19 12:2 p.m.7 views

CVE-2026-63826 fbdev: fix use-after-free in store_modes()

In the Linux kernel, the following vulnerability has been resolved: fbdev: fix use-after-free in storemodes storemodes replaces a framebuffer's modelist with modes from userspace. On success it frees the old modelist with fbdestroymodelist. Two fields still point into that freed list. One pointer...

5.4AI score0.00157EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.14 views

PT-2026-61266

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds read exists in the linedisp display function within the auxdisplay line-display component. The issue occurs when a zero-byte write is performed on the message sysfs...

5.2AI score0.00172EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.9 views

PT-2026-61414

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds read exists in the Linux kernel within the drm/amd/display component. The GPIO pin table parsers in the get gpio i2c info and bios parser get gpio pin info functions...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.9 views

PT-2026-61367

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the drm/msm/dpu component of the Linux kernel. This occurs when devm and drmm functions are mixed during the msm driver teardown process. Specifically, i...

7.8CVSS5.3AI score0.00124EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.8 views

PT-2026-61142

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the store modes function within the fbdev component. The function replaces a framebuffer modelist with modes from userspace and frees the old list using ...

9.8CVSS5.2AI score0.00529EPSS
SaveExploits0References81
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.10 views

PT-2026-61108

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A null-pointer dereference occurs in the fb videomode to var function within the fbdev component. The issue arises when store modes replaces the modelist from userspace via fb new...

9.8CVSS5.2AI score0.0069EPSS
SaveExploits0References82
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.27 views

PT-2026-61356

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the drm/msm/snapshot component where the snapshotting code internally aligns data segments to 16 bytes. While this is effective for DPU code, it fails when snapshottin...

7.7CVSS5.3AI score0.0018EPSS
SaveExploits0
NVD
NVD
added 2026/07/18 2:17 p.m.22 views

CVE-2026-9323

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS0.00421EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/18 1:51 p.m.40 views

CVE-2026-9323 Insecure PRNG and Information Exposure in urwid Web Display Backend

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS0.00421EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/18 12:0 a.m.16 views

PT-2026-60967

Name of the Vulnerable Software and Affected Versions urwid affected versions not specified Description The web display backend in urwid/display/web.py uses Python's Mersenne Twister PRNG to generate web session identifiers urwid id within the Screen.start function. Because this PRNG is not...

9.2CVSS6.2AI score0.00421EPSS
SaveExploits0References21
NVD
NVD
added 2026/07/17 2:18 a.m.14 views

CVE-2026-62224

OpenClaw MS Teams before 2026.5.12 contain an authorization bypass vulnerability where the allowFrom feature binds to mutable display names. Attackers with lower-trust access can perform actions requiring stronger authorization by exploiting the mutable display name binding in the affected featur...

5.4CVSS0.00155EPSS
SaveExploits0References2
Fedora
Fedora
added 2026/07/17 12:54 a.m.9 views

[SECURITY] Fedora 44 Update: ImageMagick-7.1.2.27-1.fc44

ImageMagick is an image display and manipulation tool for the X Window System. ImageMagick can read and write JPEG, TIFF, PNM, GIF, and Photo CD image formats. It can resize, rotate, sharpen, color reduce, or add special effects to an image, and when finished you can either save the completed wor...

9.8CVSS6.1AI score0.04354EPSS
SaveExploits7
OSV
OSV
added 2026/07/17 12:7 a.m.8 views

CVE-2026-62224 OpenClaw MS Teams < 2026.5.12 Authorization Bypass

OpenClaw MS Teams before 2026.5.12 contain an authorization bypass vulnerability where the allowFrom feature binds to mutable display names. Attackers with lower-trust access can perform actions requiring stronger authorization by exploiting the mutable display name binding in the affected featur...

2.3CVSS5.3AI score0.00155EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/17 12:7 a.m.24 views

CVE-2026-62224

OpenClaw MS Teams before version 2026.5.12 has an authorization bypass where the allowFrom feature binds to mutable display names. Attackers with lower-trust access can perform actions requiring stronger authorization due to this binding. The description specifies the vulnerability exists prior t...

5.4CVSS6.1AI score0.00155EPSS
SaveExploits0References2
Rows per page
Query Builder