Lucene search
K

7454 matches found

Cvelist
Cvelist
added 2025/12/08 1:19 a.m.25 views

CVE-2023-53755 dmaengine: ptdma: check for null desc before calling pt_cmd_callback

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ptdma: check for null desc before calling ptcmdcallback Resolves a panic that can occur on AMD systems, typically during host shutdown, after the PTDMA driver had been exercised. The issue was the ptissuepending functi...

0.00024EPSS
Exploits0References3
CVE
CVE
added 2025/12/08 1:19 a.m.11 views

CVE-2023-53748

The CVE-2023-53748 entry concerns a Linux kernel issue in media: mediatek: vcodec where an array bounds check was missing in decoder queue_setup. The vulnerability arises because *nplanes is user-provided and can range up to 8, while q_data->fmt->num_planes is 1–3; an index i could access b...

6.2AI score0.00024EPSS
Exploits0References3
OSV
OSV
added 2025/12/08 1:19 a.m.5 views

CVE-2023-53748 media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_setup

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queuesetup variable nplanes is provided by user via system call argument. The possible value of qdata-fmt-numplanes is 1-3, while the value of nplanes can be...

6.4AI score0.00024EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2025/12/08 1:19 a.m.7 views

CVE-2023-53748

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queuesetup variable nplanes is provided by user via system call argument. The possible value of qdata-fmt-numplanes is 1-3, while the value of nplanes can be...

5.2AI score0.00024EPSS
Exploits0
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.26 views

CVE-2023-53748 media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_setup

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queuesetup variable nplanes is provided by user via system call argument. The possible value of qdata-fmt-numplanes is 1-3, while the value of nplanes can be...

0.00024EPSS
Exploits0References3
OSV
OSV
added 2025/12/08 1:16 a.m.1 views

DEBIAN-CVE-2025-40302

In the Linux kernel, the following vulnerability has been resolved: media: videobuf2: forbid removebufs when legacy fileio is active vb2ioctlremovebufs call manipulates queue internal buffer list, potentially overwriting some pointers used by the legacy fileio access mode. Forbid that ioctl when...

5.4AI score0.00024EPSS
Exploits0References1
NVD
NVD
added 2025/12/08 1:16 a.m.2 views

CVE-2025-40290

In the Linux kernel, the following vulnerability has been resolved: xsk: avoid data corruption on cq descriptor number Since commit 30f241fcf52a "xsk: Fix immature cq descriptor production", the descriptor number is stored in skb control block and xskcqsubmitaddrlocked relies on it to put the ume...

0.00024EPSS
Exploits0References3
OSV
OSV
added 2025/12/08 1:16 a.m.1 views

DEBIAN-CVE-2025-40290

In the Linux kernel, the following vulnerability has been resolved: xsk: avoid data corruption on cq descriptor number Since commit 30f241fcf52a "xsk: Fix immature cq descriptor production", the descriptor number is stored in skb control block and xskcqsubmitaddrlocked relies on it to put the ume...

5.3AI score0.00024EPSS
Exploits0References1
OSV
OSV
added 2025/12/08 1:16 a.m.2 views

UBUNTU-CVE-2025-40302

In the Linux kernel, the following vulnerability has been resolved: media: videobuf2: forbid removebufs when legacy fileio is active vb2ioctlremovebufs call manipulates queue internal buffer list, potentially overwriting some pointers used by the legacy fileio access mode. Forbid that ioctl when...

5.8AI score0.00024EPSS
Exploits0References11
CVE
CVE
added 2025/12/08 1:12 a.m.10 views

CVE-2022-50583

CVE-2022-50583 relates to the Linux kernel, specifically a bug in md/raid0 and raid10 where discard sector handling could export an incorrect max_discard_sectors for mixed rotational/SSD configurations. The issue could trigger warning logs in __blkdev_issue_discard when invoking discard IOs (e.g....

6AI score0.00024EPSS
Exploits0References3
OSV
OSV
added 2025/12/08 1:12 a.m.3 views

CVE-2022-50583 md/raid0, raid10: Don't set discard sectors for request queue

In the Linux kernel, the following vulnerability has been resolved: md/raid0, raid10: Don't set discard sectors for request queue It should use diskstacklimits to get a proper maxdiscardsectors rather than setting a value by stack drivers. And there is a bug. If all member disks are rotational...

6.3AI score0.00024EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/12/08 12:46 a.m.23 views

CVE-2025-40302 media: videobuf2: forbid remove_bufs when legacy fileio is active

In the Linux kernel, the following vulnerability has been resolved: media: videobuf2: forbid removebufs when legacy fileio is active vb2ioctlremovebufs call manipulates queue internal buffer list, potentially overwriting some pointers used by the legacy fileio access mode. Forbid that ioctl when...

0.00024EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.4 views

CVE-2025-40302

In the Linux kernel, the following vulnerability has been resolved: media: videobuf2: forbid removebufs when legacy fileio is active vb2ioctlremovebufs call manipulates queue internal buffer list, potentially overwriting some pointers used by the legacy fileio access mode. Forbid that ioctl when...

5.3AI score0.00024EPSS
Exploits0
CVE
CVE
added 2025/12/08 12:46 a.m.13 views

CVE-2025-40302

CVE-2025-40302 is a Linux kernel issue in the media: videobuf2 path where vb2_ioctl_remove_bufs could affect the queue state when legacy fileio is active. The fix forbids the remove_bufs ioctl if fileio is active to protect internal queue pointers across read/write calls, preventing potential cor...

6.3AI score0.00024EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/12/08 12:9 a.m.1 views

CVE-2025-40290

In the Linux kernel, the following vulnerability has been resolved: xsk: avoid data corruption on cq descriptor number Since commit 30f241fcf52a "xsk: Fix immature cq descriptor production", the descriptor number is stored in skb control block and xskcqsubmitaddrlocked relies on it to put the ume...

5.3AI score0.00024EPSS
Exploits0
CNNVD
CNNVD
added 2025/12/08 12:0 a.m.2 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 Linux kernel that stems from disabling removebufs when legacy fileio is active, which could lead to corruption of the internal state of the...

6.2AI score0.00024EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/12/08 12:0 a.m.18 views

CVE-2025-64081

SQL injection vulnerability in /php/apipatientschedule.php in SourceCodester Patients Waiting Area Queue Management System v1 allows attackers to execute arbitrary SQL commands via the appointmentID parameter...

0.00052EPSS
Exploits3References2
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2023-53748

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queuesetup variable nplanes is provided by user via system call argument. The possible val...

5.8AI score0.00024EPSS
Exploits0References3
CNNVD
CNNVD
added 2025/12/08 12:0 a.m.2 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 hwq-cqlock deadlock issue, which could cause the system to hang...

6.1AI score0.00026EPSS
Exploits0References4
CVE
CVE
added 2025/12/08 12:0 a.m.9 views

CVE-2025-64081

CVE-2025-64081 is a SQL injection in SourceCodester’s Patients Waiting Area Queue Management System v1, affecting the file /php/api_patient_schedule.php via the appointmentID parameter. The root cause is improper input validation/sanitization, enabling attackers to execute arbitrary SQL commands....

9.8CVSS8.2AI score0.00052EPSS
Exploits3References2Affected Software1
Rows per page
Query Builder