Lucene search
+L

21 matches found

BDU FSTEC
BDU FSTEC
added 2026/07/23 12:00 a.m.6 views

The vulnerability of the vcs_write() function in the drivers/tty/vt/vc-screen.c file of the Linux kernel-based virtual terminal driver allows a hacker to cause a service failure.

The vulnerability of the vcswrite function in the drivers/tty/vt/vc-screen.c file of the Linux kernel virtual terminal driver module is related to the reutilization of previously freed memory. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.00136EPSS
SaveExploits0References20Affected Software3
RedhatCVE
RedhatCVE
added 2026/07/21 5:12 a.m.9 views

CVE-2026-53385

A flaw was found in the Linux kernel's vcscreen module. A race condition in the vcswrite function can lead to a null pointer dereference. This occurs when the vcdata pointer becomes stale during concurrent write operations, and a subsequent call attempts to use the now-invalid pointer. A local...

5.5CVSS5.3AI score0.00132EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2026/07/20 8:07 a.m.6 views

vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write

...

5.5CVSS4.5AI score0.00132EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 11:59 a.m.8 views

CVE-2026-53385 vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write

In the Linux kernel, the following vulnerability has been resolved: vcscreen: fix null-ptr-deref in vcsnotifier during concurrent vcswrite A KASAN null-ptr-deref was observed in vcsnotifier: BUG: KASAN: null-ptr-deref in vcsnotifier+0x98/0x130 Read of size 2 at addr qmpcmdname: qmpcapabilities,...

5.4AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2026/07/19 11:59 a.m.19 views

CVE-2026-53385

In the Linux kernel, the following vulnerability has been resolved: vcscreen: fix null-ptr-deref in vcsnotifier during concurrent vcswrite A KASAN null-ptr-deref was observed in vcsnotifier: BUG: KASAN: null-ptr-deref in vcsnotifier+0x98/0x130 Read of size 2 at addr qmpcmdname: qmpcapabilities,...

5.5CVSS5.2AI score0.00132EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.9 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-013107)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013107 advisory. In the Linux kernel, the following vulnerability has been resolved: vcscreen: reload load of struct vcdata pointer in vcswrite to avoid UAF After a call to...

7.8CVSS5.6AI score0.00136EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:00 a.m.4 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-004402)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-004402 advisory. vcswrite in drivers/tty/vt/vcscreen.c in the Linux kernel through 5.3.13 does not prevent write access to vcsu devices, aka CID-0c9acb1af77a. Tenable has extracted t...

7.8CVSS6.7AI score0.00406EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:00 a.m.5 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2026-004292)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-004292 advisory. vcswrite in drivers/tty/vt/vcscreen.c in the Linux kernel through 5.3.13 does not prevent write access to vcsu devices, aka CID-0c9acb1af77a. Tenable has extracted t...

7.8CVSS6.7AI score0.00406EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/12/09 12:29 a.m.17 views

SUSE CVE-2023-53747

In the Linux kernel, the following vulnerability has been resolved: vcscreen: reload load of struct vcdata pointer in vcswrite to avoid UAF After a call to consoleunlock in vcswrite the vcdata struct can be freed by vcportdestruct. Because of that, the struct vcdata pointer must be reloaded in th...

4.1CVSS6.1AI score0.00136EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/12/08 3:31 a.m.8 views

EUVD-2023-60081

In the Linux kernel, the following vulnerability has been resolved: vcscreen: reload load of struct vcdata pointer in vcswrite to avoid UAF After a call to consoleunlock in vcswrite the vcdata struct can be freed by vcportdestruct. Because of that, the struct vcdata pointer must be reloaded in th...

5.6AI score0.00136EPSS
SaveExploits0References9
NVD
NVD
added 2025/12/08 2:15 a.m.8 views

CVE-2023-53747

In the Linux kernel, the following vulnerability has been resolved: vcscreen: reload load of struct vcdata pointer in vcswrite to avoid UAF After a call to consoleunlock in vcswrite the vcdata struct can be freed by vcportdestruct. Because of that, the struct vcdata pointer must be reloaded in th...

7.8CVSS0.00136EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/08 2:15 a.m.3 views

DEBIAN-CVE-2023-53747

In the Linux kernel, the following vulnerability has been resolved: vcscreen: reload load of struct vcdata pointer in vcswrite to avoid UAF After a call to consoleunlock in vcswrite the vcdata struct can be freed by vcportdestruct. Because of that, the struct vcdata pointer must be reloaded in th...

7.8CVSS5.3AI score0.00136EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/08 2:15 a.m.16 views

UBUNTU-CVE-2023-53747

In the Linux kernel, the following vulnerability has been resolved: vcscreen: reload load of struct vcdata pointer in vcswrite to avoid UAF After a call to consoleunlock in vcswrite the vcdata struct can be freed by vcportdestruct. Because of that, the struct vcdata pointer must be reloaded in th...

7.8CVSS5.7AI score0.00136EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.41 views

CVE-2023-53747 vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF

In the Linux kernel, the following vulnerability has been resolved: vcscreen: reload load of struct vcdata pointer in vcswrite to avoid UAF After a call to consoleunlock in vcswrite the vcdata struct can be freed by vcportdestruct. Because of that, the struct vcdata pointer must be reloaded in th...

7.8CVSS0.00136EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/08 1:19 a.m.17 views

CVE-2023-53747 vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF

In the Linux kernel, the following vulnerability has been resolved: vcscreen: reload load of struct vcdata pointer in vcswrite to avoid UAF After a call to consoleunlock in vcswrite the vcdata struct can be freed by vcportdestruct. Because of that, the struct vcdata pointer must be reloaded in th...

7.8CVSS6AI score
SaveExploits0References11
CNNVD
CNNVD
added 2025/12/08 12:00 a.m.15 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a failure to reload the vcdata pointer in vcswrite, which could lead to reuse after release...

6AI score0.00136EPSS
SaveExploits0References10
OSV
OSV
added 2019/11/25 6:15 p.m.5 views

DEBIAN-CVE-2019-19252

vcswrite in drivers/tty/vt/vcscreen.c in the Linux kernel through 5.3.13 does not prevent write access to vcsu devices, aka CID-0c9acb1af77a...

7.8CVSS6.6AI score0.00406EPSS
SaveExploits0References1
NVD
NVD
added 2019/11/25 6:15 p.m.20 views

CVE-2019-19252

vcswrite in drivers/tty/vt/vcscreen.c in the Linux kernel through 5.3.13 does not prevent write access to vcsu devices, aka CID-0c9acb1af77a...

7.8CVSS7.3AI score0.00406EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2019/11/25 6:15 p.m.32 views

CVE-2019-19252

vcswrite in drivers/tty/vt/vcscreen.c in the Linux kernel through 5.3.13 does not prevent write access to vcsu devices, aka CID-0c9acb1af77a...

7.8CVSS6.8AI score0.00406EPSS
SaveExploits0References4
CVE
CVE
added 2019/11/25 5:26 p.m.159 views

CVE-2019-19252

CVE-2019-19252 affects the Linux kernel (drivers/tty/vt/vc_screen.c) where vcs_write does not prevent write access to vcsu devices up to and including version 5.3.13. This yields a local access vulnerability with partial confidentiality/integity/availability impacts as described in the CVE and ec...

7.8CVSS7.2AI score0.00406EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder