Lucene search
+L

13680 matches found

Cvelist
Cvelist
added 2025/12/30 12:11 p.m.34 views

CVE-2023-54232 m68k: Only force 030 bus error if PC not in exception table

In the Linux kernel, the following vulnerability has been resolved: m68k: Only force 030 bus error if PC not in exception table getkernelnofault does copy data in supervisor mode when forcing a task backtrace log through /proc/sysrqtrigger. This is expected cause a bus error exception on e.g. NUL...

0.00188EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/30 12:11 p.m.10 views

CVE-2023-54232 m68k: Only force 030 bus error if PC not in exception table

In the Linux kernel, the following vulnerability has been resolved: m68k: Only force 030 bus error if PC not in exception table getkernelnofault does copy data in supervisor mode when forcing a task backtrace log through /proc/sysrqtrigger. This is expected cause a bus error exception on e.g. NUL...

6.2AI score
SaveExploits0References11
OSV
OSV
added 2025/12/30 12:11 p.m.8 views

CVE-2022-50844 drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callback

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix type of second parameter in odneditdpmtable callback With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sur...

6.3AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.32 views

CVE-2022-50844 drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callback

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix type of second parameter in odneditdpmtable callback With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sur...

0.00213EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/30 12:11 p.m.30 views

CVE-2022-50844

CVE-2022-50844 relates to a Linux kernel AMDGPU issue where the second parameter type in odn_edit_dpm_table() callback was incompatible, triggering kCFI-related run-time errors. The fix updates the prototype to use enum PP_OD_DPM_TABLE_COMMAND to align with related functions, removing the mismatc...

6AI score0.00213EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/12/30 12:11 p.m.19 views

CVE-2022-50844

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix type of second parameter in odneditdpmtable callback With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sur...

5.5AI score0.00213EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:10 p.m.32 views

CVE-2022-50841 fs/ntfs3: Add overflow check for attribute size

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add overflow check for attribute size The offset addition could overflow and pass the used size check given an attribute with very large size e.g., 0xffffff7f while parsing MFT attributes. This could lead to out-of-boun...

7.8CVSS0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/30 12:08 p.m.27 views

CVE-2022-50824 tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leak

In the Linux kernel, the following vulnerability has been resolved: tpm: tpmtis: Add the missed acpiputtable to fix memory leak In checkacpitpm2, we get the TPM2 table just to make sure the table is there, not used after the init, so the acpiputtable should be added to release the ACPI memory...

0.0023EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/30 12:08 p.m.8 views

CVE-2022-50824

In the Linux kernel, the following vulnerability has been resolved: tpm: tpmtis: Add the missed acpiputtable to fix memory leak In checkacpitpm2, we get the TPM2 table just to make sure the table is there, not used after the init, so the acpiputtable should be added to release the ACPI memory...

5.3AI score0.0023EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:08 p.m.6 views

CVE-2022-50824 tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leak

In the Linux kernel, the following vulnerability has been resolved: tpm: tpmtis: Add the missed acpiputtable to fix memory leak In checkacpitpm2, we get the TPM2 table just to make sure the table is there, not used after the init, so the acpiputtable should be added to release the ACPI memory...

6.4AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/30 12:08 p.m.32 views

CVE-2022-50819 udmabuf: Set ubuf->sg = NULL if the creation of sg table fails

In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set ubuf-sg = NULL if the creation of sg table fails When userspace tries to map the dmabuf and if for some reason e.g. OOM the creation of the sg table fails, ubuf-sg needs to be set to NULL. Otherwise, when the userspa...

0.00213EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/30 12:08 p.m.17 views

CVE-2022-50819

The CVE-2022-50819 vulnerability affects the Linux kernel’s udmabuf/dma-buf path. If the sg table creation fails, ubuf->sg must be set to NULL; otherwise, closing the dmabuf fd can trigger a use-after-free/null-deref in release_udmabuf, causing a crash. The issue was addressed by ensuring ubuf...

6.1AI score0.00213EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/30 12:08 p.m.13 views

CVE-2022-50819

In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set ubuf-sg = NULL if the creation of sg table fails When userspace tries to map the dmabuf and if for some reason e.g. OOM the creation of the sg table fails, ubuf-sg needs to be set to NULL. Otherwise, when the userspa...

5.3AI score0.00213EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:08 p.m.9 views

CVE-2022-50819 udmabuf: Set ubuf->sg = NULL if the creation of sg table fails

In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set ubuf-sg = NULL if the creation of sg table fails When userspace tries to map the dmabuf and if for some reason e.g. OOM the creation of the sg table fails, ubuf-sg needs to be set to NULL. Otherwise, when the userspa...

6.4AI score
SaveExploits0References8
CNNVD
CNNVD
added 2025/12/30 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 Linux kernel that stems from not using locks to protect chained table traversals, which could lead to null pointer dereferences...

6.1AI score0.0024EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.15 views

PT-2025-53962

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Linux kernel related to an incorrect function pointer type in the odn edit dpm table callback within the drm/amdgpu subsystem. Specifically, the second parameter...

7.8CVSS6.2AI score0.0094EPSS
SaveExploits2References896
CNNVD
CNNVD
added 2025/12/30 12:00 a.m.5 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 reuse of a table blob after its release, which could lead to out-of-bounds access...

6.1AI score0.00133EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.13 views

PT-2025-54072

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a use-after-free issue within the ebtables component. Specifically, the issue occurs during table unregistration, where a table blob may be freed prematurely,...

7.8CVSS7.5AI score0.0094EPSS
SaveExploits2References748
CNNVD
CNNVD
added 2025/12/30 12:00 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 Linux kernel that stems from not setting ubuf-sg to NULL when the sg table creation fails, which could result in a null pointer dereference...

6.1AI score0.00213EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.16 views

PT-2025-54061

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the handling of bus errors on m68k systems. Specifically, the get kernel nofault function can cause a bus error exception when logging a kernel task...

6.3AI score0.00188EPSS
SaveExploits0References16
Rows per page
Query Builder