Lucene search
+L

1666 matches found

Positive Technologies
Positive Technologies
added 2024/02/21 12:00 a.m.11 views

PT-2024-21627

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue arises in the resume code path of the Linux kernel, specifically in the wifi: iwlwifi: mvm module, where it assumes the TX queue for the offloading TID has been configured. If ...

5.5CVSS5.6AI score0.00249EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/02/13 12:00 a.m.17 views

PT-2024-21628

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue occurs when the system is suspended while audio is active, causing the sof ipc4 pcm hw free function to reset the pipelines. If the firmware crashes during audio playback or wh...

5.5CVSS5.5AI score0.00222EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/01/25 8:13 a.m.8 views

kernel: Unprivileged users may use PTRACE_SEIZE to set PTRACE_O_SUSPEND_SECCOMP option

A flaw was found in the Linux kernel. The PTRACESEIZE code path allows attackers to bypass intended restrictions on setting the PTSUSPENDSECCOMP flag, possibly disabling seccomp...

7.8CVSS6.7AI score0.00798EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2024/01/24 12:00 a.m.24 views

PT-2024-9956

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the cadence-quadspi driver in the Linux kernel. The -runtime suspend and -runtime resume implementations start with incorrect assignments, leading to memory...

6.8CVSS5.6AI score0.00234EPSS
SaveExploits0
Virtuozzo
Virtuozzo
added 2024/01/18 12:00 a.m.28 views

Virtuozzo Hybrid Server 7.5 Update 5 Hotfix 3 (7.5.5-293)

The Hotfix 3 for Virtuozzo Hybrid Server 7.5 Update 5 provides a security bug fix. Vulnerability id: PSBM-153331 A critical security issue in container suspend/resume in the Virtuozzo Hybrid Server 7.5. Update 5 version...

7.5AI score
SaveExploits0
CNNVD
CNNVD
added 2023/12/26 12:00 a.m.10 views

Weseek GROWI Security Vulnerability

Weseek GROWI is a team collaboration software from Weseek Japan. A security vulnerability exists in Weseek GROWI prior to version 6.0.6, which stems from an authorization error on the User Management /admin/users page that can be exploited by an attacker to delete or suspend his or her account...

6.5CVSS6.7AI score0.0045EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.5 views

kernel: drm/i915: Fix system suspend without fbdev being initialized

A NULL pointer dereference was found in the Linux kernel Intel i915 graphics driver's framebuffer device suspend handling. On platforms without display hardware where fbdev is not initialized, a local user with privileges to initiate system suspend can trigger the suspend path, causing the driver...

5.5CVSS7.2AI score0.00133EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.11 views

kernel: char: tpm: Protect tpm_pm_suspend with locks

In the Linux kernel, the following vulnerability has been resolved: char: tpm: Protect tpmpmsuspend with locks Currently tpm transactions are executed unconditionally in tpmpmsuspend function, which may lead to races with other tpm accessors in the system. Specifically, the hwrandom tpm driver...

4.7CVSS6.2AI score0.00236EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/11/10 12:00 a.m.11 views

PT-2024-14722

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the Linux kernel where a synchronous transfer can be active during a system suspend, causing a null pointer dereference exception when the system resumes. This...

4.7CVSS5.9AI score0.00181EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.9 views

kernel: virtio-blk: Avoid use-after-free on suspend/resume

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: Avoid use-after-free on suspend/resume hctx-userdata is set to vq in virtblkinithctx. However, vq is freed on suspend and reallocated on resume. So, hctx-userdata is invalid after resume, and it will cause...

7.8CVSS5.7AI score0.00157EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.9 views

kernel: drm/i915: Fix system suspend without fbdev being initialized

A NULL pointer dereference was found in the Linux kernel Intel i915 graphics driver's framebuffer device suspend handling. On platforms without display hardware where fbdev is not initialized, a local user with privileges to initiate system suspend can trigger the suspend path, causing the driver...

5.5CVSS7.2AI score0.00133EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.10 views

kernel: net: wwan: iosm: fix NULL pointer dereference when removing device

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: fix NULL pointer dereference when removing device In suspend and resume cycle, the removal and rescan of device ends up in NULL pointer dereference. During driver initialization, if the ipcimemwwanchannelinit fai...

5.5CVSS6.8AI score0.00133EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.10 views

kernel: acpi: Fix suspend with Xen PV

In the Linux kernel, the following vulnerability has been resolved: acpi: Fix suspend with Xen PV Commit f1e525009493 "x86/boot: Skip realmode init code when running as Xen PV guest" missed one code path accessing realmodeheader, leading to dereferencing NULL when suspending the system under Xen:...

5.5CVSS6.5AI score0.00224EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.13 views

kernel: char: tpm: Protect tpm_pm_suspend with locks

In the Linux kernel, the following vulnerability has been resolved: char: tpm: Protect tpmpmsuspend with locks Currently tpm transactions are executed unconditionally in tpmpmsuspend function, which may lead to races with other tpm accessors in the system. Specifically, the hwrandom tpm driver...

4.7CVSS6.2AI score0.00236EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.8 views

kernel: virtio_net: fix xdp_rxq_info bug after suspend/resume

In the Linux kernel, the following vulnerability has been resolved: virtionet: fix xdprxqinfo bug after suspend/resume The following sequence currently causes a driver bug warning when using virtionet: ip link set eth0 up echo mem /sys/power/state or e.g. rtcwake -s 10 -m mem ip link set eth0 dow...

7.1CVSS6.3AI score0.00289EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/11/07 12:00 a.m.8 views

PT-2025-40703

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s wwan subsystem, specifically within the iosm component. During a suspend and resume cycle, a NULL pointer dereference can occur during device removal ...

5.5CVSS5.8AI score0.00133EPSS
SaveExploits0References19
Amazon
Amazon
added 2023/11/03 12:00 a.m.13 views

Important: kernel

Issue Overview: A flaw in the kernel Xen event handler can cause a deadlock with Xen console handling in unprivileged Xen guests. CVE-2023-34324 An improper input validation flaw was found in the eBPF subsystem in the Linux kernel. The issue occurs due to a lack of proper validation of dynamic...

8.2CVSS7AI score0.00888EPSS
SaveExploits1
Amazon
Amazon
added 2023/11/01 12:00 a.m.8 views

Medium: kernel

Issue Overview: A flaw in the kernel Xen event handler can cause a deadlock with Xen console handling in unprivileged Xen guests. CVE-2023-34324 In the Linux kernel, the following vulnerability has been resolved: usb: hub: Guard against accesses to uninitialized BOS descriptors CVE-2023-52477 In...

7.1CVSS6AI score0.00888EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/10/17 3:09 p.m.52 views

Important: Red Hat Security Advisory: kernel-rt security update

An update for kernel-rt is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions. Red Hat Product Security has rated this update as...

7.8CVSS6.8AI score0.00508EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2023/10/17 3:09 p.m.10 views

kernel: save/restore speculative MSRs during S3 suspend/resume

A flaw was found in the Linux kernel X86 CPU Power management when resuming CPU from suspend-to-RAM. This issue could allow a local user unauthorized access to memory from the CPU...

5.5CVSS6.6AI score0.00223EPSS
SaveExploits0References6
Rows per page
Query Builder