Lucene search
+L

126 matches found

Cvelist
Cvelist
added 2025/09/05 5:21 p.m.17 views

CVE-2025-39709 media: venus: protect against spurious interrupts during probe

In the Linux kernel, the following vulnerability has been resolved: media: venus: protect against spurious interrupts during probe Make sure the interrupt handler is initialized before the interrupt is registered. If the IRQ is registered before hficreate, it's possible that an interrupt fires...

0.00148EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/08/11 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2025-23149

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: tpm: do not start chip while suspended Checking TPMCHIPFLAGSUSPENDED after the call to...

5.5CVSS5.5AI score0.00176EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.4 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: gpio: rcar: Use rawspinlock to protect register access The rawspinlock is used to fix spurious messages about invalid context when spinlock debugging is enabled. The lock is only used to serialize register access. 4.239592...

5.5CVSS6.4AI score0.00148EPSS
SaveExploits0References3
Packet Storm News
Packet Storm News
added 2025/06/11 12:0 a.m.9 views

Empirical Quantification of Spurious Correlations in Malware Detection

End-to-end deep learning exhibits unmatched performance for detecting malware, but such an achievement is reached by exploiting spurious correlations -- features with high relevance at inference time, but known to be useless through domain knowledge. While previous work highlighted that deep...

6.9AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/05/02 2:3 a.m.14 views

SUSE CVE-2025-23149

In the Linux kernel, the following vulnerability has been resolved: tpm: do not start chip while suspended Checking TPMCHIPFLAGSUSPENDED after the call to tpmfindgetops can lead to a spurious tpmchipstart call: 35985.503771 i2c i2c-1: Transfer while suspended 35985.503796 WARNING: CPU: 0 PID: 74 ...

5.5CVSS7.6AI score0.00176EPSS
SaveExploits0References17
OSV
OSV
added 2025/05/01 12:55 p.m.8 views

CVE-2025-23149 tpm: do not start chip while suspended

In the Linux kernel, the following vulnerability has been resolved: tpm: do not start chip while suspended Checking TPMCHIPFLAGSUSPENDED after the call to tpmfindgetops can lead to a spurious tpmchipstart call: 35985.503771 i2c i2c-1: Transfer while suspended 35985.503796 WARNING: CPU: 0 PID: 74 ...

5.5CVSS6AI score0.00176EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/03/28 3:38 a.m.5 views

SUSE CVE-2023-52993

In the Linux kernel, the following vulnerability has been resolved: x86/i8259: Mark legacy PIC interrupts with IRQLEVEL Baoquan reported that after triggering a crash the subsequent crash-kernel fails to boot about half of the time. It triggers a NULL pointer dereference in the periodic tick code...

5.5CVSS6.6AI score0.00247EPSS
SaveExploits0References8
OSV
OSV
added 2025/03/27 5:15 p.m.5 views

UBUNTU-CVE-2023-52993

In the Linux kernel, the following vulnerability has been resolved: x86/i8259: Mark legacy PIC interrupts with IRQLEVEL Baoquan reported that after triggering a crash the subsequent crash-kernel fails to boot about half of the time. It triggers a NULL pointer dereference in the periodic tick code...

5.5CVSS6.2AI score0.00247EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2025/02/07 12:0 a.m.8 views

PT-2025-18403

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to the fixed version Description A vulnerability in the Linux kernel has been resolved. The issue arises when checking TPM CHIP FLAG SUSPENDED after the call to tpm find get ops, which can lead to a spurious tpm chi...

5.5CVSS6.6AI score0.00176EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.4 views

PT-2025-36303

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw where spurious interrupts can occur during probe operations in the media subsystem, specifically within the venus driver. This happens if an interrupt is...

5.5CVSS6.1AI score0.00148EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/12/04 12:0 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 Linux kernel that stems from the objectisonstack function of the KASAN marker pointer in the sched/taskstack module that may produce incorrec...

5.5CVSS6.6AI score0.00207EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/10/21 6:54 p.m.27 views

CVE-2024-50010 exec: don't WARN for racy path_noexec check

In the Linux kernel, the following vulnerability has been resolved: exec: don't WARN for racy pathnoexec check Both imode and noexec checks wrapped in WARNON stem from an artifact of the previous implementation. They used to legitimately check for the condition, but that got moved up in two...

0.00236EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/08/22 3:14 a.m.3 views

SUSE CVE-2023-52895

In the Linux kernel, the following vulnerability has been resolved: iouring/poll: don't reissue in case of poll race on multishot request A previous commit fixed a poll race that can occur, but it's only applicable for multishot requests. For a multishot request, we can safely ignore a spurious...

5.5CVSS6.4AI score0.00205EPSS
SaveExploits0References3
OSV
OSV
added 2024/08/21 7:15 a.m.4 views

DEBIAN-CVE-2023-52895

In the Linux kernel, the following vulnerability has been resolved: iouring/poll: don't reissue in case of poll race on multishot request A previous commit fixed a poll race that can occur, but it's only applicable for multishot requests. For a multishot request, we can safely ignore a spurious...

5.5CVSS5.5AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/21 7:15 a.m.44 views

UBUNTU-CVE-2023-52895

In the Linux kernel, the following vulnerability has been resolved: iouring/poll: don't reissue in case of poll race on multishot request A previous commit fixed a poll race that can occur, but it's only applicable for multishot requests. For a multishot request, we can safely ignore a spurious...

5.5CVSS5.7AI score0.00205EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/08/16 12:0 a.m.56 views

SUSE SLES15: cluster-md-kmp-default / dlm-kmp-default / gfs2-kmp-default / etc (SUSE-SU-2024:2923-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:2923-1 advisory. The SUSE Linux Enterprise 15 SP2 kernel was updated to receive various security bugfixes. The following security bugs were fixed: -...

7.8CVSS7.1AI score0.00872EPSS
SaveExploits0References86
RedHat Linux
RedHat Linux
added 2024/05/28 2:11 p.m.4 views

kernel: x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL

In the Linux kernel, the following vulnerability has been resolved: x86/i8259: Mark legacy PIC interrupts with IRQLEVEL Baoquan reported that after triggering a crash the subsequent crash-kernel fails to boot about half of the time. It triggers a NULL pointer dereference in the periodic tick code...

5.5CVSS6.4AI score0.00247EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/05/20 4:38 p.m.27 views

CVE-2024-35988

A vulnerability was found in the Linux kernel affecting the riscv architecture on 64-bit NOMMU systems. The issue stems from an incorrect definition of TASKSIZE, which causes failures in userspace access routines when there is RAM above 4GB. The vulnerability affects the file...

5.5CVSS8.6AI score0.00212EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/20 9:47 a.m.18 views

CVE-2024-35988 riscv: Fix TASK_SIZE on 64-bit NOMMU

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix TASKSIZE on 64-bit NOMMU On NOMMU, userspace memory can come from anywhere in physical RAM. The current definition of TASKSIZE is wrong if any RAM exists above 4G, causing spurious failures in the userspace access...

6.6AI score0.00212EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/20 9:47 a.m.30 views

CVE-2024-35988 riscv: Fix TASK_SIZE on 64-bit NOMMU

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix TASKSIZE on 64-bit NOMMU On NOMMU, userspace memory can come from anywhere in physical RAM. The current definition of TASKSIZE is wrong if any RAM exists above 4G, causing spurious failures in the userspace access...

6.3AI score0.00212EPSS
SaveExploits0References6
Rows per page
Query Builder