Lucene search
+L

10729 matches found

OSV
OSV
added 2025/09/15 2:15 p.m.7 views

UBUNTU-CVE-2023-53167

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix null pointer dereference in tracingerrlogopen Fix an issue in function 'tracingerrlogopen'. The function doesn't call 'seqopen' if the file is opened only with write permissions, which results in 'file-privatedata'...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/15 2:15 p.m.7 views

UBUNTU-CVE-2022-50260

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Make .remove and .shutdown HW shutdown consistent Drivers' .remove and .shutdown callbacks are executed on different code paths. The former is called when a device is removed from the bus, while the latter is called at...

5.5CVSS5.7AI score0.00154EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/15 2:6 p.m.15 views

CVE-2023-53192 vxlan: Fix nexthop hash size

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix nexthop hash size The nexthop code expects a 31 bit hash, such as what is returned by fibmultipathhash and rt6multipathhash. Passing the 32 bit hash returned by skbgethash can lead to problems related to the fact that...

9.8CVSS0.0038EPSS
SaveExploits0References5
CVE
CVE
added 2025/09/15 2:3 p.m.28 views

CVE-2023-53167

CVE-2023-53167: In the Linux kernel, tracing_err_log_open() can dereference file->private_data if opened with write permissions and then lseek is used, causing a kernel panic via mutex_lock -> seq_lseek. A fix was applied to tracing: Fix null pointer dereference in tracing_err_log_open() fo...

5.5CVSS6.1AI score0.00156EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:3 p.m.10 views

CVE-2023-53167 tracing: Fix null pointer dereference in tracing_err_log_open()

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix null pointer dereference in tracingerrlogopen Fix an issue in function 'tracingerrlogopen'. The function doesn't call 'seqopen' if the file is opened only with write permissions, which results in 'file-privatedata'...

0.00156EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 2:3 p.m.6 views

CVE-2023-53167 tracing: Fix null pointer dereference in tracing_err_log_open()

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix null pointer dereference in tracingerrlogopen Fix an issue in function 'tracingerrlogopen'. The function doesn't call 'seqopen' if the file is opened only with write permissions, which results in 'file-privatedata'...

4.9AI score
SaveExploits0References9
CVE
CVE
added 2025/09/15 2:2 p.m.35 views

CVE-2022-50260

CVE-2022-50260 concerns the Linux kernel DRM MSM driver where .remove and .shutdown callbacks run via different code paths, creating a risk of calling drm_atomic_helper_shutdown() on an uninitialized DRM device. The initial description explains this mismatch can trigger kernel panics, especially ...

5.5CVSS6AI score0.00154EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/09/15 2:2 p.m.7 views

CVE-2022-50260 drm/msm: Make .remove and .shutdown HW shutdown consistent

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Make .remove and .shutdown HW shutdown consistent Drivers' .remove and .shutdown callbacks are executed on different code paths. The former is called when a device is removed from the bus, while the latter is called at...

6AI score
SaveExploits0References6
NVD
NVD
added 2025/09/15 1:15 p.m.6 views

CVE-2025-39801

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: Remove WARNON for device endpoint command timeouts This commit addresses a rarely observed endpoint command timeout which causes kernel panic due to warn when 'paniconwarn' is enabled and unnecessary call trace prints...

5.5CVSS0.00148EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/15 1:15 p.m.37 views

AZL-67344 CVE-2025-39801 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: Remove WARNON for device endpoint command timeouts This commit addresses a rarely observed endpoint command timeout which causes kernel panic due to warn when 'paniconwarn' is enabled and unnecessary call trace prints...

5.5CVSS5.7AI score0.00148EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 1:15 p.m.11 views

UBUNTU-CVE-2025-39801

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: Remove WARNON for device endpoint command timeouts This commit addresses a rarely observed endpoint command timeout which causes kernel panic due to warn when 'paniconwarn' is enabled and unnecessary call trace prints...

5.5CVSS5.9AI score0.00148EPSS
SaveExploits0References34
CVE
CVE
added 2025/09/15 12:36 p.m.42 views

CVE-2025-39801

CVE-2025-39801 affects the Linux kernel USB subsystem (dwc3) where device endpoint command timeouts could trigger a kernel panic if WARN_ON is hit during connect/disconnect sequences on Exynos platforms. The root cause is a WARN_ON triggered by device endpoint commands in the privileged path duri...

5.5CVSS6.3AI score0.00148EPSS
SaveExploits0References8Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.6 views

PT-2025-37575

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel's f2fs file system related to data block recovery. An inconsistency between the SIT table and inode mapping table can trigger a warning during SIT tab...

5.9AI score0.00156EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.6 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 inconsistent hardware shutdown logic in the .remove and .shutdown callback functions of the drm/msm driver,...

5.5CVSS6.3AI score0.00154EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.11 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 kernel panic caused by a device endpoint command timeout, which may be triggered by an unwanted call to...

5.5CVSS6AI score0.00148EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.7 views

PT-2025-37673

Name of the Vulnerable Software and Affected Versions: Linux kernel versions affected versions not specified Description: A kernel panic issue in the MT7921 driver was resolved. The issue stemmed from accessing unallocated memory eeprom.data within the mt7921 mcu parse response function,...

6.4AI score0.00159EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/09/14 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-38690

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: drm/xe/migrate: prevent infinite recursion If the buf + offset is not aligned to...

5.5CVSS5.5AI score0.00137EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/09/14 12:0 a.m.11 views

PT-2025-40645

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the qed driver related to handling protection override GRC elements. The firmware can return an excessive number of these elements, leading to a...

7.7CVSS7.7AI score0.00144EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/12 11:38 p.m.10 views

SUSE CVE-2022-49440

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: Keep MSRRI set when calling RTAS RTAS runs in real mode MSRDR and MSRIR unset and in 32-bit big endian mode MSRSF,LE unset. The change in MSR is done in enterrtas in a relatively complex way, since the MSR value cou...

5.5CVSS5.3AI score0.00256EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2025/09/11 9:23 p.m.10 views

matrix-sdk-base: Panic in the `RoomMember::normalized_power_level()` method

In matrix-sdk-base before 0.14.1, calling the RoomMember::normalizedpowerlevel method can cause a panic if a room member has a power level of Int::Min. Patches The issue is fixed in matrix-sdk-base 0.14.1. Workarounds The affected method isn’t used internally, so avoiding calling...

6.9CVSS6.8AI score0.00401EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder