Lucene search
+L

7400 matches found

Cvelist
Cvelist
added 2025/06/18 11:2 a.m.21 views

CVE-2022-50101 video: fbdev: vt8623fb: Check the size of screen before memset_io()

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: vt8623fb: Check the size of screen before memsetio In the function vt8623fbsetpar, the value of 'screensize' is calculated by the user input. If the user provides the improper value, the value of 'screensize' may...

7.8CVSS0.0022EPSS
SaveExploits0References8
OSV
OSV
added 2025/06/18 11:2 a.m.7 views

CVE-2022-50101 video: fbdev: vt8623fb: Check the size of screen before memset_io()

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: vt8623fb: Check the size of screen before memsetio In the function vt8623fbsetpar, the value of 'screensize' is calculated by the user input. If the user provides the improper value, the value of 'screensize' may...

7.8CVSS6AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.20 views

CVE-2022-50101

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: vt8623fb: Check the size of screen before memsetio In the function vt8623fbsetpar, the value of 'screensize' is calculated by the user input. If the user provides the improper value, the value of 'screensize' may...

7.8CVSS5.3AI score0.0022EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:2 a.m.84 views

CVE-2022-50101

CVE-2022-50101 affects the Linux kernel’s fbdev vt8623fb code. The flaw arises in vt8623fb_set_par(), where a user-supplied value is used to compute screen_size. If screen_size exceeds info->screen_size, a memory write via memset_io() can trigger a supervisor-page fault (kernel crash). The rep...

7.8CVSS6.4AI score0.0022EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.20 views

CVE-2022-50099 video: fbdev: arkfb: Check the size of screen before memset_io()

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: arkfb: Check the size of screen before memsetio In the function arkfbsetpar, the value of 'screensize' is calculated by the user input. If the user provides the improper value, the value of 'screensize' may larger...

7.8CVSS0.00214EPSS
SaveExploits0References8
CVE
CVE
added 2025/06/18 11:2 a.m.85 views

CVE-2022-50099

CVE-2022-50099 affects the Linux kernel video fbdev Arkfb component. In arkfb_set_par(), user input can set screen_size larger than info->screen_size, risking a kernel page fault (LOCAL, high impact). The mitigation described is to check screen_size before memset_io() and apply the provided pa...

7.8CVSS6.4AI score0.00214EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.10 views

CVE-2022-50099

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: arkfb: Check the size of screen before memsetio In the function arkfbsetpar, the value of 'screensize' is calculated by the user input. If the user provides the improper value, the value of 'screensize' may larger...

7.8CVSS5.3AI score0.00214EPSS
SaveExploits0
OSV
OSV
added 2025/06/18 11:2 a.m.7 views

CVE-2022-50099 video: fbdev: arkfb: Check the size of screen before memset_io()

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: arkfb: Check the size of screen before memsetio In the function arkfbsetpar, the value of 'screensize' is calculated by the user input. If the user provides the improper value, the value of 'screensize' may larger...

7.8CVSS6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.17 views

CVE-2022-50097 video: fbdev: s3fb: Check the size of screen before memset_io()

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: s3fb: Check the size of screen before memsetio In the function s3fbsetpar, the value of 'screensize' is calculated by the user input. If the user provides the improper value, the value of 'screensize' may larger tha...

7.1CVSS0.00168EPSS
SaveExploits0References8
CVE
CVE
added 2025/06/18 11:2 a.m.82 views

CVE-2022-50097

CVE-2022-50097 affects the Linux kernel’s video fbdev s3fb driver. The bug arises in s3fb_set_par() where the code computes screen_size from user input and can exceed info->screen_size, leading to a kernel PAGE_FAULT on write (local access) during memset_io. The issue is mitigated by the docum...

7.8CVSS6.4AI score0.00168EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/06/18 11:2 a.m.6 views

CVE-2022-50097 video: fbdev: s3fb: Check the size of screen before memset_io()

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: s3fb: Check the size of screen before memsetio In the function s3fbsetpar, the value of 'screensize' is calculated by the user input. If the user provides the improper value, the value of 'screensize' may larger tha...

7.1CVSS6AI score
SaveExploits0References11
CNNVD
CNNVD
added 2025/06/18 12:0 a.m.4 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 the s3fb driver not validating the screensize parameter, which could lead to out-of-bounds writes...

7.8CVSS6.3AI score0.00168EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.21 views

PT-2025-26025 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been identified, specifically in the arkfb driver. The issue arises in the arkfb set par function, where the screen size value is calculated bas...

7.8CVSS5.7AI score0.10458EPSS
SaveExploits16References587
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.36 views

PT-2025-26023 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A bug in the Linux kernel has been identified, specifically in the s3fb driver, where the screen size value calculated from user input in the s3fb set par function can be larger than...

7.8CVSS6AI score0.10458EPSS
SaveExploits16References587
CNNVD
CNNVD
added 2025/06/18 12:0 a.m.10 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 the vt8623fb driver not validating the screensize parameter, which could lead to out-of-bounds writes...

7.8CVSS6.3AI score0.0022EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.23 views

PT-2025-26027 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A bug in the Linux kernel has been identified, specifically in the vt8623fb driver. The issue arises when the screen size value, calculated from user input in the vt8623fb set par...

7.8CVSS5.7AI score0.10458EPSS
SaveExploits16References587
CNNVD
CNNVD
added 2025/06/18 12:0 a.m.12 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 the arkfb driver not validating the screensize parameter, which could lead to out-of-bounds writes...

7.8CVSS6.3AI score0.00214EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2025/06/18 12:0 a.m.7 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 vt not initializing the unicode screen buffer, which could lead to information disclosure...

5.5CVSS6.2AI score0.00194EPSS
SaveExploits0References8
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.7 views

Astra Linux – Vulnerability in unrar-nonfree

RARLAB WinRAR prior to version 7.00, on Linux and UNIX platforms, allowed attackers to spoof the screen output or cause a denial of service, through ANSI escape sequences...

7.1CVSS6.5AI score0.00817EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2025/06/16 12:0 a.m.6 views

TencentOS Server 3: GNOME (TSSA-2022:0108)

The version of Tencent Linux installed on the remote TencentOS Server 3 host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the TSSA-2022:0108 advisory. Package updates are available for TencentOS Server 3 that fix the following vulnerabilities...

8.8CVSS7.5AI score0.03672EPSS
SaveExploits3References14
Rows per page
Query Builder