Lucene search
+L

21322 matches found

OSV
OSV
added 2025/02/26 6:37 a.m.5 views

UBUNTU-CVE-2021-47644

In the Linux kernel, the following vulnerability has been resolved: media: staging: media: zoran: move videodev alloc Move some code out of zr36057init and create new functions for handling zr-videodev. This permit to ease code reading and fix a zr-videodev memory leak...

5.5CVSS6.2AI score0.00249EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 2:24 a.m.19 views

CVE-2022-49686 usb: gadget: uvc: fix list double add in uvcg_video_pump

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: fix list double add in uvcgvideopump A panic can occur if the endpoint becomes disabled and the uvcgvideopump adds the request back to the reqfree list after it has already been queued to the endpoint. The...

5.1AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/02/26 2:12 a.m.21 views

CVE-2022-49421 video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setup

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: clcdfb: Fix refcount leak in clcdfbofvramsetup ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

0.00291EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 2:12 a.m.14 views

CVE-2022-49421 video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setup

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: clcdfb: Fix refcount leak in clcdfbofvramsetup ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.3AI score
SaveExploits0References12
CVE
CVE
added 2025/02/26 2:12 a.m.100 views

CVE-2022-49421

CVE-2022-49421 affects the Linux kernel’s video fbdev clcdfb code. The vulnerability arises from a refcount leak in clcdfb_of_vram_setup caused by of_parse_phandle() returning a node pointer with an incremented refcount that is not released. The provided description states that of_node_put() is r...

5.5CVSS5.3AI score0.00291EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 2:12 a.m.8 views

CVE-2022-49421

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: clcdfb: Fix refcount leak in clcdfbofvramsetup ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS5.5AI score0.00291EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/26 2:12 a.m.11 views

CVE-2022-49419 video: fbdev: vesafb: Fix a use-after-free due early fb_info cleanup

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: vesafb: Fix a use-after-free due early fbinfo cleanup Commit b3c9a924aab6 "fbdev: vesafb: Cleanup fbinfo in .fbdestroy rather than .remove" fixed a use-after-free error due the vesafb driver freeing the fbinfo in th...

7.4AI score0.00262EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 1:55 a.m.35 views

CVE-2022-49162 video: fbdev: sm712fb: Fix crash in smtcfb_write()

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: sm712fb: Fix crash in smtcfbwrite When the sm712fb driver writes three bytes to the framebuffer, the driver will crash: BUG: unable to handle page fault for address: ffffc90001ffffff RIP: 0010:smtcfbwrite+0x454/0x5b...

7.8CVSS5.3AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.24 views

CVE-2021-47652

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: smscufx: Fix null-ptr-deref in ufxusbprobe I got a null-ptr-deref report: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... RIP: 0010:fbdestroymodelist+0x38/0x100 ... Call Trace:...

5.5CVSS5.5AI score0.00255EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/26 1:54 a.m.2 views

CVE-2021-47652 video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe()

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: smscufx: Fix null-ptr-deref in ufxusbprobe I got a null-ptr-deref report: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... RIP: 0010:fbdestroymodelist+0x38/0x100 ... Call Trace:...

6AI score0.00255EPSS
SaveExploits0References9
CVE
CVE
added 2025/02/26 1:54 a.m.112 views

CVE-2021-47652

The CVE-2021-47652 issue affects the Linux kernel driver path video: fbdev: smscufx (ufx_usb_probe). The root cause was a null pointer dereference when fb_alloc_cmap() fails in the probe path because modelist was not initialized yet; the error handling path called fb_destroy_modelist() leading to...

5.5CVSS5.2AI score0.00255EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.27 views

CVE-2021-47644 media: staging: media: zoran: move videodev alloc

In the Linux kernel, the following vulnerability has been resolved: media: staging: media: zoran: move videodev alloc Move some code out of zr36057init and create new functions for handling zr-videodev. This permit to ease code reading and fix a zr-videodev memory leak...

0.00249EPSS
SaveExploits0References6
CVE
CVE
added 2025/02/26 1:54 a.m.108 views

CVE-2021-47642

CVE-2021-47642: in the Linux kernel’s video fbdev/nvidiafb path, a fixed-size buffer overrun could occur by copying a channel name with strcpy into chan->adapter.name. The defect arises from copying into a 48-char buffer without length checks; fix is to use strscpy() to prevent overflows. The ...

7.8CVSS5.5AI score0.00281EPSS
SaveExploits0References9Affected Software1
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.8 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 an uninitialized flag in firewire-lib causing AV/C delayed transaction issues...

5.5CVSS6AI score0.00264EPSS
SaveExploits0References10
BDU FSTEC
BDU FSTEC
added 2025/02/26 12:00 a.m.14 views

The vulnerabilities of the decoding functions in the OpenH264 library allow a perpetrator to execute arbitrary code.

The vulnerability of the decoding functions of the OpenH264 library is related to buffer overflows in dynamic memory. Exploiting this vulnerability allows a remote attacker to execute arbitrary code by sending a specially crafted video file...

10CVSS8AI score0.00673EPSS
SaveExploits0References13Affected Software7
BDU FSTEC
BDU FSTEC
added 2025/02/26 12:00 a.m.10 views

The vulnerability of Zoom’s video conferencing software lies in the insufficient protection of sensitive data, allowing attackers to gain unauthorized access to protected information.

The vulnerability of Zoom video conferencing software is related to insufficient protection of sensitive data. Exploiting this vulnerability can allow a malicious actor, operating remotely, to gain unauthorized access to protected information...

6.8CVSS5.5AI score0.00487EPSS
SaveExploits0References3Affected Software15
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.22 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 null pointer dereference to ctx-activefmt in calctxv4l2initformats...

5.5CVSS5.4AI score0.00263EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/02/26 12:00 a.m.31 views

Amazon Linux 2 : thunderbird (ALAS-2025-2765)

The version of thunderbird installed on the remote host is prior to 128.7.0-1. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2-2025-2765 advisory. A permission leak could have occurred from a trusted site to an untrusted site via embed or object elements. This...

9.8CVSS8AI score0.1307EPSS
SaveExploits0References58
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.10 views

SeaCMS 安全漏洞

SeaCMS is a free, open source web content management system written in PHP by SeaCMS, Inc. The system is primarily designed to manage video-on-demand resources. A security vulnerability exists in SeaCMS v13.3, which stems from a remote code execution RCE issue in the adminsmtp.php component...

5.1CVSS8.1AI score0.00414EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2025/02/25 12:00 a.m.10 views

PT-2025-7827 · Unknown · Videowhisper Live Streaming Integration

Name of the Vulnerable Software and Affected Versions: VideoWhisper Live Streaming Integration versions n/a through 6.2 Description: The issue is related to an Improper Limitation of a Pathname to a Restricted Directory, also known as 'Path Traversal'. This allows unauthorized access to files and...

8.6CVSS9.5AI score0.00531EPSS
SaveExploits0References5
Rows per page
Query Builder